Remove HUD line of text by editing mod's script dll file
-
Hello there fellas,
I'd like to remove a line of text appearing near the mini map by editing it out of the .dll script file of the mod, because it breaks my immersion
I'm editing the dll with a hex editor.
Any helpful insight as to what indicators should I look for to find the appropriate piece of code to edit out ?here's a shot of what I'm talking about:
I can provide the mod's script dll if needed
Thanks in advance
Cheers
-
Which mod?
-
Please provide a link to the mod.
If it is a .NET mod (ScriptHookVDotNet or RAGEPluginHook) then use dnSpy to edit it.
If it is an ASI mod, use IDA, Ghidra (I think you can edit with it?), or a hex editor.
-
@Jitnaught said in Remove HUD line of text by editing mod's script dll file:
Please provide a link to the mod.
If it is a .NET mod (ScriptHookVDotNet or RAGEPluginHook) then use dnSpy to edit it.
If it is an ASI mod, use IDA, Ghidra (I think you can edit with it?), or a hex editor.
https://www.gta5-mods.com/scripts/jobsv
This is the mod, and thanks for the info Jitnaught. I'll try that. If you can provide any more additional assistance that would be greatly appreciated.
Cheers
-
What does the text say that you are trying to remove? There are many texts being drawn by that mod.
-
@Jitnaught Details of the mod itself, like version number and such. It's in the screenshots on the mod's page.
-
To remove all of the text drawing done by that mod, open it in dnSpy and remove all references of
new CustomDraw(...);
-
@Jitnaught Can't figure it out
While I find a couple of "CustomDraw" entries, upon remove, either nothing changes or mod stops working alltogether.
Couldn't find any "new CustomDraw".
The mod is "JobsV"
-
Removed the version info on the bottom of the screen: https://mega.nz/file/IDhVDCbL#1XbS0GysdKq2dcwHBlDwih9cJJ74RtbTs1noA1L-q0U
Replace old DLL with new one. Let me know if it works, I didn't test any of the jobs.
I take no credit for this mod. TylerEspo, if you are not okay with me sharing this please let me or the moderators know.
-
@Jitnaught said in Remove HUD line of text by editing mod's script dll file:
Removed the version info on the bottom of the screen: https://mega.nz/file/IDhVDCbL#1XbS0GysdKq2dcwHBlDwih9cJJ74RtbTs1noA1L-q0U
Replace old DLL with new one. Let me know if it works, I didn't test any of the jobs.
I take no credit for this mod. TylerEspo, if you are not okay with me sharing this please let me or the moderators know.
Love you dude
seems to be working fine. Need some more testing with jobs but I guess there won't be any issue
Thanks a bunch mate.Cheers