Search found 3890 matches

by Mogri
Fri Apr 22, 2011 4:25 am
Forum: Roleplaying
Topic: Dunderstank META-Chat!
Replies: 601
Views: 6012

I added those to <a href="https://spreadsheets.google.com/ccc?key=0ApVAlUug5kwedE43UmR0N1pEOXdKUFRhMmZKaVA4b1E&hl=en&authkey=CJ6R3p4O#gid=0">the spreadsheet</a> so you can see the prices easily. I put both the +2 and +3 versions of the ring of protection and cloak of resistance, b...
by Mogri
Thu Apr 21, 2011 8:04 pm
Forum: Roleplaying
Topic: Dunderstank META-Chat!
Replies: 601
Views: 6012

Here's what I'm looking at for items:
- ring of protection +X
- bag of tricks (tan)
- cloak of resistance +X
- handy haversack
- scarab of protection
by Mogri
Wed Apr 20, 2011 5:19 pm
Forum: Game Discussion
Topic: What am I looking for now?
Replies: 114
Views: 19773

Coming from a guy who's done some bad graphics in his time, I have to say that the best advice at this point is to keep it simple. Forget about shading entirely and focus on getting the forms right and keeping your color contrast high. You can make attractive graphics without any consideration for t...
by Mogri
Tue Apr 19, 2011 6:53 pm
Forum: Game Discussion
Topic: What am I looking for now?
Replies: 114
Views: 19773

And that fourth battle isn't inescapable, right?
by Mogri
Tue Apr 19, 2011 5:41 pm
Forum: Game Discussion
Topic: What am I looking for now?
Replies: 114
Views: 19773

Now that's an interesting question. Can you go into the attack and verify that all of the costs are set to 0?
by Mogri
Tue Apr 19, 2011 4:00 pm
Forum: Game Discussion
Topic: What am I looking for now?
Replies: 114
Views: 19773

I feel a bit dumb for asking this question but I can't figure it out and couldn't find any documentation about it, though, I realize it's probably an obvious solution. I created an Attack for Escape but I don't know how to make it appear in the menu during a battle. So, how do you add new items to ...
by Mogri
Tue Apr 19, 2011 3:59 pm
Forum: Game Discussion
Topic: What am I looking for now?
Replies: 114
Views: 19773

Also, is there a script or any other way to simulate the screen shaking? For example, say there's an explosion and you want a sound effect to play "BOOm!" and at the same time have the entire screen shake. Yeah. You want to move the camera around erratically. Check out the camera commands...
by Mogri
Sun Apr 17, 2011 10:43 pm
Forum: Front Page
Topic: FANGAME CONTEST 2011!
Replies: 152
Views: 41630

Image
by Mogri
Sun Apr 17, 2011 12:54 am
Forum: Game Discussion
Topic: What am I looking for now?
Replies: 114
Views: 19773

The slingshot costs some number of gold candies, as indicated. Once you have them, just touch it to collect it.

(edit) my bad, you gotta punch it.
by Mogri
Sun Apr 17, 2011 12:11 am
Forum: Game Discussion
Topic: What am I looking for now?
Replies: 114
Views: 19773

NinjaOverdrive wrote:Just downloaded Scary Game 3 and ran it. I thought it was awesome that the background music was a Castlevania theme but I can't seem to figure out the controls like how to jump or use a weapon.
It's probably Ctrl and Alt, but it might be Z and X. Been awhile.
by Mogri
Sat Apr 16, 2011 6:55 pm
Forum: Game Discussion
Topic: Fixed Dungeon | Randomly Generated Dungeon
Replies: 29
Views: 7255

Depends on the genre, but in general I hate randomized content. The fact that it's winning the poll is more reflective of this community that general game players, I think. If a game is story focused, I would stay far away from this kind of thing outside wacky post game content. I think it's the no...
by Mogri
Sat Apr 16, 2011 4:24 pm
Forum: Game Discussion
Topic: What am I looking for now?
Replies: 114
Views: 19773

[game]Scary Game 3 (Demo)[/game] is a demo of what would be a Metroidvania. It's the closest anyone's come, to the best of my knowledge.

(edit) oh, and hi and welcome, too
by Mogri
Fri Apr 15, 2011 11:16 pm
Forum: Game Discussion
Topic: I'm making a game, guys.
Replies: 12
Views: 3082

Sh4d0ws wrote:4Chan.
Why :zombie: :zombie:
by Mogri
Fri Apr 15, 2011 11:14 pm
Forum: Game Discussion
Topic: Fixed Dungeon | Randomly Generated Dungeon
Replies: 29
Views: 7255

Consider the following. Imagine if in Super Mario Bros, the stages were randomly generated. How frustrating would it be to die in a level, and then have no knowledge to show for it? The key is that when you die the first time, the 2nd time you know a little more about the level and can plan better ...
by Mogri
Fri Apr 15, 2011 10:33 pm
Forum: Game Discussion
Topic: Fixed Dungeon | Randomly Generated Dungeon
Replies: 29
Views: 7255

The Dungeon of Burlap Bags tech demo creates a random dungeon. The big problem with trying to do this is persistence. Saving the map state takes up a lot of variable space, which means you can't store very many maps. On top of that, I'm not certain the map state is stored in save files. Bottom line:...