Skip to content

Releases: rari-teh/random-tools

jpsxdec-xaanarchy

07 Jul 02:31
aea0d80
Compare
Choose a tag to compare

Like jPSXdec, only it doesn’t care if your ears will cry.

Usage:

java -jar jpsxdec.jar -x index_file.idx -i index_number -replacexa target_index.idx -xa index_number

Source included in the download.

backlash

05 Nov 02:28
1dbe284
Compare
Choose a tag to compare

This simple command-line tool duplicates all backslashes in a string. For example, in a Batch script, to assign the working directory’s path with escaped backslashes to the variable %VAR%, one can use:

for /f %%i in ('backlash %cd%') do set VAR=%%i

This should be useful to automate the creation of .reg files, for example.