1
0
mirror of synced 2025-01-20 17:48:51 +01:00
Reaver 574f456460 Ex-Board support
- Based on work by zxmarcos
- Requires clean-up
- Requires button injection from TPUI
- Requires AH30 and Suggoi Arcana Heart 2 fixing (does not boot and/or crashes)
- Daemon Bride boots ok
2018-09-10 23:35:28 +03:00
2018-09-09 01:13:03 +03:00
2018-09-10 23:35:28 +03:00
2018-09-09 01:13:03 +03:00
2018-09-09 01:13:03 +03:00
2018-09-09 01:13:03 +03:00
2018-09-09 01:13:03 +03:00
2018-09-09 01:13:03 +03:00
2018-09-10 20:30:48 +03:00

OpenParrot

REQUIRED FOR THIS PROJECT: https://github.com/teknogods/TeknoParrotUI

HOW TO COMPILE (VISUAL STUDIO):

  1. Execute premake.bat for vs2017, for older versions: please edit the bat accordingly.
  2. Open in Visual Studio via .sln and compile. (x86 or x64)

How to easiest work on new titles: (For devs) (See STREAM: https://www.twitch.tv/videos/308359681 )

  1. Run TeknoParrotUi with command line with some profile that is compatible with your game or create a new XML with according buttons / jvs modes. (TeknoParrotUi.exe --profile=ggxx.xml very good for stick games)
  2. Open game executable in x64dbg ( https://x64dbg.com/#start )
  3. Write loadlib OpenParrot / loadlib OpenParrot64 in x64dbg command textbox with full directory to OpenParrot. (See STREAM: https://www.twitch.tv/videos/308359681 )
  4. The dll should now be loaded and you can work on the game.
  5. Remember to add signature of the game to the GameDetect.cpp (Either PE CRC or byte pattern check. Check already existing ones)
Description
OpenParrot fork designed to work with actual networking
Readme GPL-3.0 2.4 MiB
Languages
C++ 94.9%
C 4.5%
Lua 0.4%
Batchfile 0.2%