• Register
Post news Report RSS ScrumbleShip Launcher

A launcher for ScrumbleShip is in the works, but is delayed due to a critical library bug.

Posted by on

ScrumbleGet

Meet the ScrumbleShip launcher, ScrumbleGet.

The current version is quite functional and full featured. It'll log into ScrumbleShip.com, checking the current version of the game. It'll install the game if you don't have it, or update to either the latest full or the latest bleeding edge if you do. Once it's got the current version, it launches the game. It'll also happily launch the game for you without any internet available at all.

It also downloads the music separately, keeping the average update download under 5mb for major versions, and under 1mb for bleeding edge versions. The launcher itself is a trim 500kb, and even has a mini-news displayer that should help me stay in better contact with the community.

In the future it will assist people in submitting bug reports when the game crashes, telling them exactly what it's sending.

Unfortunately, it has one major problem: It doesn't do windows. The GUI library I chose has a critical bug on Windows 7 and 8. I've been working with the library's maintainer to get this fixed for some weeks, but progress is slow. If I'm unable to get it solved, I'll think I'll have to switch the GUI to SDL, as there seems to be a lack of cross platform C GUI libraries.

I've been holding back the official 0.21 announcement until this bug get solved. I may wrap it in with the 0.22 announcement at this point.

It does function perfectly fine on Linux and older Windows computers, and ought to function under Mac OSX without difficulty.

A fix for the windows bug may come any day now, and the moment it does I'll be able to release the launcher, and make ScrumbleShip much easier for the average person to install and update.

Cheers,
-Dirk

Post comment Comments
Yukoarts
Yukoarts - - 224 comments

I learned the hard way how managing your game exes cross-platform compatibility, libs and pre-game engine coding is quite hard; keep it going fellow lone wolf, soon these issues will be history.

Reply Good karma Bad karma+2 votes
mhughson
mhughson - - 72 comments

You might want to check out Qt. It's a very popular, free, cross-platform GUI library.

Qt-project.org

Reply Good karma Bad karma+1 vote
dirkson Author
dirkson - - 485 comments

QT is huge, and cannot be statically compiled, which makes it poor for a launcher - I'd have to distribute large dlls alongside it, rather than have a small standalone exe.

It's also C++ only, which is a pain to switch to... But the current forerunning option ("fltk") also requires me to learn some C++, so that's not such a big deal.

-Dirk

Reply Good karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: