update post build readmes

This commit is contained in:
otavepto 2024-06-12 21:46:59 +03:00
parent aa003d4785
commit 5383987f66
4 changed files with 12 additions and 3 deletions

View File

@ -2,7 +2,7 @@
This build of the emulator: This build of the emulator:
* Blocks all outgoing connections from the game to non **LAN** IPs * Blocks all outgoing connections from the game to non **LAN** IPs
* Lets you use CPY cracks that use the `steam_api` dll to patch the exe in memory when the `SteamAPI_Init()` method is called * Lets you use CPY cracks that use the `steam_api` dll to patch the exe in memory when the `SteamAPI_Init()` method is called
* Can load extra dlls in memory via `LoadLibraryA()` * Can load extra dlls in memory via `LoadLibraryW()`
* Mr.Goldberg's note: * Mr.Goldberg's note:
> In this folder is an experimental build of the emulator with code that hooks a few windows socket functions. It should block all connections from the game to non LAN ips. This means the game should work without any problems for LAN play (even with VPN LAN as long as you use standard LAN ips 10.x.x.x, 192.168.x.x, etc...) > In this folder is an experimental build of the emulator with code that hooks a few windows socket functions. It should block all connections from the game to non LAN ips. This means the game should work without any problems for LAN play (even with VPN LAN as long as you use standard LAN ips 10.x.x.x, 192.168.x.x, etc...)

View File

@ -0,0 +1,2 @@
## What is this ?
This build of the emu has the overlay enabled, it works on very few games

View File

@ -37,8 +37,7 @@ When you use the emu at least once, some default configurations are saved inside
--- ---
## Saves/Settings location:
## Saves location:
* On Windows: * On Windows:
`%appdata%\GSE Saves\` `%appdata%\GSE Saves\`
For example, if your user Windows user name is `Lion`, the save location would be: For example, if your user Windows user name is `Lion`, the save location would be:
@ -54,6 +53,14 @@ When you use the emu at least once, some default configurations are saved inside
You can override the name of the base folder `GSE Saves` to whatever you want per game, to do this modify `configs.user.ini` inside your `steam_settings` folder and change the value of `saves_folder_name`. You can override the name of the base folder `GSE Saves` to whatever you want per game, to do this modify `configs.user.ini` inside your `steam_settings` folder and change the value of `saves_folder_name`.
Check the example file in `steam_settings.EXAMPLE\configs.EXAMPLE.ini`. Check the example file in `steam_settings.EXAMPLE\configs.EXAMPLE.ini`.
Any configurations inside your `steam_settings` folder will always override the global configurations.
---
## Portable saves:
If you decided to use local saves by specifying the parameter `local_save_path` inside your local `steam_settings/configs.user.ini`, the emu will completely ignore the global settings folder, allowing a full portable behavior
--- ---
## Languages: ## Languages: