Search:

Type: Posts; User: kung foo man

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    86
    Views
    1,003,474

    https://www.youtube.com/watch?v=sjEWbpGvswo ...

    https://www.youtube.com/watch?v=sjEWbpGvswo

    Power of the Air | Full Movie | A Dave Christiano Film :p
  2. Replies
    86
    Views
    1,003,474

    https://www.youtube.com/watch?v=bLwqu4yfUk8 ...

    https://www.youtube.com/watch?v=bLwqu4yfUk8

    'ABSOLUTE DENIAL' - AWARD WINNING FILM ABOUT A.I.
  3. Replies
    2
    Views
    24,393

    Is this the same as hide&seek?

    Is this the same as hide&seek?
  4. Replies
    8
    Views
    27,381

    So it's your own server? Any infos in console...

    So it's your own server?

    Any infos in console (shift + console key)?
  5. Thread: Mine mod.

    by kung foo man
    Replies
    3
    Views
    33,586

    Like the common teddy-jump-explosion mod?

    Like the common teddy-jump-explosion mod?
  6. Thank you conductoid, this is for running Call of...

    Thank you conductoid, this is for running Call of Duty United Offensive via wine:


    MESA_EXTENSION_MAX_YEAR=2003 force_s3tc_enable=true __GL_ExtensionStringVersion=17700 WINEPREFIX=~/.wine wine...
  7. Running Call of Duty 1 in wine Fixing: Microsoft Visual C++ Runtime Library exception

    Full error: Microsoft Visual C++ Runtime Library exception: "Buffer overrun detected"

    Solution: MESA_EXTENSION_MAX_YEAR=2002 wine CoDSP.exe

    Even works on Raspberry Pi 4 via `box86` (statically...
  8. Replies
    17
    Views
    148,785

    If you want to go over a screen session instead...

    If you want to go over a screen session instead of netcat:



    (base) homepc@home-pc:~$ screen -S cod2 -p 0 -X hardcopy ~/tmp_screen.txt; tail -n2 ~/tmp_screen.txt
    Server is not running.
  9. Replies
    1
    Views
    80,822

    Are you running any mods? I wonder if this is the...

    Are you running any mods? I wonder if this is the default damage - usage rifle in head is dead :confused:

    Otherwise you can either edit the weapon files or fix it in GSC scripts - or if you are...
  10. Strange, I don't remember such masterserver name...

    Strange, I don't remember such masterserver name filtering behaviour

    I would compile libcod myself, I don't know if it's related though
  11. Replies
    28
    Views
    176,562

    Nice, seems legit, byte compare for 1.3: ...

    Nice, seems legit, byte compare for 1.3:


    arr[0x33ee0] = 0xc3; // was 0x51
    arr[0x33fc2] = 0x90; // was 0xe8
    arr[0x33fc3] = 0x90; // was 0x09
    arr[0x33fc4] = 0x90; // was 0xcb
    ...
  12. Replies
    6
    Views
    46,846

    Thank you a lot, Mitch! Your descriptions help me...

    Thank you a lot, Mitch! Your descriptions help me to understand RAID hardware a bit better.



    Nice, I already use ZFS, so I guess I just need to figure out how to put it in RAID1 mode...
    ...
  13. Replies
    6
    Views
    46,846

    Thank you Mitch! I watched a simple tutorial...

    Thank you Mitch!

    I watched a simple tutorial so far: https://youtu.be/_QjHUi6VXV8?t=124

    1) Basically every hardware RAID card comes with another kind of interface?
    2) Is there any...
  14. Replies
    6
    Views
    46,846

    How to quickly get started using RAID?

    Hey all,

    I learned about RAID many years ago, but I never actually used it. How would you get started?

    Simply buy a Hardware RAID controller and two same-size/type SSD's e.g.?
  15. I had the same issue switching from XP to newer...

    I had the same issue switching from XP to newer Win versions, they probably do a bunch of checking or other kinds of initialisations... I never looked into it, but you could try to play around a bit...
  16. Replies
    4
    Views
    32,612

    Some people fake bot pings, maybe it's their...

    Some people fake bot pings, maybe it's their "random" function?

    Do they play like real humans?
  17. If you use WinSCP and Notepad++, the file is send...

    If you use WinSCP and Notepad++, the file is send to the server automatically. Then, as you say, restarting the map is rather quick to see the changes.

    But I also remember some tools for...
  18. Replies
    8
    Views
    22,570

    It should be rather easy, simply note the...

    It should be rather easy, simply note the numbers:

    0, 45, 90, 135, 180, 225, 270, 315, 360 (same as 0)

    And write down the corresponding degrees you see on the compass... after max 2/3 numbers...
  19. Replies
    8
    Views
    22,570

    1698 You can write a function like: ...

    1698

    You can write a function like:



    checkAngles() {
    while (1) {
    players = getentarray("player", "classname");
    for (i = 0; i < players.size; i++) {
  20. Replies
    8
    Views
    22,570

    The last number is already the euler angle, in...

    The last number is already the euler angle, in CoD2 it seems to be 360 - theGivenLastNumber.

    Based on the image in CoD1, it could be -161 + 360 + 40 = 239
  21. Replies
    8
    Views
    51,204

    Depending on the amount of IP's, searching a...

    Depending on the amount of IP's, searching a linear array isn't very effective either. So we could escalate this into either "use a hashmap" or "do binary search of sorted IP's"

    How many IP's are...
  22. Replies
    8
    Views
    51,204

    You can take a look at...

    You can take a look at https://github.com/M-itch/libcod/blob/e58d6a01b11c911fbf886659b6ea67795776cf4a/libcod.cpp#L52

    Mostly self-explaining, you get a reference to the cvar and can just compare...
  23. Replies
    8
    Views
    51,204

    I wouldn't overcomplicate it, something like: ...

    I wouldn't overcomplicate it, something like:



    #include "stdio.h"
    #include "string.h"
    int main() {
    char *ips = "127.0.0.1 234.44.23.52 1.2.3.4";
    char *test1 = "1.2.3.4";
    char...
  24. This is a good question and IMO one of the key...

    This is a good question and IMO one of the key points that this community still needs to tackle.

    My first thought is to edit CoD2_mp.exe and turn CreateProcessA into a no-op, but I'm not even...
  25. Replies
    1
    Views
    8,864

    Nice, you share the source somewhere?

    Nice, you share the source somewhere?
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4