![]() |
Laz's Coding Shenanigans - Printable Version +- Discovery Gaming Community (https://discoverygc.com/forums) +-- Forum: Discovery Development (https://discoverygc.com/forums/forumdisplay.php?fid=7) +--- Forum: Discovery Developers Forum (https://discoverygc.com/forums/forumdisplay.php?fid=183) +---- Forum: Discovery Unofficial Development (https://discoverygc.com/forums/forumdisplay.php?fid=389) +---- Thread: Laz's Coding Shenanigans (/showthread.php?tid=206522) |
RE: Laz's Coding Shenanigans - Vulkhard Muller - 09-04-2025 (09-04-2025, 09:15 PM)Laz Wrote: Definitely possible. What kind of UI were you thinking? Just a number on the hud or something more specific? Personally, I think a bar like the one in our hold would be cool that we could hover over to show the percent/cargo remainin if that's doable? RE: Laz's Coding Shenanigans - Lythrilux - 09-04-2025 I think I would prefer the exact number ie X/Y in the top right underneath the icons already there. RE: Laz's Coding Shenanigans - Laz - 09-04-2025 I'll see what I can do RE: Laz's Coding Shenanigans - Ashyur - 09-05-2025 (09-04-2025, 09:15 PM)Laz Wrote: Definitely possible. What kind of UI were you thinking? Just a number on the hud or something more specific? just a number amount /total amount RE: Laz's Coding Shenanigans - Laz - 09-06-2025 WIP in game flight manual, where tutorials and other useful information can be found, ala most modern games ![]() RE: Laz's Coding Shenanigans - Laz - 09-06-2025 It's now finished*, so here is a quick demo video of it working. *just needs a couple more things polished, like adding an exit button lol RE: Laz's Coding Shenanigans - Laz - 09-09-2025 (09-04-2025, 09:20 PM)Vulkhard Muller Wrote:(09-04-2025, 09:15 PM)Laz Wrote: Definitely possible. What kind of UI were you thinking? Just a number on the hud or something more specific? So after some tinkering, this is what i have come up with. It was pointed out to me that we have many new UI elements and currently the only way to access them is via keybind. So this will be a way to access them without setting up such bindings. Yes I will ensure that the arrow is both hideable, and doesn't swallow right clicks that would annoy people during PvP (((haste))) RE: Laz's Coding Shenanigans - Chronicron - 09-28-2025 Hi. So uh. Theoretically, how possible would it be to implement a hotkey to instantly swap Horisontal Strafing and Turret Steering binds between each other in space, without going into the settings menu? And, theoretically, would it be possible to have the Turret View hotkey use Strafing Binds for Turning and Pitching? Asking for a friend who has to constantly swap his WASD binds between Strafing and Turret Steering. RE: Laz's Coding Shenanigans - LuckyOne - 09-28-2025 ^ just get a keyboard that has a WASD -> arrows toggle key? Or a programmable one ... Or you can bind strafe to WASD and turn/pitch to the keys directly left, right, above and below WASD so you can use both at the same time. RE: Laz's Coding Shenanigans - Lythrilux - 09-28-2025 (09-28-2025, 07:48 PM)Chronicron Wrote: Hi. So uh. Theoretically, how possible would it be to implement a hotkey to instantly swap Horisontal Strafing and Turret Steering binds between each other in space, without going into the settings menu? And, theoretically, would it be possible to have the Turret View hotkey use Strafing Binds for Turning and Pitching? Asking for a friend who has to constantly swap his WASD binds between Strafing and Turret Steering. This would be so good. I've had an autohotkey script that serves it's purpose however I'm not sure if it is due to an update or because in the time I've been away I have upgraded my PC, but the same script is so buggy for me now and I get ghosting issues. |