SRIV Character height

I try set this flag with player tags, like this
Code:
set_character_giant( #PLAYER1#, true)
with all variants, but game crashes when i load save.
Nothing worked.
 
Anxious checking this everyday, I really hope this works!!
Cheers to
-Volition's support!
-IdolNinja
*And especially to all the modders that get there hands dirty.*
 
Try set_character_giant(LOCAL_PLAYER, true)

I try this first.
Code:
function sr3_city_init()
    group_create( "sr3_weapons", false)
    quest_log_configure_contact_triggers( SR3_CITY_CONTACTS )
    set_character_giant(LOCAL_PLAYER, true)
end
Not working.
 
Not working.
What exactly is happening? If you just set the giant flag, you won't see anything really other than maybe some animation changes. This flag simply prevents the player from shrinking or growing when not a normal height.
 
I'm not so stupid =)

1) I change character heighht in character_definitions.xtbl, strings with StyleTest_PC and StyleTest_PC_MP2. I set this: <Height>3.5</Height> (for exmaple). Also i download character_definitions.xtbl from sizustar's post and use it too.
2) In sr3_city.lua i do this:
Code:
function sr3_city_init()
group_create( "sr3_weapons", false)
quest_log_configure_contact_triggers( SR3_CITY_CONTACTS )
set_character_giant(LOCAL_PLAYER, true)
end
This file i put into SRIV.exe folder.
3) When i load my save, my character shrinking back to normal size.

Maybe i miss something?

P.s. sorry for my bad english =)
 
Back
Top