What MV version you using with ABS?


  • Total voters
    33
  • Poll closed .

mukuroxi

Warper
Member
Joined
Aug 21, 2015
Messages
3
Reaction score
0
First Language
english
Every time i get into the radius view of an enemy the i keep getting an error which says "cannot read property length of undefined" can you please help me 
 

Cazziuz

Veteran
Veteran
Joined
Feb 10, 2013
Messages
86
Reaction score
20
First Language
English
Primarily Uses
This isnt a request for a immediate feature , but rather something i was wondering if it might be possible eventually, but a way to change the bars for HP/MP/TP that is drawn by the plugin for the hero, basically i would like to use custom images of some sort for them, again this isnt a request for a feature that i think needs to be a option right away , but something that i think would be nice to see eventually 
 
Joined
Nov 25, 2015
Messages
312
Reaction score
762
First Language
Russian
Primarily Uses
RMMZ
Every time i get into the radius view of an enemy the i keep getting an error which says "cannot read property length of undefined" can you please help me 



1) Demo game works?


2) This error appears if you using only one plugin 'Alpha_ABS.js' in your project?


3) When this error appears, press F8 and take screenshot of debug window (console section), like this:

2016-09-13_23-14-18.png



Plugin has been updated to build 100. Fixes some small bugs with AI.


I make video how properly install plugin and update.


Until the plugin in Beta state, I recommend to check out the GitHub page for new build at least every few days. 


@Cazziuz, you right. In the future I will consider some variants of the implementation of more flexible customization of UI elements, but it is not a priority for now. If you know how do it good or you saw cool UI in other plugins, show me some examples. 
 
Last edited by a moderator:

Melosx

Master of Bananas
Veteran
Joined
Apr 10, 2012
Messages
50
Reaction score
27
First Language
Italian
Primarily Uses
During basic tutorial, if I try to put Arrow item in a slot I've this error

Code:
ReferenceError: LOGW is not defined
    at Window_ItemList.update (file:///C:/Users/Carmelo/Desktop/Alpha-ABS-master/Alpha-ABS-master/Alpha%20ABS%20Demo/js/plugins/Alpha_ABS.js:11182:16)
    at file:///C:/Users/Carmelo/Desktop/Alpha-ABS-master/Alpha-ABS-master/Alpha%20ABS%20Demo/js/rpg_core.js:6485:19
    at Array.forEach (native)
    at WindowLayer.update (file:///C:/Users/Carmelo/Desktop/Alpha-ABS-master/Alpha-ABS-master/Alpha%20ABS%20Demo/js/rpg_core.js:6483:19)
    at file:///C:/Users/Carmelo/Desktop/Alpha-ABS-master/Alpha-ABS-master/Alpha%20ABS%20Demo/js/rpg_scenes.js:112:19
    at Array.forEach (native)
    at Scene_Item.Scene_Base.updateChildren (file:///C:/Users/Carmelo/Desktop/Alpha-ABS-master/Alpha-ABS-master/Alpha%20ABS%20Demo/js/rpg_scenes.js:110:19)
    at Scene_Item.Scene_Base.update (file:///C:/Users/Carmelo/Desktop/Alpha-ABS-master/Alpha-ABS-master/Alpha%20ABS%20Demo/js/rpg_scenes.js:42:10)
    at Function.SceneManager.updateScene (file:///C:/Users/Carmelo/Desktop/Alpha-ABS-master/Alpha-ABS-master/Alpha%20ABS%20Demo/js/rpg_managers.js:1829:25)
    at Function.SceneManager.updateMain (file:///C:/Users/Carmelo/Desktop/Alpha-ABS-master/Alpha-ABS-master/Alpha%20ABS%20Demo/js/rpg_managers.js:1790:18)



Why is not recommended to try the demo on mobile?
 

Black Mamba

Veteran
Veteran
Joined
Mar 6, 2014
Messages
271
Reaction score
89
First Language
pt-br
Primarily Uses
Is possible to show skill/item information when i mouse hover in the UI?
 
Joined
Sep 22, 2013
Messages
23
Reaction score
6
First Language
english
Primarily Uses
This is a great plugin so far! Thanks for putting the time in to make this. I was wondering about a few things. !. was if it was possible to disable the jump mechanic altogether in plugin options?


2. To have more custom enemy behavior or more a.i options. 3. Is it possible to have different character animations/poses. Thanks again for your hard work. 
 

OZiO

Veteran
Veteran
Joined
Jul 21, 2016
Messages
40
Reaction score
39
First Language
English
Primarily Uses
This is a great plugin, but everytime I try to load it into my project I just get the error "Support only 1.3.1 version of MV" so I uninstalled MV and reinstalled it with the latest and still get the error, so then I tried to import my assets to the demo game, but then the player is always under the map and the rest of the UI (the bottom part) is missing. I'm wondering what's causing this or what I'm doing wrong. 

2016-09-14 06_01_06-Alpha ABS (Beta) - Page 3 - JS Plugins In Development - RPG Maker Forums.png

2016-09-14 06_00_02-Bersona.png
 

Driftwood Gaming

https://discord.gg/DriftwoodGaming OfficialPartner
Veteran
Joined
Nov 11, 2015
Messages
120
Reaction score
312
First Language
English
Primarily Uses
RMMZ
Did you copy paste the .js files needed to update the project to Version 1.3.1? You have to replaces the lib js and all the main js files except for plugins.js. I have a video on how to update on my channel if you would like to watch a tutorial. 






 
Joined
Nov 25, 2015
Messages
312
Reaction score
762
First Language
Russian
Primarily Uses
RMMZ
During basic tutorial, if I try to put Arrow item in a slot I've this error

Thanks, i fix it already (build 142)

Why is not recommended to try the demo on mobile?

1) I am not tested it on mobile, may be some bugs
2) Demo using some third-party plugins and i not sure it's will works fine
3) You can use your own project or new with installed Alpha ABS for testing on mobile platform

Is possible to show skill/item information when i mouse hover in the UI?

I'll do it in next big update.

This is a great plugin so far! Thanks for putting the time in to make this. I was wondering about a few things. !. was if it was possible to disable the jump mechanic altogether in plugin options?


2. To have more custom enemy behavior or more a.i options. 3. Is it possible to have different character animations/poses. Thanks again for your hard work. 

1. In current version not possible, i'll try to do this in the update. If just disable the jump button, we need to hide the icon and redraw the entire panel. Therefore, it cannot be implemented in a very short time.


2. What exactly options and behaviour do you want to see?


3. About animations and poses, I have no experience (not in programming, about how create it good and useful), so i need assistance in this matter.


@OZiO, see Driftwood Gaming post, you need update project files.
 

Driftwood Gaming

https://discord.gg/DriftwoodGaming OfficialPartner
Veteran
Joined
Nov 11, 2015
Messages
120
Reaction score
312
First Language
English
Primarily Uses
RMMZ
Is it possible to allow states to use the lighting system? I.E. Making a Torch item that adds a state for 2 minutes that gives off extra light.
 

OZiO

Veteran
Veteran
Joined
Jul 21, 2016
Messages
40
Reaction score
39
First Language
English
Primarily Uses
Did you copy paste the .js files needed to update the project to Version 1.3.1? You have to replaces the lib js and all the main js files except for plugins.js. I have a video on how to update on my channel if you would like to watch a tutorial. 








Thanks, i fix it already (build 142)


1) I am not tested it on mobile, may be some bugs
2) Demo using some third-party plugins and i not sure it's will works fine
3) You can use your own project or new with installed Alpha ABS for testing on mobile platform


I'll do it in next big update.


1. In current version not possible, i'll try to do this in the update. If just disable the jump button, we need to hide the icon and redraw the entire panel. Therefore, it cannot be implemented in a very short time.


2. What exactly options and behaviour do you want to see?


3. About animations and poses, I have no experience (not in programming, about how create it good and useful), so i need assistance in this matter.


@OZiO, see Driftwood Gaming post, you need update project files.



Thanks so much for the fast responses guys, I'm at work now, but I'll give it a try when I get home.
 
Joined
Sep 22, 2013
Messages
23
Reaction score
6
First Language
english
Primarily Uses
1. In current version not possible, i'll try to do this in the update. If just disable the jump button, we need to hide the icon and redraw the entire panel. Therefore, it cannot be implemented in a very short time.


2. What exactly options and behaviour do you want to see?


3. About animations and poses, I have no experience (not in programming, about how create it good and useful), so i need assistance in this matter.


@Pheonix KageDesu For enemy behaviors i was thinking of a way to have a enemy change their skills when they are at a certain amount of health or when they have a certain state.


I was also curious if its possible to disable and enable abs on a abs map? and if its possible to transfer the player to another map while in combat?
 
Last edited by a moderator:
Joined
Nov 25, 2015
Messages
312
Reaction score
762
First Language
Russian
Primarily Uses
RMMZ
Is it possible to allow states to use the lighting system? I.E. Making a Torch item that adds a state for 2 minutes that gives off extra light.



I think this mostly relates to Terrax Lighting plugin. Terrax Lighting allows create a torchlight and flashlight. 


The state alone will not be able to add additional lighting, it may be only a animation on the map or 'vector' skills.


Try read help of Terrax Lighting, i hope you find something helpful.

For enemy behaviors i was thinking of a way to have a enemy change their skills when they are at a certain amount of health or when they have a certain state.

You can use Actions Patterns. See how implemented enemies in Demo game for example.

2016-09-14_20-14-50.png


I was also curious if its possible to disable and enable abs on a abs map? and if its possible to transfer the player to another map while in combat?

You can disable or enable only UI HUD on ABS map. 


Transfer possible if you not engaged in battle.

@neogeokell, you didn't read the documentation? Or am I mistaken?
 
Joined
Sep 22, 2013
Messages
23
Reaction score
6
First Language
english
Primarily Uses
You can use Actions Patterns. See how implemented enemies in Demo game for example.

2016-09-14_20-14-50.png



You can disable or enable only UI HUD on ABS map. 


Transfer possible if you not engaged in battle.

@neogeokell, you didn't read the documentation? Or am I mistaken?



Thanks for quick reply. Lol i did read the documentation, i just suck at explaining what i mean. I guess i meant more movement behavior in event pages. For example if the enemy has a fear state he would run away or move away from the player, or have an enemy like a enemy ranger that just shoots ranged attacks) then when player is within a close certain distance he would then start to move in for melee attacks or a stationary enemy who never moves at all (maybe a turret) just shoots rangeds attacks. I knew you can disable hud but was wondering  if it is possible to not just hide the hud but deactive and activate abs completely on a abs map? ?Maybe with a plugin command or script call? Would it be difficult to add the ability to transfer to another map when engaged in battle?


Thanks Pheonix
 
Last edited by a moderator:

Black Mamba

Veteran
Veteran
Joined
Mar 6, 2014
Messages
271
Reaction score
89
First Language
pt-br
Primarily Uses
Hello Phoenix, can you give us a list of parameter that we can use, for exemple in <reloadParam:attackSpeed> i want to use:

Code:
<reloadParam: character agility*2 + weapon attack speed>
 

Asada05

Warper
Member
Joined
Sep 13, 2016
Messages
4
Reaction score
2
First Language
Indonesian
Primarily Uses
Build 142


Error occurred while opening the options menu after ending the game.

Error.png
 

Asada05

Warper
Member
Joined
Sep 13, 2016
Messages
4
Reaction score
2
First Language
Indonesian
Primarily Uses
Build 142


This error occurred while trying to move an empty skill into the skill panel


ErrorSkill.png


and empty item (item, weapon, armor, key item).


ErrorItem.png
 

Driftwood Gaming

https://discord.gg/DriftwoodGaming OfficialPartner
Veteran
Joined
Nov 11, 2015
Messages
120
Reaction score
312
First Language
English
Primarily Uses
RMMZ
Do any of the skill descriptions include text commands? I.E.   \v[#] \i[#] \it[#] 


If you try to view a description that's looking for a switch/state/icon or anything that isn't in the database it will crash. To fix this, make sure you have the most recent version of YEP_MessageCore.js and change the number inside of the text commands, or change the maximums(whatever your calling for in the text commands) to as high as the numbers inside the text commands.
 
Joined
Nov 25, 2015
Messages
312
Reaction score
762
First Language
Russian
Primarily Uses
RMMZ
Hello Phoenix, can you give us a list of parameter that we can use, for exemple in <reloadParam:attackSpeed> i want to use:



Update plugin to 208 build.


You can use:  hp, mp, tp, mhp, mmp, atk, def, mat, mdf, agi, luk, attackSpeed


For you example: <reloadParam:agi*2+attackSpeed>

Would it be difficult to add the ability to transfer to another map when engaged in battle?

Before 'Transfer Player' event command call this 'Script':


$gameMap.stopABS();


AlphaABS.BattleManagerABS.stopABS();


It allow you transfer during battle, but maybe some bugs with states, cooldowns and other.


@Asada05, thanks, update to 208 build, i fixed these bugs.


But, why you trying add empty items and skill? :)  
 
Last edited by a moderator:

Black Mamba

Veteran
Veteran
Joined
Mar 6, 2014
Messages
271
Reaction score
89
First Language
pt-br
Primarily Uses
Phoeny, i cant use <ABS:3> on my weapons? beacuse if i want to make a fire sword that do area damge in front the character?
 

Latest Threads

Latest Posts

Latest Profile Posts

Time to wrap things up and release a demo of my game.
My son is smelling the house out with waffles and homemade strawberry sauce. Sometimes he has leftovers. I hope he has leftovers today!
I really, really, REALLY hate it when I'm trying to make an event work but I keep screwing it up and somehow mess up the conditional branches and can't figure out the proper order!:kaolivid:
I got a function working to load the last save after a game over. Really proud of myself.
Still a WIP...

car.png
I started the evening loving vintage cars... by the time I am done however I might not anymore... xD

Forum statistics

Threads
130,002
Messages
1,206,945
Members
171,255
Latest member
blulw
Top