Saints Row IV Character height

i think i did an avance i just put
function sr3_city_init()
group_create( "sr3_weapons", false)
quest_log_configure_contact_triggers( SR3_CITY_CONTACTS )
character_set_giant(LOCAL_PLAYER, true)
end
and know it do not shrink back.
Them i change the heigh parameter a little bit to make character a little taller like 1.12 or so but game is uncontrolable you are walking on air with no options to do
 
Yep.
If use "set_character_giant(LOCAL_PLAYER, true)" - character shrinks.
If use "character_set_giant(LOCAL_PLAYER, true)" - character don't shrinks, but floating in the air.
Funny.
 
Has anyone tried the values of the Base_Height_Offset in the Style_test_PC line in the character defintions.xtbl? Maybe along with the lua code it will recenter the player character.
 
Has anyone tried the values of the Base_Height_Offset in the Style_test_PC line in the character defintions.xtbl? Maybe along with the lua code it will recenter the player character.
According descriptions part of character defintions.xtbl Base_Height_Offset means "The height offset for this character (used for women in high heels, etc.)"
But if you change it to 5.0 (for example) and get in the car, you fell through the ground.
So, it can not change character height. I try use it =)
 
Base_height_offset did nothing to me.I think that is something related to gravity cos i wont let you jump and shoot ,so maybe it detects the player as freefalling

Pd:it seems that you can olso get below map so maybe collision related too? i dont know i am so confused right now xd
 
Last edited:

Here's a video.
As you can see, the character will slowly shrink back to normal size.
welll i have something i'vbe been working on that you may like!

you can change the timer to last as long you want. = )

i have the max height set too 250 in that video.
multiplayer only. some one needs to stomp you to make it work. :<
 
Last edited:
welll i have something i'vbe been working on that you may like!

you can change the timer to last as long you want. = )

i have the max height set too 250 in that video.
I allready posted this video here =)
This effect can be obtained only in co-op.
 
welll i have something i'vbe been working on that you may like!

you can change the timer to last as long you want. = )

i have the max height set too 250 in that video.
multiplayer only. some one needs to stomp you to make it work. :<
heh, I created the video. and the mod or tweaked table. :)
but Tyvm for posting the video. exposure is always nice!
Do you know of a way, or can figure out how to make the stomp hit yourself? I would try, but I'm new to this :p
 
Back
Top