|
1 |
| -# TRAE-menu-hook |
| 1 | +# TRLAU-menu-hook |
2 | 2 |
|
3 |
| -Reverse engineering project for Tomb Raider LAU games, this repo contains the code for TRAE-menu-hook menu for Tomb Raider Anniversary, Legend and Underworld. |
| 3 | +Reverse engineering project for Tomb Raider LAU games, this repo contains the code for TRLAU-menu-hook menu for Tomb Raider Anniversary, Legend and Underworld. |
4 | 4 |
|
5 | 5 | [](https://github.com/TheIndra55/TRAE-menu-hook/actions/workflows/build.yml)
|
6 | 6 |
|
7 |
| -## Videos |
8 |
| - |
9 |
| -(screenshots at bottom of readme) |
10 |
| - |
11 |
| -| [](https://www.youtube.com/watch?v=orv2mYjBNhM) | [](https://www.youtube.com/watch?v=k1FIa8Pel3E&t) | [](https://www.youtube.com/watch?v=RwU80Pj0PR8) | [](https://www.youtube.com/watch?v=BfUCcC6z1jo) | [](https://www.youtube.com/watch?v=JvH0RPbaUI0) | |
12 |
| -|----|----|----|----|----| |
13 |
| -| Menu in Underworld | Playtrough with level debug prints | Instance viewer showcase | Loading .drm files without bigfile | Menu in Anniversary | |
| 7 | +## Screenshots and videos |
14 | 8 |
|
| 9 | +| [](https://youtube.com/watch?v=KvwopN8GoEw) | [](https://tombraidermodding.com/img/media/2d3c437d-ec46-4987-ba69-baa8c3d323ed.png) | [](https://tombraidermodding.com/img/media/894d4df8-370a-4715-85ad-05479c0c5dba.png) | |
| 10 | +|---|---|---| |
| 11 | +| Menu in Legend and Anniversary | Anniversary screenshot | Underworld screenshot | |
15 | 12 | ## Features
|
16 | 13 |
|
17 | 14 | * Skew/flight cheat
|
18 | 15 | * Free camera
|
19 |
| -* Switch player character |
20 |
| -* Load files from outside the bigfile |
21 |
| -* View and manipulate instances |
| 16 | +* Mod loader |
| 17 | +* Instance viewer |
22 | 18 | * Spawn instances
|
23 |
| -* Level debug restored |
24 |
| -* Switch levels |
25 |
| -* Show level collisions, markup, portals, triggers (signals), enemy navigation |
26 |
| -* Disable death fade/respawn |
27 |
| -* Disable cinematic bars |
28 |
| -* Slow down game (slow motion) |
29 |
| -* Wireframe rendering |
30 |
| - |
31 |
| -## Fixes/improvements |
32 |
| - |
33 |
| -* Game no longer crashes while DEP is enabled |
34 |
| -* Game legal screen can be skipped |
35 |
| - |
36 |
| -## Build |
37 |
| - |
38 |
| -Make sure you have [premake5](https://premake.github.io/) installed and in your PATH. |
39 |
| - |
40 |
| -1. Clone the repository and all submodules |
41 |
| -2. Include [MinHook.x86.lib](https://github.com/TsudaKageyu/minhook/releases) in the folder. |
42 |
| -3. Run `premake5 vs2019` in your terminal. |
43 |
| -4. Open the generated solution (.sln) and build for the right game. |
44 |
| - |
45 |
| -## FAQ |
| 19 | +* Level select |
| 20 | +* Restored debug |
| 21 | +* Collision, markup, signals and portal drawing |
| 22 | +* Render options |
46 | 23 |
|
47 |
| -### How to load files outside bigfile |
| 24 | +See [features](docs/features.md) for a full list of all features. |
48 | 25 |
|
49 |
| -Create a folder named 'mods' in your game folder, inside any files can be placed the game should load as replacement. The folder structure in the 'mods' folder is the same as in the PC-W folder in the bigfile. |
50 |
| - |
51 |
| -### How to add new objects |
52 |
| - |
53 |
| -Start by adding the .drm file of your object to the mods folder, next copy the orginal objectlist.txt to mods\(game codename)\pc-w\ and open it in notepad. |
54 |
| -Now add a new line with your object name and the new number. |
55 |
| -``` |
56 |
| -959,yourobjectwithoutdotdrm |
57 |
| -``` |
58 |
| - |
59 |
| -Go back to the start of the file and increase the first number and save the file. |
60 |
| - |
61 |
| -**Note** objectlist.txt must always end with a line ending (empty line) else the game will crash on start. |
62 |
| - |
63 |
| -### Controls |
64 |
| - |
65 |
| -<kbd>F7</kbd> Hide the menu \ |
66 |
| -<kbd>F8</kbd> Toggle menu focus, this allows you to interact with the menu \ |
67 |
| -<kbd>F9</kbd> Switch player character \ |
68 |
| -<kbd>F11</kbd> Instant ragdoll death |
69 |
| - |
70 |
| -<kbd>F2</kbd> Toggle skew/flight cheat \ |
71 |
| -<kbd>F3</kbd> Freeze the game \ |
72 |
| -<kbd>Shift</kbd> + <kbd>F3</kbd> Cycle Slow motion \ |
73 |
| -<kbd>F4</kbd> Toggle free camera \ |
74 |
| -<kbd>F5</kbd> Toggle player control \ |
75 |
| -<kbd>Insert/Ins</kbd> Toggle hud |
76 |
| - |
77 |
| -<kbd>Q</kbd> \/ <kbd>A</kbd> Flight up \ |
78 |
| -<kbd>Z</kbd> \/ <kbd>W</kbd> Flight down |
| 26 | +## Fixes/improvements |
79 | 27 |
|
80 |
| -Flight controls depend on QWERTY/AZERTY keyboard layout |
| 28 | +* Fix game crash with DEP enabled |
| 29 | +* Allow skipping legal screen and intros |
| 30 | +* Disable cinematic bars |
81 | 31 |
|
82 |
| -## Thanks to |
| 32 | +## Installation |
83 | 33 |
|
84 |
| -* SunBeam906 |
85 |
| -* Xwilarg |
| 34 | +1. Head to the [releases](https://github.com/TheIndra55/TRAE-menu-hook/releases) and look for the latest release. |
| 35 | +2. Download the ZIP file for the correct game. |
| 36 | +3. Extract all files to the game folder, overwriting any existing files. |
86 | 37 |
|
87 |
| -## Screenshots |
| 38 | +## Build |
88 | 39 |
|
89 |
| - |
90 |
| - |
91 |
| - |
| 40 | +Please see [development](docs/development.md) for instructions on building and more. |
0 commit comments