-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: June 10th Alpha Updates (#564)
This release sees a simplified setup and an updated readme. I hope that helps get more people into running things themselves! Some zone issues should be mitigated - the protocol and collection rewrite is still needed and this feature shouldn't be considered complete until then. ## Content ### Features * #556 * #557 ### Fixes * #547 * #548 * #554 * #559 ## Engine ### Features * More authentic engine commands * New repathing logic - runs on last waypoint only * `stopaction` on `p_op*` implicitly, `busy2` command * Secondary pointer support for `queue`, `timer`, `walktrigger` * `<p,mesanim>` support * New unpacking code, reorganized tool folder ### Fixes * #546 * #549 * #550 * #551 * #553 * #555 * #558 * #560 * #561 * #562 * IfPlayerDesign decoder preventing character customization
- Loading branch information
Showing
617 changed files
with
13,338 additions
and
11,553 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,45 @@ | ||
## Server settings | ||
# This is a comment! | ||
# Uncomment lines if you want to change them from their defaults | ||
|
||
PUBLIC_IP=localhost | ||
WEB_PORT=80 | ||
GAME_PORT=43594 | ||
# PUBLIC_IP=localhost | ||
# WEB_PORT=80 | ||
# GAME_PORT=43594 | ||
|
||
# LOGIN_HOST=127.0.0.1 | ||
# LOGIN_HOST=localhost | ||
# LOGIN_PORT=43500 | ||
# LOGIN_KEY=SuperSecretKey | ||
|
||
# FRIEND_HOST=127.0.0.1 | ||
# FRIEND_HOST=localhost | ||
# FRIEND_PORT=43501 | ||
# FRIEND_KEY=SuperSecretKey2 | ||
|
||
# WORLD_ID=0 | ||
# LOCAL_DEV=true | ||
# MEMBERS_WORLD=true | ||
# XP_MULTIPLIER=1 | ||
# SHUTDOWN_TIMER=50 | ||
|
||
# HTTPS_ENABLED=false | ||
# ADDRESS_SHOWPORT=true | ||
# CLIRUNNER=false | ||
# CI_MODE=false | ||
# SKIP_CORS=false | ||
|
||
# DATABASE_URL=mysql://root:password@localhost:3306/lostcity | ||
# DB_HOST=localhost | ||
# DB_NAME=lostcity | ||
# DB_USER=root | ||
# DB_PASS=password | ||
|
||
# website management | ||
# ADMIN_IP="127.0.0.1" | ||
# ADMIN_IP=localhost | ||
|
||
# SKIP_CRC=false | ||
# JAVA_PATH="C:\Program Files\Eclipse Adoptium\jdk-17.0.11.9-hotspot\bin\java" | ||
# DATA_SRC_DIR=data/src | ||
# VALIDATE_PACK=true | ||
# STRICT_FOLDERS=true | ||
# BUILD_ON_STARTUP=true | ||
# UPDATE_ON_STARTUP=true | ||
|
||
# JMODS=player1,player2,player3 | ||
|
||
## World settings | ||
|
||
WORLD_ID=0 | ||
MEMBERS_WORLD=true | ||
XP_MULTIPLIER=1 | ||
LOCAL_DEV=true | ||
# SHUTDOWN_TIMER=50 | ||
# CLIENT_PATHFINDER=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.