Search:

Type: Posts; User: IzNoGoD

Page 1 of 20 1 2 3 4

Search: Search took 0.01 seconds.

  1. I can make you download stuff even if you have...

    I can make you download stuff even if you have download disabled. You can push cvars to a client onconnect, before downloading starts.
  2. Through punkbuster you can do this without any...

    Through punkbuster you can do this without any download.

    Without punkbuster you need a small menu file to do this.

    Some protection could be achieved by changing the cvar name in your .exe file....
  3. Replies
    12
    Views
    393

    I've got no clue what roundcam is.

    I've got no clue what roundcam is.
  4. Replies
    4
    Views
    89

    1. set up initial alpha with .alpha 2. call...

    1. set up initial alpha with .alpha
    2. call fadeovertime(time_goes_here)
    3. set new, desired alpha that should be faded towards
    4. fadeovertime will do stuff in the background, as a separated...
  5. Replies
    4
    Views
    89

    Yes, use fadeovertime. hud.alpha = 0; hud...

    Yes, use fadeovertime.

    hud.alpha = 0;
    hud fadeOverTime(1);
    hud.alpha = 1;

    Done.
  6. Replies
    12
    Views
    393

    Shouldn't matter. Have you checked from a...

    Shouldn't matter. Have you checked from a spectator's point of view (hud element being on the spectatee aka player)?
  7. I don't get what you're trying to do. If you're...

    I don't get what you're trying to do. If you're trying to edit which menu file gets shown to players, just do it through script. If you're trying to modify it globally, then why are you using self?...
  8. Replies
    12
    Views
    393

    The correct flag would be .archived, instead of...

    The correct flag would be .archived, instead of .archive. Not sure about the default, but judging by your results it might be set to true by default (since you set a different variable)
  9. Replies
    8
    Views
    1,100

    cod4 has an option to set the "north" direction....

    cod4 has an option to set the "north" direction. Maybe that is at play here too?
  10. Replies
    12
    Views
    393

    the .archive flag is set to true/false on hud...

    the .archive flag is set to true/false on hud elements to instruct the engine to make them visible in the killcam if set to true. As a side-effect (maybe an intended effect?) it also makes it visible...
  11. Replies
    8
    Views
    1,100

    use getplayerangles() from a script (gsc) file....

    use getplayerangles() from a script (gsc) file. player.angles is kinda bugged and only returns a nonzero value for the [1] index.

    Also, in cod2 /viewpos returns your left/right angle as the final...
  12. Why are you storing client hud elems in level...

    Why are you storing client hud elems in level variables?
  13. Replies
    8
    Views
    415

    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...
  14. Replies
    64
    Views
    85,856

    In later libcod versions (basically anything...

    In later libcod versions (basically anything that's been out there for 5 years or so) you can kick bots, so, implement that instead. (kick bots on map end, load new map, load new bots)
  15. Replies
    3
    Views
    203

    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.
  16. Thread: fs_game (mods)

    by IzNoGoD
    Replies
    3
    Views
    297

    It means you must specify your fs_game in your...

    It means you must specify your fs_game in your startup line instead of trying to set it later.

    Also, your quicmessage menu seems to be borked.
  17. No need, the script would be server-side only.

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

    Would say you should script this, preferably through the map gsc
  19. 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)
  20. 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.
  21. These are server-side right? Sounds like he's...

    These are server-side right? Sounds like he's talking client-side.
  22. Replies
    1
    Views
    2,060

    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
  23. Replies
    39
    Views
    129,633

    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...
  24. Replies
    3
    Views
    1,703

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

    Are you using proper MANYMAPS?

    How many IWD files are in your fs_game + main folder?
  25. Replies
    3
    Views
    1,722

    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...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4