Skip to content

Commit

Permalink
Merge pull request #36 from Zedb0T/august-improvements
Browse files Browse the repository at this point in the history
Update EXAMPLE.env
  • Loading branch information
MikeGamePro authored Aug 4, 2024
2 parents 252060b + 26cfe4a commit b6681f4
Showing 1 changed file with 102 additions and 102 deletions.
204 changes: 102 additions & 102 deletions EXAMPLE.env
Original file line number Diff line number Diff line change
Expand Up @@ -43,106 +43,106 @@ BLIND_MIN=0.1
BLIND_MAX=10

#allow 'topoint' to spawn you past lava tube
TOPOINT_PAST_CRATER=False
TOPOINT_PAST_CRATER=f

# enable or disable commands (True or False)
DISABLED_MSG=True
protect=True
rjto=True
superjump=True
superboosted=True
noboosteds=True
nojumps=True
fastjak=True
slowjak=True
slippery=True
pinball=True
pacifist=True
nuka=True
invul=True
trip=True
shortfall=True
ghostjak=True
getoff=True
unzoom=True
flutspeed=True
freecam=True
enemyspeed=True
minuscell=True
pluscell=True
minusorbs=True
plusorbs=True
give=False
collected=False
eco=True
rapidfire=True
sucksuck=True
noeco=True
die=True
topoint=True
randompoint=True
sfx=True
setpoint=False
tp=False
shift=True
rocketman=True
movetojak=True
ouch=True
burn=True
hp=True
melt=True
endlessfall=True
drown=True
iframes=True
invertcam=True
cam=True
askew=True
stickycam=True
deload=True
quickcam=True
dark=True
blind=True
nodax=True
smallnet=True
widefish=True
lowpoly=True
color=True
scale=True
widejak=True
flatjak=True
smalljak=True
bigjak=True
moveplantboss=True
moveplantboss2=True
basincell=True
resetactors=True
bighead=True
smallhead=True
bigfist=True
bigheadnpc=True
hugehead=True
mirror=True
notex=True
press=True
lang=True
DISABLED_MSG=t
protect=t
rjto=t
superjump=t
superboosted=t
noboosteds=t
nojumps=t
fastjak=t
slowjak=t
slippery=t
pinball=t
pacifist=t
nuka=t
invul=t
trip=t
shortfall=t
ghostjak=t
getoff=t
unzoom=t
flutspeed=t
freecam=t
enemyspeed=t
minuscell=t
pluscell=t
minusorbs=t
plusorbs=t
give=f
collected=f
eco=t
rapidfire=t
sucksuck=t
noeco=t
die=t
topoint=t
randompoint=t
sfx=t
setpoint=f
tp=f
shift=t
rocketman=t
movetojak=t
ouch=t
burn=t
hp=t
melt=t
endlessfall=t
drown=t
iframes=t
invertcam=t
cam=t
askew=t
stickycam=t
deload=t
quickcam=t
dark=t
blind=t
nodax=t
smallnet=t
widefish=t
lowpoly=t
color=t
scale=t
widejak=t
flatjak=t
smalljak=t
bigjak=t
moveplantboss=t
moveplantboss2=t
basincell=t
resetactors=t
bighead=t
smallhead=t
bigfist=t
bigheadnpc=t
hugehead=t
mirror=t
notex=t
press=t
lang=t
# these commands can only be accessed by the streamer and devs
repl=True
debug=True
save=True
actorson=True
actorsoff=True
fixoldsave=True
finalboss=True
turn-left=False
turn-right=False
turn-180=False
cam-left=False
cam-right=False
cam-in=False
cam-out=False
repl=t
debug=t
save=t
actorson=t
actorsoff=t
fixoldsave=t
finalboss=t
turn-left=f
turn-right=f
turn-180=f
cam-left=f
cam-right=f
cam-in=f
cam-out=f

# command cooldowns (seconds)
COOLDOWN_MSG=True
COOLDOWN_MSG=t
protect_cd=420
rjto_cd=120
superjump_cd=30
Expand Down Expand Up @@ -226,8 +226,8 @@ cam-in_cd=0
cam-out_cd=0

# command durations (seconds)
ACTIVATE_MSG=True
DEACTIVATE_MSG=False
ACTIVATE_MSG=t
DEACTIVATE_MSG=f
protect_dur=60
rjto_dur=60
superjump_dur=60
Expand Down Expand Up @@ -346,11 +346,11 @@ fixoldsave_cd=0
finalboss_dur=0
finalboss_cd=0
lang_dur=0
resetcooldowns=True
cd=True
dur=True
enable=True
disable=True
resetcooldowns=t
cd=t
dur=t
enable=t
disable=t
turn-left_dur=0
turn-right_dur=0
turn-180_dur=0
Expand Down

0 comments on commit b6681f4

Please sign in to comment.