otavepto
ef2f814765
fix that stupid mistake
2024-06-30 03:18:39 +03:00
otavepto
433dc405bd
gen_emu_config: make sure each line in supported languages is lowercase
2024-06-30 03:18:39 +03:00
otavepto
caea115cf7
update readmes + changlog & credits
2024-06-24 22:27:31 +03:00
otavepto
bd92ee624b
if load_order.txt is present then only load these .dll files in order, otherwise load all valid .dlls
2024-06-21 07:48:30 +03:00
otavepto
571d009d77
upgrade migrate_gse python version
2024-06-17 10:50:18 +03:00
otavepto
4204b356d7
fix python 3.12 installation on ubuntu 22
2024-06-17 10:50:18 +03:00
otavepto
f7e4394f34
this warning might be the reason SSL certificate is failing on Arch (when adding deadsnake PPA): "Note: for jammy and noble, older python versions requre libssl<3 so they are not currently built"
2024-06-17 10:50:18 +03:00
otavepto
b1217657db
use requests
package instead of urllib
2024-06-17 10:50:18 +03:00
otavepto
d2ee753b78
win32_lean_and_mean
2024-06-02 05:15:45 +03:00
otavepto
8ff4bc72c6
fix steamclient_extra linking error with AddressOfReturnAddress()
2024-06-02 05:15:45 +03:00
otavepto
02d3a70574
fix compilation of steamclient_extra on msys2
2024-06-02 05:15:45 +03:00
otavepto
72f25c7b3b
fix compilation of cold client loader on msys2
2024-06-02 05:15:45 +03:00
Detanup01
435f9bfd49
fix for real
2024-05-17 21:48:51 +02:00
Detanup01
ea1bb239c3
fix for 282800
2024-05-17 21:37:41 +02:00
otavepto
efbd091a80
Revert all fake changes
2024-05-11 17:38:32 +03:00
otavepto
46a13095b7
fake change to test workflow
2024-05-11 17:38:32 +03:00
otavepto
517648677d
fake change to test new workflow
2024-05-11 17:38:32 +03:00
otavepto
8be6efcfc2
allow loading .ini
file with the same name as the cold client loader exe name
2024-05-08 00:30:23 +03:00
otavepto
29d973ad4b
new switch -revert
to convert ini files back to txt files + switches for help page
2024-04-28 23:40:41 +03:00
otavepto
f243271feb
fix gen_emu_config build
2024-04-25 12:37:26 +02:00
otavepto
a0885417c6
generate *spec file inside build temp dir for all py scripts
2024-04-25 11:31:08 +02:00
otavepto
ad07ff0fb1
revert the changes to the old steam interfaces parser
2024-04-23 04:58:36 +02:00
otavepto
425baa4e2a
refactor lobby_connect code + return! + set appid via env var (not needed but just in case)
2024-04-23 02:16:02 +02:00
otavepto
65147c22b9
small note and refactor
2024-04-21 00:41:59 +02:00
otavepto
0cd1711bcf
* new switches for the generate_emu_config
tool
...
- `-skip_ach`: skip downloading & generating achievements and their images
- `-skip_con`: skip downloading & generating controller configuration files
- `-skip_inv`: skip downloading & generating inventory data (`items.json` & `default_items.json`)
* copy the readme of the migration tool after build
* let the migration tool exit with code 1 if nothing was found
2024-04-20 20:15:47 +02:00
otavepto
0c50f6b4c7
refactor comments
2024-04-20 19:36:18 +02:00
otavepto
2bde7e4eba
disable friend avatar functionality by default + new option to enable it
2024-04-20 19:29:54 +02:00
otavepto
0e694f1e86
* write dlc to [app:dlcs] inside .ini
...
* fix a mistake when mixing output from generate_emu_config tool
* ensure output from generate_emu_config tool is written as soon as possible in case another stage threw an exception
* fix a bug when writing .ini, ensure everything is a string
* new readme for the migration tool
2024-04-20 17:30:04 +02:00
otavepto
d6643124ae
new tool migrate_gse
to migrate old folder structure to the new ini format
2024-04-20 05:08:01 +02:00
otavepto
803a79690c
update generate_emu_config tool to use the new format
2024-04-20 01:23:28 +02:00
otavepto
4b7f408e4f
update find_interfaces tool to use the new format
2024-04-20 01:22:55 +02:00
otavepto
893f566375
workaround to make Steam Input work, not guaranteed
2024-04-20 01:13:10 +02:00
otavepto
aa53202022
some refactoring
2024-04-20 01:09:55 +02:00
otavepto
35c0c408b9
* allow changing the name of the base folder used to store save data via saves_folder_name
, by default it would be Goldberg SteamEmu Saves
...
* changed the environment variable `SteamAppPath` to `GseAppPath`
* allow loading `config.ini` from global settings path + merge it with the local one, and allow the local one to override the global one
* fixed the path returned by `get_user_appdata_path()` to include the path separator
* updated readmes
2024-04-16 22:59:27 +02:00
otavepto
e7bc867b56
deep merge dict
2024-04-16 00:08:58 +02:00
otavepto
1e1a2b6849
update gen_emu_config tool
2024-04-14 19:54:36 +02:00
otavepto
484fc2a982
* set these env vars for a more accurate emulation:
...
- `SteamAppUser`
- `SteamUser`
- `SteamClientLaunch`
- `SteamEnv`
- `SteamPath`
2024-04-13 17:35:10 +02:00
otavepto
4c8bc9c3cd
removed debug flag
2024-04-10 11:05:26 +02:00
otavepto
2deda8a2eb
disable the overlay by default, and only enable it via the config file enable_experimental_overlay.txt
, avoiding many crashes
2024-04-09 15:45:54 +02:00
otavepto
6c99b29d24
for gen_emu_config: allow specifying the username and password via env vars GSE_CFG_USERNAME
and GSE_CFG_PASSWORD
2024-04-02 03:48:40 +02:00
otavepto
07f3c7a2d2
for generate_emu_config: new options -de
and -cve
to generate some disable_xxx
files, or enable some convenient features
2024-04-01 19:23:55 +02:00
otavepto
93172e642e
allow disabling the new options via config files
2024-04-01 19:23:55 +02:00
otavepto
5b55d448f7
* new stub dll GameOverlayRenderer
for the experiemntal steamclient setup
...
* for windows build script: prevent permissive language extensions via the compiler flag `/permissive-`
2024-03-21 00:50:58 +02:00
otavepto
16a241599f
updated stub drm patterns (for v2) and added a workaround for older variants
2024-03-18 03:32:37 +02:00
otavepto
4bf76af19b
* point at updated deps submodule
...
* fixed mistakes in win deps build script + gen_emu_config package script
* update linux deps build script
2024-03-08 18:13:29 +02:00
otavepto
c38601fdcd
Restore networking, source query, avatar, friends changes/additions from: 75e6d7c8ab
, 4399c0b12b
2024-02-29 19:59:53 +02:00
otavepto
001e74aafa
revert all networking, source query, avatar, friends changes/additions from: 75e6d7c8ab
, 4399c0b12b
2024-02-29 19:59:53 +02:00
otavepto
7e240ffec0
new flag -reldir
for the generate_emu_config
script to use everything relatively
2024-02-24 20:49:31 +02:00
otavepto
883dfac04f
* build the python scripts achievements_gen.py
and parse_controller_vdf.py
into binary form using pyinstaller
...
* change the scripts `achievements_gen.py` and `parse_controller_vdf.py` to accept multiple files
2024-02-24 17:12:38 +02:00
otavepto
44275decd4
add -nd flag for gen_emu_config to readme
2024-02-20 19:13:23 +02:00