Quote:
Originally Posted by bf-110
I'll have to wait to try BoS.First because I have to know what we are dealing with: a game that is made to run even at your 386 or prototypes only.
|
I gather you mean a 386 processor.. then this is good and has far reaching marketability. It also means we probably are dealing with developers who are very experience in PC systems which can only mean well for the longevity of the game.
386 is a 32 bit system, and the code can just do a system inspection and choose to run code modules based on this (even switch to 64 bit) - perfect scalability sense.
A smaller, less powerful system will run less intensive code while the latest PC will run a full blown version... all automated in code.