Εγκατάσταση Steam
Σύνδεση
|
Γλώσσα
简体中文 (Απλοποιημένα κινεζικά)
繁體中文 (Παραδοσιακά κινεζικά)
日本語 (Ιαπωνικά)
한국어 (Κορεατικά)
ไทย (Ταϊλανδικά)
Български (Βουλγαρικά)
Čeština (Τσεχικά)
Dansk (Δανικά)
Deutsch (Γερμανικά)
English (Αγγλικά)
Español – España (Ισπανικά – Ισπανία)
Español – Latinoamérica (Ισπανικά – Λατινική Αμερική)
Français (Γαλλικά)
Italiano (Ιταλικά)
Bahasa Indonesia (Ινδονησιακά)
Magyar (Ουγγρικά)
Nederlands (Ολλανδικά)
Norsk (Νορβηγικά)
Polski (Πολωνικά)
Português (Πορτογαλικά – Πορτογαλία)
Português – Brasil (Πορτογαλικά – Βραζιλία)
Română (Ρουμανικά)
Русский (Ρωσικά)
Suomi (Φινλανδικά)
Svenska (Σουηδικά)
Türkçe (Τουρκικά)
Tiếng Việt (Βιετναμικά)
Українська (Ουκρανικά)
Αναφορά προβλήματος μετάφρασης
I am thinking of running two instances at the same time (1 PvP and 1 PvE).
to run two servers i think u need to machines atm i havent seen or figured out how to run two at the same time but if u goto ur steam apps folder and look for unturned in that folder open up a blank text file and copy and paste this
:loop
echo (%time%) Loot Resetting...
start /wait /high Unturned.exe -nographics -pei -bambi -nosync -pve -port:25444 -pass:[password] -players:[amount of players] -sv
echo (%time%) Loot Reset.
echo (%time%) Server is online.
echo (%time%) Loot Resetting in 2 hours.
timeout /t 5400 >null
echo (%time%) Loot Resetting in 1 hours.
timeout /t 3600 >null
echo (%time%) Loot Resetting in 30 minutes.
timeout /t 900 >null
echo (%time%) Loot Resetting in 10 minutes.
timeout /t 300 >null
echo (%time%) Loot Resetting in 5 minutes.
timeout /t 150 >null
echo (%time%) Loot Resetting in 2 minutes.
timeout /t 120 >null
taskkill /f /im "Unturned.exe"
goto loop
and then save the text file hit the drop down to make it say all files and then name the text file to whatever u want and put .bat at the end of it and it should save it as a .bat file once thats done just run the .bat file and it will open unturned load it to 90% and close and then open up the command prompt menu leave that open and run ur normal unturned game and thats how the server is up just type in localhost to connect
also where it has start /wait etc u need to have the -sv at the end otherwise it wont run u can also change the pass level difficulty etc
if u run into trouble lemme know and ill help out as much as i can
also change the timers to how u want its in seconds so 3600 is 1 hour etc vice versa just hit enter in the cmd and it will take it to the next line until u get to the restart and it will reboot the server :D
note i wont take credit for the coding as i read a post about it so its not all mines i just tweaked it a little to my preference
Surely to have a fresh PvP map you would need to tweak the 'Unturned' registry.
Then create continuous backups so you can switch back and forth (between PvE and PvP (with different maps))
Also if you want to use it as a PvP server you would want to tweak:
start /wait /high Unturned.exe -nographics -pei -bambi -nosync -pve -port:25444 -pass:[password] -players:[amount of players] -sv
to
start /wait /high Unturned.exe -nographics -pei -bambi -nosync -pvp -port:25444 -pass:[password] -players:[amount of players] -sv
ok to get the new map up if you search for Regedit in the search and then look for the folder named HK_CURRENT_USER and then look for the folder Software and go to the Smartly Dressed Games and right click and export to save the file then after u backed up that u can go ahead and delete the file from the registry and then load the game up that will generate a fresh map/character and skills there is a way to just generate a new map and not lose character and skills but thats deleting certain files in that folder but thats not what i was looking for :D hope that helped again sorry for the misunderstanding on the first reply :P Honest Mistake :P