Aero changing module for Tera toolbox.
Randomly changing skybox/lighting/effects, giving TERA a more dynamic feel.
- Skybox
- Weather
- Rain
- Snow
- Clouds
- Lightning
- Lighting
- Color
- Brightness
- Fog
- Underwater
- Any combination of above
Commands
All commands go in toolbox channel /8
and start with aero
on
- enable
off
- disable
stop/pause/s
- stop without reverting to normal
next/n
- next aero
reset
- revert to normal and next aero
time <time in ms>
- time between aeros (default: 90000, fast: 2000)
blend <time>
- blending time between aeros (default: 8, fast: 1)
current/info/i
- print settings and current aero's name
set <aero name>
- set aero to <aero name>
- list of aeros in aeros.json
mode/m <mode>
- change mode
- modes: random/manual/preset
- random
/r
/n
: random aeros
- manual
/m
: set aeros manually with aero set
- preset
/p
: shuffle through select (or all) aeros with their own settings
preset/p <preset>
- set preset to <preset>
- list
to list all presets
- default presets:
- classic
: classic day/night cycle
- normal
: normal random aeros
- fast
: fast random
- faster
: faster
- super
: super fast
- hyper
: unstable fast
- order
: all aeros in order
- dynamicdaysaltyweather
: dynamic-day by saltymonkey (weather version)
- dynamicdaysalty
: dynamic-day by saltymonkey
- dynamicday
: edited version of above
dungeon
- toggle dungeon mode on/off
dungeon bl
- enable dungeon blacklist
blacklist/bl <operation> <aero>
- modify dungeon blacklist
operations: add/remove/clear
- add
: add current aero to blacklist
- add <aero>
: add <aero>
to blacklist
- remove
: remove last added aero from blacklist
- remove <aero>
: remove <aero>
from blacklist
- clear
: clear blacklist
- (nothing): print current blacklist
/8 aero preset faster
- set preset to "faster"/8 aero m r
- set mode to random/8 aero time 10000
- aero interval to 10 sec/8 aero blend 1
- aeros blend really fast/8 aero n
- next aero/8 aero dungeon bl
- enable dungeon blacklist/8 aero bl add Kubel_Fortress_Pegasus_AERO.AERO.Kubel_Fortress_Pegasus_AERO
- add that VERY thick fog to dungeon blacklist/8 aero bl
- print current blacklist
Preset format
Format | Description |
---|---|
"name": {
"random": false,
"aeros": [
"aero1",
"aero2",
"aero3",
],
"cycleTime": 12345,
"blendTime": 1.5,
"description": "blah",
"printName":true,
"hideComments":true
}, |
name of preset
random/in order
array of aeros or 'all' for all aeros
see aeros.json for names of all aeros
(optional) time between aeros in milliseconds
(optional) transition value, can be decimal
(optional) description for the preset
(optional) print the name of aeros
(optional) hide comments of aeros
|
- load aeros from datacenter using toolbox
- add presets for dynamic-day
- some fixes
- released
Original idea from codeagon's cycles