Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneDev6 authored Oct 18, 2020
1 parent 0e6706e commit 9ac621a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,23 @@ First translation hack for the Japanese videogame [GARAGE: Bad Dream Adventure
### How to install
- Download this repo .zip and the last .zip file from releases
- Paste both .zip files contents into your Garage installation folder
- Start the game
- Run LaunchGame.bat

Note: if you don't want to try the experimental textures translation (that can lead to crashes) don't copy and paste the `dir_data` folder
Note: if you don't want to try the **experimental textures** translation (that can lead to crashes) **don't copy** and paste the `dir_data` folder


## How to contribute
#### Texts
- Clone the repo
- **Clone** the repo
- Download the last .zip file from releases
- Copy and paste everything into your Garage game root folder (replace files if needed)
- Run `GarageDoor.exe`
- Run `LaunchGame.bat`
- Play the game and when you find an untraslated text the program will dump it and add it to the file `translation.ini`
- Edit the file `translation.ini` (no need to restart or close the game) and translate the new text (default value `OOOOOOOO_TRANSLATE_ME_OOOOOOOOO`)
- Edit the file `translation.ini` (no need to restart or close the game) and translate the new text (default value `NOT_TRANSLATED_TEXT`)
- Be sure not to break the .ini file removing `=` symbol, `[Phrases] `and `[Settings]`
- If you want you can submit a pull request so I can merge your translations with the main ones

#### Textures
#### Textures (unstable)
Remember that this is experimental and may lead to crashes.
- Use [gimp](https://www.gimp.org/downloads/ "gimp") to open my blank templates in `dir_data/assets`
- Edit them with your better translations
Expand Down

0 comments on commit 9ac621a

Please sign in to comment.