View Single Post
  #33  
Old May 13th, 2001, 05:57 AM

Omega Omega is offline
Private
 
Join Date: May 2001
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
Omega is on a distinguished road
Default Re: Could someone explain:

quote:
Originally posted by dogscoff:
Interesting. Not much good for SE though, sinc once the map is generated you *still* have the problem of how to manipulate it all in memory.




You don't store anything in memory. You store everything in a database. Your only limits are the limits of the database system. My unfinished 4X space game uses a database to allow thousands of systems and dozens of AI players. Alpha Centauri is supposed to be a database based game. The technology has existed for years.

Also, a short is always 16-bits in C. The size of an int is dependent on the compiler.
Reply With Quote