TML233 / UndertaleEngine

An UNDERTALE fangame engine.
MIT License
99 stars 78 forks source link

Who to make a Battle System ? #73

Closed RockiDOG closed 4 years ago

RockiDOG commented 5 years ago

I don't know who to create a battle who can help me ?

Animeliqite commented 5 years ago

https://tml233.github.io/undertale_engine/#/tutorial/battle/0_dummy There's a documentation about how to create battles. If you have a Desktop license of Game Maker Studio 2, then you can easily use this engine.

RockiDOG commented 5 years ago

Yes but he doesn't have a sprite of the Dummy @Animelici804 And the tutorial is not completed @TML233

Animeliqite commented 5 years ago

You can find the dummy sprite yourself. Just import the Dummy sprite, and then, if it's not scaled to %200, then scale it to %200 percent, and finally, set the origin to the bottom-center. After doing all of this, set your enemy object's sprite to the dummy. You don't have to always make a dummy.

Animeliqite commented 5 years ago

I know, I know, it's really hard to be patient for waiting for an Undertale engine to be done. You also gotta be patient. TML is making this engine and the documentation as fast as possible.

RockiDOG commented 5 years ago

And for the Ennemy attack ? The Bullet ?

Animeliqite commented 5 years ago

I couldn't figure out how to make a bullet.

RockiDOG commented 5 years ago

Oh ;-;

RockiDOG commented 5 years ago

A Battle with no attack ;-;

Animeliqite commented 5 years ago

Maybe, in the future, TML will write how that works.

RockiDOG commented 5 years ago

Maybe ;;-;;

BabyGolden2 commented 4 years ago

Want me to find out how?

Animeliqite commented 4 years ago

well it would be good, thanks

jevilhumor commented 4 years ago

@RockiDOG organized.zip Well, if you need organized UNDERTALE sprites, heres ya go!

TML233 commented 4 years ago

Simple battle example updated, checkout the example branch to learn more.