Results 1 to 6 of 6

Thread: CoD2 Menu Builder

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private
    Join Date
    Nov 2013
    Posts
    16
    Thanks
    2
    Thanked 17 Times in 6 Posts

    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.

    Click image for larger version. 

Name:	Screenshot_2.png 
Views:	105 
Size:	87.7 KB 
ID:	1545

    It's completely open source and you can check out the code here: https://github.com/stevomitric/CoD2-menu-builder

    Language and compiler: Python 2.7.15 (Windows 64bit), py2exe-0.6.9.win64-py2.7.amd64.exe
    Date compiled: 04.07.2018.

    running (windows):
    Just download compiled version from here https://github.com/stevomitric/CoD2-...lder_win64.rar, extract it (all of it) and run "CoD2 Menu Builder.exe". Fell free to scan it with whatever antivirus software you have.
    It has been tested on Windows 10 Version 10.0.17134 Build 17134 and Windows 8.1 Pro Build 9600.


    running (linux):
    You can clone this repository with git, and you will need to install some python modules:
    Code:
    git clone https://github.com/stevomitric/cod2-menu-builder
    sudo apt-get install python-pip python-tk
    pip2 install pillow
    
    cd cod2-menu-builder
    python2 cod2_menu_builder.py
    NOTE: you need to run the script from same directory where it is.
    Tested on: Ubuntu 18.04 LTS running on VMware Workstation Pro 12.1.1
    I don't recommend running on linux due to lack of testing and unknown bugs.



    Also, import function is only for program-made menus. Although some cod2 menus work, many have some unknown properties that weren't implemented.

    Click image for larger version. 

Name:	Screenshot_3.png 
Views:	108 
Size:	247.3 KB 
ID:	1546

    Here is a sample menu made in 1-2 minutes that would have taken me 10x slower to do:

    Click image for larger version. 

Name:	Screenshot_1.png 
Views:	106 
Size:	330.9 KB 
ID:	1547

    And that looks like this in game:

    Click image for larger version. 

Name:	shot0003.png 
Views:	114 
Size:	198.2 KB 
ID:	1548

    If you plan on using this, please read known_issues.txt. Any suggestion or feedback is welcome.



    Thank you for your time.

  2. The Following 9 Users Say Thank You to stevomitric For This Useful Post:

    kung foo man (4th July 2018),lamakak (9th July 2018),Lonsofore (4th July 2018),maxdamage99 (5th July 2018),Paho (9th July 2018),vanfreddy (4th July 2018),voron00 (4th July 2018),ysniper (20th January 2019),YuriJurek (4th July 2018)

Posting Permissions

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