How make it work with CustomModules plugin (adem)Solved
Hey man! One qq, i'm using the custom modules plugin, and i'm struggling to make it work along with CarSpawnSettings
 
 
What should i include in the array of CustomPresets to allow the cars spawn with the custom modules? I'm trying to use the array CustomPresets, but is a bit confusing, CustomModules uses a string custom short name, and when I use any of them the compiler screams for a typo, I only have the default shortname and the custom shortname both strings. What can I do to spawn cars with custom modules from the adem plugin?

Custom modules are designated according to their skin ID, correct? I could make that work by adding support for the config to specify skin ID alongside the item short name.

Merged post

I pushed an update to GitHub with support for assigning skin IDs to spawned modules.

Docs: https://github.com/WheteThunger/CarSpawnSettings

Download: https://raw.githubusercontent.com/WheteThunger/CarSpawnSettings/master/CarSpawnSettings.cs

You will have to work with Adem to support actually detecting that skin to modify the module on spawn.

Just leaving this screenshot over here, thanks man for chatting with Adem to make both plugins to work together, excellent experience! (perhaps not good custom modules combination but yeah i'm playing around lol)

Thanks a lot! I really appreciate the work done here!

Thanks to WhiteThunder and Adem

Locked automatically