Outerra forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Outerra Tech Demo download. Help with graphics driver issues

Pages: [1] 2

Author Topic: 64 Bit Outerra  (Read 23383 times)

Steve.Wilson

  • Full Member
  • ***
  • Posts: 176
  • Home Cockpit Builder
64 Bit Outerra
« on: December 06, 2012, 03:47:26 pm »

As opposed to 64 bit floats, 64 bit processing is another whole technology point worth addressing, especially since X-Plane is now venturing in that direction.

Right now, I'm sure that Outerra is doing fine, memory-wise, since it's still relatively unpopulated, despite evidence to the contrary provided by some very ingenious environment development.  But as the number of unique objects increase, and as new biomes and weather enter the processing picture, it's likely that system resources are going to be challenged.

So....Brano, what are your intentions in this area?  Are you planning to migrate to 64bit at some point?
Logged

cameni

  • Brano Kemen
  • Outerra Administrator
  • Hero Member
  • *****
  • Posts: 6721
  • No sense of urgency.
    • outerra.com
Re: 64 Bit Outerra
« Reply #1 on: December 06, 2012, 04:42:14 pm »

Yes, we are planning to move to 64 bits. Should be relatively easy, our own stuff is mostly prepared but there are some external libraries that need to be handled.
However, biomes and weather and similar rendering stuff actually do not need 64 bits; they need to be handled on the GPU side where the limits are lower, and we need clever management of GPU memory anyway.

But you are right, 64 bits will be needed soon when the number of unique objects become too large. At least on the CPU side it will make things simpler.
Logged

Allan Davidson

  • Jr. Member
  • *
  • Posts: 38
  • newbie
Re: 64 Bit Outerra
« Reply #2 on: December 06, 2012, 06:22:45 pm »

About the processing of a world populated with players and objects, could the Server -> Client approach be sucessful? I mean, one dedicated server is responsable for handle/store the whole Anteworld, objects and conecting multiple players in a single session? This could free the client of some heavy CPU/RAM/HDD stress, making 64-bit only needed for server.

But since Anteworld right now needs the x/y/z files to be fully downloaded to each client, maybe this cannot be done.

That makes me think twice about the viability of a mobile client for an Outerra server.
Logged

Steve.Wilson

  • Full Member
  • ***
  • Posts: 176
  • Home Cockpit Builder
Re: 64 Bit Outerra
« Reply #3 on: December 06, 2012, 06:52:28 pm »

That's good news, Brano.  Glad to hear it.

Allan, it's not about static storage.  In a client-server situation that is managing a whole planet full of possibilities, where the variety of objects can be staggering, given a whole world to populate with regionally specific architectural styles, vehicles types and the like, objects can be downloaded and used only when needed.

But when you have a truly well populated scene where you see all these objects pretty much at one time, you're going to run out of addressable memory with a 32 bit operating system.  That's been happening to a lot of power users ever since the introduction of X-Plane 10 with a much richer plausible world than ever before.  So it's not about CPU or GPU, it's about the data pipeline and dynamic memory that has to keep track of all of the objects, and all the objects' textures.  In a country setting, this won't really be a show stopper, but if someday we get into realistic cities, and no reason we shouldn't, then all havoc will ensue if working within a 32 bit operating system.
« Last Edit: December 06, 2012, 06:55:07 pm by Steve.Wilson »
Logged

Allan Davidson

  • Jr. Member
  • *
  • Posts: 38
  • newbie
Re: 64 Bit Outerra
« Reply #4 on: December 06, 2012, 08:01:09 pm »

In fact, i'm favor to 64-bit clients, only if it not take a lot of precious time from devs.
Logged

Steve.Wilson

  • Full Member
  • ***
  • Posts: 176
  • Home Cockpit Builder
Re: 64 Bit Outerra
« Reply #5 on: December 07, 2012, 10:58:08 am »

There's good news about that, Allan.  Since the team has been planning for 64 bits, their code is likely already 64bit safe.  Then it's just a matter of compiling the code with a 64 bit compiler rather than a 32 bit compiler.  Well....sometimes it's not *that* simple, but in reality, compared to the sort of mind boggling stuff that Brano and team are doing, it's not going to rob excessive time.  Just my admittedly somewhat uninformed opinion.  But 64 bit is essential for the future.  We've had 64 bit OS's for some time now, and all computing is migrating that way, just as we did going to 32 bits back in the mid-90's.  Got to keep up with the times.
Logged

Allan Davidson

  • Jr. Member
  • *
  • Posts: 38
  • newbie
Re: 64 Bit Outerra
« Reply #6 on: December 07, 2012, 12:11:49 pm »

Thats remember me of practice some 64-bit coding and throw my olds 68000/z80/8086 books away. Never ever saw how 64-bit looks like.
Logged

ZeosPantera

  • ||>>-Z-<<||
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2520
  • #1 Outerra Fan Boy
    • My Youtube
Re: 64 Bit Outerra
« Reply #7 on: December 07, 2012, 01:35:40 pm »

Why do I picture both of you as mortimer and randolph

Logged
"Fear accompanies the possibility of death, Calm shepherds its certainty" - General Ka Dargo

Allan Davidson

  • Jr. Member
  • *
  • Posts: 38
  • newbie
Re: 64 Bit Outerra
« Reply #8 on: December 07, 2012, 08:33:27 pm »

Sorry mate, don't know these fellas.
Logged

Steve.Wilson

  • Full Member
  • ***
  • Posts: 176
  • Home Cockpit Builder
Re: 64 Bit Outerra
« Reply #9 on: December 07, 2012, 09:51:03 pm »

Time to explain the humor.
Logged

ZeosPantera

  • ||>>-Z-<<||
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2520
  • #1 Outerra Fan Boy
    • My Youtube
Re: 64 Bit Outerra
« Reply #10 on: December 08, 2012, 12:31:04 am »

You are both very lucky.

Logged
"Fear accompanies the possibility of death, Calm shepherds its certainty" - General Ka Dargo

Sunnyyello

  • Jr. Member
  • *
  • Posts: 30
  • Nothing to see here, move along...
Re: 64 Bit Outerra
« Reply #11 on: December 08, 2012, 04:11:04 pm »

ROFL!!! Gotta love the humor on this site...
Logged
I could waste my time training a noob but the end result would just be a really well trained noob...

seppen

  • Full Member
  • ***
  • Posts: 130
  • newbie
Re: 64 Bit Outerra
« Reply #12 on: December 15, 2012, 09:57:25 pm »

You never been with me pissed drunk for months lol.
Logged

Allan Davidson

  • Jr. Member
  • *
  • Posts: 38
  • newbie
Re: 64 Bit Outerra
« Reply #13 on: January 06, 2013, 06:01:48 am »

back to the main line (at least the 2nd main line), would a server-client aprouch for Anteworld be possible? The server stores and handle and the world and the clients only interact with it?
Logged

cameni

  • Brano Kemen
  • Outerra Administrator
  • Hero Member
  • *****
  • Posts: 6721
  • No sense of urgency.
    • outerra.com
Re: 64 Bit Outerra
« Reply #14 on: January 06, 2013, 06:47:25 am »

About the processing of a world populated with players and objects, could the Server -> Client approach be sucessful? I mean, one dedicated server is responsable for handle/store the whole Anteworld, objects and conecting multiple players in a single session? This could free the client of some heavy CPU/RAM/HDD stress, making 64-bit only needed for server.

But since Anteworld right now needs the x/y/z files to be fully downloaded to each client, maybe this cannot be done.

That makes me think twice about the viability of a mobile client for an Outerra server.
In theory, yes. The problematic part is that the server would have to hold a huge amount of data to be able to simulate clients that could crawl away over the whole globe. At the physics simulation level (~15cm resolution) the whole land surface of Earth is ~10,000 TB of data. The server would have to do the same thing the clients do - unpacking the data dynamically as needed, but for all clients, with some clever management. Also, the server side needs to be able to scale, split to multiple machines, each managing a part of the world.
Logged
Pages: [1] 2