otavepto / gbe_fork

Fork of https://gitlab.com/Mr_Goldberg/goldberg_emulator
https://gitlab.com/Mr_Goldberg/goldberg_emulator
GNU Lesser General Public License v3.0
191 stars 55 forks source link

Copy and paste on overlay #93

Closed Vlxst closed 2 months ago

Vlxst commented 3 months ago

Well, the ability to copy and paste text from the chat would be interesting, thanks in advance

otavepto commented 2 months ago

This one is still not implemented, you can keep it open in case someone came across this issue and wants to implement the keys hook or similar for ImGui

Vlxst commented 2 months ago

This one is still not implemented, you can keep it open in case someone came across this issue and wants to implement the keys hook or similar for ImGui

Lol In the latest version, copy and paste works. I thought until you added

otavepto commented 2 months ago

Wat ? 😮 Lol I'll check that sometime later today. This actually needs setting up a key binding hook for ImGui last time I was reading about it, not sure why it'd randomly work now. Happy accident 😄

Vlxst commented 2 months ago

Wat ? 😮 Lol I'll check that sometime later today. This actually needs setting up a key binding hook for ImGui last time I was reading about it, not sure why it'd randomly work now. Happy accident 😄

I would like to thank you and say that this version was the best so far. I didn't find any bugs, the overlay is super light and fluid. Achievements are shown without delay. Everything works.The size of the dll has also decreased significantly. I would just like to ask why other things are now added even using GES arguments... It does not generate disable but generates other files(disable warning It's perfect)

otavepto commented 2 months ago

All credits to the people mentioned in the release, also mentioned in changelog.md Not sure what is GES arguments, if you're referring to the disable_xxx.txt files generated by the generate_emu_config tool, they have a dedicated switch now. Run the tool without args to get the full list, also mentioned in its readme.

Vlxst commented 2 months ago

if you're referring to the disable_xxx.txt files generated by the generate_emu_config tool, they have a dedicated switch now.

image this files. really necessary? gc_token.txt (I read it and didn't really understand what GC is)

otavepto commented 2 months ago

These are only generated when you set the corresponding switches for the tool, not necessary in all cases.

GC and new_ticket.txt both are related to the new auth API, GC in believed to be something related to the steam server v3.

I'd recommend checking the readme.release.md bundled with each release + changelog.md, they have all the details.

otavepto commented 2 months ago

Just tried it and you were right it actually works now, both copy/paste and even partial text selection & copy. Alright, closing this one