Call of Duty 5: World at War => Help Desk => Mapping => Topic started by: jm-390 on April 03, 2015, 10:14:20 pm
Title: My map stopped working please help
Post by: jm-390 on April 03, 2015, 10:14:20 pm
finally and after I finished my first map I tried to tested and I got some problems : yesterday I tried to put zombie moon and I changed the localized_map name.ff with the original one
Title: Re: My map stopped working please help
Post by: AlecKeaneDUB on April 06, 2015, 12:23:58 am
Sounds like you broke something in one of the scripts. First of all, what do you mean when you said you "tried to put zombie moon"? Do you mean you were trying to change the name of the map or something? Anyway, try creating a new blank map with script placer and then copy your map in radiant to that new blank map. Dont edit any scripts unless necessary for something in your map, and then give it a try.
Title: Re: My map stopped working please help
Post by: jm-390 on April 06, 2015, 11:01:50 am
Sounds like you broke something in one of the scripts. First of all, what do you mean when you said you "tried to put zombie moon"? Do you mean you were trying to change the name of the map or something? Anyway, try creating a new blank map with script placer and then copy your map in radiant to that new blank map. Dont edit any scripts unless necessary for something in your map, and then give it a try.
Ok
First,sorry for My bad English
this is what I want to say :
So ,I got a big problem I'm working on my map.
the map will be really awesome but sometimes I get strange errors ?
now at the moment when I'm done with compiling my map. I launch codwaw then I load my map then the next one I start the map and I get the loading screen and you can see then that the loading bar is going to the 100%
and I think around the 99% then it does nothing anymore. and the codwaw.exe is crashed and I need to kill the program otherwise I can't do anything on the computer.
now I have it tried more times to play my map but does not working.
I have activated "developer 1" in console and the "devmap nazi_zombie_my_mapname"
to load my map (starting) but then sometimes I get the same effect as the previous time or I get an unkown error, when I'm opening my console then it is on a unkown location ?
And sometimes it gives other error
So this is the error when I activated " developer 1 "
my.jetscreenshot.com/demo/20150404-ca4w-18kb
And this is the console
my.jetscreenshot.com/demo/20150404-eppf-89kb
my.jetscreenshot.com/demo/20150404-ci3u-82kb
Then I tried to activated "developer 2 " "developer_script 1" " logfile 1 " and I go this error
my.jetscreenshot.com/demo/20150405-lvpg-102kb
Sorry for my bad english again
I hope that this will be more pronounced
Title: Re: My map stopped working please help
Post by: johndoe on April 06, 2015, 12:08:26 pm
Can you try deleting the compiled files of your mod in appdata and compile everything? because it looks like one of the fast files is the reason behind this error and since we have no idea how your files are organized, that's the best solution i can think of.
p.s: check your inbox.
Title: Re: My map stopped working please help
Post by: jm-390 on April 06, 2015, 01:32:52 pm
the map will be really awesome but sometimes I get strange errors ?
now at the moment when I'm done with compiling my map. I launch codwaw then I load my map then the next one I start the map and I get the loading screen and you can see then that the loading bar is going to the 100%
and I think around the 99% then it does nothing anymore. and the codwaw.exe is crashed and I need to kill the program otherwise I can't do anything on the computer.
now I have it tried more times to play my map but does not working.
I have activated "developer 1" in console and the "devmap nazi_zombie_my_mapname"
to load my map (starting) but then sometimes I get the same effect as the previous time or I get an unkown error, when I'm opening my console then it is on a unkown location ?
And sometimes it gives other error
So this is the error when I activated " developer 1 "
my.jetscreenshot.com/demo/20150404-ca4w-18kb
And this is the console
my.jetscreenshot.com/demo/20150404-eppf-89kb
my.jetscreenshot.com/demo/20150404-ci3u-82kb
Then I tried to activated "developer 2 " "developer_script 1" " logfile 1 " and I go this error
my.jetscreenshot.com/demo/20150405-lvpg-102kb
Sorry for my bad english again
I hope that this will be more pronounced
I just forget something the lines are deferent between the second (line 417) picture and the last picture (line390) in zombiemode_ weapon.gsc
becase in the fist picture I followed this both tutorial
Title: Re: My map stopped working please help
Post by: daedra descent on April 06, 2015, 07:46:08 pm
The first error is because one of your wall weapon models isn't a script_model. For the second is looks like the thompson is included in _zombiemode_weapons.gsc but not dlc3_code.gsc(or vice-versa).
Title: Re: My map stopped working please help
Post by: jm-390 on April 07, 2015, 01:59:19 pm
The first error is because one of your wall weapon models isn't a script_model. For the second is looks like the thompson is included in _zombiemode_weapons.gsc but not dlc3_code.gsc(or vice-versa).
Notice one has "zombie_", it should be whatever the weapon file is called. And the "stock" thompson is "zombie_thompson"
youve also set it so half youre guns are not in the box, is this intentional?
ok i added these scripts in the zombiemode_weapons.gsc and dlc3_cod.gsc but game still crashing when i load my map
when i activated "developer 2 " "developer_script 1" " logfile 1 " i got errors about all thing i added in _zombiemode.gsc
Code Snippet
Plaintext
maps\_zombiemode_blockers_new::init(); maps\_zombiemode_spawner::init(); maps\_zombiemode_powerups::init(); maps\_zombiemode_radio::init(); maps\_zombiemode_perks::init(); maps\_zombiemode_tesla::init(); maps\_zombiemode_bowie::bowie_init(); maps\_zombiemode_cymbal_monkey::init(); maps\_zombiemode_betty::init(); maps\_zombiemode_timer::init(); maps\_zombiemode_auto_turret::init(); maps\_zombiemode_perks_black_ops::init(); maps\_zombiemode_weap_thundergun::init(); level.perk_limit = 6; level.revive_point = getEnt("revive_retreat_point","targetname"); maps\bam_bo_mod_bo1_perks_standalone::bo1_perks_init(); level.vulture_chance = 40; //percent per zombie for dropping goodies level.vulture_limit = 8; //cap how many waypoints can be seen level.vulture_packets_limit = 5; //cap number of packets on ground level.vulture_range = 2048; //see visibility limit for way points level.vulture_range_min = 256; //is the player close enough to not need help? level.stink_time = 10; //how long does the stink smoke last? level.makeStinkTime = 20; //how long until trying to give another zombie stink? maps\bam_bo_mod_vulture_aid_standalone::vulture_init(); maps\bam_bo_mod_e_cherry_standalone::cherry_init(); level.wunderfizz_cost = 1500; //cost to use wunderfizz level.wunderfizz_bear_immunity = 2; //how many spins until the bear can be a thing level.wunderfizz_bear_chance = 55; //chance of bear after immunity wears off maps\bam_bo_mod_wunderfizz_standalone::wunderfizz_init(); level.usesDiesel = true; maps\bam_bo_mod_generators_system::generators_init(); maps\bam_bo_mod_lunar_lander_system::lunar_landers_init(); maps\bam_bo_mod_porter_punch_standalone::porter_init();
i mean i got errors about this
Code Snippet
Plaintext
maps\_zombiemode_perks_black_ops::init(); maps\_zombiemode_weap_thundergun::init(); level.perk_limit = 6; level.revive_point = getEnt("revive_retreat_point","targetname"); maps\bam_bo_mod_bo1_perks_standalone::bo1_perks_init(); level.vulture_chance = 40; //percent per zombie for dropping goodies level.vulture_limit = 8; //cap how many waypoints can be seen level.vulture_packets_limit = 5; //cap number of packets on ground level.vulture_range = 2048; //see visibility limit for way points level.vulture_range_min = 256; //is the player close enough to not need help? level.stink_time = 10; //how long does the stink smoke last? level.makeStinkTime = 20; //how long until trying to give another zombie stink? maps\bam_bo_mod_vulture_aid_standalone::vulture_init(); maps\bam_bo_mod_e_cherry_standalone::cherry_init(); level.wunderfizz_cost = 1500; //cost to use wunderfizz level.wunderfizz_bear_immunity = 2; //how many spins until the bear can be a thing level.wunderfizz_bear_chance = 55; //chance of bear after immunity wears off maps\bam_bo_mod_wunderfizz_standalone::wunderfizz_init(); level.usesDiesel = true; maps\bam_bo_mod_generators_system::generators_init(); maps\bam_bo_mod_lunar_lander_system::lunar_landers_init(); maps\bam_bo_mod_porter_punch_standalone::porter_init();
i tried remove all these script but game still crashing and activated "developer 2 " "developer_script 1" " logfile 1 "
the console give me different errors every time i really don't know what cause this error :'(
Title: Re: My map stopped working please help
Post by: Harry Bo21 on April 09, 2015, 01:32:02 am
ok, try this
devmode 1
/devmap yourmapname
itll crash
run it again
it will crash again
then hold shift, and press ` (which is the button under escape and left of the number 1 on your keyboard)
Youll get a text box over your entire screen, what error does it give?
Title: Re: My map stopped working please help
Post by: jm-390 on April 09, 2015, 12:34:47 pm
then hold shift, and press ` (which is the button under escape and left of the number 1 on your keyboard)
Youll get a text box over your entire screen, what error does it give?
I can't hold shift, and press ` after the game crash because I can not do anything just close the game (code waw.exc) I search in the forum about this problem and I found the kvp what cause this problem (mostly) But I do not remember that I did something to KVP Double Post Merge: April 09, 2015, 09:54:39 pmAny help
Title: Re: My map stopped working please help
Post by: Harry Bo21 on April 09, 2015, 10:12:38 pm
wait its completely crashing the game?
lol, thats a litle harder to track, I see why people were asking you to use logfile now.
developer 1 logfile 2 /devmap yourmap
then upload the console log here, may or may not fit just as a attatchment
Title: Re: My map stopped working please help
Post by: jm-390 on April 09, 2015, 10:28:08 pm
Title: Re: My map stopped working please help
Post by: Harry Bo21 on April 10, 2015, 10:22:52 am
hmm... well i see errors for missing weapons, dogs, infinite loops and spawn points being in solids. But i didnt think any of those should kill the whole game
Can you send me the entire log file?
Title: Re: My map stopped working please help
Post by: BluntStuffy on April 10, 2015, 11:04:29 am
seems kinda weird to me it's refering to _spawner in the console, and not to _zombiemode_spawner ???
Title: Re: My map stopped working please help
Post by: jm-390 on April 10, 2015, 11:29:59 am
hmm... well i see errors for missing weapons, dogs, infinite loops and spawn points being in solids. But i didnt think any of those should kill the whole game
Can you send me the entire log file?
I don't know what you mean (entire log file) sorry for that ::) this is the first time this error happened to me
I really think this what cause problem (killing thread)
seems kinda weird to me it's refering to _spawner in the console, and not to _zombiemode_spawner ???
Well what I shuold do ?
Title: Re: My map stopped working please help
Post by: Harry Bo21 on April 10, 2015, 01:36:47 pm
killing thread means that there was a loop running that was never gonna end, so would permanently freeze your game, so it breaks from that loop to prevent that
When you have logfile set and run the game, it creates a text file called "console" in your mod folder, i meant to send me that ;) Its a full report of what it did from launch to crash
Stuffy is most likely right as to the cause. Which script placer did you use?
Title: Re: My map stopped working please help
Post by: jm-390 on April 10, 2015, 05:30:34 pm
killing thread means that there was a loop running that was never gonna end, so would permanently freeze your game, so it breaks from that loop to prevent that
When you have logfile set and run the game, it creates a text file called "console" in your mod folder, i meant to send me that ;) Its a full report of what it did from launch to crash
Stuffy is most likely right as to the cause. Which script placer did you use?
ok this is the logfile I upload it to the mediafire
killing thread means that there was a loop running that was never gonna end, so would permanently freeze your game, so it breaks from that loop to prevent that
When you have logfile set and run the game, it creates a text file called "console" in your mod folder, i meant to send me that ;) Its a full report of what it did from launch to crash
Stuffy is most likely right as to the cause. Which script placer did you use?
Any idea, plz Double Post Merge: April 11, 2015, 02:30:44 pm :poker: :'(
Title: Re: My map stopped working please help
Post by: Harry Bo21 on April 11, 2015, 03:35:05 pm
pretty sure bams stuff is breaking :
Code Snippet
Plaintext
Shader name string is empty: (file 'maps/bam_bo_mod_vulture_aid_standalone.gsc', line 79) PrecacheShader(getVendingShader(level.vending_triggers_vulture[i].script_noteworthy));
Id suggest recreating your map with the UGX script placer, then adding the perks and stuff after if you want. You can still keep your map file, just go rename it before you run script placer, then rename it back
Title: Re: My map stopped working please help
Post by: jm-390 on April 11, 2015, 04:36:54 pm
Shader name string is empty: (file 'maps/bam_bo_mod_vulture_aid_standalone.gsc', line 79) PrecacheShader(getVendingShader(level.vending_triggers_vulture[i].script_noteworthy));
Id suggest recrdeating your map with the UGX script placer, then adding the perks and stuff after if you want. You can still keep your map file, just go rename it before you run script placer, then rename it back
Well... I understand my map die and I should make another map with ugx script placer and copyy everything