Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Feedback wanted for Project MoonSeed ARPG engine.  (Read 4634 times)

0 Members and 1 Guest are viewing this topic.

CyanPrime

  • Newbie
  • *
  • Posts: 18
    • View Profile
Feedback wanted for Project MoonSeed ARPG engine.
« on: June 06, 2010, 09:46:00 pm »
So I've been working on this for like a week or two now, and I finally have something I wanna show off.

It's a action RPG engine made from scratch.




Download it here.

The kind of feedback I want is simple:
Is it fun?
What are some ideas that could make it more fun?
were there any bugs?
have any ideas to improve the graphics?

I'm only looking for constructive criticism, and please remember that this is just a engine test build at this time, so don't be too harsh on it.

Ashenwraith

  • Sr. Member
  • ****
  • Posts: 270
    • View Profile
Feedback wanted for Project MoonSeed ARPG engine.
« Reply #1 on: June 06, 2010, 11:29:01 pm »
This was pretty cool it, it was like Earthbound without the trippy colors, but lots of animating characters.

-Collision detection was annoying. Better to err on too little detection as long as you are not going through things.

-There's a major bug where if you go to the next area and collide with a potted plant. Was testing it and it basically made my character disappear and I had to quit the game.

-The battle system was alright, but I don't see why you don't just make it like Zelda. You're already animating a ton of characters and it uses the same sprites. Plus it just makes the rest of the screen dead with these red and blue zones. The targeting reticules the enemies kept using made it too easy/predictable. If I could walk around everywhere and throw fireballs I'd be a pretty happy person--especially if I could hit NPCs. Right now it kinda takes the fun out of having fireballs.

GRAPHICS:

-Couldn't tell if the main character was a boy or a girl. Thought the NPC was a girl, but after zooming in on the graphics it appears to be the same character.

-The side view looks like a different character. The nose should only be like one pixel at most. Either that or you should add round nudge to the front of the face.

-The enemies come off looking like boxes. I would try getting unique shapes. It would help to use 32 bit sprites that so you can easily create rounded edges and transparency. You could make this game in HD 32 bit with about the same about of effort, so why not?

-The trash can guy looks like he has lipstick. If you change the lighter red to a whitish color it will probably look like teeth and fix this.

-Map objects and characters need to be bigger. It's cartoonie so it's fine. It's hard to see what a lot of things are. Like those trash bags, the potted plant, the railing, etc. The doors of the houses look like the size of windows.

Yeah, so it's pretty good for two weeks. Keep working on it!

Broken

  • Newbie
  • *
  • Posts: 26
    • View Profile
Feedback wanted for Project MoonSeed ARPG engine.
« Reply #2 on: June 07, 2010, 04:33:20 pm »
Men this is good for 2 weeks of work can you put somewhere a source code

Ashenwraith

  • Sr. Member
  • ****
  • Posts: 270
    • View Profile
Feedback wanted for Project MoonSeed ARPG engine.
« Reply #3 on: June 07, 2010, 10:09:42 pm »
Oh I forgot to mention...

When you are doing side views of a character there should be horizontal profile lines that match up like the chin, bottom of feet, etc.

Right now how you have it the perspective of the character changes for side view and it makes the character look like it morphs.




TricksterGuy

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
Feedback wanted for Project MoonSeed ARPG engine.
« Reply #4 on: June 07, 2010, 11:44:25 pm »
Looks awesome!

I felt the movement was way too slow, maybe add a run button. It takes  >10 seconds to move from the left side of the screen to the right side of the screen.

I also felt the NPC movement feels kinda dull.  Take one step wait a while take another step repeatedly.  Needs more randomness haha.

The battle system I found cool.  It reminds me of Megaman Battle Network.  I look forward to see what you do with this :D

The graphics kinda look dull, but they are better than anything I could come up with (I'm not an artist so I can't help you here).

Also a little problem with drawing priorites (this or your collision detection)

In the second screen the NPC can walk on top of the vending machine.