mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 20:58:07 +03:00
readme: update macOS and Windows installation files (#1406)
This commit is contained in:
parent
ef2119c4d2
commit
258c9b4ef8
1 changed files with 189 additions and 12 deletions
201
README.md
201
README.md
|
@ -98,9 +98,10 @@ less like this (click to expand):
|
|||
<pre>
|
||||
.
|
||||
├── cfg
|
||||
│ ├── TR1X_gameflow.json5
|
||||
│ ├── TR1X_gameflow_ub.json5
|
||||
│ ├── TR1X.json5 *
|
||||
│ ├── TR1X_gameflow.json5
|
||||
│ ├── TR1X_gameflow_demo_pc.json5
|
||||
│ └── TR1X_gameflow_ub.json5
|
||||
├── data
|
||||
│ ├── cat.phd
|
||||
│ ├── cred0.pcx
|
||||
|
@ -113,7 +114,6 @@ less like this (click to expand):
|
|||
│ ├── cut4.phd
|
||||
│ ├── egypt.phd
|
||||
│ ├── eidospc.pcx
|
||||
│ ├── eidospc.png
|
||||
│ ├── end2.phd
|
||||
│ ├── end.pcx
|
||||
│ ├── end.phd
|
||||
|
@ -135,9 +135,31 @@ less like this (click to expand):
|
|||
│ ├── level8b.phd
|
||||
│ ├── level8c.phd
|
||||
│ ├── titleh.pcx
|
||||
│ ├── titleh.png
|
||||
│ ├── titleh_ub.png
|
||||
│ └── title.phd
|
||||
│ ├── titleh_ub.pcx
|
||||
│ │── title.phd
|
||||
│ │── images
|
||||
│ │ ├── atlantis.webp
|
||||
│ │ ├── credits_1.webp
|
||||
│ │ ├── credits_2.webp
|
||||
│ │ ├── credits_3.webp
|
||||
│ │ ├── credits_3_alt.webp
|
||||
│ │ ├── credits_ps1.webp
|
||||
│ │ ├── egypt.webp
|
||||
│ │ ├── eidos.webp
|
||||
│ │ ├── end.webp
|
||||
│ │ ├── greece.webp
|
||||
│ │ ├── greece_saturn.webp
|
||||
│ │ ├── gym.webp
|
||||
│ │ ├── install.webp
|
||||
│ │ ├── peru.webp
|
||||
│ │ ├── title.webp
|
||||
│ │ ├── title_og_alt.webp
|
||||
│ │ └── title_ub.webp
|
||||
│ └── injections
|
||||
│ ├── atlantis_fd.bin
|
||||
│ ├── atlantis_textures.bin
|
||||
│ ├── backpac.bin
|
||||
│ └── etc...
|
||||
├── fmv
|
||||
│ ├── cafe.rpl
|
||||
│ ├── canyon.rpl
|
||||
|
@ -211,12 +233,11 @@ less like this (click to expand):
|
|||
│ ├── track59.flac
|
||||
│ └── track60.flac
|
||||
├── shaders
|
||||
│ ├── 2d.fsh
|
||||
│ ├── 2d.vsh
|
||||
│ ├── 3d.fsh
|
||||
│ └── 3d.vsh
|
||||
│ ├── 2d.glsl
|
||||
│ ├── 3d.glsl
|
||||
│ └── fbo.glsl
|
||||
├── TR1X.exe
|
||||
├── TR1X_ConfigTool.exe
|
||||
└── TR1X_ConfigTool.exe
|
||||
</pre>
|
||||
</details>
|
||||
|
||||
|
@ -235,7 +256,163 @@ as Notepad.
|
|||
2. Download the `TR1X-Installer.dmg` installer image. Mount the image and drag TR1X to the Applications folder.
|
||||
3. Run TR1X from the Applications folder. This will show you an error dialog about missing game data files. This is expected at this point, as you have not copied them in yet. However, it's important to run the app first to allow macOS to verify the app bundle's signature.
|
||||
4. Find TR1X in your Applications folder. Right-click it and click "Show Package Contents".
|
||||
5. Copy your Tomb Raider 1 game data files into `Contents/Resources/data`. (See the Windows / Linux instructions for retrieving game data from e.g. GOG.)
|
||||
5. Copy your Tomb Raider 1 game data files into `Contents/Resources`. (See the Windows / Linux instructions for retrieving game data from e.g. GOG.)
|
||||
|
||||
If you install everything correctly, your game directory should look more or
|
||||
less like this (click to expand):
|
||||
|
||||
<details>
|
||||
<p><em>* Will not be present until the game has been launched.</em></p>
|
||||
<pre>
|
||||
.
|
||||
└── Contents
|
||||
├── _CodeSignature
|
||||
├── Framworks
|
||||
├── info.plist
|
||||
├── MacOS
|
||||
└── Resources
|
||||
├── cfg
|
||||
│ ├── TR1X.json5 *
|
||||
│ ├── TR1X_gameflow.json5
|
||||
│ ├── TR1X_gameflow_demo_pc.json5
|
||||
│ └── TR1X_gameflow_ub.json5
|
||||
├── data
|
||||
│ ├── cat.phd
|
||||
│ ├── cred0.pcx
|
||||
│ ├── cred1.pcx
|
||||
│ ├── cred2.pcx
|
||||
│ ├── cred3.pcx
|
||||
│ ├── cut1.phd
|
||||
│ ├── cut2.phd
|
||||
│ ├── cut3.phd
|
||||
│ ├── cut4.phd
|
||||
│ ├── egypt.phd
|
||||
│ ├── eidospc.pcx
|
||||
│ ├── end2.phd
|
||||
│ ├── end.pcx
|
||||
│ ├── end.phd
|
||||
│ ├── gym.phd
|
||||
│ ├── install.pcx
|
||||
│ ├── level10a.phd
|
||||
│ ├── level10b.phd
|
||||
│ ├── level10c.phd
|
||||
│ ├── level1.phd
|
||||
│ ├── level2.phd
|
||||
│ ├── level3a.phd
|
||||
│ ├── level3b.phd
|
||||
│ ├── level4.phd
|
||||
│ ├── level5.phd
|
||||
│ ├── level6.phd
|
||||
│ ├── level7a.phd
|
||||
│ ├── level7b.phd
|
||||
│ ├── level8a.phd
|
||||
│ ├── level8b.phd
|
||||
│ ├── level8c.phd
|
||||
│ ├── titleh.pcx
|
||||
│ ├── titleh_ub.pcx
|
||||
│ │── title.phd
|
||||
│ │── images
|
||||
│ │ ├── atlantis.webp
|
||||
│ │ ├── credits_1.webp
|
||||
│ │ ├── credits_2.webp
|
||||
│ │ ├── credits_3.webp
|
||||
│ │ ├── credits_3_alt.webp
|
||||
│ │ ├── credits_ps1.webp
|
||||
│ │ ├── egypt.webp
|
||||
│ │ ├── eidos.webp
|
||||
│ │ ├── end.webp
|
||||
│ │ ├── greece.webp
|
||||
│ │ ├── greece_saturn.webp
|
||||
│ │ ├── gym.webp
|
||||
│ │ ├── install.webp
|
||||
│ │ ├── peru.webp
|
||||
│ │ ├── title.webp
|
||||
│ │ ├── title_og_alt.webp
|
||||
│ │ └── title_ub.webp
|
||||
│ └── injections
|
||||
│ ├── atlantis_fd.bin
|
||||
│ ├── atlantis_textures.bin
|
||||
│ ├── backpac.bin
|
||||
│ └── etc...
|
||||
├── fmv
|
||||
│ ├── cafe.rpl
|
||||
│ ├── canyon.rpl
|
||||
│ ├── core.avi
|
||||
│ ├── end.rpl
|
||||
│ ├── escape.rpl
|
||||
│ ├── lift.rpl
|
||||
│ ├── mansion.rpl
|
||||
│ ├── prison.rpl
|
||||
│ ├── pyramid.rpl
|
||||
│ ├── snow.rpl
|
||||
│ └── vision.rpl
|
||||
├── icon.icns
|
||||
├── music
|
||||
│ ├── track02.flac
|
||||
│ ├── track03.flac
|
||||
│ ├── track04.flac
|
||||
│ ├── track05.flac
|
||||
│ ├── track06.flac
|
||||
│ ├── track07.flac
|
||||
│ ├── track08.flac
|
||||
│ ├── track09.flac
|
||||
│ ├── track10.flac
|
||||
│ ├── track11.flac
|
||||
│ ├── track12.flac
|
||||
│ ├── track13.flac
|
||||
│ ├── track14.flac
|
||||
│ ├── track15.flac
|
||||
│ ├── track16.flac
|
||||
│ ├── track17.flac
|
||||
│ ├── track18.flac
|
||||
│ ├── track19.flac
|
||||
│ ├── track20.flac
|
||||
│ ├── track21.flac
|
||||
│ ├── track22.flac
|
||||
│ ├── track23.flac
|
||||
│ ├── track24.flac
|
||||
│ ├── track25.flac
|
||||
│ ├── track26.flac
|
||||
│ ├── track27.flac
|
||||
│ ├── track28.flac
|
||||
│ ├── track29.flac
|
||||
│ ├── track30.flac
|
||||
│ ├── track31.flac
|
||||
│ ├── track32.flac
|
||||
│ ├── track33.flac
|
||||
│ ├── track34.flac
|
||||
│ ├── track35.flac
|
||||
│ ├── track36.flac
|
||||
│ ├── track37.flac
|
||||
│ ├── track38.flac
|
||||
│ ├── track39.flac
|
||||
│ ├── track40.flac
|
||||
│ ├── track41.flac
|
||||
│ ├── track42.flac
|
||||
│ ├── track43.flac
|
||||
│ ├── track44.flac
|
||||
│ ├── track45.flac
|
||||
│ ├── track46.flac
|
||||
│ ├── track47.flac
|
||||
│ ├── track48.flac
|
||||
│ ├── track49.flac
|
||||
│ ├── track50.flac
|
||||
│ ├── track51.flac
|
||||
│ ├── track52.flac
|
||||
│ ├── track53.flac
|
||||
│ ├── track54.flac
|
||||
│ ├── track55.flac
|
||||
│ ├── track56.flac
|
||||
│ ├── track57.flac
|
||||
│ ├── track58.flac
|
||||
│ ├── track59.flac
|
||||
│ └── track60.flac
|
||||
└── shaders
|
||||
├── 2d.glsl
|
||||
├── 3d.glsl
|
||||
└── fbo.glsl
|
||||
</pre>
|
||||
</details>
|
||||
|
||||
## Improvements over original game
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue