Results 1 to 6 of 6

Thread: Server-Extension for Linux CoD2 1.2 / 1.3 and CoD4 1.7 Source/Binaries

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts

    Server-Extension for Linux CoD2 1.2 / 1.3 and CoD4 1.7 Source/Binaries

    The actual source code (you don't need this, if you don't want to learn/add functions):
    http://dbg.killtube.org/libcod_src/


    The binaries with the memory shell (cod2 memory displayed in web browser):
    http://dbg.killtube.org/libcod/

    Example server.sh:

    Code:
    export LD_LIBRARY_PATH="/root/helper/game_cod2/libs/:/root/helper/game_cod2/libs/mysql"
    export LD_PRELOAD="/root/helper/game_cod2/libs/libcod2_1_2.so"
    
    ./cod2_lnxded_1.2_patch_va_loc +set g_gametype tdm etc.
    GitHub repository: https://github.com/kungfooman/libcod
    timescale 0.01

  2. The Following 8 Users Say Thank You to kung foo man For This Useful Post:

    BlancO (22nd September 2013),edems96 (20th August 2013),IzNoGoD (16th August 2013),Mitch (15th August 2013),php (17th August 2013),randall (15th August 2013),RobsoN (15th August 2013),serthy (17th August 2013)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •