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

Author Topic: Creating pads  (Read 17115 times)

cameni

  • Brano Kemen
  • Outerra Administrator
  • Hero Member
  • *****
  • Posts: 6721
  • No sense of urgency.
    • outerra.com
Creating pads
« on: November 25, 2010, 06:12:59 am »

Here's a short video showing how terrain can be leveled to create quad pads. This is just an extension of the road system and the vector data layer.
 Also shown a small dialog that is actually a html page rendered in the built-in Chromium browser, that is interacting with the engine via JavaScript calls. UI should be thus easily modable.

These pads can have various surfaces, or even keep the original one if just the terrain leveling is needed.
Otherwise the editor functions are rather primitive now, clearly it will need functionality for right angle snapping, georeferencing etc.



Video system doesn't capture mouse cursor so there are still passages where I'm moving with with mouse.

There's also a small bug with the highlighted area including borders on two sides, it will be fixed to define just the pad, another set of wires will be drawn to show the extents of border and transitional area, in a similar way that updated road editor does:



edit: reuploaded video with fixed color range
« Last Edit: August 28, 2011, 08:39:47 am by cameni »
Logged

ZeosPantera

  • ||>>-Z-<<||
  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2520
  • #1 Outerra Fan Boy
    • My Youtube
Creating pads
« Reply #1 on: November 25, 2010, 10:25:05 am »

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

Alen Bajrovic

  • Jr. Member
  • *
  • Posts: 19
Creating pads
« Reply #2 on: November 25, 2010, 01:14:09 pm »

well done :)
Logged

Abc94

  • Full Member
  • ***
  • Posts: 224
Creating pads
« Reply #3 on: November 25, 2010, 11:14:56 pm »

Wow everything looks so nice with the procedural textures!

Can't wait until ATI releases a bug-free driver!

By the way, you probably already know but the 10.11 AMD driver was released on the 17th.  Is this driver "the one"?  :D
Logged
"It costs over $400 000 to play for 12 seconds."     Heavy Weapons Guy on Outerra demo.

cameni

  • Brano Kemen
  • Outerra Administrator
  • Hero Member
  • *****
  • Posts: 6721
  • No sense of urgency.
    • outerra.com
Creating pads
« Reply #4 on: November 26, 2010, 12:54:54 am »

No, we are using beta drivers that are 2-3 months ahead of their public ones, and there are still some issues :(
Logged

C. Shawn Smith

  • Hero Member
  • *****
  • Posts: 712
    • C. Shawn Smith's Art Gallery & Portfolio
Creating pads
« Reply #5 on: November 26, 2010, 03:04:34 am »

Quote from: Camenia
No, we are using beta drivers that are 2-3 months ahead of their public ones, and there are still some issues

My father once had a bonafide "hitman" come into his place of business ... I'm certain he still remembers the name, and could probably get in contact with him, if the need arises :D.  I imagine a well-place decapitated horse's head would do WONDERS to getting the ATI dev team in gear hehehehe.
Logged
What we think, we become -- Buddha
There is no spoon -- Neo, The Matrix
The Cosmos is all that is, or ever was, or ever will be. -- Carl Sagan
Outerra is all that is, or ever was, or ever will be. -- Me :)
- Yes, I'm still around ... just been busy with other projects ;)

cameni

  • Brano Kemen
  • Outerra Administrator
  • Hero Member
  • *****
  • Posts: 6721
  • No sense of urgency.
    • outerra.com
Creating pads
« Reply #6 on: November 26, 2010, 03:08:40 am »

I must say that they are really trying .. once we identify and isolate a bug and post a report, it's usually fixed very quickly. But to identify the cause is a damn hard work, and we are only losing our time on things that should have worked. Their unit testing ...
Logged

Cid250

  • Jr. Member
  • *
  • Posts: 13
Creating pads
« Reply #7 on: April 10, 2011, 04:03:52 am »

Hi again. Brano...

I'm glad to see interest in the set of Tools... because Tools are the most valuable thing for a terrain engine.
In WWIIOnline, the old set of terrain tools, was a big problem for years... consuming a lot of man hours.

Your Road Tool are really good... but i'm here to make a proposal with fresh ideas.

If this engine it's aiming to simulators at planetary scale... the option for editing roads, is a good element to fine tune road placement in those points that the automatical placement failed.

But for a planetary scale engine, is imposible for a developer to do all the roads one by one without some degree of automatical placement of roads.

For example... if You can use some of the Old Road Maps of Europe like those ones as imput:

http://www.lib.utexas.edu/maps/ams/france/txu-oclc-6617501-nm30-9-cop.2.jpg

http://www.lib.utexas.edu/maps/ams/france/

You will be able to deploy an initial road map very close to the roads that you can find in europe by World War 2.

The automatic tool needs to know the latitude and longitude of each corner of the map, and the color of the lines that are user in the map to mark roads... also with the definition of the class of road (features).

If it's posible to build that kind of tool... this engine will be really usable for many games... because if you want a WWII era simulator, you only need to find the maps of those years... and if you want a cold war simulator... then go for the maps in that era.
It will be even possible to find roads of the Roman Empire... so your engine will be open to almost unlimited posibilities.

The conection between roads and City streets, can be done by hand with a manual tool... this work can be done in a manual fashion... but the road map of europe by WWII for example, will be possible only if you build some kind of automatic tool for road generation.

Man hours in a game development, count a lot... all the tools need to be usefull enought to limit the number of works in man hours.

Regards from Spain.
Logged

cameni

  • Brano Kemen
  • Outerra Administrator
  • Hero Member
  • *****
  • Posts: 6721
  • No sense of urgency.
    • outerra.com
Creating pads
« Reply #8 on: April 10, 2011, 04:26:34 am »

The maps must be vectorized first. I don't know if there exists a universal tool that can handle the job, I guess there might be a few.
Probably the best course would be to create it in OSM, though I don't know whether OSM can be used to create historic maps directly, or if you could take the software and create another instance of it with plan to recreate the WWII world.

We'll be importing these data (and other types, like forestation) from OSM or from a compatible format. Because of the license of OSM and to keep it clean it will be probably best to keep the edits in one place and only run the imports from Outerra (in this case).
Logged