gbe_fork/post_build/steam_settings.EXAMPLE/configs.main.EXAMPLE.ini

67 lines
2.5 KiB
INI
Raw Normal View History

# you do not have to specify everything, pick and choose the options you need only
2024-04-18 03:20:34 +08:00
[main::general]
2024-04-14 20:40:28 +08:00
# generate new app auth ticket
new_app_ticket=1
2024-04-18 03:20:34 +08:00
# generate/embed GC token inside new App Ticket
gc_token=1
# pretend the app is running on a steam deck
2024-04-14 20:40:28 +08:00
steam_deck=0
2024-04-18 03:20:34 +08:00
# disable avatar functionality
disable_account_avatar=0
2024-04-14 16:32:24 +08:00
# prevent Steam_User_Stats::FindLeaderboard() from always succeeding and creating the unknown leaderboard
# not recommended to disable this
2024-04-14 20:40:28 +08:00
disable_leaderboards_create_unknown=0
2024-04-14 16:32:24 +08:00
# synchronize user stats/achievements with game servers as soon as possible instead of caching them
# not recommended
2024-04-14 20:40:28 +08:00
immediate_gameserver_stats=0
# use the proper type of the server list (internet, friends, etc...) when requested by the game
# otherwise, the emu will always return the type "LAN server"
# not recommended
matchmaking_server_list_actual_type=0
# grab the server details for match making using an actual server query
# not recommended
matchmaking_server_details_via_source_query=0
2024-04-18 03:20:34 +08:00
crash_printer_location=./path/relative/to/dll/crashes.txt
2024-04-14 16:32:24 +08:00
2024-04-18 03:20:34 +08:00
[main::connectivity]
2024-04-14 16:32:24 +08:00
# prevent hooking OS networking APIs and allow any external requests
# only used by the experimental builds on Windows
2024-04-18 03:20:34 +08:00
disable_lan_only=0
2024-04-14 16:32:24 +08:00
# disable all steam networking interface functionality
# this won't prevent games/apps from making external requests
2024-04-14 20:40:28 +08:00
disable_networking=0
2024-04-18 03:20:34 +08:00
listen_port=47584
2024-04-14 16:32:24 +08:00
# pretend steam is running in offline mode
2024-04-14 20:40:28 +08:00
offline=0
2024-04-14 16:32:24 +08:00
# prevent sharing stats and achievements with any game server,
# this also disables the interface ISteamGameServerStats
2024-04-14 20:40:28 +08:00
disable_sharing_stats_with_gameserver=0
2024-04-15 01:54:36 +08:00
# do not send server details to the server browser, only works for game servers
2024-04-14 20:40:28 +08:00
disable_source_query=0
2024-04-14 16:32:24 +08:00
# enable sharing leaderboards scores with people playing the same game on the same network
2024-04-14 20:40:28 +08:00
share_leaderboards_over_network=0
2024-04-14 16:32:24 +08:00
# prevent lobby creation in steam matchmaking interface
2024-04-14 20:40:28 +08:00
disable_lobby_creation=0
2024-04-14 16:32:24 +08:00
# attempt to download external HTTP(S) requests made via Steam_HTTP::SendHTTPRequest()
# make sure to:
# * set disable_lan_only=1
2024-04-14 20:40:28 +08:00
# * set disable_networking=0
download_steamhttp_requests=0
2024-04-14 16:32:24 +08:00
2024-04-18 03:20:34 +08:00
[main::connectivity::custom_broadcasts]
192.168.3.255=1
127.8.9.10=1
192.168.66.99=1
192.168.7.99=1
removethis.test.domain.com=1
2024-04-18 03:20:34 +08:00
# mostly workarounds for specific problems
[main::misc]
# force SetAchievement() to always return true
achievements_bypass=0
# force the function Steam_HTTP::SendHTTPRequest() to always succeed
force_steamhttp_success=0
# env var SteamOverlayGameId breaks Steam Input when the game is added to Steam as a non-steam game
disable_steamoverlaygameid_env_var=0