Vehicle Mission Microcontroller Addon
Let's face it, very few stormworks players know how to create mission addons. You have to wade through a bunch of UI screens, create new games, it's pretty annoying.
Luckily, this addon can solve all your problems!
It allows you create missions simply by creating a Stormworks vehicle! (with a few required components of course)
Simply start a new game and make sure this addon is enabled. Also subscribe to the example 'vehicle'. To spawn it in and start the mission, type ?spawn 1
The example mission vehicle will drop above your head (on fire) and show what is possible. It allows you to start fires, trigger damage, spawn characters, animals, and creatures in various locations on or near your vehicle, all via simple Stormworks logic, (keypads or constants). You can also customize mission messages and the mission map icon, as well as the coordinates for the mission vehicle to spawn via the microcontroller properties.
For now the mission completes when you both put out the fire and repair the vehicle, but I can add more configurable mission stages if there is interest.
Once you complete your vehicle, register it by using it's samename: ?registervehicle My New Mission Vehicle
?list - Lists all registered vehicles
?help - gives all commands
?spawnrand - Spawns a random mission vehicle
?spawn 2 - Spawns registered vehicle 2 (likely your new mission vehicle)
BTW if you don't want to build mission vehicles, you can also use this addon to just register and spawn any of your saved vehicles quickly and easily without a workbench.