Skip to content

Commit

Permalink
Documented // usage to comment out lines
Browse files Browse the repository at this point in the history
  • Loading branch information
pnvnd authored Mar 30, 2021
1 parent 78471a5 commit dd03cca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion TOD1RSCE/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
1. Extract raw data with `sceWork.exe`
1. Extract data with Japanese text, you also need `JPCODES.txt` in the same directory

# Usage Instructions (General)
1. Use `//` to comment out lines that do not need to be inserted

# Usage Instructions (Skits)
1. Use `pakcomposer.exe` to extract `.pak1` files
1. BAT Example: `for %%i in (*.pak1) do pakcomposer.exe -d "%%i" -1 -x -u -v`
Expand Down Expand Up @@ -37,4 +40,4 @@
1. BAT Example: `for %%i in (*.mglk) do ToDDCTools_v1.1.exe mglk "%%i"`
1. Move/copy the newly packed `.mglk` file into `DAT_FILES`
1. Use `ToDDCTools_v1.1.exe` to repack `DAT.BIN` and `DAT.TBL`
1. Create a new ISO with the new files and try it out
1. Create a new ISO with the new files and try it out

1 comment on commit dd03cca

@github-actions
Copy link

@github-actions github-actions bot commented on dd03cca Mar 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for tales-of-destiny-dc ready!

✅ Preview
https://tales-of-destiny-dc-oi60wvkh9-asyndesis.vercel.app
https://tales-of-destiny-dc.vercel.app

Built with commit dd03cca.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.