Per 2016, RMID pindah ke RMID Discord (Invite link dihapus untuk mencegah spambot -Theo @ 2019). Posting sudah tidak bisa dilakukan lagi.
Mohon maaf atas ketidaknyamanannya dan mohon kerjasamanya.

Share | 
 

 [AES-MV] μ'ki's Simple ABS

Topik sebelumnya Topik selanjutnya Go down 
[AES-MV] μ'ki's Simple ABS Empty2016-02-21, 18:35
Post[AES-MV] μ'ki's Simple ABS
#1
bungatepijalan 
Moe Princess
bungatepijalan

Level 5
Posts : 1487
Thanked : 30
Engine : Multi-Engine User
Skill : Intermediate
Type : Developer
Awards:
[AES-MV] μ'ki's Simple ABS Vide
μ'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
[AES-MV] μ'ki's Simple ABS Empty2016-02-23, 22:02
PostRe: [AES-MV] μ'ki's Simple ABS
#2
flakeheartnet 
Newbie
Newbie
flakeheartnet

Level 5
Posts : 36
Thanked : 0
Engine : Multi-Engine User
Skill : Beginner
Type : Artist

[AES-MV] μ'ki's Simple ABS Vide
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?
[AES-MV] μ'ki's Simple ABS Empty2016-02-24, 05:06
PostRe: [AES-MV] μ'ki's Simple ABS
#3
bungatepijalan 
Moe Princess
bungatepijalan

Level 5
Posts : 1487
Thanked : 30
Engine : Multi-Engine User
Skill : Intermediate
Type : Developer
Awards:
[AES-MV] μ'ki's Simple ABS Vide
^
coba clear browser cache atau matiin caps lock (?) or whatever, kalo di aku jalan kok, yg tombol S mestinya keluar peluru
[AES-MV] μ'ki's Simple ABS Empty2016-02-24, 13:19
PostRe: [AES-MV] μ'ki's Simple ABS
#4
flakeheartnet 
Newbie
Newbie
flakeheartnet

Level 5
Posts : 36
Thanked : 0
Engine : Multi-Engine User
Skill : Beginner
Type : Artist

[AES-MV] μ'ki's Simple ABS Vide
sip, ternyata capslock. setelah dimatiin berfungsi sempurna. Sip lah, eh btw soal terms and conditionnya gimana?
[AES-MV] μ'ki's Simple ABS Empty2016-02-24, 19:05
PostRe: [AES-MV] μ'ki's Simple ABS
#5
bungatepijalan 
Moe Princess
bungatepijalan

Level 5
Posts : 1487
Thanked : 30
Engine : Multi-Engine User
Skill : Intermediate
Type : Developer
Awards:
[AES-MV] μ'ki's Simple ABS Vide
hmm, kalo di aku udah dicoba ga ngaruh caps locknya kok, atau jangan2 gara2 browsernya :hmm:
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
[AES-MV] μ'ki's Simple ABS Empty2016-02-24, 21:07
PostRe: [AES-MV] μ'ki's Simple ABS
#6
flakeheartnet 
Newbie
Newbie
flakeheartnet

Level 5
Posts : 36
Thanked : 0
Engine : Multi-Engine User
Skill : Beginner
Type : Artist

[AES-MV] μ'ki's Simple ABS Vide
Kalo begitu makasih udah share cool resources  :D
[AES-MV] μ'ki's Simple ABS Empty2016-02-25, 10:10
PostRe: [AES-MV] μ'ki's Simple ABS
#7
cradth+helverd 
Newbie
Newbie
cradth+helverd

Level 5
Posts : 83
Thanked : 0
Engine : RMVX
Skill : Intermediate
Type : Jack of All Trades

[AES-MV] μ'ki's Simple ABS Vide
Pasang mata untuk plugin ini, dari dulu saya fans berat ABS. XD
Bakal terus dikembangkan kah ke depannya?
[AES-MV] μ'ki's Simple ABS Empty2016-02-25, 11:35
PostRe: [AES-MV] μ'ki's Simple ABS
#8
bungatepijalan 
Moe Princess
bungatepijalan

Level 5
Posts : 1487
Thanked : 30
Engine : Multi-Engine User
Skill : Intermediate
Type : Developer
Awards:
[AES-MV] μ'ki's Simple ABS Vide
entah lh, ya makany sistem ini dibilang simple, kecuali kalo nanti mau bikin project game zombie survival...
[AES-MV] μ'ki's Simple ABS Empty
PostRe: [AES-MV] μ'ki's Simple ABS
#9
Sponsored content 




[AES-MV] μ'ki's Simple ABS Vide
 

[AES-MV] μ'ki's Simple ABS

Topik sebelumnya Topik selanjutnya Kembali Ke Atas 

Similar topics

+
Halaman 1 dari 1

Permissions in this forum:Anda tidak dapat menjawab topik
RPGMakerID :: Scripts & Event Systems :: Event System-