Fuse control added to the Plugin
-
wee use it to activate the ftl fx
basicly all the othere players see when the person jumps is a big flash then the ship dissapers into it
when they get there the players see a flash then the ship appears i should upload a vid of it its quite impresive -
-
wee use it to activate the ftl fx
basicly all the othere players see when the person jumps is a big flash then the ship dissapers into it
when they get there the players see a flash then the ship appears i should upload a vid of it its quite impresiveHaha. This is exactly what I have added! I suspect I’m doing mine a little differently to the way yours works though.
I will upload a vid when I finish…
-
Dunno if anyone will need it (guess not):
Fuse* GetFuseFromID(uint iFuseID) { int iDunno; Fuse *fuse; __asm { mov edx, 0x6CFD390 call edx lea ecx, iFuseID push ecx lea ecx, iDunno push ecx mov ecx, eax mov edx, 0x6D15D10 call edx mov edx, [iDunno] mov edi, [edx+0x10] mov fuse, edi } return fuse; }
It will return a Fuse pointer if the FuseID was valid, 0 otherwise.