UGX-Mods

Call of Duty 5: World at War => Help Desk => Modding => Topic started by: KhelMho on August 12, 2016, 07:35:12 pm

Title: Custom Guns - Ghost Weapons
Post by: KhelMho on August 12, 2016, 07:35:12 pm
Something wrong in my custom weapon in ghost?  :-\

(https://www.ugx-mods.com/forum/proxy.php?request=http%3A%2F%2Fimgur.com%2FeNI9u4z.jpg&hash=eef90beeed3fdedf0b142a0a1804d9784a9b29ad)
Title: Re: Custom Guns - Ghost Weapons
Post by: Harry Bo21 on August 12, 2016, 07:41:42 pm
You only get this error if running in developer mode

Using "run map after compile" auto loads "in" devmode

To find and properly fix this error - you would need to

Developer 1
Logfile 2
/devmap map name

And check the logfile txt it creates in your mod folder in root/mods/yourmod

Or, open the console and type

Developer 0

Before starting your map - to ensure devmode is off
Title: Re: Custom Guns - Ghost Weapons
Post by: KhelMho on August 12, 2016, 08:11:38 pm
You only get this error if running in developer mode

Using "run map after compile" auto loads "in" devmode

To find and properly fix this error - you would need to

Developer 1
Logfile 2
/devmap map name

And check the logfile txt it creates in your mod folder in root/mods/yourmod

Or, open the console and type

Developer 0

Before starting your map - to ensure devmode is off

Thanks  :)