UGX-Mods

Call of Duty 5: World at War => Help Desk => Topic started by: NateTheGreat987 on February 16, 2016, 06:54:20 pm

Title: How can I make my perk shaders vertical?
Post by: NateTheGreat987 on February 16, 2016, 06:54:20 pm
There are many perks and it gets cluttered when there are perk shaders all the way across you screen. I am not using ugx mod and I used script placer Z to generate my map if that helps.
Title: Re: How can I make my perk shaders vertical?
Post by: Tim Smith on February 16, 2016, 07:24:38 pm
There are many perks and it gets cluttered when there are perk shaders all the way across you screen. I am not using ugx mod and I used script placer Z to generate my map if that helps.
iirc , you have to script it again in zombiemode_perks.gsc , and something to do with the zombiemode_powerups.gsc . Thou a scripter knows what i'm talking about.
Title: Re: How can I make my perk shaders vertical?
Post by: JBird632 on February 16, 2016, 07:37:21 pm
zombiemode_perks.gsc
yes
zombiemode_powerups.gsc
no

Basically in _zombiemode_perks.gsc there is section where it creates the hud element for the perk shader and has an offset in the X axis, so all u have to do is make this an offset in the Y axis instead.
Title: Re: How can I make my perk shaders vertical?
Post by: NateTheGreat987 on February 16, 2016, 11:56:33 pm
yesno

Basically in _zombiemode_perks.gsc there is section where it creates the hud element for the perk shader and has an offset in the X axis, so all u have to do is make this an offset in the Y axis instead.

So what would I set it to?
Title: Re: How can I make my perk shaders vertical?
Post by: DidUknowiPwn on February 17, 2016, 12:06:35 am
Check the gsc file in here http://ugx-mods.com/forum/index.php/topic,5502.0.html (http://ugx-mods.com/forum/index.php/topic,5502.0.html)