Recent content by Sancaros

  1. S

    Unicode dinput8 was created, cannot continue

    HRESULT WINAPI DirectInput8Create(HINSTANCE inst_handle, DWORD version, const IID& r_iid, LPVOID* out_wrapper, LPUNKNOWN p_unk) { if (r_iid == IID_IDirectInput8A || r_iid == IID_IDirectInput8W) { // <- Support W if (!dinput8AModule) { IID target_iid = IID_IDirectInput8A...
  2. S

    Replacing Mag models with custom 3D models [Updated method 26/1/22]

    Wooo thats fantastic!!!! but im still working how to fix the server resource and let challenge mode work~~
Back
Top