About me
The 0 is there because "Nereid" was taken. :(
Portable Double Spoiler
Starting with Touhou 12.5 (Double Spoiler), data (such as config, scores, and replays) are stored in the user's profile directory. Some people (like me) don't want this and like to keep things portable. Here's a fix: Make a batch file (let's say th125p.bat) in the same directory as th125.exe, with the following contents:
@echo off for /f "usebackq" %%x in (`cd`) do ( set APPDATA=%%x\user md %%x\user) start th125.exe
Then run th125p.bat, and everything will be stored in a "user" directory under where th125.exe is, rather than the usual Application Data directory.