Posts: 10
Threads: 4
Joined: Jan 2011
Reputation:
0
Hi,
Is it possible to get the SRCDS Server, Garry's Mod in particular to push files to teh connecting client?
In other words, I know that maps and associated files are pushed when you connect but what about other files e.g. SWEPS, NPCs, Models.
My example is that I found a Terminator NPC/Model and wouldl ike to install it onto my server and then push it out to any clients that connect to the server.
The reason is I am setting up a server for a small group and want to make sure everyone has all the same files, so usingteh server as the master file source and as we agree to add another SWEP, it goes onto the server and then pushed out automatically
Paul
Posts: 10
Threads: 4
Joined: Jan 2011
Reputation:
0
Thanks for the pointer, going to give it a go now
Posts: 10
Threads: 4
Joined: Jan 2011
Reputation:
0
03-26-2011, 08:07 PM
(This post was last modified: 03-26-2011, 08:26 PM by beddau.)
Hi,
GMOD client stuck downloading first file
Ok, I have installed SourceMod, mmsource and downloader.
I have set sm_downloader_enabled to 1 and simple also to 1.
Just in case I have put the following lines in my INI files:
SIMPLE
\addons\EXPLODING Rainbow Gun\info.txt
\addons\EXPLODING Rainbow Gun\readme.txt
\addons\EXPLODING Rainbow Gun\lua\entities\splodin_rainbow
\addons\EXPLODING Rainbow Gun\lua\entities\splodin_rainbow\shared.lua
\addons\EXPLODING Rainbow Gun\lua\weapons\rainbowgun\cl_init.lua
\addons\EXPLODING Rainbow Gun\lua\weapons\rainbowgun\init.lua
\addons\EXPLODING Rainbow Gun\lua\weapons\rainbowgun\shared.lua
NORMAL
//Don't modify or remove the Comment Lines ( // )
//Files (Download Only No Precache)
\addons\EXPLODING Rainbow Gun\info.txt
\addons\EXPLODING Rainbow Gun\readme.txt
\addons\EXPLODING Rainbow Gun\lua\entities\splodin_rainbow
\addons\EXPLODING Rainbow Gun\lua\entities\splodin_rainbow\shared.lua
\addons\EXPLODING Rainbow Gun\lua\weapons\rainbowgun\cl_init.lua
\addons\EXPLODING Rainbow Gun\lua\weapons\rainbowgun\init.lua
\addons\EXPLODING Rainbow Gun\lua\weapons\rainbowgun\shared.lua
//Decal Files (Download and Precache)
//Sound Files (Download and Precache)
//Model Files (Download and Precache)
What am I doing wrong?
Paul
Hi,
I removed the two text files from the list including the rianbow folder and reconnected my GMOD client.
This time it tried to download nothing at all, but the rainbow gun works and I cannot find the LUA files on my client anyway.
I must be missing something fundemental here, what is it as I assumed puting the list of files in the INI file would result in them downloading to the client.
Also the rainbow gun is only available when connected to the server and not stand alone.
Paul
Posts: 32
Threads: 6
Joined: Dec 2010
Reputation:
-1
try taking the dash out from in front of addons, and do you use a fast/dl server?
Posts: 737
Threads: 26
Joined: Jan 2009
Reputation:
6
Try removing this part: \addons\EXPLODING Rainbow Gun and just leave in the actually files: lua\entities\splodin_rainbow\shared.lua