In der Ergänzung die du mit zitiert hast steht die Lösung.
Kann man Global und/oder pro game machen:
Das hier ist z.B. meine globale Datei:
Das für mein Poker spiel:
)
(Für ein FPS Limit würde natürlich nur die oberste Zeile reichen)
Kann man Global und/oder pro game machen:
Das hier ist z.B. meine globale Datei:
Code:
################### File Generated by GOverlay ###################
fps_limit=144
vsync=0
gl_vsync=-1
legacy_layout=false
gpu_stats
gpu_temp
gpu_power
gpu_text=GPU
cpu_stats
cpu_temp
cpu_power
cpu_color=2e97cb
cpu_text=CPU
io_color=a491d3
vram
vram_color=ad64c1
ram
ram_color=c26693
fps
engine_color=eb5b5b
gpu_color=2e9762
wine_color=eb5b5b
frame_timing=1
frametime_color=00ff00
media_player
media_player_color=ffffff
background_alpha=0
font_size=24
background_color=020202
position=top-right
text_color=ffffff
toggle_hud=Shift_R+F12
toggle_logging=Shift_L+F2
media_player_name=spotify
offset_x=-200
### Disable / hide the hud by deafult
no_display
Das für mein Poker spiel:
Code:
################### File Generated by GOverlay ###################
fps_limit=30
vsync=0
gl_vsync=-1
legacy_layout=false
gpu_stats
gpu_temp
gpu_power
gpu_text=GPU
cpu_stats
cpu_temp
cpu_power
cpu_color=2e97cb
cpu_text=CPU
io_color=a491d3
vram
vram_color=ad64c1
ram
ram_color=c26693
fps
engine_color=eb5b5b
gpu_color=2e9762
wine_color=eb5b5b
frame_timing=1
frametime_color=00ff00
media_player
media_player_color=ffffff
background_alpha=0
font_size=24
background_color=020202
position=top-right
text_color=ffffff
toggle_hud=Shift_R+F12
toggle_logging=Shift_L+F2
media_player_name=spotify
offset_x=200
### Change the hud position (default is top-left)
position=bottom-left
### Disable / hide the hud by deafult
no_display
(Für ein FPS Limit würde natürlich nur die oberste Zeile reichen)
Zuletzt bearbeitet: