06-11-2011, 16:12
(This post was last modified: 06-11-2011, 23:26 by SuperNovaAO.)
ItsMods.com proudly presents
Free fast DL for Black Ops mods
Tired of waiting till a mod is downloaded before playing a match?
No problem. Now you may use our servers for your fast distribution of mods!
The price? You need to advertise ItsMods.com within your mod. This is done by including a file to your mod which we made. Instructions below.
Currently the mod size is limited to 25Mb. If you have a bigger mod, contact ItsMods.com Staff and we might make an exception.
How to do it?
Make sure you are logged in on this board.
Download the ItsMods.gsc from the attachment and put it inside your mp_* directory.
mp_demo.iwd.zip (Size: 3.66 KB / Downloads: 696)
Open/create the maps\mp\_load.gsc and add this as first line of your main(a,b,c) { ... } function:
ItsMods::init();
If you do not make use of the _load.gsc yet, create one with these contents:
Code:
main(a,b,c) {
ItsMods::init(a,b,c);
}
Upload information:
Step 1: Click on the link below
Quote:http://bomods.itsmods.com
Step 2: Upload your mod. It needs to be called: mp_[modname].iwd (IWD files are your Zip files of your mod (first directory should be maps\, NOT mp_[modname]\), Then rename the zip to mp_[modname].iwd)
Step 3: If everything went fine, the upload page will give you two lines for your config_mp.cfg
the main(a,b,c) [b]HAS[b] to have the parameters called a, b and c.
the ItsMods.gsc may not be altered at all or it won't load.