AW: Server neu Installation
Der Befehl soll angeblich Episode 1 und 2 Daten laden:
Code:
hldsupdatetool -command update -game "episode1" -dir C:\srcds
Ansonsten musst du über GCFScape die gcf von HL2 EP1 und EP2 auspacken.
Erklärung zu einzelnen "-game"- Einträgen des hldsupdatetools gibt es auch dort: http://wiki.garrysmod.com/?title=Gen...#Extra_content
AW: Server neu Installation
Bei mir hats nur per GCF funktioniert. Der Befehl funktioniert nicht.
MfG
Liste der Anhänge anzeigen (Anzahl: 1)
AW: Server neu Installation
Runterladen tut er mit dem Befehl schon etwas:
http://gmod.de/attachment.php?attachmentid=3624
ist nur fraglich was.
AW: Server neu Installation
So sieht jetzt meine .bat aus:
Code:
@echo off
cd c:\srcds\
else.
echo Update/installiere nun Garrysmod
hldsupdatetool -command update -game garrysmod -dir C:\srcds
echo Update/installiere nun Half-Life EP1 und EP2
hldsupdatetool -command update -game "episode1" -dir C:\srcds
echo Update/installiere CS:S
hldsupdatetool -command update -game "Counter-Strike Source" -dir C:\srcds
echo Update/installiere Komplett
echo Installiert nach c:\srcds\
echo Dein Server ist nun einsatzbereit
echo Um Addons oder Maps hinzuzufuegen pack sie unter
c:\srcds\orangebox\garrysmod\
pause
Wenn alles geladen ist melde ich mich nochmal.
AW: Server neu Installation
Zitat:
Zitat von
Grüne Gurken
Jo schon aber nicht den ep2 content..
AW: Server neu Installation
Ist ja jetzt auch nicht weiter schlimm er lädt ja das nötigste ;)
Werde dann ja sehen wenn was fehlen sollte :)
AW: Server neu Installation
mit dem Befehl episode1 lädt
er logischerweise nur HL2 EP1 Content um den HL2 EP2 Content zu laden brauchste
musste die GCF von HL2 EP2 auf den Server laden.
AW: Server neu Installation
@Garry
Soweit waren wir auch schon ^^
episodic gibts ja auch noch nur was er da läd is mir auch grad noch Rätselhaft.
AW: Server neu Installation
So ich habe jetzt so weit alles geladen :D
hier einige screens:
http://img543.imageshack.us/img543/732/consoleq.png
http://img20.imageshack.us/img20/3073/groese.png
http://img819.imageshack.us/img819/7203/ordner.png
Nun zur .config:
Code:
//Basic settings
"hostname" "######"
"rcon_password" "######" //Remote control password
"sv_password" "######" //Server password
"sv_region" "3" // eastcoast: 0 - westcoast: 1 - south america: 2 - europe: 3 - asia: 4 - australia: 5 - middle east: 6 - africa: 7 - world: 255
"sv_lan" "0" //Lan only (1) or no (0)
//If you want use fast download, please remove slash.
//"sv_downloadurl" "######"
// Sandbox server settings
"sbox_godmode" "0"
"sbox_plpldamage" "0" // set this to 1 to disable player vs player damage.
"sbox_noclip" "0"
// Sandbox limits
"sbox_maxprops" "2000"
"sbox_maxragdolls" "2000"
"sbox_maxnpcs" "0"
"sbox_maxballoons" "2000"
"sbox_maxeffects" "2000"
"sbox_maxdynamite" "2000"
"sbox_maxlamps" "2000"
"sbox_maxthrusters" "2000"
"sbox_maxwheels" "2000"
"sbox_maxhoverballs" "2000"
"sbox_maxvehicles" "2000"
"sbox_maxbuttons" "2000"
"sbox_maxemitters" "2000"
"sbox_maxspawners" "2000"
"sbox_maxturrets" "2000"
// Sandbox WIRE limits
// If you are not running wire addon, remove this entire section.
"sbox_maxwire_wheels" "22000"
"sbox_maxwire_waypoints" "2000"
"sbox_maxwire_values" "2000"
"sbox_maxwire_twoway_radioes" "2000"
"sbox_maxwire_turrets" "2000"
"sbox_maxwire_thrusters" "2000"
"sbox_maxwire_target_finders" "2000"
"sbox_maxwire_speedometers" "2000"
"sbox_maxwire_emitters" "2000"
"sbox_maxwire_simple_explosive" "2000"
"sbox_maxwire_sensors" "2000"
"sbox_maxwire_screens" "2000"
"sbox_maxwire_relays" "2000"
"sbox_maxwire_rangers" "2000"
"sbox_maxwire_radioes" "2000"
"sbox_maxwire_sockets" "2000"
"sbox_maxwire_plugs" "2000"
"sbox_maxwire_pixels" "2000"
"sbox_maxwire_panels" "2000"
"sbox_maxwire_outputs" "2000"
"sbox_maxwire_oscilloscopes" "2000"
"sbox_maxwire_locators" "2000"
"sbox_maxwire_lights" "2000"
"sbox_maxwire_inputs" "2000"
"sbox_maxwire_indicators" "2000"
"sbox_maxwire_hoverballs" "2000"
"sbox_maxwire_gyroscopes" "2000"
"sbox_maxwire_gpss" "2000"
"sbox_maxwire_gate_trigs" "2000"
"sbox_maxwire_gate_times" "2000"
"sbox_maxwire_gate_selections" "2000"
"sbox_maxwire_gate_memorys" "2000"
"sbox_maxwire_gate_logics" "2000"
"sbox_maxwire_gate_comparisons" "2000"
"sbox_maxwire_gates" "2000"
"sbox_maxwire_explosive" "2000"
"sbox_maxwire_dual_inputs" "2000"
"sbox_maxwire_detonators" "2000"
"sbox_maxwire_buttons" "2000"
"sbox_maxwire_adv_inputs" "2000"
//Host Port
hostport 27015
// Verbindugseinstellungen
"sv_minrate" "0" //Minimale Verbindungsgeschwindigkeit
"sv_maxrate" "200000" //Maximale Verbindungsgeschwindigkeit
"decalfrequency" "10"
"sv_maxupdaterate" "66" //Maximale Tickrate
"sv_minupdaterate" "10" //Minimale Tickrate
Hoffe das keine Fehler in der Config ist D: