.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Developer's Farm > Obsession Software Ltd.
Obsession Software Ltd. This forum is devoted to the building of a real, tactical first-person shooter - insane people only!

Reply
 
Thread Tools
Working on a game...
Old
  (#1)
mirv
Super Moderator
 
mirv's Avatar
 
Status: Offline
Posts: 152
Join Date: Apr 2004
Default Working on a game... - 20-01-2006

Thought I'd post something here and resurrect this area. Anyways, I'm working on my own little project that will eventually turn into a game engine - just got a level editor to the stage where it can export enough info for a map (it basically does texture management, terrain editing, add some planes [e.g for water], and a player start location) and I'm now working on visibility culling & map compiling, from whence I can start working on the rendering pipeline of the engine in earnest.
Anyway, if people are interested, let me know and I'll set up a sourceforge site or something (warning: I'm on a 56k modem here, so I'm limited to putting up source code and very small files!).


mirv the Silly Fish.
  
Reply With Quote
Re: Working on a game...
Old
  (#2)
Rick
Council Member
 
Rick's Avatar
 
Status: Offline
Posts: 690
Join Date: Dec 2003
Location: Holland
Default Re: Working on a game... - 20-01-2006

Maybe an SF/BerliOS site would be nice and some screenies
Also is it (going to be) cross platform?
  
Reply With Quote
Re: Working on a game...
Old
  (#3)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: Working on a game... - 20-01-2006

well if the software is cross-platform you can also try http://sv.gnu.org as this one doesn't have any annoying advertisements, and the project hosted there is not as many as sf.net, so it could be a little faster than sourceforge.net for 56k modem
  
Reply With Quote
Re: Working on a game...
Old
  (#4)
Ancient
PodBot MM's Laziest Waypointer
 
Ancient's Avatar
 
Status: Offline
Posts: 1,010
Join Date: Jan 2005
Location: Nebraska, United States of America
Default Re: Working on a game... - 20-01-2006

hmm sounds intresting. I can also provide you hosting if you wish.

A little more info about what the game will be like would be more helpful.
  
Reply With Quote
Re: Working on a game...
Old
  (#5)
mirv
Super Moderator
 
mirv's Avatar
 
Status: Offline
Posts: 152
Join Date: Apr 2004
Default Re: Working on a game... - 21-01-2006

Not entirely sure of the game yet - working on the engine first - but I do know it'll have outdoor terrain, as I for some reason enjoy working on that.
And yes - it will be cross platform. Using the fox gui toolkit for the editor (www.fox-toolkit.org) [which actually has some problems getting to run under MacOSX, unless the OSX x11 server is installed], and SDL for graphics of the engine itself. When I eventually move to sound, I'm thinking OpenAL. License will be lgpl, when I actually put the right stuff in the source files, and make everything comply.
I'll organise some screenies of the editor and post them up tomorrow.

Thanks for the feedback!


mirv the Silly Fish.
  
Reply With Quote
Re: Working on a game...
Old
  (#6)
mirv
Super Moderator
 
mirv's Avatar
 
Status: Offline
Posts: 152
Join Date: Apr 2004
Default Re: Working on a game... - 24-01-2006

Having problems attaching images. Can't paste any links to any as I don't have any web space! Please have a little patience, I'm working on it...


mirv the Silly Fish.
  
Reply With Quote
Re: Working on a game...
Old
  (#7)
mirv
Super Moderator
 
mirv's Avatar
 
Status: Offline
Posts: 152
Join Date: Apr 2004
Default Re: Working on a game... - 24-01-2006

Though somewhat small, some pictures. I'm working on octree generation at the moment, and will be putting it into the engine as soon as saving it to file is finished! The pics should be attached - if not, then I buggered up!
Attached Thumbnails
Click image for larger version

Name:	editor_01.jpg
Views:	774
Size:	55.4 KB
ID:	826   Click image for larger version

Name:	editor_02.jpg
Views:	765
Size:	70.0 KB
ID:	827   Click image for larger version

Name:	editor_03.jpg
Views:	726
Size:	73.1 KB
ID:	828  


mirv the Silly Fish.
  
Reply With Quote
Re: Working on a game...
Old
  (#8)
mirv
Super Moderator
 
mirv's Avatar
 
Status: Offline
Posts: 152
Join Date: Apr 2004
Default Re: Working on a game... - 03-05-2006

Well I've been absent for a while, but I'm still working on my engine. I've come to some realisations about what I want with it, and thought I'd just post a few thoughts here.
I want to make something worthy of "ooooooh"s and "aaaahhhh"s.
Anyway, I haven't browsed the source code for heaps of other engines (the quake series for example) because I'm making things the way I want to, not the way other people _used_ to do it. Starting from the beginning with programming is often a good thing because of new technologies, and I also learn more this way. Once I have a foundation laid out, then I can look into other people's work for inspiration (rather than for emulation).
All that laid aside, I'm going to spend at least 1.5hours a day programming (I'm flexible here of course - it may not be appropriate some days), and in a month I'll put whatever I have up on the net (I say a month to give myself a time frame - pressure is a good motivator).
Right now I have a basic editor, and I'm working on basics of the engine itself. Momentarily distracted because I thought of a faster method to drawn terrain, I'm working on generic and terrain-specialised line intersection tests (useful for determining if something is at ground level or not). After that I'm going to work on environment modification (water at first), simple shapes (crates, that kind of thing), and solidifying the internal tree structures to best manage it all.


mirv the Silly Fish.
  
Reply With Quote
Re: Working on a game...
Old
  (#9)
mirv
Super Moderator
 
mirv's Avatar
 
Status: Offline
Posts: 152
Join Date: Apr 2004
Default Re: Working on a game... - 03-06-2006

Been a month since I last posted here, and I've got a lot done - and realised to change a lot! I realised earlier in the week that I should change some internal tree structures - doing so will effectively halve the rendering time and almost double the frame rates.
Anyway, if I can think of a name for the engine and associated editor (any ideas?) I'll try put them up on sourceforge, otherwise I'll just put some tarballs on my webspace.


mirv the Silly Fish.
  
Reply With Quote
Re: Working on a game...
Old
  (#10)
Rick
Council Member
 
Rick's Avatar
 
Status: Offline
Posts: 690
Join Date: Dec 2003
Location: Holland
Default Re: Working on a game... - 03-06-2006

How about YAE - Yet Another Engine?

Does it have anything specific over other engines? If so, it would be easier to come up with a name
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com