|
321
|
Feedback / Playtesting / Re: Hunger
|
on: October 13, 2011, 10:04:17 AM
|
|
I'm not sure what happens. I try to eat the person at the 3rd drop and there are a few white bursts but it doesn't seem to work then I get a game failed.
Also, I think the click spam is unnecessary when you should be able to hold it to "eat" unless I am not using the controls right.
|
|
|
|
|
322
|
Developer / Business / Re: Gabe’s Hypocrisy
|
on: October 13, 2011, 09:49:26 AM
|
|
I think a major difference is that for iOS, the app store is the only game in town, while on PC, you can release your game in a number of different ways. Its just that most of the other ways just won't do as well as a big distributor like Steam. PC is an open platform while iOS is not.
|
|
|
|
|
323
|
Developer / Technical / Re: RPG Leveling System
|
on: October 13, 2011, 09:32:33 AM
|
Why not simply require 100xp points for each level? It's much simplier for a player to estimate xp reward this way. You can easily assign xp values for quest and monsters in terms of monsters per level.
The whole idea of leveling is that it requires more work to get to each later level. So either each monster gives a static amount of EXP and the amount you need rises each level, or each level requires the same amount of exp and the same monster will give less as you level up.
|
|
|
|
|
326
|
Developer / Business / Re: Releasing a demo long before the full version?
|
on: October 12, 2011, 06:26:14 PM
|
|
I am all for a free version and a pay version, I just don't think that having free version 0.99 suddenly turn to pay version 1.0 would be a good idea since you wouldn't be offering much incentive and you would be taking away the free version (don't know how you meant the shift to work). Notch had a static free version and regular updates on the paid one, so people who paid were continuously getting new stuff. What would stop a large number of freeloaders from jumping ship when you finally finished the game if you spent a lot of time on the free version without creating a large incentive to switch?
|
|
|
|
|
327
|
Developer / Business / Re: Releasing a demo long before the full version?
|
on: October 12, 2011, 05:45:30 PM
|
|
Suddenly charging for something that was free can put off a lot of people. As long as you make the jump from free to pay a giant one with many new and exciting features and its not simply a minor update that adds almost nothing and suddenly starts charging for the game.
|
|
|
|
|
329
|
Developer / Technical / Re: RPG Leveling System
|
on: October 12, 2011, 05:19:01 PM
|
|
If you don't want/need a giant table of manually created exp points for a level up, you could calculate them with a formula.
pointsRequiredToLevelUp = (15 * level) + (9 * (level - 1));
This would yield the following values:
1 - 15 2 - 39 3 - 63 4 - 87 5 - 111
Obviously, you would need to alter a formula if you wanted to hit closer to certain points like the ones you originally specified. I just made that one up to ballpark it.
|
|
|
|
|
332
|
Developer / Design / Re: The "Reasons to kill avoidable badguys" Thread
|
on: October 10, 2011, 05:43:32 PM
|
|
Just Because: Its a game. What else you gonna do besides kill stuff. Its like at least half the game.
Revenge: You knew those jerks in grade school and they were always messing with you. Turn those tables.
(seriously now)
Growth: The longer certain enemies are alive, the stronger and smarter they will get.
|
|
|
|
|
339
|
Feedback / Playtesting / Re: s q u a r e a l o n e
|
on: October 01, 2011, 12:47:43 PM
|
|
Had a lot of the issues other people did. Kinda sad when I found that flowing vein of squares and when I wanted to join them to end the game, I ended up seeming to destroy them all.
|
|
|
|
|
340
|
Player / Games / Re: The Binding of Isaac
|
on: October 01, 2011, 12:05:54 PM
|
|
First time I played it, I had so many good items. Started right off with the item that give you triple shot, ended up getting a battery, range up, and charge shots later. Had a dead cat that gave me a bunch of lives. But, then I had to go to work and assumed it wouldn't save so I left the game on, except Steam started updating random games and somehow filled my hard drive until it somehow crashed the game in the process. Next playthrough, horrible and grueling. Aside from range increasers and fire speed, had no real upgrades. An absence of keys left me with about 2 floors of no items what so ever. Made it to mom, but died horribly.
|
|
|
|
|