C:\Users\Samp\Desktop\ScavengeSurvive-master\pawno\include\SIF.inc(28) : fatal error 100: cannot read from file: "SIF\Core.pwn"
Baixei tudo certo e pah, porйm agora meu PAWN ta parando de responder, pode me ajudar ?
|
Setup
What version do I use?
If you're running a public server use the latest release. It should be stable but remember, this is a constantly evolving project and bugs always slip through!
If you want to hack on the code and contribute, pull the latest commit.
1. Dependencies
Ensure you have ALL the dependencies listed in the master script (the one you compile from!) each #include line has a link to the release page.
2. scriptfiles/ directory
The server will automatically create any required directories such as scriptfiles/data/.
If you want to use the maps provided in the repository, extract scriptfiles/Maps.zip to scriptfiles/
3. Compile!
If you have a problem compiling DON'T SUBMIT AN ISSUE HERE! this is reserved for actual bugs.
If you set up all the dependencies correctly, there should be no errors or warnings at all unless mentioned in the commit message.
4. Set up plugins and filterscripts in your server.cfg file.
Note: The repo contains many filterscripts, most of these are just testing tools and utilities, there are only 2 filterscripts you need to run on a public server:
filterscripts object-loader rcon
plugins crashdetect streamer sscanf CTime Whirlpool FileManager irc MapAndreas
5. Set up gamemode settings in your scriptfiles/data/settings.ini file
This is an INI file with game settings that will self-create if absent.
Most of the settings should be self-explanitory. If the purpose isn't clear, look up the setting in the source code for more information.
6. (Optional) Set up "missing features"
Scavenge and Survive is now provided as a baseline to build from and many older features have been stripped out and are being developed privately. This is partly to deter inexperienced users from attempting to run a SS server/community. I hate to do this and it goes against everything I believe in when it comes to open source but it's something I had to do to prevent problems between communities and people using my work without giving proper credit.
Missing features:
Entity Storage (items, safeboxes, tents, defences, signs)
You will need to devise your own system for storing safeboxes, tents, defences and signs.
This does not affect players and vehicles, these systems are still public so you can still run a basic server.
Tree generator bitmap
This is simply a 6000 x 6000 bitmap that determines tree placement. See generate_trees.py for information.