Community Forum

Livestock Trailer Mod .. dataS2 issue..

Forum Overview >> Farming Simulator 17

CategoryFarming Simulator 17
Created31.10.2016 23:22


Tommy Sawyer (Neurotek) 31.10.2016 23:29
Hey Lads.

I've been working on a Livestock trailer mod, Problem is I can't use the filltypes.. ie pigs and sheep..

Error: failed to load i3d file 'C:/Documents/My Games/FarmingSimulator2017/mods/rwPT8/dataS2/character/sheep/sheepLoaded.i3d'
Warning: Could not load file 'dataS2/character/sheep/sheepLoaded.i3d' for animal type 'sheep'
Error: failed to load i3d file 'C:/Documents/My Games/FarmingSimulator2017/mods/rwPT8/dataS2/character/pig/pigLoaded.i3d'
Warning: Could not load file 'dataS2/character/pig/pigLoaded.i3d' for animal type 'pig'

Is there any way of using the (dataS2) default fill type models?
Many thanks
Tom

Tommy Sawyer (Neurotek) 07.11.2016 16:21
I fixed the problem lads.
I made an edit to the livestockTrailer lua file and added it as specialization.

filename = "dataS2/character/pig/pigLoaded.i3d"
filename = "dataS2/character/sheep/sheepLoaded.i3d"
filename = "dataS2/character/cow/cowLoaded.i3d"

changed it to

filename = "$dataS2/character/pig/pigLoaded.i3d"
filename = "$dataS2/character/sheep/sheepLoaded.i3d"
filename = "$dataS2/character/cow/cowLoaded.i3d"

Now I got piggies in my mod livestock trailer.

regards
Tom




Note: Log in to post. Create a new account here.