For Stormworks: Build and Rescue players, if your game dont Here is the fix to make missions work perfectly and vehicle spawning in mission.
The Fix
Go to SteamLibrary\steamapps\common\Stormworks\rom\data\missions\default_mission_locations
Edit script.lua file
Search : vehicle_main = spawnObject(spawn_transform, location.playlist_index, location.objects.vehicle_main, 0, nil, all_mission_objects)
Delete 0,nil arguments so it becomes :
vehicle_main = spawnObject(spawn_transform, location.playlist_index, location.objects.vehicle_main, all_mission_objects)
Now vehicles should spawn perfectly
PS : Make sure to save and make a new career mode world after. Just in case
That’s all we are sharing today in Stormworks: Build and Rescue Fix Make Vehicle Spawning in Mission 1.0, if there are anything you want to add please feel free to leave a comment below and we’ll see you soon.
Credit to Mehdi
Related Posts:
- Stormworks: Build and Rescue New Terminals and Boxes Expanding the New Logistics System
- Stormworks: Build and Rescue Space DLC Life Support Guide
- Stormworks: Build and Rescue – Dedicated Server Setup
- Stormworks: Build and Rescue How to Make a Modular Engine
- Stormworks: Build and Rescue – Basic VTOL guide