mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 09:48:20 +00:00
e41ed68447
* Update README
The README is very out of date, the following changes have been made
- Update what the file tree should look like
- Remove client Avant Gardens Survival script fix
- Update some incorrect commands or commands that were missing packages.
- Add packed client setup instructions
- Add *config.ini setup instructions
- Describe what configs should be modified and what you may want to change
- More detail in the verify step
- Change Account Manager link to Nexus Dashboard
- Remove table of commands and reference Commands.md instead
- Specify that UGCSERVERIP may need to be changed to localhost as well
* Fix Avant Gardens Survival
This addresses the Avant Gardens Survival bug. Squeezing it in with the README changes since it is a small change.
* Remove Locale
* Update README.md
Co-authored-by: Jonathan Romano <jonathan@luxaritas.com>
* Remove dLocale again?
* Saving for the night
* Revert "Fix Avant Gardens Survival"
This reverts commit b1a1ce2d84
.
* Update Mission.cpp
* Update README.md
Move comments and add pre-processor define
Update README.md
Update README.md
Update CMakePresets.json
Update CMakeVariables.txt
Update README.md
i love readmes
Update README.md
Update README.md
Update README.md
Update README.md
Update README.md
Update README.md
Update README.md
* Update README.md
Co-authored-by: Daniel Seiler <me@xiphoseer.de>
* Address feedback
* Update README.md
* Update Database.cpp
* Update README.md
* Revert tcp specification
Co-authored-by: Jonathan Romano <jonathan@luxaritas.com>
Co-authored-by: Aaron Kimbrell <aronwk.aaron@gmail.com>
Co-authored-by: Daniel Seiler <me@xiphoseer.de>
25 lines
1.0 KiB
Plaintext
25 lines
1.0 KiB
Plaintext
PROJECT_VERSION_MAJOR=1
|
|
PROJECT_VERSION_MINOR=0
|
|
PROJECT_VERSION_PATCH=4
|
|
# LICENSE
|
|
LICENSE=AGPL-3.0
|
|
# The network version.
|
|
# 171023 - Darkflame Universe client
|
|
# 171022 - Unmodded client
|
|
NET_VERSION=171022
|
|
# Debugging
|
|
# Set __dynamic to 1 to enable the -rdynamic flag for the linker, yielding some symbols in crashlogs.
|
|
__dynamic=1
|
|
# Set __ggdb to 1 to enable the -ggdb flag for the linker, including more debug info.
|
|
# __ggdb=1
|
|
# Set __include_backtrace__ to 1 to includes the backtrace library for better crashlogs.
|
|
# __include_backtrace__=1
|
|
# Set __compile_backtrace__ to 1 to compile the backtrace library instead of using system libraries.
|
|
# __compile_backtrace__=1
|
|
# Set to the number of jobs (make -j equivalent) to compile the mariadbconn files with.
|
|
__maria_db_connector_compile_jobs__=1
|
|
# When set to 1 and uncommented, compiling and linking testing folders and libraries will be done.
|
|
__enable_testing__=1
|
|
# The path to OpenSSL. Change this if your OpenSSL install path is different than the default.
|
|
OPENSSL_ROOT_DIR=/usr/local/opt/openssl@3/
|