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

How to modify the configuration file to turn off some effects #9

Closed
StarinLin opened this issue Jun 14, 2021 · 4 comments
Closed

How to modify the configuration file to turn off some effects #9

StarinLin opened this issue Jun 14, 2021 · 4 comments
Labels
Good First Issue Good for newcomers Help Wanted Extra attention is needed Question Further information is requested

Comments

@StarinLin
Copy link

[chaos]
; enter effect names separated by commas in here to disable them
disabledEffects="No HUD,Blind,It's Time For A Break,Suicide,Lag,Spammy Vehicle Doors,Black Traffic,Blue Traffic,Green Traffic,Red Traffic,White Traffic,Everyone Is A Ghost"

This is my profile content, but I can still see these effects in the game,so how?
And,By the way, when is the next update,I love this mod. Thank you very much

@elleirGab
Copy link

i'm also wondering how to disable effects properly in this mod, the instructions are kind of vague and an official example would be very useful!

@shtrih
Copy link

shtrih commented Jul 17, 2021

Try remove [chaos] from config

@ClonkAndre
Copy link
Collaborator

ClonkAndre commented Jul 23, 2021

@StarinLin As @shtrih wrote, try to remove [chaos] from your config file and also remove the quotes. That should fix it.

And,By the way, when is the next update,I love this mod. Thank you very much

A new version of ChaosIV is already in development. Make sure to keep an eye on this repository for any updates ;)

@ClonkAndre ClonkAndre added Help Wanted Extra attention is needed Question Further information is requested labels Jul 23, 2021
@ClonkAndre ClonkAndre pinned this issue Jul 23, 2021
@elleirGab
Copy link

elleirGab commented Jul 23, 2021

i was going to leave a comment about it but i see you beat me to it by half an hour!

if you open the scripthook console with «`» and type «reloadscripts» you can 1. reload your scripts if they crash without restarting the entire game and 2. see what effects are disabled and how they are typed/perceived by the game

so «disabledEffects="Teleport To Swingset, No HUD, Suicide"» doesn't work, because the game reads
«"Teleport to Swingset» +
« No HUD» +
« Suicide"»
so the weird spaces and the quotations marks fucks it up. but remove them («disabledEffects=Teleport To Swingest,No HUD,Suicide») and the game reads each effects correctly and it seems to disable them!

hope these examples (and the «reloadscripts» command) helps some of y'all!

@ClonkAndre ClonkAndre added the Good First Issue Good for newcomers label Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue Good for newcomers Help Wanted Extra attention is needed Question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants