Posts posted by LMS
-
-
hello, I cant find the folder for stream in the LML subfolder, there is nothing there, do I have to create this folder when I first install the mod or is there an issue with my install ? I am only trying to install vest and knife holster replacers but have no folder to put the replacers in. thank you for your work
Yes, you can just create these folders when they are absent.
-
-
-
-
I will stay tuned thank you
I have released it here, including an example on how to overwrite the font file.
-
How to change the font? Can you tell me I've been waiting like this for a long time.😮
I will release a tool capable of replacing any game file shortly, which you can use to do this.
-
-
-
-
-
Game entities are of a handle type which is a 4 byte value. You could use an unsigned integer in C# to represent that. Note that you do not need to do that when using built-in RPH functions to create peds, vehicles, props etc. but only when manually invoking natives. To convert a handle to its RPH representation, you can use World.GetEntityByHandle.
-
-
I didn't manage to get Lenny's Simple Trainer to work on Linux, but I finally got Script Hook working for RDR2 on Linux. I used these Launch options in Steam "PROTON_NO_GLSL=1 RADV_PERFTEST=aco PULSE_LATENCY_MSEC=60 WINEDLLOVERRIDES="dxgi=n,b" WINEDLLOVERRIDES="dinput8=n,b" taskset -c 0-7 %command% -USEALLAVAILABLECORES -cpuLoadRebalancing -ignorepipelinecach -vulkan" Keep in mind that I have an AMD card, so If you have an Nvidia card, just go to protondb and find the Nvidia equivalent to my Launch options. The line "WINEDLLOVERRIDES="dinput8=n,b"" is what allows Script Hook to load. So without it, Native Trainer won't load when you press F5.
You could try adding version to the WINEDLLOVERRIDES as that is what loads my trainer.
-
-
-
-
You could try combining it with _HAS_ENTITY_BEEN_DAMAGED_BY_WEAPON and _CLEAR_PED_LAST_WEAPON_DAMAGE. If you set the third parameter of _HAS_ENTITY_BEEN_DAMAGED_BY_WEAPON it will do a weapon type check instead of looking for one specific weapon (second parameter). So you do not have to do that many calls to figure it out.
-
-
-
-
-
-
-
Lenny's Mod Loader vsf.asi problem
in RDR2 Mods Discussion
Probably your anti virus software interfering, see if you can whitelist it.