1
0
mirror of synced 2024-11-15 07:17:35 +01:00
OpenParrot/README.md

16 lines
1.1 KiB
Markdown
Raw Normal View History

2018-09-08 21:21:22 +02:00
# OpenParrot
REQUIRED FOR THIS PROJECT: https://github.com/teknogods/TeknoParrotUI
2018-09-11 01:32:48 +02:00
BOUNTIES FOR THIS PROJECT: https://docs.google.com/spreadsheets/d/1gC2vCqWq93Blmg6XsbVYxEsMU3y1p6WPzbnkbtrg_k0/edit?usp=sharing
2018-09-08 21:21:22 +02:00
HOW TO COMPILE (VISUAL STUDIO):
2018-09-08 21:22:41 +02:00
1. Execute premake.bat for vs2017, for older versions: please edit the bat accordingly.
2018-09-08 22:01:51 +02:00
2. Open in Visual Studio via .sln and compile. (x86 or x64)
2018-09-08 21:21:22 +02:00
2018-09-10 19:30:48 +02:00
How to easiest work on new titles: (For devs) (See STREAM: https://www.twitch.tv/videos/308359681 )
2018-09-08 21:21:22 +02:00
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)
2018-09-10 19:30:48 +02:00
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 )
2018-09-08 21:21:22 +02:00
6. The dll should now be loaded and you can work on the game.
7. Remember to add signature of the game to the GameDetect.cpp (Either PE CRC or byte pattern check. Check already existing ones)