Skip to content
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

Implemented Unstable Effects #3031

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Rylxnd
Copy link
Contributor

@Rylxnd Rylxnd commented Jun 1, 2022

Unstable effects, what are they?

Unstable effects are any effect that have a high chance of crashing. And are deemed unstable by contributors.

What are the unstable effects?

Currently, the unstable effects are...

Random Traffic
Add Max Upgrades To Every Vehicle
Add Random Upgrades To Every Vehicle
Vehicle Rain
Spawn Random Vehicle
Replace Current Vehicle

What does this do?

This implements a way we can specify when registering an effect, whether or not it is stable or not, by default it is marked as stable. Unstable effects will not be parsed unless the user enables them in the config app. (Default is off). When the user is in the configuration window of an effect, they will be told whether or not it is stable. (i.e "Yes or "No")

Images

image
image

@Rylxnd
Copy link
Contributor Author

Rylxnd commented Jun 1, 2022

This could temporarily fix the crashing of effects like "Random Traffic" with the stub vehicles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant