From 45f86bf102ead76ec1d3023cdda1fd366f33ee86 Mon Sep 17 00:00:00 2001 From: Infecta Date: Thu, 1 Feb 2024 20:03:16 +0800 Subject: [PATCH] Add LDJ-010-20231206 Support --- .gitignore | 3 ++- README.md | 3 ++- src/game/LDJ-010-2023120600.cc | 6 ++++++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 src/game/LDJ-010-2023120600.cc diff --git a/.gitignore b/.gitignore index 451a0c3..2100535 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /.idea/ -/cmake-build-*/ \ No newline at end of file +/cmake-build-*/ +_the \ No newline at end of file diff --git a/README.md b/README.md index e9992da..4c58d52 100644 --- a/README.md +++ b/README.md @@ -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) ※ In-game cameras are not supported in the LDJ-003 version of IIDX 30 @@ -39,4 +40,4 @@ launcher.exe [...] -K 2dxcamhook.dll -p io.disable_cams=true ``` spice64.exe [...] -iidxdisablecams -k 2dxcamhook.dll -``` \ No newline at end of file +``` diff --git a/src/game/LDJ-010-2023120600.cc b/src/game/LDJ-010-2023120600.cc new file mode 100644 index 0000000..a0c71b8 --- /dev/null +++ b/src/game/LDJ-010-2023120600.cc @@ -0,0 +1,6 @@ +#include + +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;