Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyZac committed Jan 31, 2025
1 parent 254b06a commit d012f83
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,19 @@ These arguments are optional:

2. Clone the repository with `git clone https://github.com/theonlyzac/sly-string-toolkit.git`

3. Create python environment with `python3 -m venv env`
* Then `source env/bin/activate` (Linux) or `.\env\bin\activate.bat` (Windows)
3. Create python environment with `python3 -m venv env`, then `source env/bin/activate` (Linux) or `.\env\Scripts\activate.bat` (Windows)

4. Install the dependencies with `pip install -r requirements.txt`

5. Use `stringtoolkit.py` as described in the section aboce to generate the `.pnach` file.
5. Use `stringtoolkit.py` as described in the section above to generate the `.pnach` file.

6. Put the `.pnach` file in your `PCSX2/cheats` folder, enable the cheat, and start the game.

# Output

The script will output one pnach file. It contains the assembly code to load the custom strings as well as the strings themselves.

You should put this file in your `pcsx2/cheats` folder. You can rename file if you want, but it must be in the format `<game_crc>.<mod_name>.pnach`..
You should put this file in your `pcsx2/cheats` folder. You can rename file if you want, but it must be in the format `<game_crc>.<mod_name>.pnach`.

# Strings CSV Format

Expand Down

0 comments on commit d012f83

Please sign in to comment.