font update
This commit is contained in:
parent
cb9bea73ec
commit
c2c48b52da
1 changed files with 15 additions and 12 deletions
27
README.md
27
README.md
|
@ -7,15 +7,13 @@ https://plutonium.pw/docs/server/t6/setting-up-a-server/
|
||||||
https://github.com/alicealys/node-server-manager
|
https://github.com/alicealys/node-server-manager
|
||||||
|
|
||||||
- Copy & paste all folder contents
|
- Copy & paste all folder contents
|
||||||
node-server-manager -> node-server-manager installed folder
|
node-server-manager -> **node-server-manager installed folder**
|
||||||
bo2 -> your bo2 server root directory
|
bo2 -> **your bo2 server root directory**
|
||||||
t6 -> %localappdata%\Plutonium\storage\t6
|
t6 -> **%localappdata%\Plutonium\storage\t6**
|
||||||
|
|
||||||
### Server keys
|
### Server keys
|
||||||
- Make sure to add your Plutonium server keys in all "!start_zm_serverxxx.bat"
|
- Make sure to add your Plutonium server keys in all **bo2/!start_zm_serverxxx.bat** files
|
||||||
- Change the gamelogs path for each server according to yours in node-server-manager/Configuration/NSMConfiguration.json
|
- Change the **gamelogs path** for each server according to yours in **node-server-manager/Configuration/NSMConfiguration.json**
|
||||||
|
|
||||||
**Server name**
|
|
||||||
- Server key name must be named as follow :
|
- Server key name must be named as follow :
|
||||||
(Your server name) | BRUTUS ON THE BRIDGE | (extra txt)
|
(Your server name) | BRUTUS ON THE BRIDGE | (extra txt)
|
||||||
|
|
||||||
|
@ -37,15 +35,20 @@ MOTD
|
||||||
NUKETOWN
|
NUKETOWN
|
||||||
|
|
||||||
### Auto server restart .bat file
|
### Auto server restart .bat file
|
||||||
- Depending on where you installed node-server-manager folder, edit the path used in bo2/!restart_servers.bat
|
- Depending on where you installed **node-server-manager folder**, edit the path used in **bo2/!restart_servers.bat**
|
||||||
|
|
||||||
## How to run
|
## How to run
|
||||||
- bo2/!restart_servers.bat start and restart all servers along with NSM every 6 hours
|
- **bo2/!restart_servers.bat** start and restart all servers along with NSM every 6 hours
|
||||||
|
|
||||||
## Misc.
|
## Misc.
|
||||||
### Where to look in NSM folders ?
|
### Where to look in NSM folders ?
|
||||||
- 99% of my work on the NodeJS side is located in the Plugin folder : ZombieBank.js, ClanTag.js & ZombieStats.js
|
- 99% of my work on the NodeJS side is located in **node-server-manager/Plugin** : **ZombieBank.js**, **ClanTag.js** & **ZombieStats.js**
|
||||||
|
|
||||||
### Add moderator permissions
|
### Add moderator permissions
|
||||||
- Add the .id of target in staff.gsc (t6/scripts directory)
|
- Add the **.id** of target in staff.gsc (**t6/scripts** directory)
|
||||||
- Add the .pguid of target in ZombieBank.js, ClanTag.js, ZombieStats.js, NativeCommands.js
|
- Add the **.pguid** of target in **ZombieBank.js**, **ClanTag.js**, **ZombieStats.js**, **NativeCommands.js**
|
||||||
|
|
||||||
|
### Database
|
||||||
|
- If you wish to keep the progress of all previous players, download this file :
|
||||||
|
https://drive.google.com/file/d/1emq5qCNQO9mh4TF9jf48B04CME9Wnxi6/view?usp=sharing
|
||||||
|
- Place it in **node-server-manager/Database** folder
|
Loading…
Add table
Reference in a new issue