Login x
User Name:
Password:
Social Links Facebook Twitter YouTube Steam RSS News Feeds

Members Online

»
0 Active | 102 Guests
Online:

LATEST FORUM THREADS

»
CoD: Battle Royale
CoD+UO Map + Mod Releases
Damaged .pk3's
CoD Mapping
heli to attack ai
CoD4 SP Mapping

Forums

»

Welcome to the MODSonline.com forums. Looking for Frequently Asked Questions? Check out our FAQs section or search it out using the SEARCH link below. If you are new here, you may want to check out our rules and this great user's guide to the forums and the website.
For more mapping and modding information, see our Wiki: MODSonWiki.com

Jump To:
Forum: All Forums : Call of Duty 2
Category: CoD2 MP Mapping
CoD 2 mapping and level design.
Moderators: foyleman, Foxhound, Mystic, StrYdeR, batistablr, Welshy, DrBiggzz, supersword, playername
Latest Posts
Subscribed Posts
Search
Restricted Access Topic is Locked subscribe
Author Topic: error when attepting to run map for first time
packerfan28
General Member
Since: Nov 7, 2006
Posts: 8
Last: Nov 11, 2006
[view latest posts]
Level 0
Category: CoD2 MP Mapping
Posted: Wednesday, Nov. 8, 2006 04:50 am
I just made my first map and after messing around recreating the map and even doing another small map I get the same error over and over. Figured now its time to ask for help.

Box comes up saying:
Error during initialization:
ssript run time error
(see console for details)
(file 'maps/mp/gametypes/_callbacksetup.gsc',line 10)

here is waht the console said:

Menu load error: ui_mp/settings_ctf.menu, line 79: Attempting to change type from 0 to 9.
Move the type definition higher up in the itemDef.

Menu load error: ui_mp/settings_ctf.menu, line 80: Attempting to change type from 0 to 9.
Move the type definition higher up in the itemDef.

Menu load error: ui_mp/settings_ctf.menu, line 101: Attempting to change type from 0 to 9.
Move the type definition higher up in the itemDef.

Menu load error: ui_mp/settings_ctf.menu, line 102: Attempting to change type from 0 to 9.
Move the type definition higher up in the itemDef.

Loading 'ui_mp/settings_hq.menu'...
Menu load error: ui_mp/settings_hq.menu, line 79: Attempting to change type from 0 to 9.
Move the type definition higher up in the itemDef.

Menu load error: ui_mp/settings_hq.menu, line 80: Attempting to change type from 0 to 9.
Move the type definition higher up in the itemDef.

Menu load error: ui_mp/settings_hq.menu, line 101: Attempting to change type from 0 to 9.
Move the type definition higher up in the itemDef.

Menu load error: ui_mp/settings_hq.menu, line 102: Attempting to change type from 0 to 9.
Move the type definition higher up in the itemDef.

Loading 'ui_mp/settings_sd.menu'...
Loading 'ui_mp/settings_sw.menu'...
Loading 'ui_mp/background.menu'...
WARNING: Could not find 'maps/mp/mp_myfirstmap.csv'.
Loading 'ui_mp/ingame.menu'...
Loading 'ui_mp/ingame_controls.menu'...
Loading 'ui_mp/ingame_options.menu'...
Loading 'ui_mp/ingame_system.menu'...
Loading 'ui_mp/ingame_leave.menu'...
Loading 'ui_mp/ingame_callvote.menu'...
Loading 'ui_mp/wm_quickmessage.menu'...
------- Game Initialization -------
gamename: Call of Duty 2
gamedate: May 1 2006
----------------------
Game: G_SetupWeaponDef
----------------------
-----------------------------------

******* script runtime error *******
cannot cast undefined to bool: (file 'maps/mp/gametypes/_menus.gsc', line 13)
if(!level.xenon)
*
called from:
(file 'maps/mp/gametypes/dm.gsc', line 84)
thread maps\mp\gametypes\_menus::init();
*
called from:
(file 'maps/mp/gametypes/_callbacksetup.gsc', line 15)
[[level.callbackStartGameType]]();
*
started from:
(file 'maps/mp/gametypes/_callbacksetup.gsc', line 10)
CodeCallback_StartGameType()
*
************************************
writing to: C:\Program Files\Activision\Call of Duty 2\servercache.dat
Error during initialization:
script runtime error
(see console for details)
(file 'maps/mp/gametypes/_callbacksetup.gsc', line 10)
Share |
Wyatt_Earp
Preferred Member
Since: Jan 20, 2004
Posts: 628
Last: Jun 6, 2008
[view latest posts]
Level 6
Category: CoD2 MP Mapping
Posted: Wednesday, Nov. 8, 2006 06:10 am
Post your GSC file? In addition, if you are trying to run SP scripts they may not work in MP.





edited on Nov. 8, 2006 01:11 am by Wyatt_Earp
Share |
P.C.Invasion
General Member
Since: Mar 22, 2005
Posts: 700
Last: Oct 21, 2013
[view latest posts]
Level 6
Category: CoD2 MP Mapping
Posted: Wednesday, Nov. 8, 2006 08:00 am
Do you have "your_map_name.gcs" in "\main\maps\mp" directory?
Share |
packerfan28
General Member
Since: Nov 7, 2006
Posts: 8
Last: Nov 11, 2006
[view latest posts]
Level 0
Category: CoD2 MP Mapping
Posted: Wednesday, Nov. 8, 2006 05:10 pm
I named the file mp_myfirstmap.gsc

In the file I have:

main() {
maps\mp\_load::main();
}

I did what that guy said on the tutorial video.(I think I did)

edited on Nov. 8, 2006 12:13 pm by packerfan28
Share |
Capt.Com
General Member
Since: Nov 14, 2004
Posts: 879
Last: Oct 6, 2007
[view latest posts]
Level 7
Category: CoD2 MP Mapping
Posted: Wednesday, Nov. 8, 2006 05:38 pm
Don't forget to add the soldiers settings in your gsc....
Also, do you have a .arena file in your mp folder?

edited on Nov. 8, 2006 12:38 pm by Capt.Com
Share |
bouncy
General Member
Since: Apr 16, 2006
Posts: 105
Last: Feb 26, 2007
[view latest posts]
Level 4
Category: CoD2 MP Mapping
Posted: Wednesday, Nov. 8, 2006 05:45 pm
Ill bet its one of these two problems, willing to put my money on it

make sure pure is set to off (o)
or make sure the gsc file is named .gsc, yours is probably
.gsc.txt
[jumping][jumping][jumping]
Woo, bounceh has spoken
Share |
bodyguard
General Member
Since: Jun 30, 2005
Posts: 442
Last: Dec 4, 2007
[view latest posts]
Level 5
Category: CoD2 MP Mapping
Posted: Wednesday, Nov. 8, 2006 05:51 pm
yeah you just need a gsc file thats all that error is[rocking]
Share |
packerfan28
General Member
Since: Nov 7, 2006
Posts: 8
Last: Nov 11, 2006
[view latest posts]
Level 0
Category: CoD2 MP Mapping
Posted: Wednesday, Nov. 8, 2006 06:39 pm
I figured it out just whne the map loads the room is dark and can't join any teams.

edited on Nov. 8, 2006 01:47 pm by packerfan28
Share |
Capt.Com
General Member
Since: Nov 14, 2004
Posts: 879
Last: Oct 6, 2007
[view latest posts]
Level 7
Category: CoD2 MP Mapping
Posted: Wednesday, Nov. 8, 2006 06:48 pm
Click right on it then rename then remove .txt
Share |
packerfan28
General Member
Since: Nov 7, 2006
Posts: 8
Last: Nov 11, 2006
[view latest posts]
Level 0
Category: CoD2 MP Mapping
Posted: Wednesday, Nov. 8, 2006 06:54 pm
thanks i figured it out and it works good. Just have to add some more lighting and it will be done. Thanks guys for helping me out appreciate it very much.
Share |
Restricted Access Topic is Locked subscribe
MODSonline.com Forums : Call of Duty 2 : CoD2 MP Mapping

Latest Syndicated News

»
Codutility.com up and runn...
Nice, and there still using the logo and template for the screenshots, which...
Codutility.com up and runn...
dundy writes...Quote:Call of Duty modding and mapping is barly alive only a ...
Codutility.com up and runn...
Mystic writes...Quote:It seems to me the like the site is completely dead? ...
Codutility.com up and runn...
It seems to me the like the site is completely dead?

Partners & Friends

»