Jump to content

ThreeSocks

Recognized Creator
  • Posts

    13
  • Joined

  • Last visited

  • Days Won

    1

 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

RDR Modding Tutorials

RDR2 Ped Model Database

RDR2 Animations Database

RDRFR Changelog

RDRFR Installation Guide

RDRFR Features

RDRFR Settings

LML User Contributions

Everything posted by ThreeSocks

  1. Decompiled script https://github.com/stianhje/rdr3-decompiled-scripts.1232/blob/master/script_rel/interactive_campfire.c#L2654 https://github.com/gottfriedleibniz/GTA-V-Script-Decompiler
  2. Hi, some of the hunting wagon code isn't mine to share (menu base) and its a very bad learning resource tbh so I do plan on rewriting it some day and releasing it. But I'm more than happy to share any of the specifics of the hunting wagon part. Looks like you had the wrong group hash, it should be 1754796591 (0x6898122F). Exact code I use: wagon_menu_prompt = UI::_UIPROMPT_REGISTER_BEGIN(); UI::_UIPROMPT_SET_CONTROL_ACTION(wagon_menu_prompt, GAMEPLAY::GET_HASH_KEY("INPUT_FRONTEND_LS")); UI::_UIPROMPT_SET_TEXT(wagon_menu_prompt, _CREATE_VAR_STRING(10, "LITERAL_STRING", "Hunting Wagon")); UI::_UIPROMPT_SET_PRIORITY(wagon_menu_prompt, 1); UI::_UIPROMPT_SET_TRANSPORT_MODE(wagon_menu_prompt, 0); UI::_UIPROMPT_SET_ATTRIBUTE(wagon_menu_prompt, 18, 1); UI::_UIPROMPT_SET_STANDARDIZED_HOLD_MODE(wagon_menu_prompt, 1704213876); UI::_UIPROMPT_REGISTER_END(wagon_menu_prompt); UI::_UIPROMPT_SET_ENABLED(wagon_menu_prompt, true); UI::_UIPROMPT_SET_VISIBLE(wagon_menu_prompt, true); UI::_UIPROMPT_SET_GROUP(wagon_menu_prompt, 1754796591, 0);
  3. Yes it does. Check asiloader.log in game install folder and make sure hunting_wagon.asi is being loaded. Check if the hunting wagon prompt shows on camp fire too.
  4. Getting them spawned is simple enough using the models but if you want them to save it would need some memory edits. I haven't looked into it much but the shop_horse_shop_sp script seems to be whitelisting allowed horses.
  5. Not possible for me to do. But i think LMS is working on something like that check their trainer https://www.mod-rdr.com/files/file/7-lennys-simple-trainer/
  6. Thanks, yeah exactly that, when we have OpenIV it will be a lot easier to find stuff like that.
  7. Version 1.1

    15,985 downloads

    Allows you to store pelts & hunted animals on the back of a hunting wagon.
×
×
  • Create New...