Quests Of Crocania(Text Based)

Have a project in the works but not much media? How about an idea you are turning into a project? Maybe a game design document you want to start with. This is the place.
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Quests Of Crocania(Text Based)

Post by hallsofvallhalla »

thanks for the apps, you should all see a email soon on alpha update.

As a game update, I keep adding more features so its taking me a little longer but the features are worth it. I am down to the last couple then I will use the backend admin panel I created to start populating the world. The world is quite immense to begin and I doubt it will be explored completely for some time. Villages and towns must be built by the testers first. The world will start with 14,400 explorable and buildable locations, not including ruins and dungeons and only one town. I am hoping the testers will pack together and build a few small villages in the outskirts of the main town Florindale. How the world is designed is entirely up to the players.

I just added village, town, and city buildings that are auto built when a area is upgraded. Merchants will build when a are is upgraded to a village. Metal forges and a Inn will build when it becomes a town. Other buildings are coming and it is up to the mayor of the are to set prices of these. Money goes to a town pool form which walls and other things can be built.

You can also now set a spawn point in any inn to revive to when you die.
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Quests Of Crocania(Text Based)

Post by hallsofvallhalla »

decided i better create a map the players can go to to get a general idea of each zone. Kinda like a mini map.

Image


will change it to look better later. works for alpha :)

it basically builds off the database so when new towns are created it is auto updated along with player location every time a player moves.
User avatar
Last Known Hero
Posts: 807
Joined: Wed Aug 26, 2009 12:28 am

Re: Quests Of Crocania(Text Based)

Post by Last Known Hero »

Nice progress halls, its kool to see games coming together.
Image
Power3DArt

-Current Project: Fault [Pre-Alpha]
jpoisson
Posts: 245
Joined: Sun Aug 02, 2009 5:12 pm

Re: Quests Of Crocania(Text Based)

Post by jpoisson »

simply magical.
Laguages:
PHP, MYSQL, (X)HTML, HTML5, JQuery, CSS 3.0,
C, C#, C++, Python, Pascal, Perl, Ruby, Turing

Software:
Adobe MC CS4, Visual Studio 2008, Notepad++,
NetBeans IDE, WAMPSERVER

Browsers:
Internet Explorer, Firefox, Opera, Safari, Chrome
(Always have latest patches for browsers.)

Free time:
...
User avatar
MAruz
Posts: 117
Joined: Fri Nov 20, 2009 12:31 pm

Re: Quests Of Crocania(Text Based)

Post by MAruz »

Mmmm, maps! :D

Did you build it based on some tutorials, or did you figure out how to do it yourself? I'd be very interested in seeing how it's done.
PHP, Java, JavaScript, HTML, CSS, XML, MySQL / Oracle
Photoshop, Illustrator
www.cuddly-zombie.com
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Quests Of Crocania(Text Based)

Post by hallsofvallhalla »

i built this entirely from scratch.

The map is actually very simple

you build a row field and a column field. for every 1 row there are 60 columns, example Row1 column1, travel east you are now in Row1 Column2

to build the map just have it place a 5x5 image of a green square for every row and column, when you hit divisible of 60 then have it break line.
User avatar
OldRod
Posts: 1320
Joined: Sun Sep 20, 2009 4:26 pm

Re: Quests Of Crocania(Text Based)

Post by OldRod »

MAruz wrote: Did you build it based on some tutorials, or did you figure out how to do it yourself?
Halls doesn't use tutorials... Halls *writes* tutorials :lol:
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Quests Of Crocania(Text Based)

Post by hallsofvallhalla »

hahaha.

Yes depending on how the game is received when it is open I will most likely release the source and have tutorials on it.
User avatar
Ravinos
Posts: 281
Joined: Tue Sep 15, 2009 4:14 pm

Re: Quests Of Crocania(Text Based)

Post by Ravinos »

hallsofvallhalla wrote:i built this entirely from scratch.

The map is actually very simple

you build a row field and a column field. for every 1 row there are 60 columns, example Row1 column1, travel east you are now in Row1 Column2

to build the map just have it place a 5x5 image of a green square for every row and column, when you hit divisible of 60 then have it break line.
That is exactly how I did mine. I haven't set up movement keys yet though, everything is click based for now. When you click on a square or grid location it loads a splash screen with options for that zone. I use two tables one for the overland/zone map reference and another for the locations information such as harvesting info, town info, who owns houses there that you can zoom into for a closer look.
User avatar
MAruz
Posts: 117
Joined: Fri Nov 20, 2009 12:31 pm

Re: Quests Of Crocania(Text Based)

Post by MAruz »

The map I'd like to write for my game is more advanced though. I'd need to keep track of terrain types, probably make some transitions, generate more land as player base grow, layer images (lowest layer is terrain, second is structures, third is creatures). I plan to go for sprites, and just use JavaScript (or possibly CSS) to place terrain, and move characters from one tile to another.

I'd like the terrain to be auto generated, as it would be tedious to "paint" the terrain manually. I'd need a grid system to make it easier to navigate for the players too.
PHP, Java, JavaScript, HTML, CSS, XML, MySQL / Oracle
Photoshop, Illustrator
www.cuddly-zombie.com
Post Reply

Return to “Project Showoff Tier I”