Skip to content

Commit 7499c57

Browse files
authored
Update README.md
1 parent de9ccf1 commit 7499c57

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,12 @@ Option 2 is for advanced use cases when you want to set a custom value for one o
196196
5. Select "Open PowerShell window here"
197197
6. Type out your command and press enter. Example below using the previous use case:
198198
``` .\vanilla-tweaks.exe --fov 3.14 --maxcameradistance 100 WoW.exe```
199-
1. For this example the max camera distance tweak requires one last command that has to be typed in game. So after patching WoW.exe, you'll need to start the game and open the chat box and type this command in order to fully apply the max camera distance change:2
200-
```/console CameraDistanceMax 100```
199+
7. For this example the max camera distance tweak requires one last command that has to be typed in game. So after patching WoW.exe, you'll need to start the game and open the chat box and type this command in order to fully apply the max camera distance change:2
200+
```/console CameraDistanceMax 100```
201+
8. More examples:
202+
```.\vanilla-tweaks.exe --farclip 3000 --fov 3.14 --maxcameradistance 100 --no-soundchannels --no-quickloot wow.exe```
203+
204+
```.\vanilla-tweaks.exe --no-frilldistance --nameplatedistance 100 --frilldistance 100 --no-quickloot wow.exe```
201205

202206
What are the commands?
203207
- Type ``` .\vanilla-tweaks.exe --help```

0 commit comments

Comments
 (0)