All server code for the JC2MP server Panau Survival
- Clone the repo into your JC2MP server directory.
- Set
IKnowWhatImDoing
to true in the server's config. - Delete
server.db
in case you've run the server before to ensure a clean start. - Edit line 5 of
scripts/inventory/server/sLootManager.lua
and replace"lootspawns/lootspawns.txt"
with"lootspawns_old.txt"
. This will allow the loot to spawn using the old loot spawns data file. - Copy
scripts/modelchanger/shModelLocations_old.lua
toscripts/modelchanger/shared/shModelLocations.lua
- Copy
scripts/modelchanger/shModelLocationsObject.lua
toscripts/modelchanger/shared/shModelLocationsObject.lua
- Run
git submodule update --init scripts/voice
to install the voice chat submodule, then navigate inside and follow setup inwebsite
to complete setup for voice chat. - You're all set!
Want to help development? Awesome! Here are a couple guidelines for helping out.
- Fork the repository.
- Make your changes in your newly forked repo.
- Submit a pull request.
I'll review your changes and let you know if there are any problems. If it's all good, I'll merge it with the main repo!
If you'd like to be more involved with development, send me (benank) a DM on Discord telling me a bit about your experience and I'll add you to the developer channel.
There are a few things that aren't open source because of privacy and exploitation concerns. These items are:
- Server database
- Loot spawns
- Vehicle spawns
- Player model locations
- Discord module