UGX-Mods

Call of Duty 5: World at War => Help Desk => Topic started by: nibble on October 05, 2013, 07:13:20 pm

Title: error when my custom map loads
Post by: nibble on October 05, 2013, 07:13:20 pm
hi i have compiled my map and it loaded up but i have noticed an error with it, when it loads it shows my map but i get a compass in the bottom left of my screen and it is as if i'm a little miniature man and i'm just floating around i would upload a screenshot but the insert image does not seem to be working 
Title: Re: error when my custom map loads
Post by: daedra descent on October 05, 2013, 07:19:42 pm
hi i have compiled my map and it loaded up but i have noticed an error with it, when it loads it shows my map but i get a compass in the bottom left of my screen and it is as if i'm a little miniature man and i'm just floating around i would upload a screenshot but the insert image does not seem to be working

A compass eh?

go to root/mods/maps and open loadout.gsc. from there hit ctrl + f and search for "zombiemode". Where it says
Code Snippet
Plaintext
 level.script == "Nazi_zombie_"
delete the Nazi_zombie_ so it looks like this:


Code Snippet
Plaintext
level.script == ""
Title: Re: error when my custom map loads
Post by: nibble on October 07, 2013, 02:35:35 pm
Thanks man that was really stressing me out