refactor: move games to their own folder

This commit is contained in:
Softwarenoob 2021-07-02 03:20:20 +03:00
parent 772c791bda
commit 8ef59591f1
267 changed files with 113 additions and 113 deletions

View File

@ -1,20 +1,20 @@
# BeamMP & BeamNG # BeamMP & BeamNG
BeamNG.drive is a vehicle simulation video game developed and published by Bremen-based video game developer BeamNG GmbH. The game features soft-body physics, which simulates realistic handling and damage to vehicles. BeamNG.drive is a vehicle simulation video game developed and published by Bremen-based video game developer BeamNG GmbH. The game features soft-body physics, which simulates realistic handling and damage to vehicles.
## Recommended server settings ## Recommended server settings
Minimum RAM can be around 2-4 gb, these server run lightly so you can even use older cpus if you would like. Disk space should be 10 gb minimum. Minimum RAM can be around 2-4 gb, these server run lightly so you can even use older cpus if you would like. Disk space should be 10 gb minimum.
## Adding Mods ## Adding Mods
Vehicle mods and map mods are different to install, but both require you to put them in your server's (Resources\Client) folder. Simply slide any mod you want to add in that folder. Your vehicles & maps should now get downloaded and installed automatically for anyone joining your server. Vehicle mods and map mods are different to install, but both require you to put them in your server's (Resources\Client) folder. Simply slide any mod you want to add in that folder. Your vehicles & maps should now get downloaded and installed automatically for anyone joining your server.
### Licenses ### Licenses
BeamMP Servers to require you to get a license which you will see in the egg licensce variable upon creating the server. BeamMP Servers to require you to get a license which you will see in the egg licensce variable upon creating the server.
## Server Ports ## Server Ports
| Port | default | | Port | default |
|-------|---------| |-------|---------|
| Game | 30814 | | Game | 30814 |

View File

@ -1,5 +1,5 @@
# BeamNG.drive - KISS Multiplayer # BeamNG.drive - KISS Multiplayer
### From their [Github](https://github.com/TheHellBox/KISS-multiplayer) ### From their [Github](https://github.com/TheHellBox/KISS-multiplayer)
Server settings such as the map can be changed in the `config.json` file. Port is automatically set on each boot. Server settings such as the map can be changed in the `config.json` file. Port is automatically set on each boot.

View File

@ -1,27 +1,27 @@
{ {
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": { "meta": {
"version": "PTDL_v1" "version": "PTDL_v1"
}, },
"exported_at": "2021-02-15T20:05:24+00:00", "exported_at": "2021-02-15T20:05:24+00:00",
"name": "KissMP Server", "name": "KissMP Server",
"author": "me@weilbyte.dev", "author": "me@weilbyte.dev",
"description": "Server for the KISS Multiplayer BeamNG.drive mod", "description": "Server for the KISS Multiplayer BeamNG.drive mod",
"features": null, "features": null,
"image": "quay.io\/parkervcp\/pterodactyl-images:base_debian", "image": "quay.io\/parkervcp\/pterodactyl-images:base_debian",
"startup": ".\/kissmp-server", "startup": ".\/kissmp-server",
"config": { "config": {
"files": "{\r\n \"config.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"port\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}", "files": "{\r\n \"config.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"port\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}",
"startup": "{\r\n \"done\": \"Server is running!\",\r\n \"userInteraction\": []\r\n}", "startup": "{\r\n \"done\": \"Server is running!\",\r\n \"userInteraction\": []\r\n}",
"logs": "{}", "logs": "{}",
"stop": "^C" "stop": "^C"
}, },
"scripts": { "scripts": {
"installation": { "installation": {
"script": "#!\/bin\/bash\r\n# Server Files: \/mnt\/server\r\napt update \r\napt install -y wget unzip \r\n\r\nmkdir -p \/mnt\/server\r\ncd \/mnt\/server\r\n\r\nLATEST_RELEASE=$(wget -qO- https:\/\/api.github.com\/repos\/TheHellBox\/KISS-multiplayer\/releases\/latest | grep browser_download_url | cut -d '\"' -f 4)\r\necho -e Install repo set to ${INSTALL_REPO}\r\necho -e \"\/mnt\/server is empty.\\nDownloading latest release ${LATEST_RELEASE}\"\r\n\r\nwget $LATEST_RELEASE -O kissmp.zip\r\nunzip -j kissmp.zip '*\/kissmp-server'\r\n\r\nrm -rf kissmp.zip\r\n\r\nif [ -f \/mnt\/server\/kissmp-server ]; then\r\n echo -e \"Install complete\"\r\n chmod +x \/mnt\/server\/kissmp-server\r\n \r\n # Generate config\r\n .\/kissmp-server & serverpid=$! \r\n sleep 1\r\n kill $serverpid\r\n \r\n exit 0\r\nelse \r\n echo -e \"Install failed (no \/mnt\/server\/kissmp-server file present)\"\r\n exit 1\r\nfi", "script": "#!\/bin\/bash\r\n# Server Files: \/mnt\/server\r\napt update \r\napt install -y wget unzip \r\n\r\nmkdir -p \/mnt\/server\r\ncd \/mnt\/server\r\n\r\nLATEST_RELEASE=$(wget -qO- https:\/\/api.github.com\/repos\/TheHellBox\/KISS-multiplayer\/releases\/latest | grep browser_download_url | cut -d '\"' -f 4)\r\necho -e Install repo set to ${INSTALL_REPO}\r\necho -e \"\/mnt\/server is empty.\\nDownloading latest release ${LATEST_RELEASE}\"\r\n\r\nwget $LATEST_RELEASE -O kissmp.zip\r\nunzip -j kissmp.zip '*\/kissmp-server'\r\n\r\nrm -rf kissmp.zip\r\n\r\nif [ -f \/mnt\/server\/kissmp-server ]; then\r\n echo -e \"Install complete\"\r\n chmod +x \/mnt\/server\/kissmp-server\r\n \r\n # Generate config\r\n .\/kissmp-server & serverpid=$! \r\n sleep 1\r\n kill $serverpid\r\n \r\n exit 0\r\nelse \r\n echo -e \"Install failed (no \/mnt\/server\/kissmp-server file present)\"\r\n exit 1\r\nfi",
"container": "debian:buster-slim", "container": "debian:buster-slim",
"entrypoint": "bash" "entrypoint": "bash"
} }
}, },
"variables": [] "variables": []
} }

View File

@ -1,31 +1,31 @@
#Properties Config file #Properties Config file
#2018-05-13 08:00:20 #2018-05-13 08:00:20
motd=Nukkit Server For Minecraft: PE motd=Nukkit Server For Minecraft: PE
sub-motd=Powered by Nukkit sub-motd=Powered by Nukkit
server-port=19132 server-port=19132
server-ip=0.0.0.0 server-ip=0.0.0.0
view-distance=10 view-distance=10
white-list=off white-list=off
achievements=on achievements=on
announce-player-achievements=on announce-player-achievements=on
spawn-protection=16 spawn-protection=16
max-players=20 max-players=20
allow-flight=off allow-flight=off
spawn-animals=on spawn-animals=on
spawn-mobs=on spawn-mobs=on
gamemode=0 gamemode=0
force-gamemode=off force-gamemode=off
hardcore=off hardcore=off
pvp=on pvp=on
difficulty=1 difficulty=1
generator-settings= generator-settings=
level-name=world level-name=world
level-seed= level-seed=
level-type=DEFAULT level-type=DEFAULT
enable-query=on enable-query=on
enable-rcon=off enable-rcon=off
rcon.password=wMDM2Y2EwN rcon.password=wMDM2Y2EwN
auto-save=on auto-save=on
force-resources=off force-resources=off
bug-report=on bug-report=on
xbox-auth=on xbox-auth=on

Some files were not shown because too many files have changed in this diff Show More