ItsMods

Full Version: Gungame in Combattraining
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everybody.
I created a Gungame Mod;
In the Mod Folder are:

*maps/mp/gametypes/gun.gsc
*weapons/mp/...
*soundaliases/...

Now, if I start with my mod Combat Training (which is set to TDM), normal TDM starts.
When I type in console:
Code:
/g_gametype gun
/map_restart
Then i can play Gungame with the mod. That all makes sense, but it would be awesome if i could start Combat Training Gungame Mod with one click.
Is (and how) it possible, to add an tdm.gsc to the modfolder and type some code in it that when i start gungame with the mod, first tdm comes, and my edited tdm.gsc automatically starts a Gungame?
I know that sounds weird, but Im tired of writing stuff to console, everytime i wanna play my edited gungame with bots...

thanks iMaster
Or..... you could just type in console g_gametype gun
/map restart... -.-
open tdm.gsc and remove everything.. then replace it with this:

Code:
main()
{
maps\mp\gametypes\gun::main();
}