Jetrotal

Results 120 comments of Jetrotal

### @MackValentine - Extracting Database Parameters to Text Files (LCF2XML +Custom Parser + Maniacs StringVars) ![image](https://github.com/EasyRPG/Player/assets/45118493/9e5925ba-7142-48ed-af5e-a350651fa68f) Source: Mostly content from French Tutorials https://www.rpg-maker.fr/index.php?page=tutos&id=717 👉 https://www.rpg-maker.fr/index.php?page=tutos&id=719 (This one points to the...

### @MaxSignal - EasyRPG Player running on PS2 hardware. Source: https://github.com/MaxSignal/Player Demo: https://cdn.discordapp.com/attachments/946771467360673832/1051071269090627615/VID_20221210_165434.mp4 ![image](https://github.com/EasyRPG/Player/assets/45118493/af3f4cc9-ae0a-45f6-bba9-fee0f76ee5a9)

### @MackValentine - Mouse/Touch character Control Source code: https://github.com/MackValentine/easyrpg-player-maniacs (not uploaded yet) Status: WIP Demo: https://cdn.discordapp.com/attachments/840301484259147806/1117440579991765032/Test_-_EasyRPG_Player_2023-06-11_15-06-04.mp4 ![image](https://github.com/EasyRPG/Player/assets/45118493/7c7fb263-9f8a-4875-a9da-36841fbaa7b7)

## @monokotech - Native Multiplayer support Source code: https://github.com/monokotech/ Status: WIP Add multiplayer functionality and the server in C++.

Nice! Some Documentation, to help contextualize this patch: Original Destiny Patch 1.0, made by Bananen-Joe: [DestinyScript_Eng.pdf](https://github.com/EasyRPG/Player/files/13160734/DestinyScript_Eng.pdf) ![image](https://github.com/EasyRPG/Player/assets/45118493/5ee537c4-e283-4ac1-b131-9fe07e121909) Destiny Patch 2.0 (also from Bananen-Joe) + Maniacs Update, by Kotatsu Akira: https://dev.makerpendium.de/docs/destiny_help/main-de.htm?page=object_command...

This one is near completion. Just need to revamp `@raw 2050, "SetFlying", targetIsVar,target, flyingIsvar, flying` Once Ghabry have time, he will help refactoring the vehicles code, to allow any event...

>wouldn't it make more sense to extend the Control Variables command instead of creating a new command for that? It would be harder to create and maintain commands, since neither...

> Just use EasyRPG Editor for this? 😅 Having an unfinished editor just for command snippets sounds worse than using `@raw` commands from a vastly used patch. The editor is...

> There are valid concerns raised if this should be part of the "Control Variables" command. I will check first if there is a non-shitty way to achieve this currently......

Implemented changes you guys asked in a straight forward way, since controlVariables doesn't care about strings at all... It works fine with Maniacs @raw command, but It's impossible to edit...