Route Advisor Mod Collection v6.03 [ETS2 & ATS v1.43-1.45] (Upd 27.02.22)

Forum rules
SCS as a company do not wish to have paid mods on this forum. While we understand that not all paid mods use the Intellectual Property of other companies/people, it is very hard to moderate what is and isn't acceptable when money is involved. There are also concerns that it could look unfavorable to potential work partners going forward if SCS allow mods that may potentially use unlicensed branding.
Posting in the Mods forum (ATS and ETS2) is restricted to sharing free-to-the-public mods and providing support for mods. For more details, please check the Forum Rules.
User avatar
D4NTRUCK
Posts: 115
Joined: 14 Mar 2015 04:11

Re: Route Advisor Mod Collection v4.7 [ETS2 v1.27; ATS v1.6] NOW

#21 Post by D4NTRUCK » 29 Dec 2017 00:19

wik412 wrote: 04 Dec 2017 07:01
D4NTRUCK wrote: 03 Dec 2017 22:45 Update for 1.30???
What for? It works at 1.30 ETS and 1.29 ATS
Ok, thanks!
JanK
Posts: 13
Joined: 06 Mar 2014 17:02

Re: Route Advisor Mod Collection v4.7 [ETS2 v1.27; ATS v1.6] NOW

#22 Post by JanK » 21 Feb 2018 19:03

wik412... got a little request for you (or anyone not completely computer challenged like myself)

Dont know if this can be done but... i would like the running line ONLY, buttom or top of screen whenever my driver do something.....:)
User avatar
Crocko From Oz
Posts: 637
Joined: 31 May 2016 16:00
Location: NSW, Australia
Contact:

Re: Route Advisor Mod Collection v4.7 [ETS2 v1.27; ATS v1.6] NOW

#23 Post by Crocko From Oz » 28 Mar 2018 00:38

I also have a little request for wik412 .... if he's still supporting this mod. How do I remove the border (white frame) from the map?
MSI MPG Z590 Gaming Plus - Intel i7-11700KF - MSI MEG CORELIQUID S280 AIO
MSI RTX 3070 Gaming Z Trio 8GB - Samsung LC32G7xT
Corsair Vengeance RGB 32GB DDR4 @ 3600MHz - 5 x Samsung SSD - 9GB total
MSI A750GF 750W - LIAN LI LANCOOL 215 X
User avatar
wik412
Posts: 186
Joined: 28 Jun 2016 14:42
Location: Russia, Mosсow

Re: Route Advisor Mod Collection v4.7 [ETS2 v1.27; ATS v1.6] NOW

#24 Post by wik412 » 28 Mar 2018 06:49

@ Crocko From Oz
Use a file marked as "NF"

ㆍ General Small Map (GSM), Ordinary Normal Map (ONM), Special Big Map (SBM)
ㆍ Center Bottom, Center Top, Right Edge, Right Top
ㆍ 1 Line Text Bottom (1LTB), 1 Line Text Top (1LTT)
ㆍ 3 Line Text Bottom (3LTB), 3 Line Text Top (3LTT)
No Frame (NF), With Frame (WF)
ㆍ Map Black Background (MBB), Map Clear Background (MCB)
ㆍ Text Black Background (TBB), Text Clear Background (TCB)
Sorry for bad English
Просите, и дано будет вам; ищите, и найдете... (Ask and it shall be given you; seek and you will find...)
[ external image ]
User avatar
Crocko From Oz
Posts: 637
Joined: 31 May 2016 16:00
Location: NSW, Australia
Contact:

Re: Route Advisor Mod Collection v4.7 [ETS2 v1.27; ATS v1.6] NOW

#25 Post by Crocko From Oz » 28 Mar 2018 07:23

I know about the order of the advisors and how to use them, however I'm using the version you posted on the 3rd December, 2017 (post #15);
I was just wondering which file and lines need to be edited to remove the frame ... and what they need to be edited to.
MSI MPG Z590 Gaming Plus - Intel i7-11700KF - MSI MEG CORELIQUID S280 AIO
MSI RTX 3070 Gaming Z Trio 8GB - Samsung LC32G7xT
Corsair Vengeance RGB 32GB DDR4 @ 3600MHz - 5 x Samsung SSD - 9GB total
MSI A750GF 750W - LIAN LI LANCOOL 215 X
User avatar
wik412
Posts: 186
Joined: 28 Jun 2016 14:42
Location: Russia, Mosсow

Re: Route Advisor Mod Collection v4.7 [ETS2 v1.27; ATS v1.6] NOW

#26 Post by wik412 » 28 Mar 2018 15:49

@ Crocko From Oz
Oh, I'm sorry, I misunderstood. :oops:
The easiest way to delete the file is bcg2.dds (Route_Advisor.scs -> material -> ui -> adviser -> bcg2.dds)

or edit the block:
ui::group : _nameless._.10c49b270

Before:

Code: Select all

ui::group : _nameless._.10c49b270 {
 fitting: true
 my_children: 2
 my_children[0]: 10c49b271
 my_children[1]: 10c49b273
 coords_l: 0
 coords_r: 1440
 coords_t: 900
 coords_b: 0
 area_l: 0
 area_r: 1440
 area_t: 900
 area_b: 0
 id: 1500
 layer: 12
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless._.advisor.full
}

ui::text : 10c49b271 {
 text: "<img src=/material/ui/adviser/bcg2.mat right=p387 bottom=p326 xscale=stretch yscale=stretch>"
 coords_l: 609
 coords_r: 831
 coords_t: 900
 coords_b: 741
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 12
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless._.10c49b270
}

ui_map : 10c49b273 {
 coords_l: 611
 coords_r: 829
 coords_t: 900
 coords_b: 741
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 700
 layer: 10
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless._.10c49b270
}
After:

Code: Select all

ui::group : _nameless._.10c49b270 {
 fitting: true
 my_children: 1
 my_children[0]: 10c49b273
 coords_l: 0
 coords_r: 1440
 coords_t: 900
 coords_b: 0
 area_l: 0
 area_r: 1440
 area_t: 900
 area_b: 0
 id: 1500
 layer: 12
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless._.advisor.full
}

ui_map : 10c49b273 {
 coords_l: 611
 coords_r: 829
 coords_t: 900
 coords_b: 741
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 700
 layer: 10
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless._.10c49b270
}
This is the fastest thing I could think of. :D
Sorry for bad English
Просите, и дано будет вам; ищите, и найдете... (Ask and it shall be given you; seek and you will find...)
[ external image ]
User avatar
Crocko From Oz
Posts: 637
Joined: 31 May 2016 16:00
Location: NSW, Australia
Contact:

Re: Route Advisor Mod Collection v4.7 [ETS2 v1.27; ATS v1.6] NOW

#27 Post by Crocko From Oz » 28 Mar 2018 19:38

Thank you. :D
MSI MPG Z590 Gaming Plus - Intel i7-11700KF - MSI MEG CORELIQUID S280 AIO
MSI RTX 3070 Gaming Z Trio 8GB - Samsung LC32G7xT
Corsair Vengeance RGB 32GB DDR4 @ 3600MHz - 5 x Samsung SSD - 9GB total
MSI A750GF 750W - LIAN LI LANCOOL 215 X
User avatar
WoollyPantofles
Posts: 93
Joined: 12 Dec 2014 06:20

Re: Route Advisor Mod Collection v4.7 [ETS2 v1.27; ATS v1.6] NOW

#28 Post by WoollyPantofles » 26 May 2018 07:02

Wow, there are so many options in the download! I'll test around to see if I can find what I need, but does anyone know if there's a version that keeps the advisor on the bottom right as usual but that only shows the map? Not the top bar with the icons for speed, tiredness, sleep and all that. I'd just like to have the map visible. Any tips would be appreciated!

EDIT: So I tested all of the ones on the bottom right but apparently none of them removes the info bar that I wanted. This that I highlighted in red specifically.

[ external image ]

I like how the map on Route Advisor_KAAC_SBM_Right Edge_3LTB_WF_MBB_TBB_v4.7 looks, would it be too difficult to remove the info bar from it to leave the map only? Or at least remove everything except the time?

Guess I'll try and see if I can replace the icons themselves with blanks...
User avatar
wik412
Posts: 186
Joined: 28 Jun 2016 14:42
Location: Russia, Mosсow

Re: Route Advisor Mod Collection v4.7 [ETS2 v1.27; ATS v1.6] NOW

#29 Post by wik412 » 26 May 2018 08:24

WoollyPantofles wrote: 26 May 2018 07:02 I like how the map on Route Advisor_KAAC_SBM_Right Edge_3LTB_WF_MBB_TBB_v4.7 looks, would it be too difficult to remove the info bar from it to leave the map only? Or at least remove everything except the time?

Guess I'll try and see if I can replace the icons themselves with blanks...
Sorry, I did not succeed. :(
Sorry for bad English
Просите, и дано будет вам; ищите, и найдете... (Ask and it shall be given you; seek and you will find...)
[ external image ]
User avatar
WoollyPantofles
Posts: 93
Joined: 12 Dec 2014 06:20

Re: Route Advisor Mod Collection v4.7 [ETS2 v1.27; ATS v1.6] NOW

#30 Post by WoollyPantofles » 26 May 2018 08:28

No worries, thanks for trying! So far by replacing the icons with blanks I've removed everything except for the fuel bar and the gear letter (both yellow on that image I posted). So if I can figure out a way to remove at least the fuel bar I'd be set. I'll keep trying :)

EDIT: Yay! After messing with the coordinates of the specific UI items I managed to remove not only the gear icon and fuel bar, but also the speed warning like I wanted. Combined with the icons I made transparent and some slightly tweaked UI mirror sizes now it looks perfect! :lol:

[ external image ]

I even went around and damaged my truck to see if the damage icon would appear when the truck isn't fully repaired but it stayed gone. This is awesome! Thank you for updating the mod so we can use it on 1.31 :)
Post Reply

Return to “Others”

Who is online

Users browsing this forum: No registered users and 10 guests