UGX-Mods

Call of Duty 5: World at War => Tutorial Desk => Modding => Topic started by: RamboBadass on May 27, 2014, 09:19:14 pm

Title: [Tutorial] Solo Launch Button. Made Simple
Post by: RamboBadass on May 27, 2014, 09:19:14 pm
(https://www.ugx-mods.com/forum/proxy.php?request=http%3A%2F%2Fi.imgur.com%2FcQVPA2F.jpg&hash=a7408391f1f5811727c1a9e8d02d4b84551d6dd4)
1st add this to your mov.csv in the mod builder tab
Code Snippet
Plaintext
menufile,ui/MAPNAMEHERE.menu
replace mapnamehere with your map name EX: my undead town would be undead_town

2nd download this
www.mediafire.com
rename it to your mapname.menu and add it to raw/ui

3rdopen the file and search for MAPNAMEHERE (line 457)
so this line
Code Snippet
Plaintext
CHOICE_BUTTON_VIS( 1, "Fight alone", exec "map MAPNAMEHERE"; , when( !localvarBool( ui_hideBack ) ); )
replace mapnamehere with your map name

EX: my undead town would be undead_town
Or if your .ff file is named nazi_zombie_NAMEHERE. Then it would be exec "map nazi_zombie_MAPNAMEHERE"

save compile mod.ff done


Edit: you can change Fight Alone to whatever you want.
Title: Re: [Tutorial] Solo Launch Button. Made Simple
Post by: Gregsta33 on May 27, 2014, 09:28:01 pm
nice i'll do it when radiant is calmed down
Title: Re: [Tutorial] Solo Launch Button. Made Simple
Post by: InFInIX on May 28, 2014, 04:39:00 pm
already made a tutorial for this...
Title: Re: [Tutorial] Solo Launch Button. Made Simple
Post by: OMGiTzLeedle on June 14, 2014, 12:30:28 am
Hugh I see the text but every time I click it nothing happens?    Never Mind I put Nazi_zombie_mapname and got it to work! ;D
Title: Re: [Tutorial] Solo Launch Button. Made Simple
Post by: RamboBadass on June 14, 2014, 12:40:00 am
Did you change the MAPNAME HERE in step 3, that's the important part.  If you need more help let me know, I'll be on in about a hr and 1/2