| [AES-MV] μ'ki's Simple ABS | |
|
|
Pengirim | Message |
---|
bungatepijalan Moe Princess
Posts : 1487 Thanked : 30 Engine : Multi-Engine User Skill : Intermediate Type : Developer
Trophies
Awards: | Subyek: [AES-MV] μ'ki's Simple ABS 2016-02-21, 18:35 | |
| μ'ki's Simple ABS Version: v1.01 Beta Type: Custom Battle System
Introduction
The RPG MV project in the download link below demonstrates a simple event-based action battle system. - Spoiler:
The Simple ABS Features
- 'A' and 'S' key for the player character's melee and ranged attack action.
- Attack actions with firing delay (in frames).
- On-map enemies with states (per event page): Wander, Chase, Attack, Hit and Dead.
- Using "Self Variables" plugin for some common events that need things like firing delay and enemy HP.
- Using "On-Map Bullets" plugin for ranged attacks that spawn bullets.
- Using "Event Commands Extras" plugin for things like drawing on-map HUD and duplicating events at runtime.
Notes
- This event system has some flaws that may need some special handlings. You can try to improve it, but you may need JS scripting knowledge, since some common events use pieces of script code.
- The demo project uses minimal assets for smaller download size. No audio assets, title screen, etc. included in order to make such compact size.
Download Demo Project & More Information
μ'ki's Simple ABS.zip | |
|
| |
flakeheartnet Newbie
Posts : 36 Thanked : 0 Engine : Multi-Engine User Skill : Beginner Type : Artist
| Subyek: Re: [AES-MV] μ'ki's Simple ABS 2016-02-23, 22:02 | |
| Barusan ngetest demonya dan keren abis. Ada plan buat di develop lagi biar lebih keren? btw tombul A dan S buat attack kok ga berfungsi? apa ada bug? | |
|
| |
bungatepijalan Moe Princess
Posts : 1487 Thanked : 30 Engine : Multi-Engine User Skill : Intermediate Type : Developer
Trophies
Awards: | Subyek: Re: [AES-MV] μ'ki's Simple ABS 2016-02-24, 05:06 | |
| ^ coba clear browser cache atau matiin caps lock (?) or whatever, kalo di aku jalan kok, yg tombol S mestinya keluar peluru | |
|
| |
flakeheartnet Newbie
Posts : 36 Thanked : 0 Engine : Multi-Engine User Skill : Beginner Type : Artist
| Subyek: Re: [AES-MV] μ'ki's Simple ABS 2016-02-24, 13:19 | |
| sip, ternyata capslock. setelah dimatiin berfungsi sempurna. Sip lah, eh btw soal terms and conditionnya gimana? | |
|
| |
bungatepijalan Moe Princess
Posts : 1487 Thanked : 30 Engine : Multi-Engine User Skill : Intermediate Type : Developer
Trophies
Awards: | Subyek: Re: [AES-MV] μ'ki's Simple ABS 2016-02-24, 19:05 | |
| hmm, kalo di aku udah dicoba ga ngaruh caps locknya kok, atau jangan2 gara2 browsernya tapi kalo begitu jg sih, coba di common event 'Init', tambahin command script: - Code:
-
Input.keyMapper['65'] = 'A'; Input.keyMapper['83'] = 'S'; Input.keyMapper['68'] = 'D'; Input.keyMapper['70'] = 'F'; Input.keyMapper['97'] = 'A'; Input.keyMapper['115'] = 'S'; Input.keyMapper['100'] = 'D'; Input.keyMapper['102'] = 'F'; sorry aku ga terlalu yakin if it works btw just add credit to me (Alissa Liu) if you want to use it, aku ga nuntut bayaran kok | |
|
| |
flakeheartnet Newbie
Posts : 36 Thanked : 0 Engine : Multi-Engine User Skill : Beginner Type : Artist
| Subyek: Re: [AES-MV] μ'ki's Simple ABS 2016-02-24, 21:07 | |
| Kalo begitu makasih udah share cool resources | |
|
| |
cradth+helverd Newbie
Posts : 83 Thanked : 0 Engine : RMVX Skill : Intermediate Type : Jack of All Trades
| Subyek: Re: [AES-MV] μ'ki's Simple ABS 2016-02-25, 10:10 | |
| Pasang mata untuk plugin ini, dari dulu saya fans berat ABS. Bakal terus dikembangkan kah ke depannya? | |
|
| |
bungatepijalan Moe Princess
Posts : 1487 Thanked : 30 Engine : Multi-Engine User Skill : Intermediate Type : Developer
Trophies
Awards: | Subyek: Re: [AES-MV] μ'ki's Simple ABS 2016-02-25, 11:35 | |
| entah lh, ya makany sistem ini dibilang simple, kecuali kalo nanti mau bikin project game zombie survival... | |
|
| |
Sponsored content
| Subyek: Re: [AES-MV] μ'ki's Simple ABS | |
| |
|
| |
| [AES-MV] μ'ki's Simple ABS | |
|