This repository has been archived by the owner on Jun 27, 2024. It is now read-only.
Releases: Akkadius/Occulus
Releases · Akkadius/Occulus
v2.2.1
v2.2.0
- [Server] Implement timed server stops similar to timed server restarts
- [Config] Only save EQEmu config when the values change
- [Hot Reload] Update file watching logic to only watch files that end in extensions
.pl
.lua
without hyper extensions eg (.pl.swp
or.lua.swp
)
v2.1.2
v2.1.1
v2.1.0
- Add launcher support for running statics
- Simply define a comma separated static list in your launcher config
launcher.staticZones
Example
"launcher": {
"runSharedMemory": true,
"runLoginserver": false,
"runQueryServ": false,
"isRunning": true,
"minZoneProcesses": 3,
"staticZones": "load2,cshome"
},
Will keep 3 dynamics alive along with 2 statics
v2.0.20
v2.0.19
v2.0.18
- Add support for killing individual zone processes from the admin panel
- Browser title now updates when navigating to different resources
- Added support for managing Linux server code under "Tools"
- Added support for quests git under "Tools"
- Added support for viewing server logs under "Tools"