Search:

Page 1 of 7 1 2 3 4

Search: Search took 1.00 seconds.

  1. Replies
    5
    Views
    14,167

    CoD2 Menu Builder

    Hi,

    I had some spare time recently and i decided to make this "menu builder" for Call of Duty 2. It's very simple to use and saves a lot of time if you're trying out different designs.

    1545
    ...
  2. Replies
    10
    Views
    23,696

    [COD2] Black Ops Zombie Mod [Working]

    Hi all,

    I am working on a fully conversion of the Black Ops (I-II-III) zombie mod to COD2 (with libcod).
    Its not that low version which are done a few years ago, it will contains:

    Zombies
    ...
  3. Replies
    1
    Views
    3,930

    In cod4, all model stuff starts in...

    In cod4, all model stuff starts in maps/mp/gametypes/_teams.gsc, in the function setPlayerModels().
    It calls a bunch of mptype/*.gsc scripts's precache() function, which looks like this:



    //...
  4. Replies
    64
    Views
    117,718

    This is still very valid:...

    This is still very valid: https://killtube.org/showthread.php?1157-Scripting-FAQ-read-this-first!
  5. Replies
    8
    Views
    7,754

    Pushed some experimental stuff to dev branch,...

    Pushed some experimental stuff to dev branch, might wanna test. Basicly rewrote everything for structures, added custom bot usermove stuff, bots are not lagging anymore, etc, some fixes are still...
  6. Replies
    1
    Views
    23,741

    Try to hack this VBulletin

    Yo all,

    just noticed this strange "Test" guy and had a bad feel about the forum security, as if he needed a thread to test some exploits or something. I googled some VB exploits and immediately...
  7. Replies
    8
    Views
    33,970

    Sticky: - ADSaim doesnt make a bot "aim at visible...

    - ADSaim doesnt make a bot "aim at visible players". All it does is simulate a right mouse-click, probably without the toggle functionality (aka keep it set to true until you want the bot to zoom out...
  8. Replies
    8
    Views
    33,970

    Sticky: Script documentation #2

    Hello Killtube. You could see the old thread with documentation, but it's too old. Some functions no longer exist, some of them changed their name and also a lot of new. But there is a Git repo, so I...
  9. Replies
    0
    Views
    3,177

    Better late than never...

    fragButtonPressed() and smokeButtonPressed() for your modding pleasure.


    https://github.com/voron00/libcod/commit/d93aaa6ce1e6e6e6bb9f272cfaa4257642205a69
  10. Replies
    38
    Views
    169,186

    Update! :) Fixed almost all from this message...

    Update! :)

    Fixed almost all from this message.
    And also:
    + added dialog boxes
    + setup menu
    + now you can choose between lighttpd and apache2, when installing web server
    + torrent (now we can...
  11. Replies
    38
    Views
    169,186

    [CoD2] Install CoD2 on your VDS much faster!

    Attention!
    I don't support this repo and torrent anymore because of
    my Docker version
    so I highly recommend to use it instead.


    Hello, Killtube!
    I think, everyone know this thread from...
  12. Replies
    4
    Views
    5,037

    makeLocalizedString(string)

    Hi. I've added a function that converts any string to a localized string, this can be used to reduce some hax when messing around huds and configstrings.

    string = makeLocalizedString("Hey Man!");...
  13. Replies
    10
    Views
    12,815

    https://i.gyazo.com/73caec3e35b76243e71425bb698f8b...

    https://i.gyazo.com/73caec3e35b76243e71425bb698f8b33.png

    OP missing first and third item at the very least.
  14. Replies
    36
    Views
    33,532

    I have not given you permission to run my mod, in...

    I have not given you permission to run my mod, in fact I have not given my permission to run my mod to anyone.
  15. Thread: Free hat

    by IzNoGoD
    Replies
    3
    Views
    5,457

    Free hat

    If by hat you meant dirt 3 complete edition:

    https://www.humblebundle.com/store/dirt-3-complete-edition-free-game
  16. Replies
    6
    Views
    23,404

    Yea, you can edit it now. Back then I put a time...

    Yea, you can edit it now. Back then I put a time limit of 120 minutes on posts, because people received an answer and then cleaned all of their posts, rendering whole threads useless.

    Well, I just...
  17. Replies
    5
    Views
    7,013

    1241 0123456789

    1241
    0123456789
  18. Replies
    11
    Views
    26,655

    Big update on this one in my libcod repo: ...

    Big update on this one in my libcod repo:

    First of all, these functions will only work on bots now, i see no purpose for then on a real players.

    setWalkDir(dir); // Unchanged
    setLean(dir);...
  19. Replies
    7
    Views
    10,952

    http://www.cjs-cdkeys.com/products/Call-of-Duty-2-...

    http://www.cjs-cdkeys.com/products/Call-of-Duty-2-Cd-Key.html
  20. Added YouTube / GitHub / Steam to user profile

    Hey all,

    you can now add your YouTube / GitHub / Steam profile links to your user account. I had to add some regexes to prevent the input against XSS attacks, so this is what I came up with:


    ...
  21. Replies
    11
    Views
    17,906

    Yes, currently we are using a cracked version of...

    Yes, currently we are using a cracked version of WHMCS. Why? Simply put, server hosting is a big risk and a huge step forward for us from being regular players. The competition in this market is...
  22. Replies
    11
    Views
    17,906

    Ares-Servers Hosting

    Hey guys! I'm pretty happy to announce that we just launched a new server hosting company called Ares-Servers. We have a variety of games over at https://ares-servers.com including CoD1, CoD UO,...
  23. Replies
    25
    Views
    47,261

    BO3 Mod tools closed alpha started

    https://community.treyarch.com/community/treyarch/blog/2016/04/20/black-ops-3-pc-modding-mapping-tools-alpha

    Not a rickroll this time.
  24. Replies
    14
    Views
    11,123

    I am available to fix it for you. Just pay me 15...

    I am available to fix it for you. Just pay me 15 euro/hour. Bumped to 20 euro/hour if I need to teach you how to script.

    Minimum commitment for 3 hours at a time.




    All joking aside, this...
  25. Hooking .exe without .dll injection, the simple way :D

    This is harder than a simple LD_PRELOAD, but still quite easy. Tested on VMWare with Windows XP Pro SP3.

    Goal: start libcod.dll before WinMain() of libcod2_1_3.exe is called. We basically just...
Results 1 to 25 of 152
Page 1 of 7 1 2 3 4