I’m currently trying to build a pre-game lobby where players spawn when joining an island for a map that contains a storm. How would one make it so that the main map and pre-game lobby are separated so that the storm doesn’t damage players in the lobby?
If you want to have a “Safe Zone” from the advanced storm controller you can use a “Basic Storm Controller” device and place it inside where you want the safe zone to be.
Some notes:
- Make sure the lobby/safezone is not accessible from the main game area so people can’t abuse that
- Make sure to increase the final storm radius so that it wont just close inside the safe zone
- Keep in mind there can only be 1 storm shown in the map so there’s a chance it will just show your “safe zone” storm
Thank you so much! I didn’t realize you could have multiple storms at once.
Hey @EulerFrog
To supplement Mineblo: if you’re using an advanced storm controller device, set the bounds radius to an area to contain the storm from the lobby.
Here’s the full documentation: Advanced Storm Controller Devices | Fortnite Creative Documentation | Epic Developer Community (epicgames.com)
Good luck!
Oh yea completely forgot about that, Almost 99% of the projects where I utilized the advanced storm I always had pre-determined storm positions so I forgot that that’s a possibility, Nice catch.