Select Page
Project Cerberus | It’s a Land Merge!

Project Cerberus | It’s a Land Merge!

So now that you’ve got all that land from the recent Plains Frontier sale or from May Mayhem– including a bunch of duplicates– You’re probably wondering what you can do with them…

What else? Smash them together to make even rarer land!

With the initial launch of Project Cerberus V1 (coming soon), all VOX landowners will have the ability to use this feature, merging and improving their collected land as they please.

For example, if you have 3 Common Plains, you can smash them together into 1 Uncommon Plains! 

But you do need a piece of special VOXTech to achieve this. 

The IsoCube

IsoCubes are what VOX use as a powersource. Need to run a teleporter? Use an Isocube. Power a starship? IsoCube. They are so powerful that they can help bind full parcels of land together and improve it! It is the purest form of a voxel cube in the universe.

There are different types of IsoCubes, from common ones that can be found in nature, to the super rare ones that can only be purchased from vendors, which are greatly coveted by all VOXkind. 

Merge!

Ok, so you now have your IsoCube and your 3 identical parcels of land. What’s next? 

Here’s a step-by-step:

  1.  Select 3 duplicate lands (same type, same rarity).
  2. Add your IsoCube.
  3. Hit the merge button and watch the planet-shaking creation magic happen! 

The above image shows the merging of 3 Common Fantasy lands into an Uncommon Fantasy land. It includes all adjustments in terms of what resources can be collected and the number of workers allowed on the land.

Here’s the really cool part: This process actually creates (on the fly) a brand new land NFT.🤯

I know, right? It’s one of those smooth and convenient web3 gaming experiences we’ve all been waiting for: The ability to create and mint something in a game. No fuss, no muss. Easy peasy, geometreezy.

Just imagine the possibilities with that functionality in the future! It’s like our own real world IsoCube technological Power! Mwuahaahaa!! Seriously though, we’ll only use that power for good; in other words, to create fun game experiences that are adorable and addictive.

Till next time,

The VOX Populi

Taming Project Cerberus: Anatomy of a VOX

Taming Project Cerberus: Anatomy of a VOX

Greetings, Ladies and Gentlemen! Allow me to properly introduce myself. I’m Pixelworth, your servant for all matters VOX.

If I may, I would like to share with you the most formidable obstacle with which the VOX team has grappled. The integration of 35,552 uniquely crafted VOX into our game, each as playable as the next, has proven my creators’ most formidable challenge. In customary gaming designs, one might find a modest selection of playable characters, or perhaps a complex system that allows for the meticulous crafting of features like a character’s stature, skeletal structure, cosmetics, and more.

But VOX, I must confess, are quite extraordinary creatures. Indeed, while each has bones and an .FBX model, they are not prepared for the rigors of a robust game universe… yet. I shall elaborate on this matter shortly.

Furthermore, my creators have encountered a rather peculiar conundrum: If our game’s universe is tailored to accommodate beings of human proportions, what is to be done with the likes of dragons, quadrupeds, cranes, and serpents? In a more traditional setting, such entities would scarcely be given a second thought for active participation. Nevertheless, we have given our word, and by jove, we shall uphold it! The VOX shall take their rightful place in the game, come what may. 

Thank you for that introduction Pixelworth. Well spoken, and I hope we pass the audition. 

An Original VOX 

Our little friends are created in a magical laboratory. I’m sticking with that as the absolute truth. It’s what Future Boy told me. The problem with that lab was the original VOX were not created with games in mind. This is a bummer since we all know the VOX want to play. They need to play. But, to get there we had some issues to solve:

  • Poly counts for each VOX were astonishingly high
  • The skeleton structure was very basic
  • Size and shape
  • Wrong format 

These main issues made grabbing a VOX and throwing it in a game engine a suboptimal solution. To be fair, you can grab a VOX FBX, throw it into Unity and get it to work just fine, but the problems start when there are ten VOX on a screen. And if ten are a problem, what about twenty? One hundred? And this goes with all the VOX objects created in the ‘before times’. 

Taking a VOX Through the Process

The fundamental problem is this: In a game engine if I make a cube, it will have six sides only with nothing inside. The game engine only cares about the outside of the cube. So it’s eight vertices that need attention, practically free from a rendering point of view in any modern game engine. Well, with VOX and the way they were created, a cube is not just a cube. It’s made up of a bunch of little cubes, and all through the model. So eight vertices, right? No, thousands, and with materials on each of those individual cubes, you can see how quickly things become non-performant in a game. 

So we needed a way to fix this. Cull all unnecessary data from each VOX to reduce file size and at the same time regenerate the geometry so that it looks like the original. 

I’ll let BigMonet explain how the GeoProcessor Tool works. 

  1. Ingest an existing VOX .fbx file
  2. Scale input geometry to a specific scale.
    1. This ended up being a big deal because of the way the VOX were made. The more detail the bigger they get. We needed our VOX friends to follow rigid sizing for game reasons. 
  3. Delete unnecessary attributes inside the imported geometry file
    1. This step greatly reduces the file size of the exported .fbx file
    2. This step also reduces the time the tool takes to cook the outputs
  4. Clean up bad geometry
    1. Remove faces and edges with 0 length
    2. Fix overlapping geometry 
    3. Repair non-manifold geometry
    4. Fuse together unwelded verts
    5. Remove points not connected to any adjacent faces
    6. Flip all normal vectors outwards
  5. Target polygon reduction of 95%
    1. The target reduction is very aggressive.
    2. Constraints are used to ensure border edges are never changed.
    3. The aggressive target reduction + constraints ensure the geometry reduces as much as possible without changing the shape of the original model. Thus, the model will appear unchanged! 
  6. Layouts non-overlapping UVs
    1. UV coverage is greatly influenced by the padding of the UV shells.
    2. Larger padding might be required for smaller textures to prevent textures bleeding from one shell to adjacent shells.
  7. Cleanup of attributes
    1. Attributes created for the GeoProcessor tool are removed from the final output..
    2. Normals are applied to geometry faces.
  8. Texture Baking + Outputs
    1. The materials colors on the original VOX are baked into a texture and applied to the optimized mesh.
    2. Texture outputs are saved to disk.
    3. Optimized geometry is saved to disk.

For each vox, this process took about 15-30 seconds and for all 35,552 VOX the total time to process them using this tool took about 72 hours. 

The geometry and materials are all figured out. But these bones. For our intrepid animator these bones didn’t allow him to do cool stuff. We also wanted the ability to resize large or small sized humanoids to use the same rig for animation without looking whacky. 

This is where the ‘Skeletorr’ tool made by Reynarzz for Maya comes in.

This tool not only takes the VOX with the old bones and updates them to the skeletons we can use, but also takes an animation in .FBX format and converts it for the small, medium and large VOX. This saves a lot of time for our animators, since they’ll only have to do the animation once and the tool will make it compatible with the other types of skeletons.

Here is a step by step:

Rigging:

  • Load the T-pose of a model we want to use as a target and export this information as a .TPR file (we are using three types of models: Small, medium, and large, but we can use more if we want).
  • Use the information from the loaded T-pose (.TPR) to apply this pose to models that meet parameters such as size and body proportions.

Animation retarget:

  • Select the animations in .FBX format that we want to retarget and choose which T-pose they belong to by loading the .TPR file. This will convert the .FBX animations into intermediate .ANR format (animation reference), which will be used to retarget others types of skeletons (small, medium or large).
  • Go to the “Retarget Animations” window, select the target skeletons on which we want the animations to work. We select the animations in .ANR format and the tool will take care of the process of calculating where each bone of the target skeleton goes, depending on each frame of the animation.

The End result is…

Quadrupeds, Dragons and Snakes… Oh My!  

The last part we needed to figure out is the around 200+ non-standard VOX out there (quadrupeds and dragons for example). 

For this example we will use CraneBot. Obviously a Crane is huge, so fitting through doors and doing things like other VOX becomes either impossible, or very time consuming development-wise. Figuring out a full rig and a full gameplay-ready set of animation is all about figuring out the size. But we have a promise to keep. All VOX are playable.

We tried to do a resize, but that didn’t solve the problem of unique bones and animations for almost 300 VOX– too many for our team to upkeep as new playables complete with animations.

We considered that maybe these VOX were just “pets,” or useless the same way as the Gonk Droid was in the Lego Star Wars games. We didn’t like that either. 

Look at that useless Gonk!

So we made biped versions for all the problematic VOX… 

This is our solution to CraneBot 

Now in Project Cerberus (and any VOX game going forward), we can look at a wallet, make a call to the api and pull the correct owned VOX. For a problem that started with a few of us crying under our desks, to the elegant wizardry of our Tech Art and Engineering teams pulling off this miracle is frankly quite impressive.

Going forward we know the technical specs we want for VOX and VOX assets, so anything new we make shouldn’t need to go through all these processes to be game ready. It’s also pretty awesome that we have the VOX in a place where using them all across the Gala ecosystem should be much easier. You can bet that VOX will show up in another Gala experience real soon.

Thanks for reading, and we’ll see you again soon for more exciting angular updates from Project Cerberus, VOX and beyond!

Forge New Alliances: The Dawn of Guilds in Common Ground World

Forge New Alliances: The Dawn of Guilds in Common Ground World

The Common Ground World team is thrilled to announce and unveil a groundbreaking update to our beloved farming sim game. 

As we continue to nurture and expand the vibrant ecosystem of Common Ground World on GalaChain, we’re preparing to introduce a game-changing new feature that has been highly anticipated by our dedicated fan base: Guilds.

Tied intrinsically to Common Ground World Node ownership, Guilds represent a new frontier. The unique blend of collaboration, strategy, and competition of Guild play will offer an all around game enhancement to our flagship game.

Very soon, Common Ground World Nodes will become the first tokenized Node licenses in the Gala Games ecosystem, as announced in this blog. Following the release of GalaChain’s first Node Workload NFTs, Common Ground World’s Node-powered Guilds are scheduled for release in late April 2024. This update is set to transform how players interact within the digital landscape of Common Ground World.

Building and Guilding: A New Chapter Begins

Any owner of a Common Ground World Node Workload NFT (once minted) will have the opportunity to create their own Guild. This pivotal step involves:

  1. Selecting a Node upon which to form a Guild
  2. Assigning a name for the Guild
  3. Assigning a unique tag for the Guild
  4. Creating a description for the Guild
  5. Gathering up to 20 Guild members to share in the Guild’s benefits

Guild leaders are endowed with the power to curate their Guild NFT Library, which operates essentially like a real library. The Guild Leader may place NFTs within the Guild Library and those NFTs can then be checked out by a single player at a time. This system gives each Guild a new level of maneuverability, cooperation and strategic control, allowing Guildmates to plan and borrow NFTs from the Guild Library as needed to maximize their gameplay.

Screenshot is not final and might not represent the final product

Joining a Guild: Unite for Greater Achievements

The formation of Guilds opens the door for any Gala user without a Guild to join forces with others. By accepting an invitation or applying to a Guild, members can reap the benefits of all NFTs within the Guild Library.

Each Node Workload NFT will represent one Guild, and each Guild will allow up to 20 players. Basically, every worthy and dedicated player who wants to join a Guild will have access to one–They may even face a difficult decision about which Guild to join.

Guild membership amplifies each player’s prowess within the game while fostering a sense of camaraderie and collective achievement, uniting Guildmates through Guild Competitions.

The Competitive Spirit of Guilds

With the incorporation of Guilds into Common Ground World, we are setting the stage for an era of unparalleled cooperation, but also introducing a new level of competition. Guilds will engage in contests that challenge their strategic thinking, teamwork and dedication, giving each Guild regular opportunities to strive for victory within the game’s universe.

Empowering Players & Finding Common Ground

At Gala Games, our mission transcends the mere provision of gaming experiences. We are committed to leveraging the power of GalaChain to redefine the gaming industry, ensuring that players are not only participants but also beneficiaries of the digital worlds they inhabit.

Our early adopters’ patience will certainly be rewarded when it comes to Common Ground World Guilds, which we expect to rouse quickly as a key game feature. The tokenization of Common Ground World Node licenses and subsequent introduction of Guilds are a fantastic example of what GalaChain can do for gaming, and we’re barely scratching the surface.

As we march towards the launch of Common Ground World Guilds, we invite our community to join us in this exciting journey. Your passion, feedback, and engagement are the cornerstones of Common Ground World and its continued success in the Gala ecosystem. Let’s cultivate a world of unity, creativity, and competition, where every player has the opportunity to make their mark and thrive.

Join us every Friday from 8-9am PT for Common Ground World Town Hall, live on Youtube.

Stay tuned for more updates as we approach the Guild launch date. The future of Common Ground World, powered by GalaChain, is bright, and it is our community that lights the way.

Play Common Ground World