Build A World - new massive game, using Irrlicht

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
sodandk
Competition winner
Posts: 340
Joined: Wed Aug 10, 2011 11:58 am

Re: Build A World - new massive game, using Irrlicht

Post by sodandk »

devsh wrote:^^^ because minetest gets a worse Framerate than our game
Yeah, I saw that... minetest running with very short viewdistance, and no effects, still has a bad framerate... :-(
Cube_
Posts: 1010
Joined: Mon Oct 24, 2011 10:03 pm
Location: 0x45 61 72 74 68 2c 20 69 6e 20 74 68 65 20 73 6f 6c 20 73 79 73 74 65 6d

Re: Build A World - new massive game, using Irrlicht

Post by Cube_ »

True, Minetest was promising(-ish) when it was first released, Now, I can't wait for more on this project though :3
Now, less minetest and more build a world.
"this is not the bottleneck you are looking for"
rubenwardy
Posts: 91
Joined: Mon Mar 05, 2012 4:51 pm
Location: Bristol, UK
Contact:

Re: Build A World - new massive game, using Irrlicht

Post by rubenwardy »

Will there be a trial / demo for this game?
sodandk
Competition winner
Posts: 340
Joined: Wed Aug 10, 2011 11:58 am

Re: Build A World - new massive game, using Irrlicht

Post by sodandk »

rubenwardy wrote:Will there be a trial / demo for this game?
free to download and install
free to register
free to play for 'some time' (we havent decided yet how long time)
pay, to continue play

there will also be an 'educational part' with lessons, which will be free.
devsh
Competition winner
Posts: 2057
Joined: Tue Dec 09, 2008 6:00 pm
Location: UK
Contact:

Re: Build A World - new massive game, using Irrlicht

Post by devsh »

fromm the depths of hell I annouce I made another vertex format with custom vertex attributes which is all OGL 2.1 compatibile
teto
Posts: 159
Joined: Thu Dec 03, 2009 9:37 pm
Location: /home
Contact:

Re: Build A World - new massive game, using Irrlicht

Post by teto »

devsh wrote:fromm the depths of hell I annouce I made another vertex format with custom vertex attributes which is all OGL 2.1 compatibile
FAke, there is no internet in hell. Otherwise it wouldn't be hell.
Using trunk with mingw/gcc 4.6, Windows 7 64 bits driver opengl
sodandk
Competition winner
Posts: 340
Joined: Wed Aug 10, 2011 11:58 am

Re: Build A World - new massive game, using Irrlicht

Post by sodandk »

First addition to the 'Future Technologies' in Build A World,
the Force Field Generator

Image

Image

Image

:mrgreen:
sodandk
Competition winner
Posts: 340
Joined: Wed Aug 10, 2011 11:58 am

Re: Build A World - new massive game, using Irrlicht

Post by sodandk »

funny how the shark came swimming by.... :-D
sodandk
Competition winner
Posts: 340
Joined: Wed Aug 10, 2011 11:58 am

Re: Build A World - new massive game, using Irrlicht

Post by sodandk »

BAW Engine Rendering Technology

Currently BAW has
- unlimited round local lights with shadows
- detached blocks detection
- Tessendorf GPU-FFT based water
- complex water shaders
- simple DLAA
- HDR
- Dynamic Resolution Rendering
- Occlusion Queries Culling
- Very Large Simulated Fires (3500 simultaneous blocks on fire),
- Superfast SSE3 Optimized Particle System
- Radiant Flux Volumes
- Particle Lighting
- GPU billboards
- High Quality animated particles
- Anisotropic Opacity
- Fluid Flow Volumes
- Order Independent Transparency as Weighted Average

Currently being worked on is
- Realtime Atmospheric Scattering
- Spherical Harmonics Irradiance Transfer
- Realtime-Raytraced Shadows for Dynamic Lights (Head lamps, rockets)
- Low Frequency Realtime Glass Reflections (reflections true to surroundings)
- Spherical Harmonic Based Radiance Volumes
- Radiance Volumes Compression
- Fluid Flow Particle Simulation
- Normal Mapping
- Parallax Mapping
- Parallax Displacement Mapping and Tessellation Displacement Mapping
- OpenCL and offloading Indirect Lighting
- Phong Tessellation to smooth characters and animal geometry
- Texture Arrays instead of Atlases
- Video RAM requirement reduction
- Hybrid Sunlight Shadow techniques (shadowmapping or conetracing)
- mixed Resolution Particle Rendering
- Order Independent Transparency as Depth Peeling
- Order Independent Transparency as Linked List Alpha Buffer (OpenGL 4.1)
- Volumetric Light Shafts Godrays
- Bicubically Interpolated geometry for Waterfalls
- Compute Shader based image Blur
- better Tone-Mapping Operator
- replacement of DLAA with SMAA.
ACE247
Posts: 704
Joined: Tue Mar 16, 2010 12:31 am

Re: Build A World - new massive game, using Irrlicht

Post by ACE247 »

Is this going to be a game or a systems benchmark?? What does the game design document even look like? Because do you really need all those features to make it work or cant they just be added later.
sodandk
Competition winner
Posts: 340
Joined: Wed Aug 10, 2011 11:58 am

Re: Build A World - new massive game, using Irrlicht

Post by sodandk »

ACE247 wrote:Is this going to be a game or a systems benchmark?? What does the game design document even look like? Because do you really need all those features to make it work or cant they just be added later.
I think the irrlicht forum is focussed on tech-stuff, and not on gameplay. Therefore we dont really post or discuss gameplay here, just technologies and irrlicht modifications etc.

We have 1 dedicated person doing gameplay etc., but thats OT in this forum...

The gameplay and the rendering stuff, is not made in serial, but made by different people in parrallel, so no need worry... the game progresses fine, and the effects progresses too, and the effects and rendering stuff are being thrown in as they are ready ....

Also we have 1 person currently doing backend stuff. He is currently doing a model library, so that a user can save a construction, like a building, and publish it online in BAW's online-library, and other users can click and use those constructions in their own worlds. This will eventually soon, for example, make us able to generate worlds, and spread out lots of different buildings and bridges etc. over the landscape. User Generated Content! :mrgreen:
devsh
Competition winner
Posts: 2057
Joined: Tue Dec 09, 2008 6:00 pm
Location: UK
Contact:

Re: Build A World - new massive game, using Irrlicht

Post by devsh »

Well there are some crucial technologies (to lower the minimum VRAM requirements or to improve FPS)
- Radiance Volumes Compression
- Texture Arrays instead of Atlases
- Video RAM requirement reduction
- mixed Resolution Particle Rendering
- Compute Shader based image Blur
- Impostors

Also to prevent really bad stuff like smoke going through walls:
- Fluid Flow Particle Simulation

And to make sure that many visual bugs go away:
- Texture Arrays instead of Atlases
- Order Independent Transparency as Depth Peeling
- Order Independent Transparency as Linked List Alpha Buffer (OpenGL 4.1)
- Bicubically Interpolated geometry for Waterfalls
- better Tone-Mapping Operator
- replacement of DLAA with SMAA.
chronologicaldot
Competition winner
Posts: 685
Joined: Mon Sep 10, 2012 8:51 am

Re: Build A World - new massive game, using Irrlicht

Post by chronologicaldot »

I take it poor devsh isn't doing all of this. How many guys are on your team?
ACE247 wrote:Is this going to be a game or a systems benchmark??
I had the same thought. What do you say we let them redesign irrlicht?
devsh
Competition winner
Posts: 2057
Joined: Tue Dec 09, 2008 6:00 pm
Location: UK
Contact:

Re: Build A World - new massive game, using Irrlicht

Post by devsh »

If we redesigned irrlicht then we'd most probs drop dx8, dx9, software drivers and made the whole thing OGL 3.0 compliant XD

The whole thing would get a lot thinner.

Yes.. I'm doing the whole thing by myself mofos

INCLUDING
http://developer.download.nvidia.com/GT ... nation.pdf
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: Build A World - new massive game, using Irrlicht

Post by hendu »

Too slow to be useful on a very-high-end card + requires compute ability = surefire win, must be
Post Reply