Users browsing this thread: 1 Guest(s)
Earthbound OW Revamp
#46
Ew.
[Image: b1.php?u=39480955]
Quote:You had wasted MY LIFE... waiting for just a goddamn bunnelby model.
-The prestigious Farlavor
#47
Are you planning on using these for a game, or just doing them for fun?
[Image: mugen.gif][Image: 41583772.gif]


Love Gotta Have it:
123
Thanked by:
#48
To be honest, I have no clue! :U
I have no knowledge of programming or system restraints, but I think it'd be really awesome if I could somehow make just an overworld engine that functions like Earthbound at least. I started the project as an initial graphics revamp for the game.
I have certain restrictions (boxes in multiples of 8, pallette, color limit, etc.), but I don't know if this could run in anything. Is it possible for this stuff to be made into an overworld, with menu, dialog, and at least walking around?

Once I have a significant portion done, I was considering doing either a sprite project to open it up or organize a Game Dev thread and see if anyone wants to help with NPCs, programming, tilesets, etc.
Would anyone be interested?
[Image: OH4K4jX.gif] [Image: R7WBBzo.gif] [Image: TsJpssj.gif]
-----------------------[Love]-----------------------
Thanked by: Virtuaboy123
#49
I'm interested, but I'm way too busy :/
Try Me!

I've actually made a Mother 3 engine before so I could remake EBZ.
If you like it, I could probably just plug in your graphics and stuff. Then poof, you have a neat little game~
Here it is if you want to take a look.
Overworld and Battling systems are almost %100 done.
Thanked by: Virtuaboy123, Baegal, Ton, Shade
#50
Not to be off topic
But wow I played it, really nice. Makes me want to get into programming.
[Image: mugen.gif][Image: 41583772.gif]


Love Gotta Have it:
123
Thanked by: Ploaj, Baegal
#51
Ploaj, that's awesome!!
(For the little test some of the sprites were flipped which changed the hat but I'm sure it was just an example)
It's really cool to get to see my stuff like that C:

Well, whether I can find a programmer or not, I still plan to work on these. You're saying it can be done with my restrictions?
[Image: OH4K4jX.gif] [Image: R7WBBzo.gif] [Image: TsJpssj.gif]
-----------------------[Love]-----------------------
Thanked by:
#52
(05-04-2013, 05:46 PM)Baegal Wrote: C:

[Image: XhbjD43.gif]
75% of Main characters' walkcycles done!!

Do you guys think I should make running animations too? Or just speed it up?
I'm probably going to move on and mayble dabble in tilesets once Poo's 8d walking is done, but the running thought just occured to me.

I also want to add that while this is alright, a normal walking animation with arm flailing would be nice too.

no suggestions otherwise

[Image: ac4736a64f664216a358cb7e68847911.png]
one thing, the foot without the outline looks weird, outline it. Everything else is, why wouldn't it be?
Spriter Gors】【Bandcamp】【Twitter】【YouTube】【Tumblr】【Portifolio
If you like my C+C, please rate me up. It helps me know I'm helping!
[Image: deT1vCJ.png]
Thanked by: Baegal
#53
I'm really digging these. Hell, I love any time Mother gets some love around here.

You should do Porky. Cute
[Image: b1.php?u=39480955]
Quote:You had wasted MY LIFE... waiting for just a goddamn bunnelby model.
-The prestigious Farlavor
Thanked by: Baegal, megaMasquerain
#54
I think the way the legs on the back sprite are animated looks pretty weird. It looks like only the feet are moving and the legs aren't? I wouldn't know how to tell you how to fix it, though.
[Image: sxv5uJR.gif]
Thanked by: Baegal
#55
(05-06-2013, 08:38 AM)Gorsalami Wrote: I also want to add that while this is alright, a normal walking animation with arm flailing would be nice too.

no suggestions otherwise

[Image: ac4736a64f664216a358cb7e68847911.png]
one thing, the foot without the outline looks weird, outline it. Everything else is, why wouldn't it be?
Are you saying I should do arm flailing for the running animation? Or do the walk without the arms on the backpack? I wanted to add some variety to the character walks, and I was hoping to make each one unique.
Ness with hands on backpack, Paula flailing arms, Jeff in pockets, and Poo behind his back.
I agree with you on the foot. To be honest i might have just missed that one!


(05-06-2013, 11:49 AM)Tonberry2k Wrote: I'm really digging these. Hell, I love any time Mother gets some love around here.

You should do Porky. Cute
I was considering him and Picky once Poo's walk cycle is done C:
(and Ness is tidied up a little)
This does raise an important question, though. Should all characters have 8 directions, or can I get away with NPCs having only 4? I think I might need to do 8, but if anyone thinks otherwise or has a better solution, please let me know.
(05-06-2013, 02:59 PM)StarSock64 Wrote: I think the way the legs on the back sprite are animated looks pretty weird. It looks like only the feet are moving and the legs aren't? I wouldn't know how to tell you how to fix it, though.
I agree completely. I had the same problem with Jeff before, so I can try to rework it. The problem with Jeff is his legs were 3px thick instead of 2px because of pant legs, so I might just have to mess around and see what I can do.

EDIT: [Image: 8HaQBbv.gif]
I think I fixed the issues.
[Image: OH4K4jX.gif] [Image: R7WBBzo.gif] [Image: TsJpssj.gif]
-----------------------[Love]-----------------------
Thanked by:
#56
You could get away with most NPCs having only 4. Porky is a major presence in the game though, so I would give him 8.

At the same time, Picky, King, Flying Man, etc. all join your party at some point and might look weird not walking diagonally while Ness is.
[Image: b1.php?u=39480955]
Quote:You had wasted MY LIFE... waiting for just a goddamn bunnelby model.
-The prestigious Farlavor
Thanked by: Baegal, megaMasquerain
#57
you could also make ambiguous diagonals (you only need to make two custom animations for each diagonal; the rest is achieved via mirroring). This way you can easily fill those gaps without trouble.
Spriter Gors】【Bandcamp】【Twitter】【YouTube】【Tumblr】【Portifolio
If you like my C+C, please rate me up. It helps me know I'm helping!
[Image: deT1vCJ.png]
Thanked by: Baegal
#58
Gors, what exactly do you mean by that? Example?
[Image: OH4K4jX.gif] [Image: R7WBBzo.gif] [Image: TsJpssj.gif]
-----------------------[Love]-----------------------
Thanked by:
#59
I'm thinking he means that all you have to do is mirror on side. essentially meaning you only need two diagonals rather than two

You couldn't do this with Ness because of his hat(he's asymmetrical). But you could with Porky,Picky, Flying man because they are.
[Image: mugen.gif][Image: 41583772.gif]


Love Gotta Have it:
123
Thanked by:
#60
Ah, ok. I did that with Jeff and Paula, but Ness and Poo are asymmetrical.
I'll probably make NPCs symmetrical so I really just have to do front back and side.
[Image: OH4K4jX.gif] [Image: R7WBBzo.gif] [Image: TsJpssj.gif]
-----------------------[Love]-----------------------
Thanked by: Ton


Forum Jump: