Full A0 printable high-resolution map for ETS2

Post Reply
User avatar
Funbit
Posts: 120
Joined: 13 Feb 2014 09:23
Location: Tokyo
Contact:

Full A0 printable high-resolution map for ETS2

#1 Post by Funbit » 05 Jul 2015 05:00

Hi guys!

I have created a new high-resolution (second in-game zoom level) map of the ETS2 world that can be printed on A0 sized paper (19200x18688 pixels).

There are two versions: dark and light:

DARK (DOWNLOAD PNG)
[ external image ]

100%
[ external image ]

LIGHT (DOWNLOAD PNG)
[ external image ]

Here is how the map looks when printed:
[ external image ]

If you want to tweak colors or hide/show some stuff - here is the Photoshop PSD files for both versions: DARK PSD, LIGHT PSD. Please be careful that map is very large and you need a pretty good PC with at least 8GB of RAM (16GB is recommended) to be able to edit it in the Photoshop.

For those who want to use the map for custom GPS like rendering in Telemetry Dashboard skin, here is the formula for converting in-game coordinates into map pixels:

Code: Select all

function calculatePixelCoordinate(point, pointsPerPixel, x0, y0) {
    return {
        x: (point.x / pointsPerPixel + x0) | 0,
        y: (point.y / pointsPerPixel + y0) | 0
    };
}

function calculatePixelCoordinateEu(point) {	
    return calculatePixelCoordinate(point, 7.278, 11367, 9962);
}

function calculatePixelCoordinateUk(point) {	
	return calculatePixelCoordinate(point, 9.69522, 10226, 9826);
}

// ---

// FOR EUROPE MAP
// Debrecen
var p = calculatePixelCoordinateEu({ x: 41744.53, y: 17305.5156 });
alert(JSON.stringify(p));

// FOR UK MAP
// Glasgow
var p = calculatePixelCoordinateUk({ x: -49770.64, y: -48417.68 });
alert(JSON.stringify(p));
You may try it by yourself using this JS sample: https://jsfiddle.net/a99e3ojh/

Happy driving!

FILES ARE UPDATED FOR HUNGARY EXPANSION! (2015/07/31)
Last edited by Funbit on 31 Jul 2015 14:07, edited 1 time in total.
User avatar
SimulatorSam
Posts: 4902
Joined: 05 Mar 2014 17:52
Location: United Kingdom
Contact:

Re: Full A0 printable high-resolution map for ETS2

#2 Post by SimulatorSam » 05 Jul 2015 07:21

Amazing! :shock:
User avatar
Flemming V
Global moderator
Posts: 9228
Joined: 28 Nov 2012 10:41
Location: Denmark
Contact:

Re: Full A0 printable high-resolution map for ETS2

#3 Post by Flemming V » 05 Jul 2015 07:42

Wow, nice.. But it will soon need an update.. ;)
But very good work.
User avatar
Fsxdude04
Posts: 1233
Joined: 31 Jan 2015 15:44
Location: Hampshire, United Kingdom

Re: Full A0 printable high-resolution map for ETS2

#4 Post by Fsxdude04 » 05 Jul 2015 08:37

A0? Jeez!! :lol: thanks for this!
[ external image ]
Main PC Specs: XFX R7 370 2GB DDR5 AMD A10-6700APU @4.2GHz 6GB DDR3 RAM Corsair CX430 PSU
Laptop Specs: Intel Pentium B960 @ 2.2GHz Intel HD GT1 Graphics, 4GB RAM
User avatar
thunderhawk
Posts: 272
Joined: 22 Dec 2012 10:16
Location: germany

Re: Full A0 printable high-resolution map for ETS2

#5 Post by thunderhawk » 05 Jul 2015 09:08

Map in the game is enough for me.
But this is really great, so i am though posting to say THANKS for sharing this! ;)

Best regards,
Stefan
User avatar
Funbit
Posts: 120
Joined: 13 Feb 2014 09:23
Location: Tokyo
Contact:

Re: Full A0 printable high-resolution map for ETS2

#6 Post by Funbit » 05 Jul 2015 09:30

Flemming V wrote:Wow, nice.. But it will soon need an update..
Yea, I'm going to update the map as soon as the new expansion is released ;) I have created some tools that automatically create in-game screenshots and stitches them into a single bitmap. So unless map goes beyond current country boundaries it is pretty easy to update it :)
User avatar
natvander
SCS Software
Posts: 2991
Joined: 01 Feb 2015 01:42
Location: NSW, Australia

Re: Full A0 printable high-resolution map for ETS2

#7 Post by natvander » 05 Jul 2015 11:49

Mind if I have a play with it? I was looking at doing a map which shows tollways, motorways, 2 lane highways etc.
Never argue with idiots. They bring you down to their level and beat you with experience.
User avatar
Funbit
Posts: 120
Joined: 13 Feb 2014 09:23
Location: Tokyo
Contact:

Re: Full A0 printable high-resolution map for ETS2

#8 Post by Funbit » 05 Jul 2015 12:36

Sure, go ahead. I would appreciate if you share the edited PSD version (with tolls, etc) here with others though ;)
User avatar
Bandit & The Snowman
Posts: 3245
Joined: 23 Oct 2014 15:55
Location: East Bound and Down
Contact:

Re: Full A0 printable high-resolution map for ETS2

#9 Post by Bandit & The Snowman » 05 Jul 2015 14:00

then only distances, speed camera locations and ferry/train transfer data will be missing ;)
User avatar
mkoch227
Posts: 147
Joined: 13 Feb 2015 16:05
Location: Ohio, USA
Contact:

Re: Full A0 printable high-resolution map for ETS2

#10 Post by mkoch227 » 05 Jul 2015 21:14

Thanks for the conversion formulas for getting the pixel coordinate :D . Just curious, why is there a different conversion factor for UK vs Europe? Also, do you know the coordinate ranges of when I should switch to the UK function (instead of the EU function)?
Post Reply

Return to “General discussion about the game”

Who is online

Users browsing this forum: No registered users and 7 guests