FTL-Hyperspace / FTL-Hyperspace

Hyperspace -- A mod for FTL: Faster than Light
Other
85 stars 20 forks source link

Allow pasting stuff into the console intead of requiring each character to be typed manually #279

Open gabrielsubzero opened 3 months ago

gabrielsubzero commented 3 months ago

Currently if you want to use the console to type a lua string you need to type each manually, which can be very frustrating cause you also can't select characters you already typed, you can only erase those after it until you get to the one you got wrong which just compounds the issue further.

It would be very helpful if it was possible to copy paste strings into the console command.

ChronoVortex commented 3 weeks ago

From what I understand this required importing clipboard integration APIs specific to whichever operating system the game is running on, and those things are massive. Would probably require extracting the relevant code from those libraries and importing them into HS directly.