Questverse bimestral report: April 2013 (now with windows support)
Hello once more fellow space adventurers, here I am to bring you a new Questverse report, so, lets see the main things which happened since the last report
So, at my last Questverse report I showed the first demo(pre alpha though) of the project, and the first demo I ever made of a game since 2007(I had 17 years back then), that is a very good, as there is a difference to the 2007 small project, which is the fact Questverse is much more than that previous demo from eons ago(which wasn't serious) was. Interestingly a couple of things from that small, old project(called Bioweapon) made their way into Questverse.
I though the linux version would work well for my fellow game followers, since I tested it before releasing; but I soon discovered bugs which I hadn't anticipated(big thanks to AlexVSharp for telling me one of those), a thing all software developers face sooner or later. The demo was(and is) in a pre alpha state(it is not even a alpha yet or a full game pre alpha), and will remain that way for quite some time still, so that was expected. I soon also released a windows version, first 64 bits, then 32 bits, and also found some bugs, running windows tests with 4 friends helped me to locate and already fix some of those.
I'm currently porting the most recent changes I made to the linux version of the game to the windows one, so I can hopefully release an update this month for windows(linux already had his); after this I will have to fix just two more bugs on windows, and I will get back to the interesting part of the game(this time permanently) and to fixing non indispensable and non hard to solve bugs. Needless to say I halted progress on the space map and first quest until I fix those issues, I like to first solve nasty things and only then things I find more interesting.
So basically what happened, from older events to more recent ones were:
Adapted my workflow, so it now takes in account my game now has encryption and file packing with tar(with gpgme and libtar).
Fixed the game not even starting on linux because the encryption key was missing
Fixed missing libraries at linux with static linking(tested only on ubuntu 12.04+, fully updated)
I ceased to compile blender with scons, now I will use only cmake
Removed unused libs from the blenderplayer, which reduced the game package size
Improved the game bug collector to help myself when solving bugs
Ceased to host game downloads on indiedb, I'm now hosting it on the Questverse site. IndieDB had too many issues when used for that
I had gone through bat2exe, visual basic and sharpdevelop but settled on c++ and codeblocks for the game exes(both linux and windows), this solved the false virus positives for my game on windows. Codeblocks is a beautiful program and cross-platform, the exes are now smaller, faster and uses the cross compatibility of c++.
Learned how to use blender window manager, GHOST(blenderartists Moguri pointed me the name), which only blender uses and more sadly has no documentation or much help on the web about. The game now uses it to handle its window, which allowed me to put icons on the window, disable its maximize and resizing features(you must do that inside the game) to prevent graphics distortion and keeping things cleaner and more good looking.
Learned how to compile 32 bits software on a 64 bits, and also learned about the existence of cross-compiling, which I may try in the future to speed development.
Improved the process of sending a game release to the site, it is now sent automatically with ncftp(at linux), it will save me time.
After the purchase from a ubuntu vostro 3560 laptop(and the use of a clean ubuntu consequentially), I discovered bugs which were happening for everyone else but me(encryption issues, more missing libs and such). I fixed them, but please, let me know if you have problems with the game, otherwise I will find some important bugs the hard way(or may even not find them).
The character creation texture garbage on linux caused by the blender game engine was solved thanks mainly to blender bugs Dalai Felinto(for really getting interested in solving this issue I reported and helped upon), but also to Benoit(who actually fixed the issue)
The site download area now shows more information about the available game packages(it also update automatically the package update date), and I also fully disabled the site donation area; I think I will no longer use it, I'm now focusing on the game campaign which shall happen at the end of this year to collect some funding(I'm persistent, what can I say), and that is why it will now only show a simple art saying that until then. After that I will just change the area to reflect new yearly campaigns if any.
AS always, many small fixes
That is it space adventurers, visit the site downloads section of the game site at least once a month to check for new releases, as for the windows users, wait just one month or a bit less, I'm almost done with porting the linux updates to the windows version(hopefully). To check further updates visit indiedb for graphical updates(if those happen) and check the game twitter which is to the right of this news article for more detailed and frequent text reports.
Thanks for your visit, I hope to see you again at the next bimestral report, which you're liking the progress on the game and which you can participate on the game development, be it contributing with game testing data, tips, constructive criticism or/and by talking about it with people which may too be interested on it.
19:58:38Superuser hey there, do you guys add web games?
19:59:21Superuser Lichess, the free and open source, the most comprehensively-featured chess website, brimming with HTML5-ness and modern web goodness, with no ads (ever), recently had a new release! Check it out at lichess.org
11:42:02Curly Brace Hi, Superuser. No, web based games are not added (with only few exceptions, like Quake Live). However, there was a separate forum thread for HTML5 games, you can leave interesting links there
Game: Build a World
Thanks for clarification!
Thanks for clarification!
Game: Kairo
Recommended
Bugs here and there but the puzzles are really great. Definitely recommended for someone who needs some abstract thinking exercise!
Game: Build a World
Payment System
24 hour free trial upon registration
One Time payment of 25 EUR to be able to play in singleplayer or multiplayer on a LAN server
15 EUR/6 months -- to rent a cloud server, ability to play outside of LAN
(first 9 months are included in the above)
Game: NetHack
10 years!
Whelp, it's almost been a full decade since 3.4.3. Is it time to start directing people to UnNetHack yet?
Game: Build a World
Payment
So is it subscription or one-time?
Game: Wargame: European Escalation
Now available at their online
Now available at their online store http://uk-focushop.gamesplanet.com/shop/wargame-european-escalation/
Forum topic: Linux Games on Kickstarter
http://www.kickstarter.com/pr
http://www.kickstarter.com/projects/krillbite/among-the-sleep/
Game: X³: Reunion
Not for Linux
I used to play it in Linux, but is not avaliable for this operating system on Steam :(
Forum topic: Questverse: Space Anime RPG on Lgdb
Report extracted from the
Report extracted from the game indiedb page
Questverse bimestral report: April 2013 (now with windows support)
Hello once more fellow space adventurers, here I am to bring you a new Questverse report, so, lets see the main things which happened since the last report
So, at my last Questverse report I showed the first demo(pre alpha though) of the project, and the first demo I ever made of a game since 2007(I had 17 years back then), that is a very good, as there is a difference to the 2007 small project, which is the fact Questverse is much more than that previous demo from eons ago(which wasn't serious) was. Interestingly a couple of things from that small, old project(called Bioweapon) made their way into Questverse.
I though the linux version would work well for my fellow game followers, since I tested it before releasing; but I soon discovered bugs which I hadn't anticipated(big thanks to AlexVSharp for telling me one of those), a thing all software developers face sooner or later. The demo was(and is) in a pre alpha state(it is not even a alpha yet or a full game pre alpha), and will remain that way for quite some time still, so that was expected. I soon also released a windows version, first 64 bits, then 32 bits, and also found some bugs, running windows tests with 4 friends helped me to locate and already fix some of those.
I'm currently porting the most recent changes I made to the linux version of the game to the windows one, so I can hopefully release an update this month for windows(linux already had his); after this I will have to fix just two more bugs on windows, and I will get back to the interesting part of the game(this time permanently) and to fixing non indispensable and non hard to solve bugs. Needless to say I halted progress on the space map and first quest until I fix those issues, I like to first solve nasty things and only then things I find more interesting.
So basically what happened, from older events to more recent ones were:
That is it space adventurers, visit the site downloads section of the game site at least once a month to check for new releases, as for the windows users, wait just one month or a bit less, I'm almost done with porting the linux updates to the windows version(hopefully). To check further updates visit indiedb for graphical updates(if those happen) and check the game twitter which is to the right of this news article for more detailed and frequent text reports.
Thanks for your visit, I hope to see you again at the next bimestral report, which you're liking the progress on the game and which you can participate on the game development, be it contributing with game testing data, tips, constructive criticism or/and by talking about it with people which may too be interested on it.
Lunarts
Game: X³: Reunion
LGP version now activates via steam!
http://steamcommunity.com/app/2810/discussions/0/828935673299561821/