What MV version you using with ABS?


  • Total voters
    33
  • Poll closed .
Joined
Nov 25, 2015
Messages
344
Reaction score
821
First Language
Russian
Primarily Uses
RMMZ
2018-12-27_18-41-49.png


Last public build: 1232 (22.02.2021)

Last private build: 1242 (30.10.2021)



The real-time combat system. Easy to configure and learn. Has great functionality and is easily extensible.

Features:

  • Easy configuration system and fast start
  • Mouse, keyboard, touch input supports
  • Supported big range of various type of skills and weapons
  • Party support
  • All platforms supports (mobile, web, PC)
  • Many plugin options, flexible interface (UI) system
  • Wiki pages and video tutorials
  • Discord server with 500+ people

Just battle with Party AI and many enemies


Build 1232 Download and install guide










Video tutorials:





Download Alpha ABS build 1232 (plugin only)
Download from DropBox

Download Alpha ABS build 1232 (Demo project)
(recommended for new plugin users)
Download .zip

Download Alpha ABS Demo by Ryan Ye
Download


More information:

Plugin WebPage (information and tutorials):
https://kdworkshop.net/plugins/alpha-abs/
WiKi Page (documentation):
https://github.com/KageDesu/Alpha-ABS/wiki
YouTube channel:
https://www.youtube.com/channel/UCA3R61ojF5vp5tGwJ1YqdgQ?
 
Last edited:

BigToastie

Regular
Regular
Joined
Apr 2, 2014
Messages
314
Reaction score
164
Primarily Uses
Honestly from the video this looks really good.


In terms of when you are incorporating the AI, you may want to allow users to program it in a way so you can set conditions for certain skills to use (so your AI healer will only try heal you if you are below 50% hp)


In terms of fighting itself, in an abs it might be a good idea to have a limited amount of skills in battle, and possibly only allow users to change their skills on maps with a specific notetag (safezone for example) this way people go to town, optimise their skill setup and go out, if it doesn't work they can re-refine it back at town?


Also a question, how do states work on this ABS? so if you are under 'sleep' condition etc?


Cheers :)


EDIT: Also do you want me to test it to see what I can do with this?


I know it's in Alpha but I want it :3 haha
 
Last edited by a moderator:

OZiO

Regular
Regular
Joined
Jul 21, 2016
Messages
40
Reaction score
39
First Language
English
Primarily Uses
Going off the video alone, this looks amazing. Looking forward to what you cook up.
 

Ally

Linked Rooms Games Founder - Fleshforward
Member
Joined
Mar 17, 2012
Messages
332
Reaction score
154
First Language
Italy
Primarily Uses
RM2k
Awesome!


you can use a gun?
 
Joined
Nov 25, 2015
Messages
344
Reaction score
821
First Language
Russian
Primarily Uses
RMMZ
In terms of when you are incorporating the AI, you may want to allow users to program it in a way so you can set conditions for certain skills to use (so your AI healer will only try heal you if you are below 50% hp)

Thanks, I'll think about it.

In terms of fighting itself, in an abs it might be a good idea to have a limited amount of skills in battle, and possibly only allow users to change their skills on maps with a specific notetag (safezone for example) this way people go to town, optimise their skill setup and go out, if it doesn't work they can re-refine it back at town?

While you start fight you go to the specific "battle state" and acces to menu is prohibited, but if you not fight, you can access to menu. It's like fast travel in Skyrim.

Also a question, how do states work on this ABS? so if you are under 'sleep' condition etc?

I am currently working on the states. "Sleep" - most likely you simply can not control the character as long as the state.

Also do you want me to test it to see what I can do with this?

At the moment, everything is split into many files and no instructions for use, maybe later I'll need your help.

Going off the video alone, this looks amazing. Looking forward to what you cook up.

Thanks)

Awesome!


you can use a gun?

Thanks. Technically possible, I'll work on it and answer you later.
 

Ally

Linked Rooms Games Founder - Fleshforward
Member
Joined
Mar 17, 2012
Messages
332
Reaction score
154
First Language
Italy
Primarily Uses
RM2k
Fantastic!! if you allow the possibility of using the gun , I will pass surely on MV!


I wait another update :)
 

BigToastie

Regular
Regular
Joined
Apr 2, 2014
Messages
314
Reaction score
164
Primarily Uses
Awesome, sounds great, keep the good work up!!


I kinda want to wait off on my combat until this is out because, I feel, my game would be better tailored to this!! :p
 

Gooz

Regular
Regular
Joined
Mar 27, 2015
Messages
44
Reaction score
2
First Language
français
Primarily Uses
Very promising work!


Super nice.


How do you choose the skills that you want to put in the hotbar? Do you have a specific scene (in the skill scene maybe)?


I read you were working on states, do you plan to use SV overlay on map (like Quasi ABS)?


What about AI settings?


So many questions sry x(
 
Joined
Nov 25, 2015
Messages
344
Reaction score
821
First Language
Russian
Primarily Uses
RMMZ
Gooz, thanks.


I glad to answer on your questions.


Most elements, which i am working on, only made for public Beta . In the future (after the release of Beta testing and) everything can be improved, modified and redone.


Now, i complete work on states for Beta build. 

so if you are under 'sleep' condition etc?



States with restriction "Cannot move" will be work like stun in WOW. In other words, you can't control you character while state on you.

you can use a gun?

I spend some time on this. Yes, defenetly, you can use gun, bow, machin gun and other.


You can setting magazin size for weapon, tracers (and 'bullet' speed), ammo usage (item in invertory) and ect. All this setting can be used not only for weapon, also for all spells.


ABS allow you combine over than 20 (on this moment) parameters for create unique spells. 

ABS%20Shot.png


How do you choose the skills that you want to put in the hotbar? Do you have a specific scene (in the skill scene maybe)?

At first time i will make on standart skill scene for Beta. It's not developed yet)

do you plan to use SV overlay on map (like Quasi ABS)?

Yes, you can use SV overlay, SV motion (only 'dead'), status icon or combined (icon and overlay together).

ABS%20StatesExample.png


What about AI settings?

On that moment AI (only enemies, party not support yet) has next parameters:


1) View radius (in game map cells)


2) Return radius (max distance from start point can AI chase player, if AI attack player, start point setted new) In other words, AI can't chase you infinitely. But you can disable it.


3) Run away while can't attack - will be AI run away from player while can't attack (or use spell)


4) Can search player if hear fight around (view radius)


5) Revive time - time for revive after death


6) No fight - AI not be able to fight (Train dummy for example)


Actions (spell or attack) AI choose by standard MV algorithm (like a standart battle system enemy). 


You can setting enemy in Database editor or direct on map event (uses comments). It's allow create a unique copy without create new instance in database.


For create new ABS enemy you don't need write all AI parameters in 'Note' section. All parameters has standart values, you can add only the parameters that you need.


Maybe it's hard to understand, but i try to write good documentation to Beta.
 

Ally

Linked Rooms Games Founder - Fleshforward
Member
Joined
Mar 17, 2012
Messages
332
Reaction score
154
First Language
Italy
Primarily Uses
RM2k
Wow man! Awesome update!!!!
 

nicely

Warper
Member
Joined
Aug 17, 2016
Messages
3
Reaction score
6
Primarily Uses
N/A
This looks fantastic! I can't wait.
 
Joined
Nov 25, 2015
Messages
344
Reaction score
821
First Language
Russian
Primarily Uses
RMMZ
@nicely, thanks)


I finished work on most of the project, in this case alpha is done.


I started work on beta release. I'm going to do documentation, demo-game, template database and ect.


Template database should allow you see what type of skills\items you can create, also you can use it for examples and play around. 


When i complete all of this stuff, you can download and use beta version.
 

Melosx

Master of Bananas
Regular
Joined
Apr 10, 2012
Messages
50
Reaction score
27
First Language
Italian
Primarily Uses
Can't wait for beta release *-*
 

nightdragon

Regular
Regular
Joined
Mar 24, 2012
Messages
92
Reaction score
6
First Language
English
Primarily Uses
This is a battle system I'm waiting for, A AI with party members.   Awesome  :D  . 


Will the enemies respawn? 


 When you add party members can you change party leader during battle? 


Will they be able to heal and revive each other plus the player during battle? 
 
Joined
Nov 25, 2015
Messages
344
Reaction score
821
First Language
Russian
Primarily Uses
RMMZ
Will the enemies respawn?

@nightdragon, yes, enemies can respawn, you can set respawn time in seconds.

Will they be able to heal and revive each other plus the player during battle?

On party AI i begin work after beta release. I don't promise super AI system, but basic elements like heal, support and ect. i make.

When you add party members can you change party leader during battle? 

In first beta version - no, but after add party AI, I think it's not problem to make this.


ABS system will divide maps on two type. First type -  it's simple map where ABS not active, like you not use plugin at all. On this map you can create some town or village. For example you can regroup party, change leader, pick some quests end ect. Second type - maps with active ABS. Enemies, interface and skills will be work on ABS map, standart game events too. Also you can access to menu and save\load game on ABS map, but only if you not in fight with some enemies. Party formation (and leader) you can't change on ABS map.


It's not prohibited to allow ABS work on each map, this maps separation was done more for the convenience.


Also, about party. I have plan and some developments to create some CO-OP (multiplayer on dedicated server with host, not MMO) in future. 
 

Black Mamba

Regular
Regular
Joined
Mar 6, 2014
Messages
271
Reaction score
89
First Language
pt-br
Primarily Uses
is possible to play without mouse?
 

Melosx

Master of Bananas
Regular
Joined
Apr 10, 2012
Messages
50
Reaction score
27
First Language
Italian
Primarily Uses
Mobile platfrom support not tested yet.

Count on me for mobile testing. I've an ARM smartphone (S5 mini called Shaylha) and an x86 tablet (Tab 3 10.1 called Banana) that  will be honored to test the abs. 


P.S. : Ye, I give name to my devices... 
 
Joined
Nov 25, 2015
Messages
344
Reaction score
821
First Language
Russian
Primarily Uses
RMMZ
is possible to play without mouse?

Yes, possible. You can use touch input or keyboard for activate spells. 'Tab' key for select nearest target. If  some enemy attacked you and you not target to someone, this enemy will be selected as you target automaticaly. Moving also work on arrows keys.


But anyway, first build was tested using mouse, therefore, may be any bugs and problems using without mouse at all.


In future i will make opportunity to change key binding.

Count on me for mobile testing. I've an ARM smartphone (S5 mini called Shaylha) and an x86 tablet (Tab 3 10.1 called Banana) that  will be honored to test the abs. 



Good. But likely i need spend some more time after beta release to make special preparations to moble platfroms. Maybe first beta will work fine, i don't know, in thoery will work.

P.S. : Ye, I give name to my devices... 

It's cool :)
 

Gothic Lolita

YouTube Starlet
Regular
Joined
Oct 21, 2014
Messages
1,132
Reaction score
197
First Language
German
Primarily Uses
RMMV
First of all, that's exactly what I was looking for. <3

When will be a public download release, or is one planned?
I really could have a use of this. <3 (\ô/)
 

Latest Threads

Latest Profile Posts

Hey Y’all! Here’s Day #8! Another round of applause for @hiddenone my hero yesterday. Kind of still flipping between too hot and too cold, but friends, we’re hydrated.
My boss asked I bring my laptop to work so he could see my game. I show my coworkers, show them some database stuff, and then my boss asks "so can I fight this final boss you've talked about a lot?" :kaojoy:
Finally started working on my first game, let's see where this gets me :)
Gonna repost this since it's currently tied 1-1! We've seen Strength with our adventurers and Charisma with our merchants, so which DnD stat would you like to see in the next NPC for my advent calendar: Constitution or Wisdom?

And a bonus game: if you can guess what type of character each stat will represent, I’ll make your suggested sprite for Christmas! First person to get it wins, so make your guess!
Steam is going to be forcing me to update my desktop OS for Mac. It's a good thing that my laptop is Windows otherwise some of my work and a lot of game save files for 32-bit games would become unusable for a while.

Forum statistics

Threads
136,848
Messages
1,270,720
Members
180,613
Latest member
mememan
Top