![]() |
|
This thread is locked; no one can reply to it.
![]() ![]() |
1
2
|
Return of Dr. Destructo 1.0 RC |
Max Savenkov
Member #4,613
May 2004
![]() |
Over three years in development, but here it comes, finally. My remake of "Island of Dr. Destructo" is complete. Here, for all allegro.cc community members and guests, a Release Candidate of "Return of Dr. Destructo". Download link: Please note, that Linux version in untested on real OS and uses LD_PRELOAD to load Allegro. I have tested it on VMs running CentOS 6 and Elementary OS, and it worked on both, but that's all testing I've done. Also, gamepad support is somewhat broken (mapping is wrong even for generic devices). (MacOS X version coming later) Screenshots: Reporting bugs and crashes:
Known bugs & limitations:
Game description: I did not change any part of gameplay, which means that this game retains its quirks. The main of them, is there is no way to tell, which enemies are harmless, and which will crash your plane if you collide with them. So, discovering this for yourself remains an important part of game experience, just as it was for me in 90's, when I loaded then original game from audio tape. Another bit that might seem strange, which I did not correct, is somewhat unusual difficulty curve of the game. See for yourself, if you can handle it As a bow to realities of modern gaming, "Return of Dr. Destructo" contains "Casual mode", which allows you to start the game from any level you have previously reached, either in Hardcore or Casual modes. But there is a separate achievement for winning the game in Hardcore mode in one sitting! Further plans:
At this point, I have no plans to add any new functionality to this game, as it has been in development for too long already. Still, if there is enough interest, I might release some patches later. Libraries and components used:
|
beoran
Member #12,636
March 2011
|
Congratulations, this looks great! Can't wait for the Linux version to play this game! |
Yodhe23
Member #8,726
June 2007
|
+1 on the linux version... I think the loading/front page is absolutely lush (though let down by the stereotypical rendition of the female persona), indeed the style should be carried through to the graphics, which in comparison look like a let down. Maybe time to push the boat out that extra bit, and use some shaders/effects to bring that style into the main game. Certainly softening the pixelated effect at the least, and go for a more drawn look. But that is just my "first impression", and it is meant constructively. I really look forward to giving this game a go, as it reminds me of an old fave on the speccy. www.justanotherturn.com |
Max Savenkov
Member #4,613
May 2004
![]() |
Posted a link to Linux version. It has problems with gamepad support (namely, the mapping is all wrong!), which I plan to fix soon. But first, I need a quick test from somebody who has a real Linux machine (I only have VMs). Does it run OK? I get terrible FPS on my VMs, but I'd like to gather more information before I start to look for bottleneck.
|
Chris Katko
Member #1,881
January 2002
![]() |
Neat! I'd make sure the text has a border/margin. When it crosses into, or over, the box, it breaks the illusion. -----sig: |
Max Savenkov
Member #4,613
May 2004
![]() |
Chris Katko said: When it crosses into, or over, the box, it breaks the illusion. Which screen do you mean? Most of them ensure proper text placement, I believe.
|
Yodhe23
Member #8,726
June 2007
|
Xubuntu 14.04 -error while loading shared libraries: liballegro_monolith.so.5.1: cannot open shared object file: No such file or directory www.justanotherturn.com |
Max Savenkov
Member #4,613
May 2004
![]() |
Did you use ./run_dd2.sh? Ooops, I should have told about this script
|
Chris Katko
Member #1,881
January 2002
![]() |
Max Savenkov: Second to last, and third to last pictures. Second to last cuts into the bottom. Third to last cuts into the right. Also in the second-to-last, the way the text box margin graphics looks wrong. Right above "destructo" and below "very similiar." Those cuts where the foreground box graphics stops and the transparent background remains. It doesn't look right. It looks like they should still remain, if perhaps just much darker to signify depth. But removing them completely looks like the artwork is chopped off / like a graphics glitch. These are minor things, but they immediately popped up when I glanced through the pictures. Oh the brightside, the green planes immediately reminded me of the graphics for Advance Wars! [edit] Also, in the first picture. That chick looks like she has gigantor boobs... and a giant belly. I think the perspective is off slightly. If her gut was sucked in, it would look better. I'd personally try moving both to the left so she looks a little more proportioned. I mean, if you look at raw pixel area, her boobs are as big as her head AND her hat! [edit] Actually that chicks mouth plus her facial expression and her distant eyes... she reminds me of a blow up doll. -----sig: |
Yodhe23
Member #8,726
June 2007
|
yodhe@yodhe-multidesktop:~$ cd DrDestructo2
www.justanotherturn.com |
Chris Katko
Member #1,881
January 2002
![]() |
% chmod +x run_dd2.sh ? -----sig: |
Max Savenkov
Member #4,613
May 2004
![]() |
Chris, OK, I see it now. You're right, I'll fix it in the final release. Thank you. The woman in the title screen, is, unfortunately, untouchable for the time being, because my artist's HDD is damaged and currently in repair, and I only have the final image.
|
Yodhe23
Member #8,726
June 2007
|
Sorry to be a pain.... yodhe@yodhe-multidesktop:~/DrDestructo2$ % chmod +x run_dd2.sh www.justanotherturn.com |
Max Savenkov
Member #4,613
May 2004
![]() |
That percent came out of prompt chmod +x run_dd2.sh
|
Ariesnl
Member #2,902
November 2002
![]() |
Looks very nice ! I could do a linux test... Perhaps one day we will find that the human factor is more complicated than space and time (Jean luc Picard) |
Yodhe23
Member #8,726
June 2007
|
Thanks, and now when I run that script.. ./DrDestructo2: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory www.justanotherturn.com |
Max Savenkov
Member #4,613
May 2004
![]() |
What distro do you use? libjpeg.so.62 is included in LSB and should be available on any modern Linux system (I was counting on that, at least)...
|
Yodhe23
Member #8,726
June 2007
|
Xubuntu 14.04 (p.s. I've also freshing downloaded and compiled Allegro from git in the last week as well). www.justanotherturn.com |
Max Savenkov
Member #4,613
May 2004
![]() |
Is this a 64-bit system? Some people say this might be a problem for 32-bit binaries (http://ubuntuforums.org/showthread.php?t=2067790) and recommend installing 32-bit libraries manually. Things will be easier when I upload source code, but I also would like to provide a binary distribution
|
Michael Faerber
Member #4,800
July 2004
![]() |
I also get the libjpeg error here, Xubuntu 64 bit. Good news are that you probably only have to statically link libjpeg and libvorbisfile when building your Allegro monolith. Everything else seems to be correctly linked. Quote: ~/DrDestructo2 $ ldd liballegro_monolith.so.5.1.10 | grep "not found" So I fixed this by taking those two files from Steam, and modifying the run_dd2.sh such that it takes them into account. To use my fix, unpack the attached file to the game directory and run run_dd2.sh. Anyway, cool game! I could hardly force myself to stop playing it. -- |
Max Savenkov
Member #4,613
May 2004
![]() |
Thank you for investigating this problem. Missing libjpeg is still strange, but I'm pretty sure Vorbis isn't in LSB, so it's an error on my part not to link it statically That graphical problem looks very strange, never seen this before. I'll have to look into it. Did you get good FPS, by the way? As for levels, they follow the same pattern as in original game. There, too, a spike in difficulty in 4th and 5th level was very noticeable, so I faithfully reproduced it here
|
Yodhe23
Member #8,726
June 2007
|
All works now. Played a quick level before during the school run, and all seemed okay, except like above the dialogue was "garbled", had artifacts, over it before the level commenced. www.justanotherturn.com |
Max Savenkov
Member #4,613
May 2004
![]() |
Great! I'm looking into providing easier to run version as well fixing graphical issues.
|
Pho75_
Member #12,377
November 2010
|
Nice Game. If you're not going to build a 64-bit binary, Dependencies (only tested on Ubuntu trusty amd64) to run from command-line in program directory: You'll save people a lot of grief if you just static link allegro into your main binary. so they don't have to fuss with telling linux where to find allegro library. Cheers. P.S: dang, now I see run_dd2.sh |
beoran
Member #12,636
March 2011
|
I was able to play the game on Ubuntu 14 LTS 64 after installing a whole ream of 32 bits libs. And I must say, it's a fun little game, and hard as nails too, especially when helicopters are introduced! The only that seemed "off" to me was the sun, it seemed a bit too simple compared to the nice pixel art of the planes and ships. Also, please do consider releasing 64 bits versions too, for Windows and Linux, it will make installing the game that much more easy for everybody. For the rest, I experienced no crashes or bugs and the animation was smooth, and mode setting and full-screen worked fine (I use Xfwm4 as my window manager). And my joystick worked fine and I could configure it as I liked. All in all a great effort! Congratulations! |
|
1
2
|