UGX-Mods

Call of Duty 5: World at War => Help Desk => Scripting => Topic started by: Crimsonskulls on May 23, 2013, 10:38:54 pm

Title: change intro text
Post by: Crimsonskulls on May 23, 2013, 10:38:54 pm
umm im using ugx mod and i cant find the script to change the bottom left intro text. im not gonna change powered by ugx just wanna add a couple lines lol

i also would like to know how to get the weapon models in my map because i cant find them in the xmodel list
Title: Re: change intro text
Post by: treminaor on May 23, 2013, 11:38:28 pm
You add weapons just like if you were not using UGX Mod. Add the xmodels and xanims into any FF file you can compile (map, map patch, or ugx mod's mod.ff), add a weapon line in the _zombiemode_weapons.gsc in ugxm_guns.iwd and add the weapon file into ugxm_guns.iwd/weapons/sp/.

To edit the intro text, open ugxm_user_settings.gsc in ugx_mod.iwd/maps. It works the same way as it always has. level.introstring is an array. level.introstring[1] is the second line of the intro string, below "Powered by UGX Mod v1.x". Increase the index to go down further.
Title: Re: change intro text
Post by: Crimsonskulls on May 23, 2013, 11:48:36 pm
alright thanks