[REL] Smarty's Wheel Pack [v1.9 - 08/10/2023]

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
TheRAFSpitfire
Posts: 8
Joined: 02 Apr 2017 06:31

Re: [REL] Smarty's Wheel Pack [v1.2.3 - 03/03/2017]

#101 Post by TheRAFSpitfire » 23 Apr 2017 20:25

Dose this work with the base game trailers and trucks?
User avatar
Blackspots
Posts: 4205
Joined: 13 Apr 2016 21:57
Location: Wichita Falls, TX
Contact:

Re: [REL] Smarty's Wheel Pack [v1.2.3 - 03/03/2017]

#102 Post by Blackspots » 23 Apr 2017 22:53

@TheRAFSpitfire: It works with SCS trucks, but not trailers.
Author: C2C Eastern New Mexico, Texas, Oklahoma and Kansas improvments
ETS2 Map Combo: PM, Scandinavian Addon, RusMap, SR, The Great Steppe, PJ Indo Map
ATS Map Combo: Coast to Coast, CanaDream, Tonopah Reworked, US Expansion, Viva Mexico
magadun
Posts: 1
Joined: 24 Apr 2017 06:22

Re: [REL] Smarty's Wheel Pack [v1.2.3 - 03/03/2017]

#103 Post by magadun » 24 Apr 2017 10:26

nice
User avatar
Blackspots
Posts: 4205
Joined: 13 Apr 2016 21:57
Location: Wichita Falls, TX
Contact:

Re: [REL] Smarty's Wheel Pack [v1.2.3 - 03/03/2017]

#104 Post by Blackspots » 24 Apr 2017 15:17

There is a way to make this pack replace the standard wheels on SCS trailers:

Create a single.sii in /def/vehicle/t_wheel/ in Smarty's wheel pack with the following:

Code: Select all

SiiNunit
{
accessory_wheel_data : single.rwheel
{
	name: "Goodyear G104 RST 275/70R22.5"
	model: "/vehicle/wheel/trailer/scr/tr_gy_g104rst_27570r225_5hh_a.pmd"
	icon: "r_wheel_steel"
	look: "dull"
}
}
This saves ALOT of work having to make individual wheel_accessory.sui files for SCS trailers and other mods that use SCS trailers (like andrei383's Real Company Box Trailers). This will also work for any mod that uses single.sii for traffic trailers, like Bart's Wabash trailers.

This won't work on Jazzy's mods, since he uses a different file path and file name for his wheels. (for traffic too)

If you want chrome wheels instead:

Code: Select all

SiiNunit
{
accessory_wheel_data : single.rwheel
{
	name: "Goodyear G314 285/75R24.5"
	model: "/vehicle/wheel/trailer/scr/tr_gy_g314_28575r245_a.pmd"
	icon: "r_wheel_steel"
	look: "chrome"
}
}
Author: C2C Eastern New Mexico, Texas, Oklahoma and Kansas improvments
ETS2 Map Combo: PM, Scandinavian Addon, RusMap, SR, The Great Steppe, PJ Indo Map
ATS Map Combo: Coast to Coast, CanaDream, Tonopah Reworked, US Expansion, Viva Mexico
User avatar
xDope
Posts: 1271
Joined: 14 Jan 2016 17:44
Location: New York

Re: [REL] Smarty's Wheel Pack [v1.2.3 - 03/03/2017]

#105 Post by xDope » 28 Apr 2017 00:26

ShirBlackspots thank you so much for that tip! I've been manually editing each of the .sii files to get these rims before that. 8-)
If it is stupid but it works, it isn't stupid.
User avatar
Blackspots
Posts: 4205
Joined: 13 Apr 2016 21:57
Location: Wichita Falls, TX
Contact:

Re: [REL] Smarty's Wheel Pack [v1.2.3 - 03/03/2017]

#106 Post by Blackspots » 28 Apr 2017 03:36

Yeah, it's a heck of a lot simpler way of doing it, than editing the trailer definition files for each occurrence of a wheel. Bart's Wabash trailers has something like 170 files you would need to add \wabash\wheel_accessory.sui to each line for wheels. (And then add the matching wheel_accessory.sui to Smarty's mod.)
Author: C2C Eastern New Mexico, Texas, Oklahoma and Kansas improvments
ETS2 Map Combo: PM, Scandinavian Addon, RusMap, SR, The Great Steppe, PJ Indo Map
ATS Map Combo: Coast to Coast, CanaDream, Tonopah Reworked, US Expansion, Viva Mexico
User avatar
R3AP3R
Posts: 573
Joined: 10 Jan 2016 12:43

Re: [REL] Smarty's Wheel Pack [v1.2.3 - 03/03/2017]

#107 Post by R3AP3R » 15 Jun 2017 10:41

any idea how I can get those rims to work with this trailer mod?

viewtopic.php?f=208&t=209748
User avatar
Blackspots
Posts: 4205
Joined: 13 Apr 2016 21:57
Location: Wichita Falls, TX
Contact:

Re: [REL] Smarty's Wheel Pack [v1.2.3 - 03/03/2017]

#108 Post by Blackspots » 15 Jun 2017 11:34

R3AP3R wrote: 15 Jun 2017 10:41 any idea how I can get those rims to work with this trailer mod?

viewtopic.php?f=208&t=209748
There are two ways.

1.) Do the long complicated definition edits as mentioned on Smarty's website (and in this thread), or:
2.) Make a copy of single.sii, place the following in single.sii, then place it in /def/vehicle/t_wheel/ inside smarty's wheel pack:

Code: Select all

SiiNunit
{
accessory_wheel_data : single.rwheel
{
	name: "Goodyear G104 RST 275/70R22.5"
	model: "/vehicle/wheel/trailer/scr/tr_gy_g104rst_27570r225_5hh_a.pmd"
	icon: "r_wheel_steel"
	look: "dull"
}
}
There are several other models in Smarty's wheel pack, but I figure it makes more sense to use the white 5 hole on SCS trailers (and anything else that uses single.sii)
Author: C2C Eastern New Mexico, Texas, Oklahoma and Kansas improvments
ETS2 Map Combo: PM, Scandinavian Addon, RusMap, SR, The Great Steppe, PJ Indo Map
ATS Map Combo: Coast to Coast, CanaDream, Tonopah Reworked, US Expansion, Viva Mexico
User avatar
R3AP3R
Posts: 573
Joined: 10 Jan 2016 12:43

Re: [REL] Smarty's Wheel Pack [v1.2.3 - 03/03/2017]

#109 Post by R3AP3R » 15 Jun 2017 11:39

I did follow step 2 but it didn't replace the wheels of the trailer mod, just the the ones of the default trailers (weird since that trailer mod uses the default SCS wheels). I guess I'm SOL, gotta go the complicated way. Thanks for the quick response, I appreciate it.
User avatar
Blackspots
Posts: 4205
Joined: 13 Apr 2016 21:57
Location: Wichita Falls, TX
Contact:

Re: [REL] Smarty's Wheel Pack [v1.2.3 - 03/03/2017]

#110 Post by Blackspots » 15 Jun 2017 11:46

R3AP3R wrote: 15 Jun 2017 11:39 I did follow step 2 but it didn't replace the wheels of the trailer mod, just the the ones of the default trailers (weird since that trailer mod uses the default SCS wheels). I guess I'm SOL, gotta go the complicated way. Thanks for the quick response, I appreciate it.
Ok, I just looked inside of that mod, the file name is reef_1.sii

So, instead of "accessory_wheel_data : single.rwheel" that line is "accessory_wheel_data : reef_1.rwheel"

Code: Select all

SiiNunit
{
accessory_wheel_data : reef_1.rwheel
{
	name: "Goodyear G104 RST 275/70R22.5"
	model: "/vehicle/wheel/trailer/scr/tr_gy_g104rst_27570r225_5hh_a.pmd"
	icon: "r_wheel_steel"
	look: "dull"
}
}
Author: C2C Eastern New Mexico, Texas, Oklahoma and Kansas improvments
ETS2 Map Combo: PM, Scandinavian Addon, RusMap, SR, The Great Steppe, PJ Indo Map
ATS Map Combo: Coast to Coast, CanaDream, Tonopah Reworked, US Expansion, Viva Mexico
Post Reply

Return to “Truck accessories”

Who is online

Users browsing this forum: No registered users and 5 guests