Running into a slight issue with a customization option for VSubst Portable
I want to have an easy to find and edit way of changing what the "default" virtual PA.c drive letter is.
Current launcher.ini:
[Environment]
PAL:SubstDrive=B
[Launch]
ProgramExecutable=VSubst\VSubst.exe
[FileWrite1]
Type=INI
File=%PAL:DataDir%\VSubst.ini
Section=Drives
Key=%PAL:SubstDrive%
Value=%PAL:Drive%\
[FileWrite2]
Type=INI
File=%PAL:DataDir%\VSubst.ini
Section=General
Key=AutoStart
Value=False
[FileWrite3]
Type=Replace
File=%PAL:DataDir%\VSubst.ini
Find=%PAL:LastDrive%\
Replace=%PAL:Drive%\
[FilesMove]