-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow scenarios to specify starting weather. #63444
Comments
I think you can use |
From what I’ve been told, it looks like both the “cause_portal_storm” and “cause_dust_storm” EOCs hinge on all their starting variables being set by the EOC in question. For weather to similarly be caused, such as a thunder storm, an EOC would have to set up precipitation and other weather values to prompt the start of a weather change: something that can’t be done at the present. |
Right, as you may expect from its name, |
Ok so its awkward but you could just add an or condition to the weather you want to force with a variable. So for example rainstorm is either temp > 33 and wind >15 or is_rain = 1. Then set the variable for as long as you like and boom. A bit complicated but doable. |
I agree this would be cool to have. After reading this I already have a couple ideas of how I could use this if we had it. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
Is your feature request related to a problem? Please describe.
When making a new scenario, there are a number of things one may do to make it interesting, such as customizing the time, spawn location, and applying effects. However, one of the elements beyond the scope of scenarios is specifying a particular type of weather that the game starts with. This evidently holds through for EOCs from what I’ve been told, and is, in my personal view, a slight shame as determining the weather can lead to some interesting scenario ambiences, as well as opening the door to new ideas.
Solution you would like.
I’d suggest allowing weather effects to be prompted through EOCs to leave room for interesting ingame uses as well as for utility in scenarios, or simply allowing the type of desired weather to be specified in the scenario json.
Describe alternatives you have considered.
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: