It did the same for me, until I did the change above where I added the modName to it. It worked after that for me. Don't know why it works for some and not others.
Longhaul444
Recent community posts
You can open the modDesc.xml file thru winzip or winrar and fix the modDesc.xml by replacing the dependency at the bottom with this:
<dependencies>
<dependency>
<modName>emergencyPack</modName>
<minVersion>1.0</minVersion>
</dependency>
</dependencies>
Or you can open the modDesc.xml file thru winzip or winrar and delete these lines:
<dependencies>
<dependency>pdlc_emergencyPack</dependency>
</dependencies>
Only delete these lines and it will show up. I have all the DLC's and had the same issue. Game says it needs emergency pack when it's installed. Using either method will allow the vehicle to show up in game and fix the server issue of missing the dlc when it's installed
I know this is a bit off topic, but anyway you could continue Arrow's work on some of his other mods? Excellent mod by the way. I have noticed something, for some reason the chickens show up as horses in the buy menu, goats are in with the horses, pigs are in with the sheep/goats, water buffalo is in with the pigs, and there are no chickens shown. I have the latest version of the cow breeds pack and the realistic livestock. This is on Gnadenthal Map.
Here's what I'm talking about:




I noticed that the oat.xml is missing some items in the stages list:
Here's Canola:
0 1 2 3
1 0 0 0 - invisible 1
0 1 0 0 - green small 2
1 1 0 0 - green small 2 3
0 0 1 0 - green small 3
1 0 1 0 - green middle 4
0 1 1 0 - green middle 2
1 1 1 0 - green big 5
0 0 0 1 - green big 2
1 0 0 1 - harvest ready 6
0 1 0 1 - dead
1 1 0 1 - harvested (cut)
Here's Oat:
0 - invisible
1 - green small
- green middle
2 - green big
3 - harvest ready
I also noticed it doesn't have the stage before the corresponding state.
<!-- 0 1 0 1 - dead -->
Don't know if this has anything to do with it not showing up. But so far that is the only one that is different from the others. Could this be what's causing it? Love your work by the way.