„README.md“ ändern
This commit is contained in:
parent
f145378d29
commit
f337c3f5fc
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ A config file is generated the first time you start it at: `$HOME/.config/rFacto
|
||||||
### Requirement
|
### Requirement
|
||||||
You need to have rFactor2 memory plugin shared file enabled ([rF2SharedMemoryMapPlugin_Wine](https://github.com/schlegp/rF2SharedMemoryMapPlugin_Wine))
|
You need to have rFactor2 memory plugin shared file enabled ([rF2SharedMemoryMapPlugin_Wine](https://github.com/schlegp/rF2SharedMemoryMapPlugin_Wine))
|
||||||
|
|
||||||
|
### Debugging
|
||||||
|
|
||||||
|
Add `RFACTOR_HUD_LOG=1` to the launch options of the game. Then a file log file will be created (`$HOME/rf2_vk_hud.log`). The logs may seem super random and they are super random, since I didn't have (or took) the time to unify my logging output.
|
||||||
|
I would not recommend to activate logging while playing a longer session, it can get quite big (about 15 minutes are roundabout 1 million lines).
|
||||||
|
|
||||||
# Resources
|
# Resources
|
||||||
|
|
||||||
## Vulkan Layer
|
## Vulkan Layer
|
||||||
|
|
Loading…
Reference in a new issue