San-Andreas-Flight-Simulator / HandlingEditor

FiveM live handling editor using ScaleformUI
MIT License
11 stars 6 forks source link

Feature: Export Handling Configuration #2

Open gegelendvay opened 2 months ago

gegelendvay commented 2 months ago

Implement a new option at the top of the handling menu that allows users to send configurations directly to the server developers.

Detailed Description:

This feature will streamline the process of sharing handling configurations, ensuring that developers receive the necessary data in a standardized format.

Blumlaut commented 2 months ago

there's a hack i used for EasyAdmin, to copy text to clipboard, it involves some NUI but would cut out the webhook-middleman, i also started some work regarding converting the Lua tables to XML over on my fork, there are some caveats with that whole ordeal (for example, complicating the config file loading a bit), but offers some benefits for future features, such as being able to filter out CBikeHandlingData or CFlyingHandlingData for vehicles for which these do not apply when the menu is opened.

gegelendvay commented 1 month ago

Interesting. I will take a look at your solutions