Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I am unable to use it in game, I downloaded the emergency pack, but it says I   don't have the right one.

(2 edits)

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

(1 edit)

Did you dowload the emergency pack dlc or the mod from fs22. The truck specifically requires the emergency pack DLC from giants

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. 

Since everyone was having trouble with it I just decided to remove the dependency. From my testing it will still work with the mod, just not required now.