Putting the 'role' back in role-playing games since 2002.
Donate to Codex
Good Old Games
  • Welcome to rpgcodex.net, a site dedicated to discussing computer based role-playing games in a free and open fashion. We're less strict than other forums, but please refer to the rules.

    "This message is awaiting moderator approval": All new users must pass through our moderation queue before they will be able to post normally. Until your account has "passed" your posts will only be visible to yourself (and moderators) until they are approved. Give us a week to get around to approving / deleting / ignoring your mundane opinion on crap before hassling us about it. Once you have passed the moderation period (think of it as a test), you will be able to post normally, just like all the other retards.

Vapourware "Gakara" - browser-based dungeon thing

DarkUnderlord

Professional Throne Sitter
Staff Member
Joined
Jun 18, 2002
Messages
28,344
This was my first attempt at an online browser-based game type thing. As is usual, I needlessly over-complicated it to the point where it became a mammoth effort that only worked smoothly on a localhost (shit took too long to load online).

index.php


Called "Gakara" after a random string of letters that sounded like it might be something unique, it was based on Urban Dead and Shartak. Simply you are a character and you click on the squares around you to move there. Features included mining the terrain and carving out your own home underground. Building things to put it your home and of course fighting packs of monsters.

The monsters were going to be a mix of AI (though how that would work in a browser-based game I hadn't worked out yet) and players choosing to play as monsters. You can see above how I needlessly over-complicated combat. You wouldn't just "attack". You would have multiple weapons available to attack with, those weapons all had different types of attacks - and you could choose which part of the body to aim at.

Where you aimed would of course then be offset by the armour that person specifically had at that point (try and shoot them in the head if they're not wearing any head protection, for example).

index.php

index.php


Here I get even more complicated. Actually making this work was a bitch (mad JavaScript hax) but also meant it ran really fucking slow. Every item could be specifically transferred. And I do mean every item. As in if you had 100 arrows, you could transfer a specific arrow. While items showed as stacked in your inventory, items would take damage - so you could transfer just the damaged one or sell the good one.

In the bottom screenshot above, you can even see how weapons were going to have different types of damage.

index.php


This was one of the in-game books you'd be able to find. Or even write yourself.

I had a whole bunch of other concepts too. Casting spells would be done by pointing at your target and then "saying" things in the text area (I figured a player would eventually make a javascript thing that would auto do that for you though - kind of negating the point). And the wound system wasn't going to be pure "Hit Points". You would crack and break limbs and characters with special Doctor skills would be needed to treat those injuries, reset arms and so on. So you couldn't just chug a health potion and be done with it.

Eventually I realised the whole concept was too complicated for an online game, simply due to speed of loading shit and the grunt that would be needed to run it online, so I simplified it all into a space game and Blackspace was born.
 
Unwanted

Frian Bargo

Kosmonaut's Alt
Joined
Mar 20, 2012
Messages
282
Why not complete it and release it as a downloadable game, even if it is playable in a browser?
 

As an Amazon Associate, rpgcodex.net earns from qualifying purchases.
Back
Top Bottom