Page 1 of 1

[FTEQW][REL] Escape from Space

Posted: Mon Aug 13, 2018 11:41 am
by Shpuld
Image

As I posted in the 'what are you working on' thread, I did a small FTEQW game fro the Ludum Dare 42 Compo. The game was made alone in 48 hours 'from scratch', meaning all the art assets were created during that time period, and the bulk of the gameplay code as well. As allowed in the rules, I did use an empty QC "template" with a basic menu utils system and the important entry points programmed in.

Escape from Space is a simple top down shooter where you play a marine in desperate need of a vacation trying to escape a space ship infested with aliens. The infestations is eating away the ship and you have to move quickly to not get consumed by it. You're equipped with a rifle to take care of smaller more aggressive life forms, and you can use explosives to clear out some obstacles.

You can find more information on the Ludum Dare compo page and downloads on the itch.io page:
https://ldjam.com/events/ludum-dare/42/ ... from-space
https://shp.itch.io/vacation

Tools used to make this game:
- FTEQW (duh)
- fteqccgui
- Blender
- Trenchbroom 2
- GIMP
- Audacity
- Sunvox

Image
Image
Image

Re: [FTEQW][REL] Escape from Space

Posted: Mon Aug 13, 2018 10:33 pm
by Dr. Shadowborg
Tried it, pretty good. Alien Biomass grows too quickly, and the exit timer takes too long though. Biomass ends up growing and too many aliens come out of the ducts for me to handle. :-(

Re: [FTEQW][REL] Escape from Space

Posted: Sun Aug 19, 2018 7:39 pm
by toneddu2000
What you can do in just 48 hours is just awesome, Shpuld! I always like your works a lot. In this game difficulty needs a little of balancing though. In first stage I tried many times to wait in the room on the bottom until the countdown reaches 0, but I've been killed every time. Like Dr. Shadowborg said, aliens are too quick and door timer is too slow. Probably it needs a re-code in that part.

Great work anyway, you proof that FTE it's a superb and understimated game engine

PS:didn't take a look at code but UI seems great too. Next time, if you want, you can use craFTEr UI for buttons, headers, etc.

Re: [FTEQW][REL] Escape from Space

Posted: Mon Aug 20, 2018 4:04 pm
by Julius
Yeah too hard, but otherwise quite cool!

Is it all GPL, or what license did you put the QuakeC and art assets under?

Re: [FTEQW][REL] Escape from Space

Posted: Wed Aug 29, 2018 9:24 am
by Shpuld
Thanks for the feedback, yeah it's a little bit on the hard side because I balanced it in the way that it was still somewhat challenging for me even after constant playtesting over many hours :)

Julius: I dumped the code + source assets for models on github with the permissive MIT license: https://github.com/shpuld/EscapeFromSpace

Re: [FTEQW][REL] Escape from Space

Posted: Mon Sep 03, 2018 12:15 pm
by toneddu2000
Thanks for the code (and the license)! :biggrin: