Jump to content

crossed99

Recognized Creator
  • Posts

    205
  • Joined

  • Last visited

  • Days Won

    12

 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 crossed99

  1. Is "REV_SCHOFIELD_FINA" missing an 'L' ? I've never actually replaced a file myself so other than that I'm not sure..
  2. One of the examples that comes with Lenny's mod loader shows you how to replace an awc file. You just have to find the file's location and names with OpenIV. Search for WEAPONS_PLAYER.rpf. If I remember correctly each weapon has their own awc file with their gunshot sounds so swapping them might actually work.
  3. I just updated Critical Hits, added a ton of customization options, it should have pretty much everything you want to make combat as punishing as you want it to be :) (It doesn't do anything with how healing items work though, maybe in the future...)
  4. In case no one wants to share the big secret you can download script hook sdk from here: http://www.dev-c.com/rdr2/scripthookrdr2/ It contains the source code for native trainer. I think scriptmenu.cpp is where the UI stuff is. I'm yet to take a closer look at it, I imagine some of the natives are called something else now, but it should be of some help (maybe...).
  5. Thanks! No idea, but I'd like that too, I'll look into it :)
  6. Transition between certain weather types are not possible and if you try to do that this native will simply not do anything. Here's a list of possible weather transitions to make. The numbers next to each weather type represent the weather type you can transition to from that weather. 0x30FDAF5C, // 0 Clouds - 1 2 3 4 5 6 7 8 9 10 11 12 13 14 16 17 19 20 0xF5A87B65, // 1 HighPressure - 0 1 3 4 5 6 8 13 16 20 0x614A1F91, // 2 Sunny - 0 1 3 4 5 6 7 8 9 11 13 16 17 19 20 0x5974E8E5, // 3 Misty - 0 1 2 4 5 6 7 8 9 10 11 13 16 19 20 0xB17F6111, // 4 Sandstorm - 0 1 2 3 5 6 13 0xBB898D2D, // 5 Overcast - 0 1 2 3 4 6 7 8 9 10 11 12 13 16 0x19D4F1D9, // 6 OvercastDark - 0 1 2 3 4 5 7 8 10 11 12 13 16 0x995C7F44 // 7 Drizzle - 0 2 3 5 6 8 9 13 14 15 0x54A69840, // 8 Rain - 0 1 2 3 5 6 7 9 10 11 12 13 15 0xE72679D5, // 9 Shower - 0 2 3 5 7 8 10 12 13 14 15 0x320D0951, // 10 Hurricane - 0 3 5 6 8 9 11 12 13 14 0x7C1C4A13, // 11 Thunderstorm - 0 2 3 5 6 8 10 12 13 0xB677829F, // 12 Thunder - 0 5 6 8 9 10 11 14 0xD61BDE01, // 13 Fog - 0 1 2 3 4 5 6 7 8 9 10 11 16 20 0x75A9E268, // 14 Hail - 0 7 9 10 12 20 0xCA71D7C, // 15 Sleet - 7 8 9 16 19 20 0x641DFC11, // 16 SnowClearing - 0 1 2 3 5 6 13 15 20 0x27EA2814, // 17 Blizzard - 0 2 10 18 19 21 0x7F622122, // 18 GroundBlizzard - 17 21 0xEFB6EFF6, // 19 Snow - 0 2 3 15 17 20 0x23FB812B, // 20 SnowLight - 0 1 2 3 13 14 15 16 19 0x2B402288, // 21 WhiteOut - 17 18
  7. Hi. Check this out: I've spent like 5 minutes testing it so let me know if it has any issues 😄
  8. Version 1.0.1

    804 downloads

    Change how close the camera moves to you when you're aiming in third person.
  9. I'd like that too, but don't know how to do that either atm...
  10. You're welcome, glad you like it! I'd love a slow reload mod too, at the moment I have no idea how would you do it though, and since nobody really managed to make one yet I don't have high hopes :\
  11. Version 1.2.4

    5,883 downloads

    Bad weather will last longer, get random bad weather when you wake up or load the game and more...
  12. Version 1.3.1

    1,989 downloads

    Make time pass at the same rate whether it's day or night + change how long a day last.
  13. Version 1.4.4

    4,201 downloads

    Make combat as thrilling and punishing as you want! With tons of customization options.
  14. In case anyone else having trouble with this and finds this thread: The walkstyles don't seem to work with the "arthur_healthy" stance that you use by default while playing as Arthur. You have to switch the stance for example to "default" first, then use the second native to switch walkstyles. Using other stances can result in somewhat defferent looking walkstyles.
  15. Indeed, the trick I use doesn't seem to work at all while on horse back.... I disabled that part while on horseback for now, I'll look into it tomorrow. The decreased fire rate should only happen when you're down to your last bullet, I did it because spamming fire really fast sometimes messed things up, if it's happening all the time that's probably just a mistake I can fix. Thanks for the feedback!
  16. Version 0.9.1.2

    2,589 downloads

    This mod attempts to prevent automatic weapon reload.. with more or less success...
  17. Version 1.5.1

    2,627 downloads

    You'll get tired and eventually pass out if you don't sleep. You can also take a nap anywhere.
  18. Hello! I can't seem to make any of the walk styles work so I guess I ask, maybe someone can help me.. Is something like this supposed to work? PED::_0x89F5E7ADECCCB49C(playerPed, "very_drunk");
×
×
  • Create New...