5a9f715891Replace nvdaControllerClient at the launch of Sketchbook so that updates won't break it. Immediately after updating, relaunch the game to restore speech.
stormdragon2976
2023-01-27 12:27:17 -05:00
eaafc19768Fixed path for Sketchbook.
stormdragon2976
2023-01-27 11:50:46 -05:00
2fdf75a477Entombed working again, requires wine 7.0.
stormdragon2976
2023-01-26 21:56:20 -05:00
7e90f9586fEntombed now uses wine 7.7, but there appears to be something wrong with part of the installation process, so not working currently. Added some statements to show what is happening, including which wine is being used or installed.
stormdragon2976
2023-01-26 19:52:00 -05:00
795eef018dUpdated the dependency installer script.
stormdragon2976
2023-01-25 01:46:15 -05:00
ed82d449c6Updated installer for swamp. It now uses the new code to make sure everything happens in 7.7
stormdragon2976
2023-01-24 16:09:13 -05:00
8bdba9d93eMore very experimental changes. Now games should install using the required version of wine if necessary. It works in all the tests I have done, but that doesn't mean there are no bugs.
stormdragon2976
2023-01-24 16:04:58 -05:00
3cd9facf29Finally fixed Shadow Line installer, I think.
stormdragon2976
2023-01-24 12:17:00 -05:00
db463525e9Fixed clipboard_translator. It was refusing to run if or exiting if for some reason the clipboard was empty.
stormdragon2976
2023-01-23 23:33:00 -05:00
56eb97c659First code using the new wine version code. All Aprone games now use Wine 7.7, this fixes problems with Swamp frequently disconnecting. If you find this doesn't work for you, please use the master branch to play Swamp until the bugs are fixed. I tested it here, and Swamp launched, but I also have wine 7.7 installed system wide currently.
stormdragon2976
2023-01-23 20:18:36 -05:00
1ec6eb758fFirst incarnation of a function to install different wine versions for audio games that require a specific version of wine to work.
stormdragon2976
2023-01-23 18:08:56 -05:00
fbba315e1bMerge branch 'testing', latest stable code and new games.
stormdragon2976
2023-01-23 16:19:44 -05:00
511c486f68shadow Line commented out, because it doesn't work with latest wine. Preparing to fix it, but there will be experimental changes coming to do so, so getting ready to merge to master.
stormdragon2976
2023-01-23 16:19:13 -05:00
a1c9fafc7cLaunch the window title reader with Laser Breakout so that more of the information is read.
stormdragon2976
2023-01-22 16:18:30 -05:00
1fce98d135Fix some bugs, light battles and endless runner now workingMichael Taboada2023-01-22 10:55:24 -08:00
fbdae7409eFixed many problem uses for 7-zip's extract without directories flag. I'm honestly not sure why some of these games actually worked. Please be on the lookout for bugs.Michael Taboada2023-01-22 10:25:29 -08:00
b2e1655246Switch from wget to curl for downloads. this removes a dependency, and theoretically should not lose any functionality. It is experimental, however, so please watch for bugs.
stormdragon2976
2023-01-21 01:14:45 -05:00
03dfcdbf04Fixed a bug in sandbox that could affect some installers.
stormdragon2976
2023-01-02 20:00:31 -05:00
d81f7617c3Game "Christmas Chaos" added but commented out because Tolk.dll sucks.
stormdragon2976
2022-12-27 17:37:09 -05:00
92c0996d37Commented minecraft and hearthstone because they do not work. Not sure how they managed to get uncommented and pushed.
stormdragon2976
2022-12-25 17:21:49 -05:00
c3b1538b14All wine bottles are now sandboxed. I think I have everything working like it should, but there certainly could be bugs. If you would like to help test, please install your favorite games and make sure they work just as well as before.
stormdragon2976
2022-12-25 13:46:51 -05:00
22e4f89a06Merge branch 'testing' latest code and bug fixes. Testing branch is getting ready to do something very experimental.
stormdragon2976
2022-12-25 13:42:06 -05:00
b115e3759fMoving toward sandboxed wine installations. This means set-voice.sh needs to create and run its script inside the wine directory.
stormdragon2976
2022-12-23 02:12:34 -05:00
7f9194828aNew flag added, -q, to prevent launching qjoypad. It can be added to configuration file as noqjoypad=true.
stormdragon2976
2022-12-23 01:37:27 -05:00
dee46cb51eAdd exception for autoupdate for ssh users so it doesn't try to update and prompt for pass phrase.
stormdragon2976
2022-12-23 00:54:43 -05:00
ccbe475156Hopefully have three d velocity working. Please test!Michael Taboada2022-12-22 06:59:42 -08:00
b5ff9b8756Turn off speech with clipboard utilities and window title reader by creating the file ~/.agmsilent
stormdragon2976
2022-12-08 00:47:02 -05:00
1ab8e8620aFixed a bug in array size check.
stormdragon2976
2022-12-06 01:15:23 -05:00
c373f2d0e5Added new translation dependencies to the -c checklist.
stormdragon2976
2022-12-06 00:19:02 -05:00
bf81956b52Update games that use clipboard_translator.sh to the new format.
stormdragon2976
2022-12-06 00:08:07 -05:00
1882c07a41Removed gettext stuff from set-voice.sh.
stormdragon2976
2022-12-05 23:58:48 -05:00
6d853ff27fVery experimental changes with clipboard_translator.sh, now requires sqlite3 and perl.
stormdragon2976
2022-12-05 20:07:17 -05:00
0f6138151fAdded translate-shell to the dependencies script.
stormdragon2976
2022-12-05 11:46:46 -05:00
d08a335846Added game Danger City.
stormdragon2976
2022-12-04 17:08:38 -05:00
1d512ff129make sure nvda2speechd is available for bk3.
stormdragon2976
2022-11-29 09:09:48 -05:00
307c45766cAdded noconfirm to install options for yay
stormdragon2976
2022-11-29 00:01:46 -05:00
560b07c18fApply swamp patch in installation so you get the correct version.
Storm Dragon
2022-11-25 11:21:11 -05:00
5f3445ca96Move the installer script from the fossil repository into here, under the wine directory.
Storm Dragon
2022-11-25 10:55:22 -05:00
433b195ba5Updated install_nvda.sh to use the internal winetricks.
Storm Dragon
2022-11-22 14:22:07 -05:00
728b24f9b4Quick script to install nvda, specify bottle as argument, default is nvda.
Storm Dragon
2022-11-15 14:35:49 -05:00
7d7a3108ddMoved the sequence storm reader to a more generic clipboard_reader.sh script. There very well could be bugs, so please report if you find them.
Storm Dragon
2022-11-14 08:07:30 -05:00
2f92150c10Added translate-shell to the -c flag.
Storm Dragon
2022-11-11 16:09:38 -05:00
f986d5605aRS Games is finiky on some computers, attempted fix.
Storm Dragon
2022-11-10 20:09:23 -05:00
30803d6066Merge branch 'testing' forgot to make a change to an installation file before last merge.
Storm Dragon
2022-10-06 15:30:47 -04:00
190a97087aMove the BK3 setup over to 7zip instead of using wine and xdotool.
Storm Dragon
2022-10-06 15:30:09 -04:00
90d64278aaMerge branch 'testing'. Things appear to be decently stable now.
Storm Dragon
2022-10-06 11:56:27 -04:00
a2cce62b1fUpdated the window title speaking script to function more like clipboard translator. This means you don't need to launch it before opening games that require it any more.
Storm Dragon
2022-10-06 11:54:24 -04:00
2ca3cae57cTry a new method of detecting translation dictionary because just copying the file into place means it gets imported every time.
Storm Dragon
2022-10-06 03:52:02 -04:00
43d733343dSome fixes to installers, and now use the translator for bk3 if you don't have the dictionary file.
Storm Dragon
2022-10-05 18:51:21 -04:00
59d3742733Moved the removal of nvdaControllerClient to the launcher of the game because sometimes it gets readded.
Storm Dragon
2022-10-05 17:26:35 -04:00
bb0194c023Installer for Shadow Line should work now, requires xdotool.
Storm Dragon
2022-10-05 04:41:40 -04:00
b88277a26cA little more work on Shadow Line, still need to do the installer though.
Storm Dragon
2022-10-05 04:29:40 -04:00
cc05b931fbAdded Shadow Line. It is commented out though because I still have to deal with the installer. If you want to play it, uncomment and when the installer pops up press enter 3 times and wait about 5 minutes, then press enter again and the game will launch. Close it and relaunch from the agm launcher.
Storm Dragon
2022-10-05 03:48:16 -04:00
f25d5d4b90Clipboard-translator will now start on launch of Bokurano Daibouken 1 and 2.
Storm Dragon
2022-10-04 23:47:23 -04:00
3332cb8d39Improvements to the clipboard translator.
Storm Dragon
2022-10-04 20:48:30 -04:00
52fa738f86Don't remove nvda dlls from the entire wineprefix, since it is a shared prefixMichael Taboada2022-10-04 15:04:59 -07:00
59fc787007Added bk and bk2
Storm Dragon
2022-10-04 17:39:36 -04:00
4c440646f0The clipboard translator is much closer to working now. Tests with BK2 went reasonably well.
Storm Dragon
2022-10-04 16:42:32 -04:00
46fda47279First pass at a script to translate the text in the clipboard. Not ready for prime time, unless you are working on the script, do not use yet.
Storm Dragon
2022-10-04 02:57:19 -04:00
b109348693Game World of War is now working, so uncommented.
Storm Dragon
2022-10-02 15:04:16 -04:00
de39454cb4Hopefully improved the installer for Bokurano Daibouken 3. It should now prompt for the translation file and provide the url where it can be obtained.
Storm Dragon
2022-10-02 13:06:15 -04:00
b7c68c3a04Code to import translation file if found for BK3. This may be buggy, please report any problems. Dict.dat should be located either in Downloads or Desktop for this to work.
Storm Dragon
2022-09-26 04:01:33 -04:00
98d3d0617cRoad to Rage and Road to Rage Offline added. Road to rage requires a script that is in the speech directory to speak.
Storm Dragon
2022-09-25 03:21:33 -04:00
5a7ca7c8cbFixed tee for real this time lol.
Storm Dragon
2022-09-24 19:20:42 -04:00
74b750c53bSmall change to detect the utility tee if it is in a nonstandard location.
Storm Dragon
2022-09-24 16:31:32 -04:00
dc37c865caRoad to Rage added but commented out because it is not speaking yet.
Storm Dragon
2022-09-24 15:05:08 -04:00
3e7d462751Bk3 now workingm Marina break sort of working but needs more instruction, so commented out.Michael Taboada2022-09-23 21:34:29 -07:00
41346e92b8fixed a bug in the Judgementday installer.
Storm Dragon
2022-09-21 23:30:06 -04:00