Skip to content

Commit

Permalink
Add LDJ-010-20231206 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
Infecta committed Feb 1, 2024
1 parent e27bba4 commit 45f86bf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/.idea/
/cmake-build-*/
/cmake-build-*/
_the
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Hook library for replacing in-game camera textures with [Spout2](https://github.
- beatmania IIDX 28 BISTROVER
- beatmania IIDX 29 CastHour
- beatmania IIDX 30 RESIDENT (010 and 012)
- beatmania IIDX 31 EPOLIS 20231206 (010 only)

<sub>※ In-game cameras are not supported in the LDJ-003 version of IIDX 30</sub>

Expand Down Expand Up @@ -39,4 +40,4 @@ launcher.exe [...] -K 2dxcamhook.dll -p io.disable_cams=true

```
spice64.exe [...] -iidxdisablecams -k 2dxcamhook.dll
```
```
6 changes: 6 additions & 0 deletions src/game/LDJ-010-2023120600.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include <cstddef>

std::ptrdiff_t addr_hook_a = 0x0872EF0;
std::ptrdiff_t addr_hook_b = 0x08DCBB0;
std::ptrdiff_t addr_textures = 0x7807028;
std::ptrdiff_t addr_device_offset = 0x00000E0;

0 comments on commit 45f86bf

Please sign in to comment.