Operating system: Windows 7 Home Premium 64bit
Processor: Intel Core i5-750, 2.6Ghz, quad core, no hyperthreading.
Memory: 4GB
Game: Garry's Mod
Start up command:
@echo off
cd c:\srcds/orangebox
echo Starting game server.
echo Beginning "Garry's Mod"
srcds.exe -console -game garrysmod +map gm_construct +maxplayers 4
echo "Garry's Mod" has now started.
echo It is recommended that you start Server Crash Recovery aswell.
Install command:
@echo off
cd c:\srcds\
echo This will take a long time, I would recommend you go do something else.
echo Updating/installing CS:S
hldsupdatetool -command update -game "Counter-Strike Source" -dir C:\srcds
echo Updating/installing dods
hldsupdatetool -command update -game "dods" -dir C:\srcds
echo Updating/installing hl2mp
hldsupdatetool -command update -game "hl2mp" -dir C:\srcds
echo Updating/installing tf
hldsupdatetool -command update -game "tf" -dir C:\srcds
echo Updating/installing Orange Box
hldsupdatetool -command update -game orangebox -dir C:\srcds
echo Updating/installing Garrysmod
hldsupdatetool -command update -game garrysmod -verify_all -retry -dir C:\srcds
echo Update/installation Complete
echo Installed to c:\srcds\
echo Your server is now ready to use!
echo To add extra addons or maps etc. place them in c:\srcds\orangebox\garrysmod\
echo This installer can also update necessary server files, so it is recommended that you run it often.
pause
I followed the instructions for setting up an SRCDS server on the Garry's Mod Wiki. Unfortunately I am unsure on how to install addons and have been unable to locate a guide on the internet.
I placed Nuke Pack 4 in C:\srcds\orangebox\garrysmod\addons as I thought would be logical. The weapons and entities appear in the spawn menu but when I click on them nothing happens. The exception to this is the explosive car but this does not detonate. There are no error messages in the server log that might declare a file is missing or corrupt.
In addition, I installed Wiremod and Gcombat via SVN Updater. The latter operates flawlessly yet the former, though the tool works, weapons do not.
Can anyone offer some assistance please?
EDIT: Weapons, not entities.
Processor: Intel Core i5-750, 2.6Ghz, quad core, no hyperthreading.
Memory: 4GB
Game: Garry's Mod
Start up command:
@echo off
cd c:\srcds/orangebox
echo Starting game server.
echo Beginning "Garry's Mod"
srcds.exe -console -game garrysmod +map gm_construct +maxplayers 4
echo "Garry's Mod" has now started.
echo It is recommended that you start Server Crash Recovery aswell.
Install command:
@echo off
cd c:\srcds\
echo This will take a long time, I would recommend you go do something else.
echo Updating/installing CS:S
hldsupdatetool -command update -game "Counter-Strike Source" -dir C:\srcds
echo Updating/installing dods
hldsupdatetool -command update -game "dods" -dir C:\srcds
echo Updating/installing hl2mp
hldsupdatetool -command update -game "hl2mp" -dir C:\srcds
echo Updating/installing tf
hldsupdatetool -command update -game "tf" -dir C:\srcds
echo Updating/installing Orange Box
hldsupdatetool -command update -game orangebox -dir C:\srcds
echo Updating/installing Garrysmod
hldsupdatetool -command update -game garrysmod -verify_all -retry -dir C:\srcds
echo Update/installation Complete
echo Installed to c:\srcds\
echo Your server is now ready to use!
echo To add extra addons or maps etc. place them in c:\srcds\orangebox\garrysmod\
echo This installer can also update necessary server files, so it is recommended that you run it often.
pause
I followed the instructions for setting up an SRCDS server on the Garry's Mod Wiki. Unfortunately I am unsure on how to install addons and have been unable to locate a guide on the internet.
I placed Nuke Pack 4 in C:\srcds\orangebox\garrysmod\addons as I thought would be logical. The weapons and entities appear in the spawn menu but when I click on them nothing happens. The exception to this is the explosive car but this does not detonate. There are no error messages in the server log that might declare a file is missing or corrupt.
In addition, I installed Wiremod and Gcombat via SVN Updater. The latter operates flawlessly yet the former, though the tool works, weapons do not.
Can anyone offer some assistance please?
EDIT: Weapons, not entities.