Skip to content

A Call of Duty Black Ops mod aimed at introducing better features to the Combat Training mode.

License

Notifications You must be signed in to change notification settings

ajchili/mp_better_ct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mp_better_ct

A Call of Duty Black Ops mod aimed at introducing better features to the Combat Training mode.

features

  • Presitge in Combat Training

planned features

  • Additional game modes
  • Additional player customization
  • Ability to reset/set level

bugs

  • When prestiging, rank does not reset to 1

getting started

There are currently no release/beta builds of the mod, however, you can download or fork the repo then build the mod yourself to use it. You can see how to do that below

getting started (development)

This pertains to both development of this mod as well as other mods

The basic requirements for development are listed below:

How to get started with the mod

  1. Install Black Ops and the mod tools
  2. Open the mod tools
  3. Run the converter
  4. Create a mod or load mp_better_cp
    • Creating a mod
      1. Click 'Tools' in the menubar
      2. Click 'New mod...' in the drop down menu
      3. Name your mod, if it is for multiplayer you MUST include "mp_" before the title of your mod
    • Loading mp_better_cp
      1. Download or fork the repo
      2. Place the repo inside of "GAME_INSTALL_DIR/mods/mp_better_ct"
        • As an example, my directory looks like "E:\SteamLibrary\steamapps\common\Call of Duty Black Ops\mods\mp_better_ct"
        • A mod folder may not be created, if the folder is not there you can just make it
      3. Select "mp_better_ct" from the drop down menu
  5. Building a mod
    • Check "Link FastFile" and "Build IWD"
    • Make sure mod is not loaded in Black Ops
    • Press "Build Mod"
    • Re-launch or load another mod
    • Load mod in Black Ops
  6. Adding new files to a mod
    • Ensure MohaaScriptEditor is downloaded
    • Open MohaaScriptEditor
    • Press "File"
    • Press "Open"
    • Select "mod.csv" from the mod folder
    • Add file as "FILE_TYLE,FILE_LOCATION"
      • The only file types that I know of are (if there are more, make an issue and they will be added here):
        • fx
        • material
        • menufile
        • rawfile
        • weapon
  7. Copy and edit files
    • Find a file which you want to make changes to, this should be a file that was previously added in step 6
      • Files can be found inside of the raw folder which has been added to you game directory
    • Copy the file, then put it inside the mod folder, making sure to preserve its directory
      • As an example, the "raw/ui_mp/main.menu" file inside the main folder would become "mods/mp_better_cp/ui_mp/main.menu"
    • Make changes as desired
    • Re-build the mod, refer to step 5

About

A Call of Duty Black Ops mod aimed at introducing better features to the Combat Training mode.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published