Lootfest: Live Design Forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Latest topics
» Piranha 3d Dvdrip
Lootfest Live Design - FAQ EmptyMarch 18th 2014, 9:10 pm by vergejaedi

» Piranha 3d Dvdrip
Lootfest Live Design - FAQ EmptyMarch 18th 2014, 9:09 pm by vergejaedi

» Sailor Moon 5 (167-200)
Lootfest Live Design - FAQ EmptyDecember 19th 2013, 10:41 am by 

» Cobalt Strike Free Download
Lootfest Live Design - FAQ EmptyDecember 19th 2013, 9:45 am by 

» Slenderman Spawn Glitch
Lootfest Live Design - FAQ EmptySeptember 15th 2013, 5:30 pm by MasterHalo937


Lootfest Live Design - FAQ

Go down

Lootfest Live Design - FAQ Empty Lootfest Live Design - FAQ

Post by Fabian Viking October 26th 2011, 9:44 am

When is the game released
-Sometime between mid-Nov and early Dec, unexpected problems always show up and I am only a one man team.

Cost?
-3bucks

Is this Lootfest2?
-No, Lootfest2 will be released next year, this is "just" a map editor mod of the game series.
LF Live Design = Free building, toys and zombie hordes
Lootfest2 = Fantasy adventure, item managment, world exploring and more loot.

Will Live Design have any updates?
-Yes, I am aiming for pretty frequent update at least for the first year (minimum one each 3months). All progress I make in the Lootfest series (the zelda like game) will be transferred on the Design mod.

Why dont you add torches, ladders, night/day cycles, dynamic fluids or *insert MC clone expected feature here*??

-I never had a lack of ideas, time is the main issue here. I also have to weight features against each other depending on their time consuming. Light effects are for example very complicated and I could easily add 5new monsters, 10 new materials and 4brand new toys in the same time period - what would you choose?

Technical Details
-The world is made up by 512*512chunks, each chunks is 32*64*32 blocks large
-It takes about 30min to walk from the center to the world edge
-The game only saves chunks that are changed. The more areas you build on - the larger will the save file get.
-Putting a block on every single chunk in the game will take about 2years of around the clock work, and you will end up with a save file around 400MB
-The world block light calculations and generating takes 65% of the game's total CPU, and is by large the biggest performance bottleneck.

What are the Voxels made of
Basically it is a runtime generated mesh that I create a surface with, giving the illusion of blocks. In more detail, I start off with a grid (byte[,,]) of numbers, each number is a material and zero is nothing. I check each position, if it have a material then I check all it's neighbor blocks. If anyone of these are zero I will place a polygon there, reprecenting a face. All shadows and such are made by changing the vertex colors. The Primitives 3D example is a good example of how to create generated mesh.
I am pretty sure that Minecraft use about the same method as I, specially be course it is known to not use any hardware acceleration. But I think Fortress Craft is using shader effects to create their shadows instead, which means less control but the light changes can be instant.
Fabian Viking
Fabian Viking
Developer
Developer

Posts : 157
Points : 9378
Join date : 2011-10-26

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum