QuakeGarage Game

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
quakegarage
Posts: 6
Joined: Mon Jun 09, 2008 9:16 pm

QuakeGarage Game

Post by quakegarage »

Hi, here is the link http://quakegarage.googlepages.com/

You can find the details of this project in the documentation

Thanks and have fun
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

It would have bben nice to see the documentation online, to assess the quality without opening a Word document or downloading the full 130MB. But anyway, looks very nice. Due to lack of Windows machines I couldn't test it, though.
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

some actual information about the game before having to download it would be nice ;)

presumably it's some kind of FPS game based on quake.... now what does the garage part mean? something to do with vehicles perhaps?

and presumably it uses Irrlicht, but you never actually say that anywhere...
Image Image Image
quakegarage
Posts: 6
Joined: Mon Jun 09, 2008 9:16 pm

Post by quakegarage »

Games developed in house are known as "garages games", (that I had understood).
The game is absolutely based on quake and my idea was to program a game using the Irrlicht Engine, as it allowed me to load maps and entities of the quake. The second reason for it use is due to, for my taste, is the best engine designed. This fact has allowed me to modify Irrlicht Engine without many problems and therefore I could integrate the engine into the architecture of the game with relative comfort.

In this sense, the purpose of this project has been educational, to learn to manage with computer graphics, make my own Artificial Intelligence, and build an architecture based on design patterns. The result is that it is obtained a good tool to create Bots providing them some AI. When I had delivered the ending project of my career I will have no problem in releasing the code, but by now is early.
Unfortunately it has limitations, Irrlicht is not an engine so well prepared for the game like Quake, especially in collisions that give some FPS (frames per second) somewhat unstable and rarely it has a strange behaviour. Then, why did not I develop the game with the own quake engine? Because for a single person with no experience, it is really hard work on it. It lacks a structure, and I would have to spend much more time in understanding than developing. It is not feasible.

The truth is that it has only been developed for Windows, sorry about that: /

The game's story is very simple. There are a series of struggles that simulate the multiplayer experience, using a single opponent controlled by the computer. Each scenary that the game suggests (currently there is only one scenario), our protagonist must defeat a single adversary. The game ends as soon as the player wants to leave the game.

You can see in Game Documentation more pics http://quakegarage.googlepages.com/
wildrj
Posts: 301
Joined: Thu Mar 23, 2006 12:49 am
Location: Texas/ Cyberspace
Contact:

Post by wildrj »

hey cool game. I hate megaupload though. If you would like a better host id gladly host your game and site.
quakegarage
Posts: 6
Joined: Mon Jun 09, 2008 9:16 pm

Post by quakegarage »

Hi wildrj, thanks for your comment. Of course I accept, if you want send me an email explaining what i have to do quakegarage@gmail.com
If anyone want the game in other sites dont doubt about telling me
shadowslair
Posts: 758
Joined: Mon Mar 31, 2008 3:32 pm
Location: Bulgaria

Post by shadowslair »

Cannot download it... Megaupload sucks... :cry:
"Although we walk on the ground and step in the mud... our dreams and endeavors reach the immense skies..."
quakegarage
Posts: 6
Joined: Mon Jun 09, 2008 9:16 pm

Post by quakegarage »

Ok, here U have two more links
http://www.quakegarage.deathtouchstudios.com/
http://www.filefactory.com/file/fbfdd8/

Hope you dont have any problems
shadowslair
Posts: 758
Joined: Mon Mar 31, 2008 3:32 pm
Location: Bulgaria

Post by shadowslair »

Thanks alot for the new links!

Unfortunately right before the game start ( while loading the level etc.) the game crashes for me. :?

I`m running on AMD K7 1,4 mhz 512 DDR 128 Ati radeon.

Will give another try later.
It looks really cool, so I`m looking forward of improving it adding different characters, skins and on...

Good luck! :wink:
"Although we walk on the ground and step in the mud... our dreams and endeavors reach the immense skies..."
quakegarage
Posts: 6
Joined: Mon Jun 09, 2008 9:16 pm

Post by quakegarage »

I tested the game too with an older PC Intel Penium IV 3.2 Ghz HyperThreading 512 MB RAM NVIDIA Geforce 5200 128 MB, (it must has about 5 years old). It could run the game but maybe the processor was overrunning. Some textures didnt appear, coz the graphic card is something damaged.

Reading the characteristics of your PC, it should have 6 - 8 years old that is a possible problem, I think you are on the limit. If you have the possibility of testing it with an more actual PC it would be nice. You can try updating your DirectX
http://www.softpedia.com/get/System/OS- ... able.shtml
or reinstalling them. The worst case could be some incompatiblitys (graphic card for example), that is not strange due to I only tested the game with a laptop and a PC. A friend mine said me that on his PC all was too dark and it only has 1 year.

I hope something of luck in this sense (that is not something i can fix with code :/)

It's very important to read the section "IMPORTANT: BEFORE START PLAYING", in the README documentation, in order to run the game.
quakegarage
Posts: 6
Joined: Mon Jun 09, 2008 9:16 pm

Post by quakegarage »

Hello guys, long time since i introduced the game. This time i come with new updates, not for the game, it is about a document that I will present for my final project and explains everything related with the game construction. It is aimed for people that are interested in the process of development.

I have two versions of the document (one in english and another in spanish). English is not my natural language but i did my best to translate it the most clear i could. I will show in summary what you can find out:

- Introduction and objectives

FIRST STAGE
- Analysis Model (based on UML models)
-------->List of requirements
-------->Components
-------->Use case
- Design Model (based on UML models)
-------->Architecture design
-------->Components design

SECOND STAGE
- Programming
-------->Technologies, 3D engines comparasion
-------->Artificial Intelligence
-------->Computer Graphics
-------->Game implementation

- Conclusions

You can find it in http://quakegarage.deathtouchstudios.com/
I hope you can enjoy it as much as i suffered doing it : $. Next time i will update the complete source code.

http://quakegarage.googlepages.com/
netpipe
Posts: 670
Joined: Fri Jun 06, 2008 12:50 pm
Location: Edmonton, Alberta, Canada
Contact:

hey

Post by netpipe »

great news man, i have plans on porting the old bsp format from quake2 over to the irrlicht side with the help of AL's programming resource. look forward to the release of this :)
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Post by Mel »

Will you include the portal system too?
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
Post Reply