Search results

  1. Azellz

    Disable radial menu

    +1 With keyboard\mouse mod working very good.
  2. Azellz

    SRIV Character height

    I tried to find it today. But I could not. It's not in tweak_table.xtbl or superpowers.xtbl
  3. Azellz

    Reasonable Body Slider Mod

    As soon as I have the opportunity to change the height of the character - I'll do a full compilation, with all that I have found. In a separate topic, of course, with a detailed description of all the changes =)
  4. Azellz

    Reasonable Body Slider Mod

    Just enjoy it =) No problems. Use it for your good. Oh, about hulk-mods. I already find ragdoll-power for humans (hit human, and he fly away) and cars (one kick, and car go to the sky). Also, i found parameters for stomp-superpower. Normal maps for relief muscle i discover today. All i need at...
  5. Azellz

    Reasonable Body Slider Mod

    But on second thought... I found one file - player_creation_normal_maps.xtbl and it contain normal maps for all builts - skinny, fat and muscle. Code, that change maps for muscle build is below <Normal_Map_Settings> <Name>Muscle</Name> <Morph_Sliders>...
  6. Azellz

    Reasonable Body Slider Mod

    Only throught texture files that packed in .str2_pc files, i guess.
  7. Azellz

    Any way to make Matt shut up about the wardens' shields?

    In tweak_table find strings with "Warden_how_to_damage_delay" And set value to 0 (zero). I think this should help.
  8. Azellz

    Reasonable Body Slider Mod

    Because we use same method =) In X and X+ variants of my mod "PLAYER_GENDER_TEXT" section very same with this mod. In XX and other I used double meanings, that leading to more face-deformation. At this moment i can't find variant of code, that don't cause face deformation.
  9. Azellz

    SRIV Character height

    I allready posted this video here =) This effect can be obtained only in co-op.
  10. Azellz

    SRIV Character height

    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...
  11. Azellz

    SRIV Character height

    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.
  12. Azellz

    Fully Automatic DISINTEGRATOR?

    I can not remember if I changed anything else in this file - only rockets and disentegrator =) Ok, then i relise my mod in "Mod Releases" forum, i pack it according the rules. In this topic i just help with one weapon, it's not a full mod, i guess.
  13. Azellz

    Retexturing Saints Row IV, For Dummies

    Oh. Now i understand. Thanks.
  14. Azellz

    SRIV Character 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...
  15. Azellz

    Fully Automatic DISINTEGRATOR?

    Or just use my file. Full-auto desintegrator with increased rate of fire. Also i disable overheat for mech-suit rockets.
  16. Azellz

    Retexturing Saints Row IV, For Dummies

    I try use transparency too. With some items (like bras) it's works. With anothers - not works. I'm confused.
  17. Azellz

    SRIV Character height

    I try this first. 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.
  18. Azellz

    Bigger, Blacker Holes (Bonus of hella more explosions)

    Just copy all =) Or compare with unmodified tweak_table.
  19. Azellz

    SRIV Character height

    I try set this flag with player tags, like this set_character_giant( #PLAYER1#, true) with all variants, but game crashes when i load save. Nothing worked.
  20. Azellz

    Bigger, Blacker Holes (Bonus of hella more explosions)

    Tweak_table. Blackhole section. It's obviously.
Back
Top