Question about Browser-Based Games

For discussions about game development that does not fit in any of the other topics.
User avatar
OldRod
Posts: 1320
Joined: Sun Sep 20, 2009 4:26 pm

Question about Browser-Based Games

Post by OldRod »

I've been doing a lot of Googling the past few weeks, trying to see what's out there in the way of Browser-Based games. I am currently working on a text-based multiplayer browser RPG and was just curious what the environment looked like :)

What I'm seeing (besides a ton of mafia/crime based games) is a lot of games where you can only do so many clicks/action points/encounters/whatever per day, and after 3-4 months, the game resets and everyone has to start over.

Anyone know why that is?

Is there something about browser-based games that requires such a system?
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Question about Browser-Based Games

Post by hallsofvallhalla »

no, game/media companies seen a spike in those games and everyone and their brother began making them. I hate those style games. Going to try to keep all mine play all you want and no automatic quest crap.
User avatar
OldRod
Posts: 1320
Joined: Sun Sep 20, 2009 4:26 pm

Re: Question about Browser-Based Games

Post by OldRod »

That's what I figured, just wanted to make sure I wasn't missing something obvious :)
User avatar
twgi
Posts: 29
Joined: Mon Jan 04, 2010 12:55 pm

Re: Question about Browser-Based Games

Post by twgi »

Yes, in my list of pbbg games, a lot of them are mafia/crime theme based, and I think they derive all from the same code.

About your question, limits on clicks or energy or requiring some time to executes an action it's mandatory for putting a cap on resources;

I don't like though games that resets because all the player effort will be thrown away.
Image
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Question about Browser-Based Games

Post by hallsofvallhalla »

I wouldn't say mandatory. There may not be ways to keep players from grinding but there are ways to keep them from power leveling or getting too many resources too fast.

Time limits really drag the game for me. You don't have time restraints in regular mmos why have them in browser ones? I can understand the point behind but personally can't stand the idea of limiting players play time.
User avatar
twgi
Posts: 29
Joined: Mon Jan 04, 2010 12:55 pm

Re: Question about Browser-Based Games

Post by twgi »

Yes, you're right, it's not mandatory, i wanted to say it's a way to do it.

By time restraints you're meaning that the player can't login or that for building an item takes one hours?
I've seen another method, but was taking off energy from the player instead of keeping him busy for x hours.
Image
User avatar
OldRod
Posts: 1320
Joined: Sun Sep 20, 2009 4:26 pm

Re: Question about Browser-Based Games

Post by OldRod »

Still searching for games to try out... found one called Faery Tale Online and signed up for it.

Would tell you how it plays, but I don't know yet. Apparently new players have to wait in a "birth queue" to be born. Very strange system - I was #166 in the queue last I checked... hope I don't lose interest in the game before I'm "born".
Gustava
Posts: 66
Joined: Tue Dec 29, 2009 5:49 am

Re: Question about Browser-Based Games

Post by Gustava »

OldRod wrote:
Would tell you how it plays, but I don't know yet. Apparently new players have to wait in a "birth queue" to be born. Very strange system
Lol, sounds a little disturbing from my view.
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: Question about Browser-Based Games

Post by hallsofvallhalla »

haha yeah thats very strange and that is more of what I was talking about. Players lose interest when they have to wait.

I can understand a building queue but not a play restraint like in the hospital for 3 hours or your turns are over, wait 30 minutes for more turn. Not saying its a bad system. I just personally don't like them.

I have used a stamina system. All of your actions take stamina. I also made it very easy to regain stamina without any time restraints.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Question about Browser-Based Games

Post by Jackolantern »

hallsofvallhalla wrote: You don't have time restraints in regular mmos why have them in browser ones?


Because scripting browser control is extremely easy, and one leveling script floating around the community can bring your servers to their knees. I don't like time limits that makes players wait for minutes, but any highly populated game is going to have to have some kind of timer to make sure that all input is actually human-generated as a means of security.
The indelible lord of tl;dr
Post Reply

Return to “General Development”