Jump to content

WesternGamer

Recognized Creator
  • Posts

    238
  • Joined

  • Last visited

  • Days Won

    18

 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 WesternGamer

  1. @LMS I did find some code online but it is very complex to change to make it work, especially since I am new to C++ from C#. Is it possible to load texture files that are streamed in from LML? If it is possible, can you give me an example if the solution is a bit complex?
  2. @netcore100 Yes, but it means that lml itself is not the issue so that means the mods that depend on lml have an issue.
  3. It is a dll library that is supposed to be with the download.
  4. Try using dinput.dll with version.dll as it does not break on my pc if both are installed at the same time.
  5. @schlopp96 That is not a problem with the mod manager, the mod manager depends on a gui library for its ui so it is most likely a issue with the gui library.
  6. @Masson1864 Refer to this guide for help:
  7. Ah, somehow on my computer, I didn't need to install the mod manager. Since that worked, vfs.asi might not have the correct permissions to write to the folder of the rdr2 installation but does have the permissions to read files. Also you can use the mod manager as free as you want but I personally don't recommend it as it is sometimes unreliable. So, check the folder permissions to see if they are correct. Also if you mean the mod manager .dlls then you do need to put them in with vfs.asi.
  8. @HughJanus Refer to this guide for help:
  9. @HughJanus Reinstall scripthookrdr2, if the log file is missing.
  10. @HughJanusVfs.asi is actually loaded by dinput.dll, not scripthookrdr2.dll.
  11. Well if the game is programmed in C#, then you can find the code for the weather and patch it to a mod menu. If it is a C++ game then you need to learn how computer memory works and how to write to program memory to change the weather of the game.
  12. @Chernobog Please refer to my unofficial troubleshooting guide: I would recommend replying in the post of the guide so I can help you without going through many comments if you need to.
  13. So I am wondering how to play a video ingame like how rampage does but I don't want to be limited to the videos that it only can play, so like play the video that usually plays when you start the game. I tried the code below but it seems that it does nothing. Can anyone give me the solution or give me some hints on how to do this. SET_TV_CHANNEL(50); SET_TV_VOLUME(1); DRAW_TV_CHANNEL(0, 0, 1, 1, 0, 255, 255, 255, 255);
  14. @Nephalem Good to hear that you got it working. I personally don't recommend using it as it sometimes breaks and it even sometimes makes harder to install mods than the traditional way. I am not telling you what you must do but just telling you my experience using it.
  15. Well just as Entreped had said, you need to select the game folder before doing anything. I personally won't recommend using it as it is sometimes unreliable.
  16. Version 1.0.0

    748 downloads

    Prevents time slowing down when the log, weapon wheel, or the satchel is open.
  17. Version 1.1.3

    2,413 downloads

    A tool forked off of Neodymium's GTA5 Texture Toolkit, that allows you to create RDR2 texture files
  18. @SugaryPhoenixxx Sorry for replying late, but I will try to help you fix the issue. Edit: Can you install this mod? The mod page for Online Horses and coats 2.0 says that you need this mod for this to work. Remove dinput8.dll when installing this mod. If that did not work, try the converted mod attached. Online Horses and coats 2.0.zip
  19. @skjol. You should use the @ feature as that is how to can get in contact with the developers. Did it one time and he replied back.
  20. @skjol. I think the main issue here is that the mod is not open source, and this is making people think it is a virus. This is made worse by the fact that people are having issues installing the mod and them thinking that they installed a virus by accident. Making the mod open source would make people not think it is a virus but there are issues with that also. For example, the asi loader can't be open source or people will use the code to make online mod menus which is a no no. There shouldn't be any issues with the asi mod itself but I think they can't make it open source because they don't want people stealing their code, which is the total opposite in the C# community which I am from because of modding a C# game called Space Engineers where most of the mods are open source including plugins which are like asi mods. The people there share code and credit the original creators of the code. Now back to the topic; The developers should release a statement to clear any confusion and include troubleshooting steps. Hope people no longer claim that the mod is a virus. P.S. You can verify if the mod has been modified by checking the SHA256 hash.
  21. There are strings related to GTA5 character switching in the RDR2 executable.
  22. TASK::TASK_KNOCKED_OUT(PLAYER::PLAYER_PED_ID(), 0, false); TASK::TASK_KNOCKED_OUT_AND_HOGTIED(PLAYER::PLAYER_PED_ID(), 0, false); The code above is what you need to put in. Do not put the code in update or your player will be repeatedly knocked out. If you can't see the code well, change the theme to light mode. (It is a issue with the recent website graphical upgrade and they are working on it.)
×
×
  • Create New...