Goretek
-
- Posts: 67
- Joined: Fri Jan 23, 2004 5:04 am
Goretek
You probably remember my post awhile back with some shots of a first-person-shooter i was working on, well, it has evolved into an FPS engine, or FPS framework based on Irrlicht. It is still in alpha stages, but it is developing quickly. The site is now hosted by eve-corp.com, and the website is http://www.eve-corp.com/goretek
It would be nice to have a couple poeple sign up at the site, but im not going to expect a huge community until i get the first release out.
It would be nice to have a couple poeple sign up at the site, but im not going to expect a huge community until i get the first release out.
-
- Posts: 360
- Joined: Tue Feb 10, 2004 2:20 am
- Location: Lubbock, TX
-
- Posts: 67
- Joined: Fri Jan 23, 2004 5:04 am
-
- Posts: 67
- Joined: Fri Jan 23, 2004 5:04 am
-
- Posts: 292
- Joined: Sun Mar 14, 2004 5:28 pm
- Location: Germany
- Contact:
What is an entity manager? And wherer did you get these cool models from? And will you release your sourcedingo_at_work wrote:is that the entity manager that we are all waiting for?
http://www.games-forge.de - Die Community für Nachwuchsprogrammierer
An object in the game world that has properties, such as a mobile unit, a health pack, whatever. They are all classed as entities and one way of managing that is by using inheritence. Start with a base class, give it really general stuff like hitpoints and stuff like that, then inherit from that base class to make more defined objects. An entity manager adds these different types in a modular way, in that it takes any class inherited from the base class. This means that if you add another entity type you don't need to recode anything.
-
- Posts: 67
- Joined: Fri Jan 23, 2004 5:04 am
-
- Posts: 360
- Joined: Tue Feb 10, 2004 2:20 am
- Location: Lubbock, TX
I'll be thrilled whenever you do release the source(however unfinished), as I've begun work on an FPS recently as well.
Out of curiosity, does the name GoreTek mean anything and is it at all related to the waterproof material goretex (i know that's random, but it's what it made me think of)
Out of curiosity, does the name GoreTek mean anything and is it at all related to the waterproof material goretex (i know that's random, but it's what it made me think of)
You do a lot of programming? Really? I try to get some in, but the debugging keeps me pretty busy.
Crucible of Stars
Crucible of Stars
-
- Posts: 124
- Joined: Sun Jun 27, 2004 11:02 am
- Contact:
Gore = Blood and Guts
Tek = Tech = Technology, stuff to create/cause blood and guts
c_olin3404: Good job I like the sound of what you're working on. Although I prefer to write code my own way, it's interesting to see how other people solve similar problems
Tek = Tech = Technology, stuff to create/cause blood and guts
c_olin3404: Good job I like the sound of what you're working on. Although I prefer to write code my own way, it's interesting to see how other people solve similar problems
2.8GHz P4 with HT - 512MB DDR - ATI Radeon 9600XT 256MB - Windows XP - VC++ 6 and VC++ 2003
Dark Reign 3 Home Page: http://darkreign3.notwhatyouthink.org/
Dark Reign 3 Forums: http://notwhatyouthink.org/darkreign3bb/
Dark Reign 3 Home Page: http://darkreign3.notwhatyouthink.org/
Dark Reign 3 Forums: http://notwhatyouthink.org/darkreign3bb/
-
- Posts: 67
- Joined: Fri Jan 23, 2004 5:04 am
I understand exactly what you mean, I even hesitate to use engines made by other poeple... but I know that my code will be somewhat appealing to poeple like you even if they don't use it in there own projects. Which is fine considering that it is free, and it doesnt matter how many poeple will be interested in it. The main perpous of Goretek is for me to have fun, and learn... and to help other poeple understand how an FPS is written, and/or for poeple to work off of my code. And, if the game is fun, for poeple to have fun killing stuffCaptain_Kill wrote:Although I prefer to write code my own way, it's interesting to see how other people solve similar problems
-
- Posts: 124
- Joined: Sun Jun 27, 2004 11:02 am
- Contact:
c_olin3404:
If only all game devs had that view... Games would improve at a tremendous rate and there's no knowing what people could do. IMHO if you have fun making a game, and people learn from it, then you've suceeded as a developer and an entertainer. Having a massive number of fans doesn't always ensure lasting popularity... (ie. flavour of the month MMOGs)
But anyway, I like the look of what you've done and i'm always after new and unusual FPS games to play Actually, this may even give me the incentive to port Irrlicht to the XBox. There's no point porting an engine if there are no games available for it... LOL Maybe it could be a project todo after my bajillion other projects
If only all game devs had that view... Games would improve at a tremendous rate and there's no knowing what people could do. IMHO if you have fun making a game, and people learn from it, then you've suceeded as a developer and an entertainer. Having a massive number of fans doesn't always ensure lasting popularity... (ie. flavour of the month MMOGs)
But anyway, I like the look of what you've done and i'm always after new and unusual FPS games to play Actually, this may even give me the incentive to port Irrlicht to the XBox. There's no point porting an engine if there are no games available for it... LOL Maybe it could be a project todo after my bajillion other projects
2.8GHz P4 with HT - 512MB DDR - ATI Radeon 9600XT 256MB - Windows XP - VC++ 6 and VC++ 2003
Dark Reign 3 Home Page: http://darkreign3.notwhatyouthink.org/
Dark Reign 3 Forums: http://notwhatyouthink.org/darkreign3bb/
Dark Reign 3 Home Page: http://darkreign3.notwhatyouthink.org/
Dark Reign 3 Forums: http://notwhatyouthink.org/darkreign3bb/