Page 1 of 1

Weapon too small

Posted: Sat Dec 16, 2006 6:27 am
by Fireblade
I resized the weapons in my level to match a smaller player, then realized it could be done more easily in character.ini; my problem is that I forgot how to size the weapons back to normal. Can someone point me in the right direction?

Posted: Sat Dec 16, 2006 9:34 am
by Juutis
Weapon.ini -> 'scale = ...'

Posted: Sat Dec 16, 2006 3:48 pm
by Fireblade
That doesn't look like the problem, all the weapon scalings in weapon.ini are set to 1. It affected all weapons with one number change. I do remember changing it from 1 to 0.25. It seems to be affecting all of the demo levels as well. Also, the change only affects the 3'rd person/iso views.
I figured out the problem. I had "weapon.ini ->playerscale=" set to .25 instead of 1. I'll be using "character.ini -> actorscale=" to scale my character actors from nopw on.