Search:

Page 3 of 5 1 2 3 4 5

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

  1. Thread: Position display

    by Mitch
    Replies
    8
    Views
    45,765

    I mostly use a cvar function to print my position...

    I mostly use a cvar function to print my position and then i type 'condump log.txt' to dump my console log to a file.
  2. Replies
    1
    Views
    8,473

    [DOWNLOAD] [COD2] Unlocking Rifles v3

    Call of Duty 2 Unlocking Rifles v3!

    Feel free to edit this,use this...
  3. This will crash the game in developer mode, so i...

    This will crash the game in developer mode, so i would advise you to just properly initialize the array = [];
  4. 1. Your array fields are structs, so you have...

    1.
    Your array fields are structs, so you have to initialize it before you use it:


    array = [];
    array[array.size] = spawnStruct();
    array[array.size - 1].key = value;

    You can initialize an...
  5. Replies
    32
    Views
    153,708

    you could look in the extreme mod to see how they...

    you could look in the extreme mod to see how they did their sniper zoom (by setting the client var cg_fov or something like that)
  6. Replies
    32
    Views
    153,708

    For your tracer effect: I had an issue with the...

    For your tracer effect: I had an issue with the fx playing on the impact if the angle between the fx and the surface was too high: this would cause the bullethole to become invisible, thus i had to...
  7. Replies
    19
    Views
    84,933

    As there is no loop function running...

    As there is no loop function running continuously, do not use an endon(). This will add to the max number of script variables allowed, and is completely unnecessary unless you have a loop function...
  8. Replies
    19
    Views
    84,933

    Hey :) I had some trouble while setting the...

    Hey :)

    I had some trouble while setting the alpha value of some huds by using the "fadeovertime()" function (sometimes when 2 funcs change the alpha value of a same hud, it kinda "flashes", or...
  9. Replies
    32
    Views
    153,708

    I did my AC130 with 3 real weapons (modified...

    I did my AC130 with 3 real weapons (modified rocket launcher, simply make them faster/ slower + no recoil etc) since u already use 3(?) custom weapon files for your killicon.
    So you dont need to...
  10. Replies
    32
    Views
    153,708

    init() { level.effects = []; ...

    init()
    {
    level.effects = [];
    level.effects["large_bark"]=loadfx("fx/impacts/large_woodhit.efx");
    level.effects["large_brick"]=loadfx("fx/impacts/large_brick.efx");
    ...
  11. Replies
    40
    Views
    587,876

    Camera controls: Vertex mode (V key): ...

    Camera controls:




    Vertex mode (V key):



    And more commands that you can see in in "Help" -> "Command list" (these are the commonly used ones)
  12. Yea, it will be the time of the server. Since...

    Yea, it will be the time of the server. Since every player may life in a different timezone, you could add the time difference based on country (which can be obtained through the IP).

    IzNoGod made...
  13. Replies
    4
    Views
    10,769

    You can use MySQL for this. SELECT NOW()...

    You can use MySQL for this.


    SELECT NOW()
    http://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html
  14. Thread: Grey Screen

    by Tally
    Replies
    20
    Views
    49,883

    That is not a valid materials file. You aren't...

    That is not a valid materials file. You aren't saving your .GDT file in the right location. It has to go into [COD2 INSTALL]/source_data/[name_of_custom_file].gdt

    Whenn you open Asset Manager,...
  15. Replies
    20
    Views
    49,883

    Maybe "white" instead of "black"? And then using...

    Maybe "white" instead of "black"? And then using the color attribute with low numbers like (0.3, 0.3, 0.3), which should turn it darkish (just guessing).
  16. Replies
    8
    Views
    51,339

    CoD2 uses two different kind of textures: iwi +...

    CoD2 uses two different kind of textures: iwi + material and @.tga files. Those @.tga files are leftovers from CoD1 can and should not be used as modding source. You should create a simple tga in...
  17. Replies
    7
    Views
    16,273

    Just 17 and such an end :( Rest in Peace,...

    Just 17 and such an end :(

    Rest in Peace, STAUFFi! Tough times for the family ahead...

    I've just google-translated it and fixed some errors:
  18. Thread: RIP STAUFFI

    by Ni3ls
    Replies
    7
    Views
    16,273

    RIP STAUFFI

    I have some sad news. I just heard that Stauffi has died. RIP mate!
    https://fbcdn-sphotos-b-a.akamaihd.net/hphotos-ak-xpf1/t31.0-8/10630564_701021749978674_4586270099861829470_o.jpg

    I dont know...
  19. Replies
    19
    Views
    34,819

    No need to hack the client, the server is enough...

    No need to hack the client, the server is enough (aka libcod). :D

    The player vote kick menu is sending ClientCommand's, which can be pre-processed and then ignored (so no vote will be called, just...
  20. Thread: self.name help

    by serthy
    Replies
    19
    Views
    34,819

    It is NOT possible without hacking the CoD2 exe...

    It is NOT possible without hacking the CoD2 exe to do this. The list is a FEEDER_LIST and interacts with cod2 uiscripts which cannot be modified only called via .menu.
    However you can build your own...
  21. Replies
    30
    Views
    189,895

    Question from a PM InjectDLL.exe works on...

    Question from a PM


    InjectDLL.exe works on Windows 8. (place it in the same directory as your cod2 install) + libcod.dll
    The windows version of libcod has mysql support.
    You can use xampp for...
  22. Thread: Heli/AC130

    by serthy
    Replies
    9
    Views
    13,010

    http://www.patmansan.com/smf/

    http://www.patmansan.com/smf/
  23. Replies
    25
    Views
    228,489

    - create a new custom weapon (or modify a...

    - create a new custom weapon (or modify a standard one)
    - in the weaponfile change the name of the hud indicator to your new material (guess its prefixed with 'hud_')
    - precache the weapon in...
  24. Replies
    30
    Views
    189,895

    I don't know, got another idea, which is working...

    I don't know, got another idea, which is working fine now :D

    Modified your InjectDLL source, to keep it constantly watching the process list for CoD2 and then waiting till the server is closing....
  25. Thread: Renaming bots

    by Mitch
    Replies
    25
    Views
    205,228

    You can try it with libcod like explained here: ...

    You can try it with libcod like explained here:

    http://killtube.org/showthread.php?1940-Kicking-bots&p=9963&viewfull=1#post9963
Results 51 to 75 of 121
Page 3 of 5 1 2 3 4 5