Skip to content

Speedrun practice tool for Koumajou Densetsu II (aka Touhouvania 2) - Jan 3rd 2019

Notifications You must be signed in to change notification settings

shadax1/KD2Prac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KD2Prac

Jan 3rd 2019

Speedrun practice tool for Koumajou Densetsu II (aka Touhouvania 2)

Download KD2Prac.zip from here and unzip the 2 .exe files into your game folder. You can either start the game followed by the practice tool or start the practice tool which will automatically start the game.

Note: your game must be version 1.02 or 1.02a

demo pic

Threadstack

This tool uses threadstack.exe which helps locate the proper pointer address to be used by the tool in order to do reads and writes.

This approach is heavily based off this stackoverflow discussion.

Offsets used

Windows 10, game ver1.02a:

FIRST_OFFSETS_WIN10_102A = { 0x268, 0xA0 };

Windows 10, game ver1.02:

FIRST_OFFSETS_WIN10_102 = { 0x278, 0xA0 };

Windows 7, game ver1.02a:

FIRST_OFFSETS_WIN7_102A = { 0x260, 0xA0 };

Windows 7, game ver1.02:

FIRST_OFFSETS_WIN7_102 = { 0x270, 0xA0 };

About

Speedrun practice tool for Koumajou Densetsu II (aka Touhouvania 2) - Jan 3rd 2019

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages