Skip to content

Commit 5e11aa7

Browse files
authored
Keep on clarifying instructions in README.md
1 parent 5b31bc5 commit 5e11aa7

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ Download a [release](https://github.com/eliemichel/MapsModelsImporter/releases)
2323

2424
**/!\ Do not use the "Download as zip" button of GitHub, make sure you use a release zip instead.**
2525

26-
Install [RenderDoc](https://renderdoc.org/builds), version 1.16
26+
Install [RenderDoc](https://renderdoc.org/builds), get **the very version specified in [the last release notes](https://github.com/eliemichel/MapsModelsImporter/releases/latest) of this add-on!
2727

2828
Usage
2929
-----
3030

3131
You can follow instruction from the walkthrough video: https://youtu.be/X6Q7dbtXVZQ (Slightly out of date, refer to the steps bellow) Alternatively, check out the following steps:
3232

33-
1. Start RenderDoc 1.16, go to `Tools > Settings` and check `Enable process injection (restart required)`, restart RenderDoc then click `File > Inject into process`;
33+
1. Start RenderDoc, go to `Tools > Settings` and check `Enable process injection (restart required)`, restart RenderDoc then click `File > Inject into process`;
3434

3535
2. Start terminal (Win+R, "cmd") and run (adapt the second line to the location of your Chrome installation):
3636

@@ -66,7 +66,7 @@ Useful information can be found in the comment of the video, as well as on [the
6666

6767
### Check software versions
6868

69-
Most importantly, use the last version of this add-on. In the release notes of each version the recommended/required versions of RenderDoc and Blender are specified. As of now, use RenderDoc v1.13 (**not** something else) and the last version of Blender.
69+
Most importantly, use the last version of this add-on. In [the release notes](https://github.com/eliemichel/MapsModelsImporter/releases/latest) of each version the recommended/required versions of RenderDoc and Blender are specified.
7070

7171
### Example of capture files
7272

@@ -96,8 +96,6 @@ Try typing `chrome://flags` and then checking `Override software rendering list`
9696

9797
Try typing `chrome://settings/system` and making sure `Use hardware acceleration when available` is enabled
9898

99-
Make sure you are using RenderDoc 1.16
100-
10199
### API: OpenGL (Not Presenting)
102100

103101
This was a common issue with versions of this add-on prior to v0.2.0. Update to the latest version of this add-on, then make sure you remove the `--use-angle=gl` option from the chrome shortcut. You should get `API: D3D11`.
@@ -125,6 +123,10 @@ Make sure you use the right custom shortcut to start chrome and that you closed
125123

126124
It happens sometimes, in this case you can use the "Capture after delay" button in RenderDoc to trigger a capture. Don't forget to make sure to move in the 3D viewport at the very time the capture occurs.
127125

126+
### Importing fails
127+
128+
Make sure you are using the correct version of RenderDoc, which may not be the latest version (see [release notes](https://github.com/eliemichel/MapsModelsImporter/releases/latest)).
129+
128130
### Importing fails with some "UnicodeEncodeError"
129131

130132
Remove any special character from your filename and from the directories that contain it.

0 commit comments

Comments
 (0)