Skip to content

Commit d3d24b6

Browse files
Update README.md
Removed junk notes from the bottom
1 parent 7a43ca8 commit d3d24b6

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

README.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -26,33 +26,3 @@ Game fixes written in python and are named by the Steam game ID with the extensi
2626
- Use docstrings and comment thoroughly. There will likely be people without python experience making game fixes and good commented examples will help
2727
- Do not use any hard-coded paths, Steam may not always be installed in the same location.
2828
- Check your gamefix with pylint. You can safely disable warning C0103, modules named by Steam ID will never conform to snake_case naming style.
29-
30-
## Enviornment Variables
31-
32-
From https://github.com/ValveSoftware/Proton
33-
34-
PROTON_LOG 1 or 0
35-
PROTON_DUMP_DEBUG_COMMANDS 1 or 0
36-
PROTON_DEBUG_DIR 1 or 0
37-
PROTON_USE_WINE3D11 1 0r 0
38-
PROTON_NO_D3D11 1 or 0
39-
PROTON_NO_ESYNC 1 or 0
40-
41-
user_settings = {
42-
#logs are saved to $HOME/steam-$STEAM_APP_ID.log, overwriting any previous log with that name
43-
"WINEDEBUG": "+timestamp,+pid,+tid,+seh,+debugstr,+module",
44-
45-
"DXVK_LOG_LEVEL": "info",
46-
47-
#Enable DXVK's HUD
48-
"DXVK_HUD": "devinfo,fps",
49-
50-
#Use wined3d for d3d11 instead of dxvk
51-
#"PROTON_USE_WINED3D11": "1",
52-
53-
#Disable d3d11 entirely
54-
# "PROTON_NO_D3D11": "1",
55-
56-
#Disable in-process synchronization primitives
57-
"PROTON_NO_ESYNC": "1",
58-
}

0 commit comments

Comments
 (0)