-
Notifications
You must be signed in to change notification settings - Fork 1
/
rotmguard.toml
30 lines (27 loc) · 1.03 KB
/
rotmguard.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# A path to the game's resources.assets.
# Look in your proton pfx, it can usually be found in somewhere like
# C:/users/steamuser/Documents/RealmOfTheMadGod/Production/RotMG Exalt_Data/
#
# Proton pfx can be found in ~/.steam/root/steamapps/compatdata/<app id>/pfx/
# To find the `app id` of your game, in Steam library right click on it -> properties -> Updates
assets_res = ""
[settings]
autonexus_hp = 0
dev_mode = false
log_lines = 1000
# True = debuff disabled
[settings.debuffs]
blind = true
hallucinating = true
drunk = true
confused = true
unstable = true
darkness = false # you still dont see very far so disabling this doesnt help, all it does it make you not know when the effect is actually over
# The following will edit game resource files, you will need to launch the game AFTER rotmguard is already running
# for these to work.
[settings.edit_assets]
enabled = true
# If true, will remove the client-side debuffs completely
force_debuffs = true
# Makes the staff of unholy sacrifice shoot forward instead of backward
cult_staff = true