mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Add a way to config the build id in the emu. Fix crash due to empty lines
in some files Add a way to disable lobby creation in the emu (lobby creation will return an error when enabled)
This commit is contained in:
parent
a855cde651
commit
f041b95c86
6 changed files with 64 additions and 23 deletions
|
|
@ -105,6 +105,11 @@ The format is: STAT_NAME=type=default value
|
|||
The type can be: int, float or avgrate
|
||||
The default value is simply a number that represents the default value for the stat.
|
||||
|
||||
Build id:
|
||||
Add a steam_settings\build_id.txt with the build id if the game doesn't show the correct build id and you want the emu to give it the correct one.
|
||||
An example can be found in steam_settings.EXAMPLE
|
||||
|
||||
|
||||
Support for CPY steam_api(64).dll cracks: See the build in the experimental folder.
|
||||
|
||||
Notes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue