Northwall1 Posted May 6 Share Posted May 6 So I see lots of mods being made with ue4ss https://www.nexusmods.com/oblivionremastered/mods/32 Things like timed block https://www.nexusmods.com/oblivionremastered/mods/1729 But where are they getting the API to hook into the game? Is there a guide somewhere? Tutorials? For example, things like "BP_AltarPlayerController_C" where does this exist? Do I look in my files somewhere? 1 Link to comment Share on other sites More sharing options...
SquigM Posted May 8 Share Posted May 8 What I've been doing is using the UE4SS in-built dumper, specifically the "Object Dumper": https://docs.ue4ss.com/feature-overview/dumpers.html#object-dumper Once you have created the UE4SS_ObjectDump.txt file you can search it for likely classes/functions etc and then experiment from there. 1 Link to comment Share on other sites More sharing options...
Recommended Posts