Discovery Gaming Community
DSLauncher2 WIP Thread - 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)
+--- Thread: DSLauncher2 WIP Thread (/showthread.php?tid=138516)



DSLauncher2 WIP Thread - Alley - 04-25-2016

After several crap attempts and redesigns (both technical and visual), this is finally getting somewhere.
This rework is meant to be both technical and visual. The first launcher was all-around made in a week as we were struggling to find solutions to properly distribute patches. tl;dr it sucks.

This time I'm going ahead with new technologies in order to provide an overall better experience. The previous launcher was based on the legacy WinForms system, which is really clumsy to work with. This launcher is WPF (Windows Presentation Foundation) based, which brings along cool technologies that didn't exist before.

A notable addition of this rework will be account groups, a largely requested feature that I found extremely difficult to implement in the old launcher without leaving the door open for serious bugs. With data contexts on our side this time, we will prevail. Another feature I'm looking into implement is a new download system. The current launcher is extremely unforgiving with poor internet connections and this is an issue I'd really like to fix. Beyond that, all existing features should be there in the new launcher, although the launcher style picker may not return before some time as it is a low priority feature.

I'm currently wrapping my head around the general container of the launcher.
If you have suggestions or questions, go ahead.

[Image: KHFRajkl.jpg]


RE: DSLauncher2 WIP Thread - Lythrilux - 04-25-2016

Mmmm that WIndows 10 style interface. That's how you know we're in the future.

I look forward to it Alley!


RE: DSLauncher2 WIP Thread - Swallow - 04-26-2016

I would suggest to not to heavily rework the design, getting used every time is a bit uncomfortable.
And if it was up to me, I'd remain in XP/7 classic window design with buttons, sliders and so on. That is what functionality in my vision.
Also why not to let it launch w/o internet connection at all?


RE: DSLauncher2 WIP Thread - sindroms - 04-26-2016

(04-25-2016, 10:44 PM)Lythrilux Wrote: Mmmm that WIndows 10 style interface. That's how you know we're in the future.

I look forward to it Alley!

Yours will be MS-DOS.


RE: DSLauncher2 WIP Thread - Alley - 04-26-2016

(04-26-2016, 07:52 AM)Swallow Wrote: Also why not to let it launch w/o internet connection at all?

A technical oversight pretty much forgotten about when the app creation was rushed. This will be properly handled in the new launcher.