UGX-Mods

Call of Duty 5: World at War => Help Desk => Modding => Topic started by: Scp-096 on December 18, 2018, 08:29:17 pm

Title: Problem with UGX mods
Post by: Scp-096 on December 18, 2018, 08:29:17 pm
Hi, tried to follow Treminaor's tutorial on how to install the standalone UXG mod and kind of ruined my custom zombies. I got multiple errors
 Any way to solve these problems wld be reallly helpful.

The laucher console reads the error could not read file mapname_ignore.csv even though i changed that to my map name (Library_ignore.csv)
as i was told to in the tutorial.

When I test my map every text file in the ui has been replaced with random text which also happens on the loading screen and menu (only in testing mode). That includes ammo ammount and gun name, i cant move or see any textures.

Also wondering if there is any easier way to get bo1 / cod 4 weapons and perks rather than downloading this mod, I looked at porting weapons but it seemed very difficlut which led me to the UXG mod.








Title: Re: Problem with UGX mods
Post by: gympie6 on December 19, 2018, 04:30:39 pm
https://www.ugx-mods.com/forum/applications-and-tools/36/app-ugx-script-placer-v1-1-6/237/ (http://[object Object)
Title: Re: Problem with UGX mods
Post by: klevi on December 19, 2018, 04:41:23 pm
Yea i know an easy way to get bo1 and some bo3 weapons
Title: Re: Problem with UGX mods
Post by: Scp-096 on December 19, 2018, 08:15:50 pm
Yea i know an easy way to get bo1 and some bo3 weapons
Hi, cld you let us know, i just want the bo1 weapons but don't want to go through the long hassle of porting them from the bo1 game.



]https://www.ugx-mods.com/forum/applications-and-tools/36/app-ugx-script-placer-v1-1-6/237/ (http://[object Object)


Clicked the link and it led me to a blank page. :\ 

Title: Re: Problem with UGX mods
Post by: Lukkie1998 on December 20, 2018, 01:42:18 pm
Hi, cld you let us know, i just want the bo1 weapons but don't want to go through the long hassle of porting them from the bo1 game.


Clicked the link and it led me to a blank page. :\
 I fixed the link for you!
Title: Re: Problem with UGX mods
Post by: Scp-096 on December 20, 2018, 05:11:01 pm
I fixed the link for you!
Really sorry still not working 
Title: Re: Problem with UGX mods
Post by: Lukkie1998 on December 20, 2018, 05:12:58 pm
Really sorry still not working
Oh yeah I see, there is a problem with the new editor. You could also just copy/paste the link for now :) 
Title: Re: Problem with UGX mods
Post by: Scp-096 on December 20, 2018, 05:23:18 pm
Oh yeah I see, there is a problem with the new editor. You could also just copy/paste the link for now :)
Yeah got it working thanks .
Title: Re: Problem with UGX mods
Post by: klevi on December 21, 2018, 09:57:02 am
Now this is what i do to get bo1 or bo3 weapons in my mapsGo to CFG Factory  and download the weapons that you want to add cuz they are wepons that are already converted
Adding weapons to cod waw

1.Copy al folders on the weapon files excepr soundaliases,weapons and paste them in raw

2.Copy the images folder into your mods folder

3.Go to weapons file)in the weapon folder) copy the files there and paste them in mods/mapname/weaposn/sp

4.Go to _zombiemode_weapons in raw/maps/ scroll down untill you find init_weapons()  and there just put your weapons - u can copy 2 lines of the default weapons
    and just replace the name and after tht copy the file in your mods/maps/

5.Go to DLC3_code and scroll down till it says include_weapon....... and include your eapon there- u can do this same as step4 just copy 2 lines there and replace te name with the name of your weapon and then save dlc3_code to your mods/maps/

6.Open Radiant and go to mod builder tab an check all the new images there and after that in fastfile mod.csv include the code that u already have in the weapon folder

7.Copy the soundalias file inclided in the downlaoded weapon folder and copy that in raw/soundalsiases

8.Build the mod,Done.




Now i dont know what errors you will have in the future i just know that this is they way that i do and it works for me. Maybe i've typed sth wrong send me a message if u need help or do whatever you want, buuuuut anyway that's how i add weapons to my map
Title: Re: Problem with UGX mods
Post by: Scp-096 on December 22, 2018, 06:35:26 pm
Now this is what i do to get bo1 or bo3 weapons in my mapsGo to CFG Factory  and download the weapons that you want to add cuz they are wepons that are already converted
Adding weapons to cod waw

1.Copy al folders on the weapon files excepr soundaliases,weapons and paste them in raw

2.Copy the images folder into your mods folder

3.Go to weapons file)in the weapon folder) copy the files there and paste them in mods/mapname/weaposn/sp

4.Go to _zombiemode_weapons in raw/maps/ scroll down untill you find init_weapons()  and there just put your weapons - u can copy 2 lines of the default weapons
    and just replace the name and after tht copy the file in your mods/maps/

5.Go to DLC3_code and scroll down till it says include_weapon....... and include your eapon there- u can do this same as step4 just copy 2 lines there and replace te name with the name of your weapon and then save dlc3_code to your mods/maps/

6.Open Radiant and go to mod builder tab an check all the new images there and after that in fastfile mod.csv include the code that u already have in the weapon folder

7.Copy the soundalias file inclided in the downlaoded weapon folder and copy that in raw/soundalsiases

8.Build the mod,Done.




Now i dont know what errors you will have in the future i just know that this is they way that i do and it works for me. Maybe i've typed sth wrong send me a message if u need help or do whatever you want, buuuuut anyway that's how i add weapons to my map
So first, cheers for this, its the first simple guide for this ive seen (and ive been looking for ages ).


Im stuck on step 4 where you go into the gsc file _zombiemode_weapons and add some code.
Im confused what you mean by just put your weapons do you just mean the name of the weapon

e.g : Black_Ops_2_FiveSeven
or something else

also after this you say replace the names (do you mean the name of the file  _zombiemode_weapons  and with what?)
and then copy the file in you mods / maps ( do you mean paste this file in the mod/maps or copy a file in mods maps ) 

Thanks anyways tho :D
Title: Re: Problem with UGX mods
Post by: klevi on December 22, 2018, 07:28:31 pm
So first, cheers for this, its the first simple guide for this ive seen (and ive been looking for ages ).


Im stuck on step 4 where you go into the gsc file _zombiemode_weapons and add some code.
Im confused what you mean by just put your weapons do you just mean the name of the weapon

e.g : Black_Ops_2_FiveSeven
or something else

also after this you say replace the names (do you mean the name of the file  _zombiemode_weapons  and with what?)
and then copy the file in you mods / maps ( do you mean paste this file in the mod/maps or copy a file in mods maps )

Thanks anyways tho :D
Look for the step 4


add_zombie_weapon( "zombie_m1garand",                        "ZOMBIE_WEAPON_M1GARAND_600",                   600,                  ''  '',                         0 );


Now let say that my weapon name is vmp
copy the line bove


add_zombie_weapon( "vmp",                        '' Press and hold &&1 to buy vmp[Cost:1300]", 1300,                  ''  '',                         0 );


Same gos for the upgraded weapon - copy 1 line of a default weapon that has cod waw and just replace the name man and make sure it is in the right section(if its a full auto weapon u paste in the full auto secion.And this step is also same as at dlc3_code. just copy a line there just replace the weapon name with your weapon. You can add me on Discord , facebook instagram or steam for further help.
Title: Re: Problem with UGX mods
Post by: Scp-096 on December 22, 2018, 10:07:56 pm
Look for the step 4


add_zombie_weapon( "zombie_m1garand",                        "ZOMBIE_WEAPON_M1GARAND_600",                   600,                  ''  '',                         0 );


Now let say that my weapon name is vmp
copy the line bove


add_zombie_weapon( "vmp",                        '' Press and hold &&1 to buy vmp[Cost:1300]",                   600,                  ''  '',                         0 );


Same gos for the upgraded weapon - copy 1 line of a default weapon that has cod waw and just replace the name man and make sure it is in the right section(if its a full auto weapon u paste in the full auto secion.And this step is also same as at dlc3_code. just copy a line there just replace the weapon name with your weapon. You can add me on Discord , facebook instagram or steam for further help.
 Can I add u on steam then Im still stuck on some of the later steps and cld use some help.
Title: Re: Problem with UGX mods
Post by: klevi on December 23, 2018, 10:02:00 am
Can I add u on steam then Im still stuck on some of the later steps and cld use some help.
Yeah im k3nt89.al on steam