ItsMods

Full Version: Need help with modding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8
Are these all in your mod folder?
Are you seeing the red ItsModLoader in the bottom left of screen, and are you then pressing insert and seeing the Mod menu, are you selcting your Mods with the up and down arrow and loading them with the right arrow key? You will know its loaded cause the mod will turn white. Press insert to get out of the menu, Start private match with VAC OFF.
(03-26-2011, 04:29)rotceh_dnih Wrote: [ -> ]Are you seeing the red ItsModLoader in the bottom left of screen, and are you then pressing insert and seeing the Mod menu, are you selcting your Mods with the up and down arrow and loading them with the right arrow key? You will know its loaded cause the mod will turn white. Press insert to get out of the menu, Start private match with VAC OFF.
Yes I load my mods this way, I can load other mods but not the one I made.

(03-26-2011, 00:01)Tomsen1410 Wrote: [ -> ]Are these all in your mod folder?
These files are in mods/maps/mp/gametypes/ (the mod is called maps)
but in mods/maps/mp there are many .gsc files too (68) (click for screenshot)

and some other in that directory:
createfx
createart
animscripts
ar i see yea the only file you need is the one you have edited so for simple case's this would only be _rank.gsc all other folders and file's can be deleted ie this is the Dir of one of my mods
Code:
\Blackops modding\mods\SlowproV3\maps\mp\gametypes\_rank.gsc
so each mod has its own folder within the mods folder
blackops modding is my folder that has itsmodsloader.exe in it
also have you started with a file from the gamefiles.zip posted on this site,and maybe you should just post you mod here because as nova said it can passs the syntax checker without error and still have a issue not picked up
(03-26-2011, 14:20)rotceh_dnih Wrote: [ -> ]ar i see yea the only file you need is the one you have edited so for simple case's this would only be _rank.gsc all other folders and file's can be deleted ie this is the Dir of one of my mods
Code:
\Blackops modding\mods\SlowproV3\maps\mp\gametypes\_rank.gsc
so each mod has its own folder within the mods folder
blackops modding is my folder that has itsmodsloader.exe in it
also have you started with a file from the gamefiles.zip posted on this site,and maybe you should just post you mod here because as nova said it can passs the syntax checker without error and still have a issue not picked up
I deleted the other files and _rank.gsc is the only item in the map but now when I typed in /map_restart the game restarts but when it's finished loading I got an error message: click
I started another mod too but than there's no error.
This means that u have coded wrong Wink
Use the Syntax Checker
(03-26-2011, 22:58)Tomsen1410 Wrote: [ -> ]This means that u have coded wrong Wink
Use the Syntax Checker
when I use syntax checker I got the message: 381: code after end is ignored!,
but I don't know what to do with the code now. Undecided

edit: now it's 393: code after end is ignored!
(03-27-2011, 09:02)cash13 Wrote: [ -> ]
(03-26-2011, 22:58)Tomsen1410 Wrote: [ -> ]This means that u have coded wrong Wink
Use the Syntax Checker
when I use syntax checker I got the message: 381: code after end is ignored!,
but I don't know what to do with the code now. Undecided

edit: now it's 393: code after end is ignored!

pls post or upload your gsc file
(03-27-2011, 11:12)Tomsen1410 Wrote: [ -> ]
(03-27-2011, 09:02)cash13 Wrote: [ -> ]
(03-26-2011, 22:58)Tomsen1410 Wrote: [ -> ]This means that u have coded wrong Wink
Use the Syntax Checker
when I use syntax checker I got the message: 381: code after end is ignored!,
but I don't know what to do with the code now. Undecided

edit: now it's 393: code after end is ignored!

pls post or upload your gsc file
the _rank.gsc file: click
u need self takeAllWeapons();
not only takeAllWeapons();

Wink
Pages: 1 2 3 4 5 6 7 8