[SCS Workshop Uploader] Mod compatible_versions[] on 1.28 [40117]

User avatar
cip
Posts: 3134
Joined: 26 Aug 2016 08:14
Location: Brussels

Re: [SCS Workshop Uploader] Mod compatible_versions[] on 1.28 [40117]

#11 Post by cip » 05 May 2018 12:15

it could be a problem that ETS2 / ATS are still in beta?
I would like to upload also my 1.31 version on Steam but reading your posts I think I will wait until beta finishes...

edit: I tried nevertheless to upload my 1.31 traffic density mod on steam and ended with an error, I have however correctly created the universal folder and assigned compatibility to 1.31 only...
Capture.JPG
do I need to be on ETS2 / ATS 1.31 in order to upload my mod or it has nothing to do?
Enjoy driving with my Real Traffic Density for ETS2 and ATS
Enjoy listening my Real Ai Traffic FMOD Sounds for ETS2 and ATS
I have quit SCS forum...
User avatar
cip
Posts: 3134
Joined: 26 Aug 2016 08:14
Location: Brussels

Re: [SCS Workshop Uploader] Mod compatible_versions[] on 1.28 [40117]

#12 Post by cip » 12 May 2018 09:15

still cannot make my steam mods available on 1.31 !!!
I use the following versions.sii

Code: Select all

SiiNunit
{
package_version_info : .universal
{
	package_name: "universal"
	compatible_versions[]: "1.31.*"
}
package_version_info : .130_content
{
	package_name: "130_content"
	compatible_versions[]: "1.30.*"
}
}
I updated the tool to the last beta version and still get errors:

Code: Select all

ERROR [00008] (/universal/ui/template/tooltip.sii): Unable to load units.
ERROR [00008] (/130_content/ui/template/tooltip.sii): Unable to load units.
ERROR [00003] (/versions.sii): No universal version defined. Please define it - universal version can have content or be informational package.
can anybody help please?
Enjoy driving with my Real Traffic Density for ETS2 and ATS
Enjoy listening my Real Ai Traffic FMOD Sounds for ETS2 and ATS
I have quit SCS forum...
User avatar
xXCARL1992Xx
Posts: 16524
Joined: 17 Aug 2016 12:18
Contact:

Re: [SCS Workshop Uploader] Mod compatible_versions[] on 1.28 [40117]

#13 Post by xXCARL1992Xx » 12 May 2018 09:24

if you want it for 1.31 dont define it at all

make the 1.31 content universal and the other as defined versions for 1.30/1.29 and so on
| !!!NO SUPPORT OR REQUESTS OF ANY SORT VIA PM!!! | Screenshot Thread | Steam Workshop | World of Trucks Profil |
[ external image ]
User avatar
cip
Posts: 3134
Joined: 26 Aug 2016 08:14
Location: Brussels

Re: [SCS Workshop Uploader] Mod compatible_versions[] on 1.28 [40117]

#14 Post by cip » 12 May 2018 11:24

thanks Carl, so the only modification is to remove:

Code: Select all

compatible_versions[]: "1.31.*"
wouldn't this allow 1.30 users playing the mod version universal which would crash the game?
it's maybe the order important in the versions.sii? like should 130_content be placed first in the list? thanks again!
Enjoy driving with my Real Traffic Density for ETS2 and ATS
Enjoy listening my Real Ai Traffic FMOD Sounds for ETS2 and ATS
I have quit SCS forum...
User avatar
SiSL
SCS Software
Posts: 8683
Joined: 27 Oct 2013 06:23
Contact:

Re: [SCS Workshop Uploader] Mod compatible_versions[] on 1.28 [40117]

#15 Post by SiSL » 12 May 2018 12:06

List order does not matter...

compatible line should not be set for "latest version of mod" but to be set for lower versions.

It does not effect 1.30 users if another is set for compatible_version[]: "1.30.*" they will use that one.

Basically "one" package should be always free of comptaible lines, and that should be usually latest one. That's why it gives error when you give all of them compatible lines. 1.30 will be fine if there is a package compatible to that, leaves default one out.
User avatar
cip
Posts: 3134
Joined: 26 Aug 2016 08:14
Location: Brussels

Re: [SCS Workshop Uploader] Mod compatible_versions[] on 1.28 [40117]

#16 Post by cip » 12 May 2018 18:35

thanks a lot, it worked nicely for both my steam mods ;)
Enjoy driving with my Real Traffic Density for ETS2 and ATS
Enjoy listening my Real Ai Traffic FMOD Sounds for ETS2 and ATS
I have quit SCS forum...
User avatar
cip
Posts: 3134
Joined: 26 Aug 2016 08:14
Location: Brussels

Re: [SCS Workshop Uploader] Mod compatible_versions[] on 1.28 [40117]

#17 Post by cip » 24 May 2018 19:25

I hate the steam workshop uploader, really doesn't work if I am in ATS 1.31 and try to update a mod?
I get the following error: ERROR [00008] (/130_content/def/world/road_look.sii): Unable to load units.
I tried with scs workshop uploader beta and no beta, I have the same error.. I am not going back to 1.30 just to update a steam mod in case this is the issue :lol:
Enjoy driving with my Real Traffic Density for ETS2 and ATS
Enjoy listening my Real Ai Traffic FMOD Sounds for ETS2 and ATS
I have quit SCS forum...
User avatar
cip
Posts: 3134
Joined: 26 Aug 2016 08:14
Location: Brussels

Re: [SCS Workshop Uploader] Mod compatible_versions[] on 1.28 [40117]

#18 Post by cip » 09 Jun 2018 20:45

I still can't use the scs workshop uploader :evil: :evil: :evil:
the versions.sii file did not suffer modifications since my last successful mod update. it was working in 1.30 now in 1.31 it's no longer working and can't update my mods !!!
I continue receiving the same error

Code: Select all

ERROR [00008] (/130_content/def/world/road_look.sii): Unable to load units.
I had a look in tool.log.txt and discovered this:

Code: Select all

00:02:03.581 : <ERROR> [unit] File '/def/world/road_look.template.sii':
00:02:03.581 : <ERROR> [unit] The unit 'road.or_tmpl01' of type 'road_look' has dangling pointer (to 'traffic_lane.road.forest') in the attribute named 'lanes_left'.
00:02:03.581 : <ERROR> [unit] File '/def/world/road_look.template.sii':
00:02:03.581 : <ERROR> [unit] The unit 'road.or_tmpl01' of type 'road_look' has dangling pointer (to 'traffic_lane.road.forest') in the attribute named 'lanes_right'.
00:02:03.581 : <ERROR> [unit] File '/def/world/road_look.template.sii':
00:02:03.581 : <WARNING> [unit] The pointer to 'traffic_lane.road.forest' looks like dangling pointer.
in my understanding the 1.31 received the new rule traffic_lane.road.forest so since my 1.30 mod version had no such rule (because if would have the 1.30 game will probably crash) it can't be loaded.
this must be a bug in the uploader tool so can you SCS please solve this. in case it's my fault somewhere, any help will be extremely appreciated ;)
Enjoy driving with my Real Traffic Density for ETS2 and ATS
Enjoy listening my Real Ai Traffic FMOD Sounds for ETS2 and ATS
I have quit SCS forum...
User avatar
SiSL
SCS Software
Posts: 8683
Joined: 27 Oct 2013 06:23
Contact:

Re: [SCS Workshop Uploader] Mod compatible_versions[] on 1.28 [40117]

#19 Post by SiSL » 11 Jun 2018 15:53

@cipinho, please make this a seperate topic, bugs better have their own topics, rather than continuing on other...
Post Reply

Return to “Bugs 1.28”

Who is online

Users browsing this forum: No registered users and 1 guest