Commit Graph

32 Commits

Author SHA1 Message Date
otavepto
1b34a36080 relocate the generate emu config script to a separate folder 2023-12-25 01:58:45 +02:00
ota
90b403fb3d + add package scripts
+ add steps: package + release to add packaged build to release when pushing on tag

+ support building on prefixed branch name with wildcard

+ support event trigger on tag

+ support event trigger on workflow dispatch for manual trigger
2023-12-18 02:50:05 +02:00
ota
01b8259200 update generate_emu_config scripts to support Linux, it worked! 2023-12-18 02:50:05 +02:00
a
75e6d7c8ab (RIN forum) add initial hotfix by ce20fdf2
* + revert the change to SetProduct() and SetGameDescription()

* + less verbose return in Steam_GameServer::BSecure()

* + add missing note in ReadMe about libssq
2023-12-14 04:40:25 +02:00
a
82adbe4fc7 greatly enhanced the functionality of the generate_emu_config script + build script + updated .gitignore 2023-12-14 04:40:25 +02:00
Mr_Goldberg
97a1ff5186
Try to read default num as float in script if int doesn't work. 2022-08-17 20:17:37 -04:00
Mr_Goldberg
7e1409596a
Don't crash script when some controller configs don't have URLs. 2022-08-16 19:27:44 -04:00
Mr_Goldberg
bc4262a494
Fix stats issue in script. 2022-08-16 12:30:52 -04:00
Mr_Goldberg
f4e6a714a4
generate_emu_config can now generate items config.
Remove the old generate_game_infos.cpp script.
2022-08-14 14:54:12 -04:00
Mr_Goldberg
8b9ce58195
Fix supported_languages in generate_emu_config.py script. 2022-08-13 16:11:07 -04:00
Mr_Goldberg
63128907fd
Add supported_languages.txt and image downloading to generate_emu_config. 2022-08-13 14:38:37 -04:00
Mr_Goldberg
1ad2818e28
Fix unicode issue with script. 2022-08-08 01:38:57 -04:00
Mr_Goldberg
e0726f2e9d
Add controller config, multi lang achievements, DLC to generate_emu_config. 2022-08-07 23:10:03 -04:00
Mr_Goldberg
e59508a696
generate_emu_config.py fixes and improvements. 2022-08-07 04:36:50 -04:00
Mr_Goldberg
eef92f1fe6
Add early version of script to generate emu config.
Only generates achievements and stats configs at the moment.
2022-08-06 05:23:49 -04:00
Mr_Goldberg
d076d12c6e
Fix achievement gen script. 2022-07-31 15:42:33 -04:00
Mr_Goldberg
8695ea2dce
Support achievements that are triggered automatically with stats.
The achievements config MUST be generated with the achievements_gen.py script.
2022-07-12 01:09:27 -04:00
Mr_Goldberg
1bd90756d1
Add script to generate achievements and stats configs from UserGameStatsSchema. 2021-12-06 16:52:15 -05:00
Mr_Goldberg
19dc4f468a
Update controller config generator script. 2021-09-23 22:35:30 -04:00
Mr_Goldberg
acebfc4e4d
Fix controller config generator. 2021-09-15 02:38:54 -04:00
Mr_Goldberg
b3a5102a3c
Add script to generate controller configs from vdf files. 2021-09-14 16:08:41 -04:00
Mr_Goldberg
ffdaf72597
Merge branch 'overlay_h' of https://gitlab.com/Nemirtingas/goldberg_emulator
# Conflicts:
#	build_steamos.sh
#	dll/dll.cpp
2020-01-19 12:50:01 -05:00
Mr_Goldberg
11cb3ce998
Fix some major issues (networking didn't work, gameservers didn't work) with the steamclient version.
Implemented a basic steampipe alloc system and fixed build.
2020-01-15 10:11:37 -05:00
Mr_Goldberg
71e265f52b
Add env variable to set app path. 2020-01-13 13:47:14 -05:00
Mr_Goldberg
282ac22a46
Use the better api for linux controller support and include it in the auto builds. 2020-01-12 14:28:57 -05:00
Nemirtingas
118dee9278 Merge remote-tracking branch 'Mr_Goldberg/master' into overlay_h 2020-01-10 08:16:16 +01:00
Mr_Goldberg
e9513d4733
Add linux steamclient builds. 2020-01-08 18:43:18 -05:00
Nemirtingas
dd1a21dae9 Clean Linux hook, not needed
Linux uses LD_PRELOAD to load the overlay
2019-11-08 15:55:18 +01:00
Nemirtingas
1fd5471502 Fixed find_interfaces.ps1
Added a condition to test steam_api.dll or steam_api64.dll.
Used the ASCII encoding, last version was using UTF-16 with BOM making the emu read really strange interfaces :).
2019-06-16 12:00:52 +02:00
Nemirtingas
e4addcd84b Update find_interfaces.ps1 2019-06-07 20:24:45 +00:00
Nemirtingas
f5397c1674 Windows script like find_interfaces.sh but for powershell. 2019-06-07 20:21:26 +00:00
Mr_Goldberg
75e3d81787
Script to generate steam_interfaces.txt 2019-04-14 10:16:31 -04:00