View Single Post
Old 05-21-10, 10:43 AM   #4
skwasjer
The Old Man
 
Join Date: Apr 2007
Location: Netherlands
Posts: 1,549
Downloads: 28
Uploads: 3
Default

My speech mod uses an injected DLL. Technically, it's not even injecting, because you do not need to do tricky stuff, you can load any DLL from script. Hooking the DirectX functions or other functions, is very easy now (as opposed to SH3/4 where you actually need to inject a DLL using an injector). It all runs in the same process space so no memory related problems either.
skwasjer is offline   Reply With Quote