Jump to content

HughJanus

Recognized Creator
  • Posts

    830
  • Joined

  • Last visited

  • Days Won

    93

 Content Type 

Profiles

Forums

Gallery

Downloads

News Articles

Modding Wiki

RDR2 Native Database

RDR2 Native Parameters

RDR2 Player Clothes Database

RDR2 Ped Voices Database

RDR2 Ped Speech Lines

RDR2 Modding Tutorials

RDR2 Ped Model Database

RDR2 Animations Database

RDRFR Changelog

RDRFR Installation Guide

RDRFR Features

RDRFR Settings

LML User Contributions

Everything posted by HughJanus

  1. @ChristianW. Please check if its fixed (you can use your own ini). PedDamageOverhaul.asi PedDamageOverhaul.ini
  2. @Wicker here you go. was easier than i though (if it works). the new ini value is below the disarming one. PedDamageOverhaul.ini PedDamageOverhaul.asi
  3. @Wicker Currently not, no. But I can implement something. Don't know if I have that much time this weekend, though.
  4. @Wicker Ah, you mean the dropping of weapon when transitioning into DyingStates. Yes, thats a thing. Otherwise they would hold their guns and cock/release them randomly (without them firing). Very weird. You want an option to bring that back?
  5. @ChristianW. Thanks for the videos. Could you try lowering the ZValueForHeadBone ini parameter? The dying state only keeps npcs down (in the euphoria compatible version) if they are "not standing". Standing is defined the following way: x is the position of the ground directly under the NPCs head y is the value from the ini if the head of the NPC is lower than "x + y", then the NPC is not standing If you lower the value, the NPCs should not sack down when crouching.
  6. @Wicker Can't say that I have. Will take a look at it on the weekend. How would I be able to reproduce the behavior? @ChristianW. Youre supposed to only activate one (I think its in the ini description :D). Use only ShowNPCHealth, please.
  7. @ChristianW. I would need to see the on screen info about the NPC to verify. Are you using the euphoria mod version? In this case it could be, that the mod detected the NPC as "falling"/"on the ground" and forced it into dying state when it ducked. @Wicker What does the on screen text say when you press F9? Is the ini found? If not, you probably installed the mod incorrectly.
  8. @TuffyTown I was wondering if I could define a new ragdoll task in the files and then trigger it (or trigger a standard one) via asi script. But I suppose, I will have to trial and error my way through this :)
  9. @TuffyTownDo you happen to know anything about this: https://github.com/Halen84/ScriptHookRDR2DotNet-V2/tree/master/source/scripting_v3/RDR2.NaturalMotion Would I be able to trigger certain euphoria tasks with this? If so, how?
  10. Can you just install scripthook for starters and check if the native trainer (that comes with it) is working?
  11. @quadro11 To be honest, I dont remember. I created this mod as a one-off because someone asked. I dont even have the source code anymore, I believe. You would have to try.
  12. @LMS OK, thanks. And how many flags are there? Do I iterate 0 to 100 or 0 to 1000 or 0 to 10000? :D
  13. Isnt that only for the real writhing? (squirming on the ground)
  14. @LMS I'm trying to flag NPCs which are currently bleeding out. Since its no task (at least none I was able to find), the next thing thats obvious would be the movement.
  15. @AnotherRdRnerd I dont know what might have caused it, but I doubt its solely related to some euphoria mod. Good that you got it working👌 @MasatoHamano Yeah, you most definitely didnt install it correctly. Please just read the installation instructions :)
  16. Possible values for locomotion types: action agitated angry brace bucking_high carry_pitchfork cautious chain_gang_catchup chain_gang_legs chain_gang_normal combat cower_known cry default_brave default_nervous default dehydrated_unarmed directional_nervous incombat_low_intensity_longarm incombat_zero_intensity injured_general injured_left_arm injured_left_leg injured_right_arm injured_right_leg injured_torso intimidate intimidated_on_feet_reaction intimidated_on_feet lost_man_normal marston_cautious moderate_drunk nervous normal_basic_idle normal_town normal panic piss_pot_a piss_pot_b rally_sad sad scared searching_high_energy_indirect searching_low_energy_indirect shocked slightly drunk snow spool stealth very_drunk
  17. Possible values for the locomotion type: algie angry_female arthur_healthy casual cowboy cowboy_f default default_female free_slave_01 free_slave_02 gold_panner guard_lantern injured_general john_marston lilly_millet lone_prisoner lost_man mp_ova_hunter mp_ova_hunter_female murfree old_female primate rally waiter war_veteran
  18. 0x89F5E7ADECCCB49C is for setting the walking style (e.g. "injured_left_leg") and 0x923583741DC87BCE for setting the stance (e.g. "DEFAULT"). I suppose there must be a getter, but I have not found the correct native function yet 😕 Thanks for looking into it!
  19. I would like to make peds behave a certain way when they are using a certain movement set. E.g. when someone is drunk, they walk wobbly - I would like to know if there is a getter-method for the movement set (I have only found a setter). Does anyone know?
  20. @AnotherRdRnerd Sounds like an error that does not stem from either mods (neither CERR nor PDO). Did you maybe have weapon mods installed which are now in your savegame -> the savegame does not find the weapon and shows a weird one..? I have no idea. I can just tell you that I recently used PDO and CERR myself and it worked like a charm. Uninstall all mods and start the game, check if something is weird. If so, you may have messed up your save with some mod (that mod will be needed in order to un-mess things, I guess). If everything is normal, install PDO (asi and ini to your root directory). If everything is normal, instal CERR (lml folder).
  21. @AnotherRdRnerd Yes, I suppose. But Im a little surprised it does, since you have mods installed which use the same files. You usually cant use euphoria mods AND the PDO optional features. You have to choose one (or you merge the files).
  22. @AnotherRdRnerd Do you have any other lml mods installed which modify the same files? If not, an easy test would be to dismember some NPCs and check if the reaction lasts longer than the 2 or 3 seconds from vanilla.
×
×
  • Create New...