Compare commits

..

No commits in common. "6674c58d66730588001d6c199d3b00ed73f065fc" and "9af4604534db4f874ae6297b85249de487593771" have entirely different histories.

8 changed files with 0 additions and 24 deletions

View File

@ -16,19 +16,14 @@ existence of the wall climbing glitch of first person mode.
- `SCES_509.16.cht` - Ratchet & Clank 1 (EU) - `SCES_509.16.cht` - Ratchet & Clank 1 (EU)
- currently a symlink to https://github.com/PS2-Widescreen/OPL-Widescreen-Cheats/blob/main/CHT/SCES_509.16.cht - currently a symlink to https://github.com/PS2-Widescreen/OPL-Widescreen-Cheats/blob/main/CHT/SCES_509.16.cht
- `SCES_509.17.cht` - Sly Raccoon (EU)
- `SCES_516.07.cht` - Ratchet & Clank 2: Locked and Loaded (EU) - `SCES_516.07.cht` - Ratchet & Clank 2: Locked and Loaded (EU)
- This is direct copy from [PS2-Home by GoggleBug](https://www.ps2-home.com/forum/viewtopic.php?f=55&t=11703&p=47639&hilit=SCES_516.07#p47639) - This is direct copy from [PS2-Home by GoggleBug](https://www.ps2-home.com/forum/viewtopic.php?f=55&t=11703&p=47639&hilit=SCES_516.07#p47639)
- `SCES_516.08.cht` - Jak II: Renegade (EU) - `SCES_516.08.cht` - Jak II: Renegade (EU)
- currently a symlink to https://github.com/PS2-Widescreen/OPL-Widescreen-Cheats/blob/main/CHT/SCES_516.08.cht - currently a symlink to https://github.com/PS2-Widescreen/OPL-Widescreen-Cheats/blob/main/CHT/SCES_516.08.cht
- `SCES_524.56.cht` - Ratchet & Clank 3 (EU) - `SCES_524.56.cht` - Ratchet & Clank 3 (EU)
- currently a symlink to https://github.com/PS2-Widescreen/OPL-Widescreen-Cheats/blob/main/CHT/SCES_524.56.cht - currently a symlink to https://github.com/PS2-Widescreen/OPL-Widescreen-Cheats/blob/main/CHT/SCES_524.56.cht
- `SLES_520.55.cht` - Harry Potter and the Philosopher's Stone (EU)
- `SCES_525.29.cht` - Sly 2: Band of Thieves (EU)
- `SLES_528.32.cht` - Megaman X: Command Mission (EU) - `SLES_528.32.cht` - Megaman X: Command Mission (EU)
- currently a symlink to https://github.com/PS2-Widescreen/OPL-Widescreen-Cheats/blob/main/CHT/SLES_528.32.cht - currently a symlink to https://github.com/PS2-Widescreen/OPL-Widescreen-Cheats/blob/main/CHT/SLES_528.32.cht
- `SCES_532.85.cht` - Ratchet: Gladiator (EU)
- `SCES_534.09.cht` - Sly 3: Honor Among Thieves
- `SLPM_666.75.cht` - Kingdom Hearts II Final Mix - `SLPM_666.75.cht` - Kingdom Hearts II Final Mix
- currently a symlink to https://github.com/PS2-Widescreen/OPL-Widescreen-Cheats/blob/main/CHT/SLPM_666.75.cht - currently a symlink to https://github.com/PS2-Widescreen/OPL-Widescreen-Cheats/blob/main/CHT/SLPM_666.75.cht
- `SLPM_667.50.cht` - Final Fantasy XII Zodiac Age - `SLPM_667.50.cht` - Final Fantasy XII Zodiac Age

View File

@ -1 +0,0 @@
../../../submodules/playstation2/OPL-Widescreen-Cheats/CHT/SCES_509.17.cht

View File

@ -1 +0,0 @@
../../../submodules/playstation2/OPL-Widescreen-Cheats/CHT/SCES_525.29.cht

View File

@ -1 +0,0 @@
../../../submodules/playstation2/OPL-Widescreen-Cheats/CHT/SCES_532.85.cht

View File

@ -1 +0,0 @@
../../../submodules/playstation2/OPL-Widescreen-Cheats/CHT/SCES_534.09.cht

View File

@ -1 +0,0 @@
../../../submodules/playstation2/OPL-Widescreen-Cheats/CHT/SLES_520.55.cht

View File

@ -1,13 +0,0 @@
#!/usr/bin/env bash
set -x
CHTDIR=~/PS2/CHT
mkdir -p $CHTDIR
for chtfile in *.cht; do
cat $chtfile > $CHTDIR/$chtfile
done
chmod -R 777 $CHTDIR
set +x

View File

@ -13,7 +13,6 @@ mkdir -p $BACKUPDIR
cp -arv "$VMCDIR" "$BACKUPDIR/$(date +%Y-%jT%H%M)" cp -arv "$VMCDIR" "$BACKUPDIR/$(date +%Y-%jT%H%M)"
# Samba is fun with permissions # Samba is fun with permissions
chmod -R 777 $VMCDIR/..
chmod -R 777 $VMCDIR chmod -R 777 $VMCDIR
chmod -R 777 $BACKUPDIR chmod -R 777 $BACKUPDIR