Results 1 to 3 of 3

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

  1. #1
    Deleter/Deleted
    Join Date
    Jan 2023
    Posts
    76
    Thanks
    40
    Thanked 9 Times in 9 Posts

    Question [COD 1.1] How to make a .pk3 used only on my server ?

    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
    Last edited by raphael; 17th January 2023 at 10:30.

  2. The Following User Says Thank You to raphael For This Useful Post:

    kung foo man (19th January 2023)

  3. #2
    Assadministrator IzNoGoD's Avatar
    Join Date
    Aug 2012
    Posts
    1,718
    Thanks
    17
    Thanked 1,068 Times in 674 Posts
    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)
    "Does not work" is an error report for a bug between keyboard and chair.

    All hail Artie Effem

  4. The Following 2 Users Say Thank You to IzNoGoD For This Useful Post:

    kung foo man (19th January 2023),raphael (18th January 2023)

  5. #3
    Deleter/Deleted
    Join Date
    Jan 2023
    Posts
    76
    Thanks
    40
    Thanked 9 Times in 9 Posts
    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
    Last edited by raphael; 3rd February 2023 at 18:50.

  6. The Following User Says Thank You to raphael For This Useful Post:

    kung foo man (19th January 2023)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •