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
1t5_Luc1f3r
Posts: 136
Joined: 14 Jun 2013 12:32
Location: Grimsby, UK

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

#11 Post by 1t5_Luc1f3r » 25 Oct 2017 12:36

Hi to all,

Can any one give me a clue on this:

How can I move the "please pull in to weigh" and "you can bypass weighstation" from the smack bang centre of my screen to the top, it is right in the way and obscurs view until it auto clears....

Thanks
When you're down and feeling blue, just remember Eurotruck Simulator 2 or ATS where you can crash into a vehicle or 2!!!

My WOT Profile
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

#12 Post by wik412 » 26 Oct 2017 07:40

@1t5_Luc1f3р
You need to edit the values
coords_l: xxx
coords_r: xxx
coords_t: xxx
coords_b: xxx

in the block

Code: Select all

 ui::group : 038b2a150 {
 fitting: true
 my_children: 6
 my_children[0]: 02f3b20b0
 my_children[1]: 02fe05cb0
 my_children[2]: 02fe085d0
 my_children[3]: 02fe0c520
 my_children[4]: 02fe0d370
 my_children[5]: 02fe0dc30
 coords_l: 555
 coords_r: 885
 coords_t: 493
 coords_b: 461
 area_l: 555
 area_r: 885
 area_t: 493
 area_b: 461
 id: 400
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: 04c2691c0
}

ui::text_common : 02f3b20b0 {
 value: "@@weigh_device_title@@"
 look_template: txt.normal.left
 text: ""
 coords_l: 595
 coords_r: 827
 coords_t: 493
 coords_b: 461
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 2
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: 038b2a150
}

ui::text_common : 02fe05cb0 {
 value: 6F000000
 look_template: txt.window.bcg_rect
 text: ""
 coords_l: 555
 coords_r: 885
 coords_t: 493
 coords_b: 461
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: 038b2a150
}

ui::text : 02fe085d0 {
 text: "<img src=/material/ui/icon/weigh_logo.mat>"
 coords_l: 561
 coords_r: 595
 coords_t: 493
 coords_b: 461
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 2
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: 038b2a150
}

ui::text : 02fe0c520 {
 text: "<img src=/material/ui/icon/weigh_red_off.mat><offset hshift=-10><img src=/material/ui/icon/weigh_green_off.mat>"
 coords_l: 827
 coords_r: 885
 coords_t: 493
 coords_b: 461
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 3
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: 038b2a150
}

ui::text : 02fe0d370 {
 text: "<img src=/material/ui/icon/weigh_red_on.mat>"
 coords_l: 827
 coords_r: 859
 coords_t: 493
 coords_b: 461
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 410
 layer: 4
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: 038b2a150
}

ui::text : 02fe0dc30 {
 text: "<img src=/material/ui/icon/weigh_green_on.mat>"
 coords_l: 849
 coords_r: 881
 coords_t: 493
 coords_b: 461
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 420
 layer: 4
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: 038b2a150
I myself shifted to the right-down
[ external image ]

My values

Code: Select all

ui::group : _nameless._.weigh.service {
 fitting: true
 my_children: 6
 my_children[0]: _nameless._.weigh.title
 my_children[1]: _nameless._.weigh.text.bg
 my_children[2]: _nameless._.weigh.logo
 my_children[3]: _nameless._.weigh.lights.off
 my_children[4]: _nameless._.stop.light
 my_children[5]: _nameless._.go.light
 coords_l: 555
 coords_r: 885
 coords_t: 693
 coords_b: 661
 area_l: 555
 area_r: 885
 area_t: 493
 area_b: 461
 id: 400
 layer: 0
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless._.advisor.mini
}

ui::text_common : _nameless._.weigh.title {
 value: "@@weigh_device_title@@"
 look_template: txt.normal.left
 text: ""
 coords_l: 1146 //1121
 coords_r: 1385 //1360
 coords_t: 118
 coords_b: 86
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 2
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless._.weigh.service
}

ui::text_common : _nameless._.weigh.text.bg {
  value: 6F000000
 look_template: txt.window.bcg_rect
 text: ""
 coords_l: 1098 //1073
 coords_r: 1440 //1415
 coords_t: 118
 coords_b: 86
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 1
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless._.weigh.service
}

ui::text : _nameless._.weigh.logo {
 text: "<img src=/material/ui/icon/weigh_logo.mat>"
 coords_l: 1104 //1079
 coords_r: 1138 //1113
 coords_t: 118
 coords_b: 86
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 2
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless._.weigh.service
}

ui::text : _nameless._.weigh.lights.off {
 text: "<img src=/material/ui/icon/weigh_red_off.mat><offset hshift=-10><img src=/material/ui/icon/weigh_green_off.mat>"
 coords_l: 1382 //1357
 coords_r: 1440 //1415
 coords_t: 118
 coords_b: 86
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 0
 layer: 3
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless._.weigh.service
}

ui::text : _nameless._.stop.light {
 text: "<img src=/material/ui/icon/weigh_red_on.mat>"
 coords_l: 1382 //1357
 coords_r: 1414 //1389
 coords_t: 118
 coords_b: 86
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 410
 layer: 4
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless._.weigh.service
}

ui::text : _nameless._.go.light {
 text: "<img src=/material/ui/icon/weigh_green_on.mat>"
 coords_l: 1404 //1379
 coords_r: 1436 //1411
 coords_t: 118
 coords_b: 86
 area_l: 1
 area_r: 0
 area_t: 0
 area_b: 1
 id: 420
 layer: 4
 tab: -1
 pointer: -1
 apparent_depth: 0
 my_parent: _nameless._.weigh.service
Good luck!
Sorry for bad English
Просите, и дано будет вам; ищите, и найдете... (Ask and it shall be given you; seek and you will find...)
[ external image ]
User avatar
1t5_Luc1f3r
Posts: 136
Joined: 14 Jun 2013 12:32
Location: Grimsby, UK

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

#13 Post by 1t5_Luc1f3r » 26 Oct 2017 11:15

@ wik412

Many thanks I will give that a go now and find a suitable location for myself :)
When you're down and feeling blue, just remember Eurotruck Simulator 2 or ATS where you can crash into a vehicle or 2!!!

My WOT Profile
ts1322
Posts: 39
Joined: 29 Oct 2013 18:59

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

#14 Post by ts1322 » 02 Dec 2017 22:10

Hi Wik,

Could you share the scs file with your modified weigh text, please?

EDIT:
Actually, I seem to have latest mod and yet still I have problem with weigh message in the center of the screen. I have latest ATS version. Could it be related?
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

#15 Post by wik412 » 03 Dec 2017 09:19

ts1322 wrote: 02 Dec 2017 22:10 Could you share the scs file with your modified weigh text, please?
Hi, this is my mod, which I use
http://sharemods.com/or8fe2nvd235/Route ... r.scs.html
ts1322 wrote: 02 Dec 2017 22:10 yet still I have problem with weigh message in the center of the screen.
With such a problem, users without mods also collided. The message disappears after the next visit by weight.
Sorry for bad English
Просите, и дано будет вам; ищите, и найдете... (Ask and it shall be given you; seek and you will find...)
[ external image ]
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

#17 Post by wik412 » 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
Sorry for bad English
Просите, и дано будет вам; ищите, и найдете... (Ask and it shall be given you; seek and you will find...)
[ external image ]
ts1322
Posts: 39
Joined: 29 Oct 2013 18:59

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

#18 Post by ts1322 » 04 Dec 2017 22:15

wik412 wrote: 03 Dec 2017 09:19
ts1322 wrote: 02 Dec 2017 22:10 Could you share the scs file with your modified weigh text, please?
Hi, this is my mod, which I use
http://sharemods.com/or8fe2nvd235/Route ... r.scs.html
ts1322 wrote: 02 Dec 2017 22:10 yet still I have problem with weigh message in the center of the screen.
With such a problem, users without mods also collided. The message disappears after the next visit by weight.
Thank you. Works perfectly.
ts1322
Posts: 39
Joined: 29 Oct 2013 18:59

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

#19 Post by ts1322 » 27 Dec 2017 23:24

Hi wik412, again. Did you notice that your mod changes the background of the route advisor from black to... mappish kind of style?
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

#20 Post by wik412 » 28 Dec 2017 05:49

@ts1322
Hi! Yes, if you want to return the default colors, delete the folder "adviser" on the way Route_Advisor.scs -> material -> ui
Sorry for bad English
Просите, и дано будет вам; ищите, и найдете... (Ask and it shall be given you; seek and you will find...)
[ external image ]
Post Reply

Return to “Others”

Who is online

Users browsing this forum: No registered users and 2 guests