mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
change config.cfg to server.cfg, install note updates
Thanks @RC-Robio for the heads up!
This commit is contained in:
parent
4405c12680
commit
b84e97a71a
@ -8,11 +8,11 @@ http://www.microsoft.com/en-us/download/details.aspx?id=40784
|
|||||||
== INSTALL ==
|
== INSTALL ==
|
||||||
|
|
||||||
1. Remove any previous @Epoch folders and Install A3 Epoch client files (@Epoch) into Arma3 root directory.
|
1. Remove any previous @Epoch folders and Install A3 Epoch client files (@Epoch) into Arma3 root directory.
|
||||||
2. Remove any previous @EpochHive folder and copy all server files from zip into Arma3 root directory.
|
2. Copy the pcre3.dll and @EpochHive folder into your Arma3 root directory.
|
||||||
3. Open "DB" folder and start redis-server.exe with the parameter "redis.conf" or use start-redis.cmd. (Only one redis instance is needed per box, All servers connecting to the same redis will share character data by default.)
|
3. Open "DB" folder and start redis-server.exe with the parameter "redis.conf" or use start-redis.cmd. (Only one redis instance is needed per box, All servers connecting to the same redis will share character data by default.)
|
||||||
4. Open @EpochHive folder and edit EpochServer.ini BattlEyePath to match your server path to Battleye.
|
4. Open @EpochHive folder and edit EpochServer.ini BattlEyePath to match your server path to Battleye.
|
||||||
5. If running multiple servers on the same box, open "@EpochHive" folder and edit the "EpochServer.ini" setting "InstanceID" to a unique string for each A3 Epoch server.
|
5. If running multiple servers on the same box, open "@EpochHive" folder and edit the "EpochServer.ini" setting "InstanceID" to a unique string for each A3 Epoch server.
|
||||||
6. Open "SC" folder and edit the config.cfg server name, password, etc.
|
6. Open "SC" folder and rename server-example.cfg to server.cfg edit the server.cfg server name, password, etc.
|
||||||
7. Open the SC/Battleye folder and rename example-BEServer.cfg to BEServer.cfg and change the RConPassword.
|
7. Open the SC/Battleye folder and rename example-BEServer.cfg to BEServer.cfg and change the RConPassword.
|
||||||
7. Look at the "start-A3-cmd-line-example.txt" file for an example command line for starting your server.
|
7. Look at the "start-A3-cmd-line-example.txt" file for an example command line for starting your server.
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ SERVERMODS=@epochhive
|
|||||||
# !!!!!!!!!! DO NOT EDIT ANYTHING BELOW THIS LINE !!!!!!!!!!
|
# !!!!!!!!!! DO NOT EDIT ANYTHING BELOW THIS LINE !!!!!!!!!!
|
||||||
#=======================================================================
|
#=======================================================================
|
||||||
CFG_DIR=${ARMA_DIR}
|
CFG_DIR=${ARMA_DIR}
|
||||||
CONFIG=${CFG_DIR}/${NAME}/config.cfg
|
CONFIG=${CFG_DIR}/${NAME}/server.cfg
|
||||||
CFG=${CFG_DIR}/${NAME}/basic.cfg
|
CFG=${CFG_DIR}/${NAME}/basic.cfg
|
||||||
LOG_DIR=${ARMA_DIR}/logs
|
LOG_DIR=${ARMA_DIR}/logs
|
||||||
BEPATH=${CFG_DIR}/${NAME}/battleye/
|
BEPATH=${CFG_DIR}/${NAME}/battleye/
|
||||||
|
@ -1 +1 @@
|
|||||||
-mod=@Epoch; -serverMod=@EpochHive; -config=C:\arma3server\SC\config.cfg -ip=192.168.71.234 -port=2302 -profiles=SC -cfg=C:\arma3server\SC\basic.cfg -name=SC
|
-mod=@Epoch; -serverMod=@EpochHive; -config=C:\arma3server\SC\server.cfg -ip=192.168.71.234 -port=2302 -profiles=SC -cfg=C:\arma3server\SC\basic.cfg -name=SC
|
||||||
|
Loading…
Reference in New Issue
Block a user