tn4799 / DynamicMissionVehicles

2 stars 1 forks source link

Using DLC equipment (premium) #24

Open kaykor opened 1 month ago

kaykor commented 1 month ago

How do you use DLC equipment in mission? Example: Carrots, Parsnip and Red Beets need to be pulled as the halum cannot be removed. But I tried every combination for using premium DLC as a mod and cannot get it to work. Also it being part of the base game store I would not think it would not need a store entry in map moddesc but that is 1 of the warnings. Of course it cannot be found. Leased output: <vehicle modName="pdlc_premiumExpansion" filename="$pdlcdir$premiumExpansion/vehicles/dewulf/gbc/gbc.xml" Some of my try's:

tn4799 commented 4 weeks ago

Hello kaykor. To use any vehicle from a dlc you have to write the filename like this: <vehicle filename="$pdlc/premiumExpansion/vehicles/dewulf/gbc/gbc.xml>

The script checks if the filename starts with $pdlc and if thats the case then it automatically searches for the dlc file and the storeItems. And leave out the modname, for dlc items its not needed.