Search:

Page 2 of 28 1 2 3 4 5

Search: Search took 1.00 seconds; generated 64 minute(s) ago.

  1. Replies
    8
    Views
    52,219

    I'd say load the cvar on server load (don't...

    I'd say load the cvar on server load (don't update it runtime), let some c-code extract the stuff, store it in the 4 bytes of netadr_t and compare that run-time (4 byte compare for every getstatus...
  2. Replies
    3
    Views
    36,381

    Just add a check there, or a callback upon firing...

    Just add a check there, or a callback upon firing a nade to disappear when the person that threw the nade goes spec.
  3. No need, the script would be server-side only.

    No need, the script would be server-side only.
  4. Would say you should script this, preferably...

    Would say you should script this, preferably through the map gsc
  5. fs_game it is. This means LEAVE MAIN THE FUCK...

    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)
  6. Just run it through sandboxie? No clue exactly...

    Just run it through sandboxie? No clue exactly how, but it should mostly sandbox anything it does.
  7. Replies
    1
    Views
    98,232

    https://web.archive.org/web/20220105160706/https:/...

    https://web.archive.org/web/20220105160706/https://wiki.zeroy.com//index.php/Call_of_Duty_2:_d3dbsp
    https://archive.is/KAZtQ
  8. Replies
    41
    Views
    490,502

    Works fine for me on a fresh Debian 11 amd64...

    Works fine for me on a fresh Debian 11 amd64 install, substituting the libmysqlclient-dev:i386 with libmariadb-dev-compat:i386.

    Literally all commands until cod2 server got started:



    sudo...
  9. Replies
    3
    Views
    30,647

    Are you using proper MANYMAPS? How many IWD...

    Are you using proper MANYMAPS?

    How many IWD files are in your fs_game + main folder?
  10. Replies
    3
    Views
    29,673

    Mostly the server needs to have enough available...

    Mostly the server needs to have enough available cpu resources. GHz has not been a good measurement for performance for a while - what exact cpu is your host using, and how many clients are on the...
  11. Replies
    3
    Views
    29,673

    The multicore patch is just to make it so cod2...

    The multicore patch is just to make it so cod2 doenst suck when a system has multiple cores. The game engine itself cannot run on multiple cores.

    You could code your server in such a way that for...
  12. Replies
    2
    Views
    44,458

    Nowadays lots of ISPs use CGNAT to save some ipv4...

    Nowadays lots of ISPs use CGNAT to save some ipv4 addresses. If you're behind CGNAT there's nothing you can do.
  13. Replies
    4
    Views
    35,150

    https://i.redd.it/7khgt29lp1121.jpg

    https://i.redd.it/7khgt29lp1121.jpg
  14. Replies
    9
    Views
    76,413

    Do you have the ports forwarded in your router? ...

    Do you have the ports forwarded in your router?

    Are you behind CGNAT?

    How do you expect to connect to your server without knowing the ip address?

    Edit: clean up your main, this will give you...
  15. Replies
    3
    Views
    34,257

    Missing the + before exec, otherwise yes.

    Missing the + before exec, otherwise yes.
  16. Replies
    23
    Views
    89,000

    @michelboonstra see your pm inbox.

    @michelboonstra see your pm inbox.
  17. Replies
    23
    Views
    89,000

    You're going to need a bit of code inside the...

    You're going to need a bit of code inside the spawnplayer() too, to reset the killstreak counter upon respawn. (thats the lazy way, the better way would be to put it in playerkilled, spawnspectator...
  18. Replies
    19
    Views
    69,763

    self.previousPosition = self.origin; ...

    self.previousPosition = self.origin;
    self.campTik = 0;
    while (1)
    {
    if (isAlive(self) && (!isDefined(self.flagAttached) || !self.flagAttached) && self.pers["team"] == "allies"...
  19. Thread: COD2 Teleport

    by IzNoGoD
    Replies
    7
    Views
    24,234

    Should be args, not arg.

    Should be args, not arg.
  20. Thread: COD2 Teleport

    by IzNoGoD
    Replies
    7
    Views
    24,234

    shoudl be getentitynumber() Note the () behind...

    shoudl be getentitynumber()
    Note the () behind it.
  21. Replies
    19
    Views
    69,763

    This forum tends to perform poorly when asked for...

    This forum tends to perform poorly when asked for full scripts for free.

    However, if you try yourself we're pretty good at helping when you hit roadblocks.

    As a sidenote: this script would be...
  22. Small update: If you get the "PuTTy key format...

    Small update: If you get the "PuTTy key format too new" error trying to log in with winscp, you have to save your key in the older key file format in puttygen.

    Before saving your private key, go...
  23. Thread: 1 sniper

    by IzNoGoD
    Replies
    2
    Views
    11,656

    Dont forget to clean up the list upon sniper...

    Dont forget to clean up the list upon sniper joining spec and/or on sniper joining other team/autobalance.
  24. Replies
    0
    Views
    90,978

    Cross-post: Setting up cod2 on WSL

    See here: https://killtube.org/showthread.php?4465-cod2-Running-your-own-libcod-server-using-WSL2-on-windows
  25. Public network connectivity. Option 1: Just...

    Public network connectivity.

    Option 1: Just forward the ports from your host to your vm using https://gist.github.com/xmeng1/aae4b223e9ccc089911ee764928f5486

    Option 2: Bridge mode.



    Open...
Results 26 to 50 of 682
Page 2 of 28 1 2 3 4 5