Fastic
Administrator
Dołączył: 12 Kwi 2010
Posty: 165
Przeczytał: 0 tematów
Pomógł: 37 razy Ostrzeżeń: 0/5
|
Wysłany: Sob 15:35, 18 Lut 2012 Temat postu: Pomoc ! |
|
|
Przydatne linki:
1. Serwer
Stawianie serwera
1.2. Porty - tutaj neostrada
2. Ogólne
2.1.FAQ
2.2. Rejestracja - zdobywanie cr
3. Budowanie
3.1. Entity Guide PL
[link widoczny dla zalogowanych]
3.3. Jak w ogóle budować? - Zwykle trzeba mieć admina level 1 (chyba, że modyfikowało się cmdleveldefs.cfg) i użyć komendy: Kod: | /place [nazwa entity] [wysokosc nad ziemia] [inne klucze] |
3.4 Lista tekstur dwustronnych
3.5 Lista muzyk
3.6. Lista vehicle
3.7. Lista npc
3.8. Tekstury wideo
3.9. Lista broni WP_ czyli dla FUNC'ów
3.10. Lista itemów
3.11. Lista efektów
3.12. Podstawowy quest
3.13. Niektóre cvary z U#
3.14. Przykładowy quest na "zbieranie"
3.15. Zaczynanie budowania mapy
3.16. Duel Arena
3.17. Dzień i Noc
3.18. Lista modeli z mins i maxs
3.19. Cvary lugormoda (głównie t2)
4. Zabezpieczenie serwera przed crashowaniem
Przykro mi, z kilku powodów musiałem usunąć. Zainteresowanych zapraszam na PW
Skrypt, który automatycznie restartuje serwer po crashu
Kod: | @echo off
REM ****************************************
REM this is a secure startup file that uses the raven dedicated server pack for windows
REM if the server crashes, it will be immediatly restarted and the restart time will be appended to the file
REM lugormod_restart.txt
REM the server is launched on port 29076 to not enter in conflict with the default of your game 29070
REM (usefull if you play on the same computer)
REM
REM IMPORTANT: you have to disallow Micorosft Internet Bug Report in oder to have an imediate restart
REM (Config pAnel / SYstem / Advanced / bug report / disallow it)
REM
REM
REM ****************************************
.\jamp +set dedicated 1 +set fs_game lugormod +set net_port 29076 +set com_hunkmegs 150 +exec server.cfg +set bot_minplayers 0
echo "------------------------------" >> lugormod_restart.txt
date /t >> lugormod_restart.txt
time /t >> lugormod_restart.txt
REM PUT the Name of your startup file instead of start_lugormod_autoRestart_dedicatedServer.bat this name must be the same as this file
.\LugorMod_DED_RESTART.bat |
Plik nazywamy LugorMod_DED_RESTAT.bat. Do uruchomienia potrzeba xx (patrz punkt 4.3). Aby działało poprawnie wchodzimy w Panel Sterowania > System > Zaawansowane > Raportowanie błędów > Wyłącz raportowanie błędów
dJakiś link nie działa? Zgłoś to w temacie.
Post został pochwalony 1 raz
Ostatnio zmieniony przez Fastic dnia Sob 16:47, 07 Lip 2012, w całości zmieniany 7 razy
|
|