PDA

View Full Version : [WIP]Jazz2SDK


Zurix
Jul 5, 2018, 06:40 AM
Jazz2SDK
Single-Header Jazz Jackrabbit 2 Software Development Kit
Hey, I want to introduce small project that is Jazz2SDK , that make you able to make plugins(dlls) to the game easily, Working in progress.
So as example if you want to make a small dll You have to inject it(-) that increases coins by one every time you press TAB (1), you can easily do:
https://media.discordapp.net/attachments/368152538438041600/464435342846590976/unknown.pngThat is way pretty and easier than..
https://media.discordapp.net/attachments/368152538438041600/464436362842734613/unknown.pngCurrently the most supported one is version 1.23. the versions that gonna be added is 1.24(-) and LK Avalon's 1.23 and maybe more...
GitHub Repository: here (https://github.com/ZeyadAhmed/Jazz2SDK)
More details:
First you have to include the header, there is 3 currently main namespaces J2_1_23 and J2_LK_1_23 the J2_1_24 got Player, Game and Level namepsace that contains its specific variables and functions.
Special Thanks For the team who worked on the addresses list and VioletCLM and Sir Ementaler.