UGX-Mods

Call of Duty 5: World at War => Help Desk => Modding => Topic started by: MZslayer11 on July 26, 2015, 08:46:38 pm

Title: Menu file not updating
Post by: MZslayer11 on July 26, 2015, 08:46:38 pm
When I edit things in the menufile im using (this one: http://ugx-mods.com/forum/index.php?topic=5332.0 (http://ugx-mods.com/forum/index.php?topic=5332.0)) it does not get applied in the actual menu. For instance...

I changed this:
(http://img.ctrlv.in/img/15/07/26/55b5454415fdc.png) (http://ctrlv.in/610576)

to this:
(http://img.ctrlv.in/img/15/07/26/55b54546dc456.png) (http://ctrlv.in/610577)

but it still shows up like this in game:
(http://img.ctrlv.in/img/15/07/26/55b5460dc0753.png) (http://ctrlv.in/610582)

I also changed this to something different and its not being applied either:
(http://img.ctrlv.in/img/15/07/26/55b5469d81985.png) (http://ctrlv.in/610584)

I made sure I saved the .menu file, ticked it in mod builder, built mod and compiled map but its still not showing my changed in the actul menu. Any help?
Title: Re: Menu file not updating
Post by: HitmanVere on July 26, 2015, 08:53:25 pm
Called in mod.csv?
Title: Re: Menu file not updating
Post by: MZslayer11 on July 26, 2015, 08:55:10 pm
Called in mod.csv?

yes
Code Snippet
Plaintext
menufile,ui\dukip_main.menu
Title: Re: Menu file not updating
Post by: Harry Bo21 on July 26, 2015, 09:11:00 pm
doesnt it load the one from raw?

maybe make your changes to that one too
Title: Re: Menu file not updating
Post by: DidUknowiPwn on July 26, 2015, 09:12:15 pm
doesnt it load the one from raw?

maybe make your changes to that one too

No as that menu is located in mods/modname/ui

Suggestion delete the mod in appdata and mods folder (from waw).
Title: Re: Menu file not updating
Post by: MZslayer11 on July 26, 2015, 09:24:50 pm
doesnt it load the one from raw?

maybe make your changes to that one too

No as that menu is located in mods/modname/ui

Suggestion delete the mod in appdata and mods folder (from waw).

Actually, moving it to raw made it work! It wasn't in raw before but it is now and its working. Thanks for the suggestion.
Title: Re: Menu file not updating
Post by: DidUknowiPwn on July 26, 2015, 09:27:22 pm
... I can't even ._.

Title: Re: Menu file not updating
Post by: steviewonder87 on July 26, 2015, 10:38:37 pm
In your mod.csv above this line -

Code Snippet
Plaintext
menufile,ui\dukip_main.menu

do you have a line that has this -

Code Snippet
Plaintext
//blablabla

with no space between the '//' and the 'blablabla' by any chance?
Title: Re: Menu file not updating
Post by: MZslayer11 on July 26, 2015, 11:20:50 pm
In your mod.csv above this line -

Code Snippet
Plaintext
menufile,ui\dukip_main.menu

do you have a line that has this -

Code Snippet
Plaintext
//blablabla

with no space between the '//' and the 'blablabla' by any chance?

No not in this case. Thats happend to me many times before and I have learned my lesson there.

It's solved but thanks anyway.