Jump to content

ThreeSocks

Recognized Creator
  • Posts

    13
  • Joined

  • Last visited

  • Days Won

    1

ThreeSocks last won the day on December 11 2019

ThreeSocks had the most liked content!

2 Followers

Personal Information

  • Country
    United Kingdom

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ThreeSocks's Achievements

Feller

Feller (1/10)

15

Reputation

  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. Good content comes from people with big brains and a bottle of beer.

  5. 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.
  6. 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/
  7. Thanks, yeah exactly that, when we have OpenIV it will be a lot easier to find stuff like that.
  8. Version 1.1

    13,050 downloads

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