PDA

View Full Version : [COD 1.1] How to make a .pk3 used only on my server ?



raphael
17th January 2023, 09:26
Hello

There is a .pk3 that replaces bullet traces colors.

I want to put it in my server, if I put the pk3 in my main server folder, then clients will download it to their main folder and then it will be run on all servers. (i guess)

Do you know how to make it run only on mine ?

I try to learn modding

EDIT:

Do I have to use the "fs_game" command ?
I think that this command is associated to a folder in game's folder
Any info would be really appreciated

IzNoGoD
17th January 2023, 17:13
fs_game it is. This means LEAVE MAIN THE FUCK ALONE. (this goes for any modder ever thinking of touching main. Dont. You'll be arrested)

raphael
18th January 2023, 12:53
Thank you very much, it works

Here is how I did, hoping it could help someone in the future :

Modified starting script :


...veloper 1 +set fs_game "rmod" +exec myserver.cfg +map mp_harb...

created a folder called "rmod" in the same folder as where main folder is, and put the pk3 in it

had to move game.mp.i386.so in rmod folder
_____
Thanks again, happy to found this forum