Commit Graph

  • 8aee611f86 Update winetricks to use FEXLoader if present. Storm Dragon 2024-12-16 18:49:18 -05:00
  • 75535a27b1 Changed the way nvda2speechd is launched. Storm Dragon 2024-12-16 14:42:25 -05:00
  • 18a6930c7c Updated code for -t flage. Does the same thing just better implemented. Storm Dragon 2024-12-16 04:30:42 -05:00
  • f0e421ab33 Fixed a few installers that got mangled by the conversion script. Storm Dragon 2024-12-16 04:25:54 -05:00
  • ccdf8ff858 Fixed Silver Dollar installer. Storm Dragon 2024-12-16 04:10:26 -05:00
  • 587e1ef385 Fixed a bug that would run sandbox on non existent wine if control+c was pressed. Storm Dragon 2024-12-15 21:41:03 -05:00
  • b8eb927c2d Use /usr/bin/wine if nothing is set for the variable. Storm Dragon 2024-12-15 18:48:40 -05:00
  • b776b18cf2 Add lyubov as an RHVoice option. Storm Dragon 2024-12-15 16:14:17 -05:00
  • 5da5e43964 Updated Download function. Storm Dragon 2024-12-14 15:10:04 -05:00
  • ba2687f8ad Make sure wine is set to something for game removal function. Added game "Soulblaze" Storm Dragon 2024-12-14 07:27:04 -05:00
  • 8ef2532521 Fixed the -t flag which was broken by the removal of the gameList variable. Storm Dragon 2024-12-13 05:34:53 -05:00
  • 97665e0b22 Added comment out to files that were commented in the old gameList variable. Storm Dragon 2024-12-13 05:23:12 -05:00
  • 733a8a3971 Removed gameList variable as it is no longer needed. Storm Dragon 2024-12-13 05:21:45 -05:00
  • b804d48188 WARNING! Possibly horribly broken. For stability, switch to master branch. Completely changed the way the installer system works. Storm Dragon 2024-12-13 05:06:58 -05:00
  • 407cc8985b Fixed wineserver for installers so that something is always present. May need more tweaks for aarch64. Storm Dragon 2024-12-13 04:00:57 -05:00
  • b868c732cf Updated wineserver calls to use the wine determined in variable form. Installers may be broken for now. Storm Dragon 2024-12-13 00:15:08 -05:00
  • 72dcf570ad Moved the check for wine for FEXLoader to the right place. Oops. Storm Dragon 2024-12-12 22:12:55 -05:00
  • e017284d80 Updated FEXLoader to use /usr/bin/wine because it should be in that path, and using command to locate it will not work. Storm Dragon 2024-12-12 21:47:32 -05:00
  • 9f8fd947c9 Hopefully fixed bug with wine not properly being called. Storm Dragon 2024-12-12 20:54:22 -05:00
  • a595a9bf1a Updated minimum dependencie checker to account for aarch64. Storm Dragon 2024-12-12 19:28:29 -05:00
  • 7ec0035fb4 Experimental code for supporting aarch64 architecture. Storm Dragon 2024-12-12 19:13:55 -05:00
  • ba0844cc49 Merge branch 'testing' games added. Storm Dragon 2024-12-12 19:02:28 -05:00
  • 038d784ba2 Small bug fix. Hopefully working now for creating the settings.dat file. Storm Dragon 2024-12-09 18:51:54 -05:00
  • 7d659c3ac4 I think I found a way to enter the user name for Side Parfty score boards. Storm Dragon 2024-12-09 18:34:40 -05:00
  • 53c0cafcef Added game "Side Party". Storm Dragon 2024-12-08 20:03:09 -05:00
  • 9a47da3239 Merge branch 'testing' latest game additions, updates, and bug fixes. Storm Dragon 2024-11-26 00:31:34 -05:00
  • baef70bcf1 Fixed broken download link. Storm Dragon 2024-11-17 22:21:01 -05:00
  • 792a8d413f Add reminder for backing up deck and game directories before reinstalling for upgrade from beta78 and earlier. Storm Dragon 2024-11-15 18:40:59 -05:00
  • 6a4ff7358f The logs were reliably being reported, so try a new approach. Storm Dragon 2024-11-15 18:27:07 -05:00
  • b3db3bfe28 Show latest changes after doing updates. Storm Dragon 2024-11-15 18:20:01 -05:00
  • 6b73d2c7a8 Added reinstall warning for anyone updating from Crazy Party beta <= 78. Storm Dragon 2024-11-15 17:03:24 -05:00
  • 246af6a8ad Improved the Crazy Party update script. Storm Dragon 2024-11-15 16:32:44 -05:00
  • 40dd4f9b77 Merge branch 'testing' of git.stormux.org:storm/audiogame-manager into testing Storm Dragon 2024-11-06 05:09:48 -05:00
  • c9309f4f19 Updated Crazy Party installer. Storm Dragon 2024-11-06 05:09:31 -05:00
  • 91db128659 Revert "Initial attempt at adding "The Tornado Chicken". Not quite working yet, crashes at main menu." Michael Taboada 2024-09-26 03:31:16 -07:00
  • 72fc9fb5be Merge branch 'testing' of git.stormux.org:storm/audiogame-manager into testing Storm Dragon 2024-09-26 04:53:03 -04:00
  • ef19077d1c Initial attempt at adding "The Tornado Chicken". Not quite working yet, crashes at main menu. Storm Dragon 2024-09-26 04:52:44 -04:00
  • 65a44d2c6b Actually include the accessibility features for balatro! Doh lol. Michael Taboada 2024-09-13 11:17:04 -07:00
  • d1f95e02ef Migrated the game removal function over to the new system. Storm Dragon 2024-09-13 01:28:22 -04:00
  • 29ead41c16 Added game "Balatro" Storm Dragon 2024-09-12 16:38:35 -04:00
  • c012cb5574 Updated the add_launcher function to handle extra parameters. Storm Dragon 2024-09-12 14:37:51 -04:00
  • c77f05b86a More work on supporting extra flags like variable exports. Fixed the kill flag because the new format of the $game variable broke it. Probably still more bugs to deal with, just let me know if you find any. Storm Dragon 2024-09-12 14:26:46 -04:00
  • cabe79cc34 Fixed launcher for Warsim. Storm Dragon 2024-09-12 01:49:01 -04:00
  • f459791fda Started restructuring of the game launcher function. This included splitting it into 3 functions as well as redoing the way games are read from the games.conf file. There very well may be bugs. Storm Dragon 2024-09-12 01:35:58 -04:00
  • 9ce0c4c1e3 For games that require steamcmd, you can now place the files manually if you want. Storm Dragon 2024-09-09 01:20:56 -04:00
  • b36d99c970 Crazy party beta81 is working. Until we get the update script working, please remove and reinstall. Michael Taboada 2024-09-07 15:13:03 -07:00
  • 2f39769362 Small updates to Shadow Line. Storm Dragon 2024-09-02 15:36:07 -04:00
  • 0eb04939fa Merge branch 'testing' of git.stormux.org:storm/audiogame-manager into testing Storm Dragon 2024-09-02 04:23:58 -04:00
  • 600e92c6db Switch Shadow Line to use English translations file. Storm Dragon 2024-09-02 04:23:41 -04:00
  • 35a44cac17 Put draconis games in their own wine bottle. Please reinstall your games to get the right paths. Michael Taboada 2024-08-28 09:47:36 -07:00
  • 94d6c3c4bc Added game "Simple Fighter". Storm Dragon 2024-07-06 14:36:33 -04:00
  • 77d57a4fef Added game "Scrolling Battles Rewrite". Storm Dragon 2024-06-19 23:00:02 -04:00
  • 91c6892785 Started work on adding "star Treck Final Conflict" it's commented out because not yet working. Storm Dragon 2024-06-10 12:02:49 -04:00
  • d2bc752393 Move fake nvdaControllerclient32.dll to ipfs. Storm Dragon 2024-04-23 01:20:13 -04:00
  • 21a4cc943f Fixed typo. Storm Dragon 2024-04-15 14:33:33 -04:00
  • 2c8b419656 Merge branch 'testing' latest games and updates. Storm Dragon 2024-04-05 19:54:23 -04:00
  • a35cdab460 Bump Executioner's Rage version for initial install. Storm Dragon 2024-04-04 10:59:37 -04:00
  • 043ff528de download url for "Shooter" updated. Storm Dragon 2024-03-28 04:30:37 -04:00
  • 4fa928e07f Executioner's Rage has an autoupdate system that overwrites the NVDA dll, so attempt to move the override into place when the game is launched. Storm Dragon 2024-03-21 03:04:00 -04:00
  • 0aaad485ae Added libwbclient. Storm Dragon 2024-03-12 02:55:08 -04:00
  • 25f8c528ad Updated Executioner's Rage version for the installer. There's no update script, so remove -r and reinstall -i the game. Storm Dragon 2024-03-12 00:08:09 -04:00
  • 06c50154fc Merge branch 'testing' latest games and code with new IPFS support. Storm Dragon 2024-02-29 04:30:03 -05:00
  • a70df6529f Reverted experimental Crazy Party. For the foreseeable future, we are stuck on Beta 78. Storm Dragon 2024-02-29 04:29:16 -05:00
  • 715affe733 Revert Crazy Party update script. Storm Dragon 2024-02-29 04:10:48 -05:00
  • 05f428d722 Galactic Strike ready to go. Apparently the problems with it were coming from my nvidia card and the wine driver for it. Storm Dragon 2024-02-28 12:52:38 -05:00
  • 16a635c379 Documentation updated to detect Executioner's Rage help file. Storm Dragon 2024-02-28 00:40:30 -05:00
  • b34086fb38 Game "Executioner's Rage" added. Storm Dragon 2024-02-28 00:31:11 -05:00
  • d442acce6a More work on Galactic strike. It almost works, except for the instant completion of levels. Storm Dragon 2024-02-22 15:48:43 -05:00
  • d10196cc31 Game galactic strike added, but not yet working, keyboard issues. Michael Taboada 2024-02-18 23:43:15 -08:00
  • 2250718e8a Aprone game "Tarot Assistant" added. Storm Dragon 2024-02-17 16:34:33 -05:00
  • 25b720cea3 Added new Aprone game "Penta Path". Storm Dragon 2024-02-17 01:33:09 -05:00
  • 7736b3a8a1 Try to fix setting default voice if not available. Storm Dragon 2024-02-15 10:52:59 -05:00
  • bef82cb96e Working version of game "Oh Shit" Storm Dragon 2024-02-15 10:46:43 -05:00
  • 6acd7a27ff Update to install ole32. Hunter Jozwiak 2024-02-02 18:10:50 -05:00
  • 006c63bdc8 Further work on the installer. Hunter Jozwiak 2024-02-02 17:10:35 -05:00
  • 9e257d1a07 Let's add Dreamland. Hunter Jozwiak 2024-02-02 16:35:18 -05:00
  • ba4de73562 Fixed mist world installer on wine 9, hopefully also swamp Michael Taboada 2024-01-31 16:31:35 -08:00
  • 123b648700 More stuff moved to ipfs. Storm Dragon 2024-01-26 04:11:26 -05:00
  • e61f9681c1 Many many games updated to use ipfs. Storm Dragon 2024-01-25 23:57:36 -05:00
  • 9dde8d4a9f Updated a game link. Storm Dragon 2024-01-19 19:11:03 -05:00
  • c7d94629ed Make ipfs gateway configurable. Update help flag. Storm Dragon 2024-01-19 11:26:30 -05:00
  • 69914107d2 Kitchensinc games moved to ipfs. Storm Dragon 2024-01-19 03:26:59 -05:00
  • cde67d82ca Christmas Chaos moved to ipfs. Storm Dragon 2024-01-19 03:25:13 -05:00
  • 4e826bb9ae First go with ipfs for file download. Storm Dragon 2024-01-19 03:15:19 -05:00
  • 18128ad9f2 Attempt to fix pipe2, blast chamber, hunter, and troopanum 2 installers. Also add inquisiter's heartbeat Michael Taboada 2023-12-24 17:13:49 -08:00
  • c70a3128a1 Skip loading qjoypad with games that cause conflicts. Storm Dragon 2023-12-23 17:45:38 -05:00
  • a4f72962fd Latest version of Crazy Party, beta 81, in progress. Does not allow to set language, crashes at main menu. Storm Dragon 2023-12-11 00:57:51 -05:00
  • 965308db8f Updated and disabled the Crazy Party update script. It is disabled currently because of breaking changes between versions of CP. Storm Dragon 2023-12-10 12:55:09 -05:00
  • 23627322dd Fix conjury installer and updater to work with both 64 and 32 bit versions of the game, as it seems 64 bit was switched for 32 bit in the latest release. Please watch for bugs. Michael Taboada 2023-12-03 06:27:54 -08:00
  • a3f84d2db6 A couple changes to update script for Conjury, changed the new source code for importing audiogame-manager to be more in line with coding style of the rest of the code. Also, update script will now correctly source agm no matter from where it is called. Storm Dragon 2023-12-03 08:16:55 -05:00
  • f85a11b54d Very experimental changes to support running AGM functions, such as get_installer or get_steam, from other scripts. Please report if anything breaks. First script using this functionality, conjury-update, added. Michael Taboada 2023-12-02 21:57:17 -08:00
  • 479a5651b6 Slight bug fix to get_steam Michael Taboada 2023-12-02 14:53:26 -08:00
  • b43f5a423c Conjury updated to install to a directory under Program Files instead of just plopping everything into that folder. The code for getting this installed is still new, so please let me know if there are any problems. Storm Dragon 2023-12-02 16:39:06 -05:00
  • a605139210 Conjury fully added and working. Michael Taboada 2023-12-02 13:20:20 -08:00
  • aedc053e5b get_steam function potentially ready. Michael Taboada 2023-12-02 12:52:52 -08:00
  • 166ad6469a Merge branch 'testing' of git.stormux.org:storm/audiogame-manager into testing Storm Dragon 2023-12-02 15:41:53 -05:00
  • 5273d7c552 Started work on a function to get games from Steam. Storm Dragon 2023-12-02 15:41:25 -05:00
  • a0b7f80a3f Put a note in the grizly gulch installer about raising or lowering the combat speed. Michael Taboada 2023-11-01 03:54:02 -07:00
  • 07d81e6a74 Added game they'll come from the moon Michael Taboada 2023-10-02 05:26:52 -07:00
  • 875948264e Skateboarder pro fully working. Michael Taboada 2023-09-09 08:14:31 -07:00