9_14_2017

Post Reply
User avatar
hallsofvallhalla
Site Admin
Posts: 12031
Joined: Wed Apr 22, 2009 11:29 pm

9_14_2017

Post by hallsofvallhalla »

Working on the map system, really trying to squeeze out as much playability from database size.

Currently 1 zone which is 400 searchable and buildable locations = 7200 bytes or roughly 7 kilobytes
that's 146 zones per 1 meg or 58,514 searchable locations per 1 meg of mysql storage, give or take a few kilobytes

Sounds like a small footprint

I will have pic of map today sometime.
User avatar
hallsofvallhalla
Site Admin
Posts: 12031
Joined: Wed Apr 22, 2009 11:29 pm

Re: 9_14_2017

Post by hallsofvallhalla »

Finishing up character creation

Image
User avatar
hallsofvallhalla
Site Admin
Posts: 12031
Joined: Wed Apr 22, 2009 11:29 pm

Re: 9_14_2017

Post by hallsofvallhalla »

Still working on map system but almost done. There are 8 elements that make up each location, all grow and die as players harvest them. Each map image of the location is based on the value of the Trees, Rock, Water, and Sand Elements. For instance A lot of Water and Woods = Swamp. A lot of Woods alone = Forest. A lot of Water and sand = beach and so forth. Ever changing environment. Today you might see a forest and tomorrow as players begin to harvest trees for their houses and shops it might change to a field. If left alone in a few dies might be a forest again.
Trees
Rocks
Sand
Water
Plants
Animals
Creatures
Scrap
You can easily change out the tiles per zone by simply creating a new set of images and linking that zone to those images, for instance a snow covered zone, or alien planet.
This ties into the Simple engine system as it can be altered to do a lot of different things as well as be thrown out all together quite easily and replaced.
User avatar
62896dude
Posts: 516
Joined: Thu Jan 20, 2011 2:39 am

Re: 9_14_2017

Post by 62896dude »

I'm absolutely loving the design/feel of it. Keep it up!
Languages: C++, C#, Javascript + Angular, PHP
Programs: Webstorm 2017, Notepad++, Photoshop
Current Project: HP Destiny
User avatar
hallsofvallhalla
Site Admin
Posts: 12031
Joined: Wed Apr 22, 2009 11:29 pm

Re: 9_14_2017

Post by hallsofvallhalla »

Thanks!
KaL
Posts: 344
Joined: Mon Jan 13, 2014 5:44 am

Re: 9_14_2017

Post by KaL »

Looking good! I love your GUI. I can't wait to see the whole function of this engine.
Keep it up!
User avatar
Jackolantern
Posts: 10893
Joined: Wed Jul 01, 2009 11:00 pm

Re: 9_14_2017

Post by Jackolantern »

Sounds very nice! 8-)

I wouldn't put a ton of worry into database size. Provided you add the right indexes and avoid unnecessary joins, most RDBMS will absolutely smash performance even on 5gb+ databases. And most games won't approach those kinds of sizes.

Great work!
The indelible lord of tl;dr
Post Reply

Return to “Updates”