Page 1 of 1

[Resolved] Downloading 2.33 .def file

Posted: 07 Jul 2019 14:33
by sebco123
Hey, I am missing the Baltic DLC, thats why I am installing the older version. I have everything good, but I cant find the .def file for 2.33 version, when I put the newest one in, it says it is uncompatible because of me missing the Baltic DLC. Is there any way I can download the older version?

Re: Downloading 2.33 .def file

Posted: 07 Jul 2019 14:46
by Trucker2223
compat.php the def files are linked here too.

Re: Downloading 2.33 .def file

Posted: 08 Jul 2019 15:54
by sebco123
Yeah, I know that, but how do I custom it. Like for example I want the navigation route to be dark blue and the arrows to be white

Re: Downloading 2.33 .def file

Posted: 08 Jul 2019 19:15
by Vøytek
You have to edit it manually then.

Re: Downloading 2.33 .def file

Posted: 08 Jul 2019 19:20
by sebco123
Okay and how do I do that

Re: Downloading 2.33 .def file

Posted: 08 Jul 2019 20:46
by Davyddin
Open the file \def\map_data.sii in the ProMods definitions package and replace the lines

Code: Select all

	navigation_color:		0xFF0C0CCF	//Navigation path color
	navigation_highlight_color:	0xFF0C42DF	//Navigation path color, highligted segment
	navigation_fade_color:		0xFF07077C	//Navigation path color, faded segment
	navigation_arrow_color:		0xFF06FB11	//Navigation crossroad arrows color
with

Code: Select all

	navigation_color:		0xFF660000	//Navigation path color
	navigation_highlight_color:	0xFF0C42DF	//Navigation path color, highligted segment
	navigation_fade_color:		0xFF07077C	//Navigation path color, faded segment
	navigation_arrow_color:		0xFFFFFFFF	//Navigation crossroad arrows color
and then save and exit, making sure the package updates its contents.

Re: Downloading 2.33 .def file

Posted: 08 Jul 2019 21:07
by sebco123
This may be a dumb question, but how do I open the definiton package. I mean, which program do I need cuz it ends with .scs

Re: Downloading 2.33 .def file

Posted: 08 Jul 2019 21:12
by Davyddin
"SCS" packages are simply renamed zipped (ZIP) archives. You can open it directly with most archive tools, e.g. 7-Zip.

Re: Downloading 2.33 .def file

Posted: 08 Jul 2019 21:37
by sebco123
u are true MVP, thank u very much! This thread can be closed now :)

Re: Downloading 2.33 .def file

Posted: 08 Jul 2019 22:35
by Davyddin
Glad to be of help, happy trucking!