设为首页收藏本站同能贴吧 切换语言 繁体中文
开启辅助访问 切换到窄版
扫描二维码关注官方公众号
返回列表
+ 发新帖
查看: 59|回复: 0

[转载发布] DoubleX RMMV Popularized ATB Order

[复制链接]
累计送礼:
0 个
累计收礼:
1 个
  • TA的每日心情
    开心
    2026-7-12 04:10
  • 签到天数: 209 天

    连续签到: 2 天

    [LV.7]常住居民III

    8304

    主题

    864

    回帖

    3万

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

    VIP
    7
    卡币
    30615
    OK点
    16
    推广点
    0
    同能卷
    50
    积分
    39813

    灌水之王

    发表于 6 天前 | 显示全部楼层 |阅读模式
    Note


        This plugin's available for commercial use


    Purpose


        Lets you set the battle to show all battlers' atb in 1 bar


    Games using this plugin


        None so far


    Configurations

    Spoiler* @param show_battler_order_window
    * @desc Setups a window in battle showing all battler atb statuses if
    *       show_battler_order_window is set as true
    * @Default true
    *
    * @param battler_order_window_x
    * @desc Sets the x position of the battler order window as
    *       battler_order_window_x
    * @Default 400
    *
    * @param battler_order_window_y
    * @desc Sets the y position of the battler order window as
    *       battler_order_window_y
    * @Default 108
    *
    * @param battler_order_window_width
    * @desc Sets the width of the battler order window as
    *       battler_order_window_width
    * @Default 416
    * @param battler_order_window_height
    * @desc Sets the height of the battler order window as
    *       battler_order_window_height
    * @Default 120
    *
    * @param battler_order_bar_width
    * @desc Sets the width of each atb bar shown in the battler order window as
    *       battler_order_bar_width
    * @Default 116
    *
    * @param battler_order_bar_x
    * @desc Sets the x position of the atb bars shown in the battler order window
    *       as battler_order_bar_x
    * @Default 16
    *
    * @param battler_order_bar_y
    * @desc Sets the y position of the atb bars shown in the battler order window
    *       as battler_order_bar_y
    * @Default 12
    *
    * @param battler_order_text_size
    * @desc Sets the size of the atb bar description texts shown in the battler
    *       order window as battler_order_text_size
    * @Default 28
    *
    * @param battler_order_text_x
    * @desc Sets the x position of the atb bar description texts shown in the
    *       battler order window as battler_order_text_x
    * @Default 18
    *
    * @param battler_order_text_y
    * @desc Sets the y position of the atb bar description texts shown in the
    *       battler order window as battler_order_text_y
    * @Default 24
    *
    * @param battler_order_sprite_size
    * @desc Sets the size of the battler sprites in the battler order window as
    *       battler_order_sprite_size
    * @Default 40
    *
    * @param battler_order_sprite_opacity
    * @desc Sets the opacity of the battler sprites in the battler order window
    *       as battler_order_sprite_opacity
    * @Default 255
    *
    * @param battler_order_sheet_folder
    * @desc Sets the folder of the sprite sheet used by the battler sprites in the
    *       battler order window as battler_order_sheet_folder
    * @Default img/system/
    *
    * @param battler_order_sheet_name
    * @desc Sets the filename of the sprite sheet in battler_order_sheet_folder
    *       used by the battler sprites in the battler order window as
    *       battler_order_sheet_name
    * @Default IconSet
    *
    * @param battler_order_sheet_hue
    * @desc Sets the hue of battler_order_sheet_name used by the battler sprites in
    *       the battler order window as battler_order_sheet_hue
    * @Default 0
    *
    * @param battler_order_sheet_smooth
    * @desc Sets the smooth flag of battler_order_sheet_name used by the battler
    *       sprites in the battler order window as battler_order_sheet_smooth
    * @Default true
    *
    * @param battler_order_sprite_width
    * @desc Sets the width of each sprite in sprite sheet used by the battler
    *       sprites in the battler order window as battler_order_sprite_width
    * @Default 32
    *
    * @param battler_order_sprite_height
    * @desc Sets the height of each sprite in sprite sheet used by the battler
    *       sprites in the battler order window as battler_order_sprite_height
    * @Default 32
    *
    * @param battler_order_sprite_x
    * @desc Sets the leftmost x position of the battler sprites in the battler
    *       order window as battler_order_sprite_x
    * @Default 14
    *
    * @param actor_order_sprite_y
    * @desc Sets the y position of the actor sprites in the battler order window
    *       as actor_order_sprite_y
    * @Default 8
    *
    * @param enemy_order_sprite_y
    * @desc Sets the y position of the enemy sprites in the battler order window
    *       as enemy_order_sprite_y
    * @Default 72






    Notetags

    Spoiler*    # Actor/Class/Weapon/Armor/Enemy/State Notetags:                     
    *      State notetags take the highest priority, followed by enemy, weapon,
    *      armor, class and actor                                             
    *      Notetag settings override their correponding configuration settings
    *      1. <patb order icon index: row, column>                             
    *         - Sets the row and column of icon used by this battler's sprite in
    *           the battler order window as row and column respectively        
    *         - The row and column are used with battler_order_sheet_name      
    *         - The 1st notetag that's being read by the battler will be used  
    *         - If either row or column is neagtive or this notetag's absent, the
    *           actors' face graphics will be used for actors and the enemies'
    *           battler sprites will be used for enemies                       
    *      2. <patb order icon opacity: opacity>                              
    *         - Sets the opacity of icon used by this battler's sprite in the  
    *           battler order window as opacity ranged from 0 to 255           
    *         - The 1st notetag that's being read by the battler will be used






    Plugin Calls

    Spoiler*    # Configuration manipulations                                         
    *      1. $gameSystem.patb.param                                          
    *         - Returns the value of param listed in the plugin manager        
    *      2. $gameSystem.patb.param = val                                    
    *         - Sets the value of param listed in the plugin manager as val   
    *         - All $gameSystem.patb.param changes will be saved               
    *    # Data actor/class/weapon/armor/enemy/state manipulations            
    *      1. meta.patb_order_icon_index                                       
    *         - Returns the row and column of icon used by this battler's sprite
    *           in the battler order window stored in                          
    *           <patb order icon index: row, column> in the form of [row, column]
    *      2. meta.patb_order_icon_index = [row, column]                       
    *         - Sets the index of icon used by this battler's sprite in the   
    *           battler order window stored in                                 
    *           <patb order icon index: row, column> in the form of [row, column]
    *         - All meta.patb_order_icon_index changes can be saved if         
    *           DoubleX RMMV Dynamic Data is used                              
    *      3. meta.patb_order_icon_opacity                                    
    *         - Returns the opacity of icon used by this battler's sprite in the
    *           battler order window stored in <patb order icon opacity: opacity>
    *           as Number opacity ranged from 0 to 255                        
    *      4. meta.patb_order_icon_opacity = opacity                           
    *         - Sets the opacity of icon used by this battler's sprite in the  
    *           battler order window stored in <patb order icon opacity: opacity>
    *           as Number opacity ranged from 0 to 255                        
    *         - All meta.patb_order_icon_opacity changes can be saved if      
    *           DoubleX RMMV Dynamic Data is used






    Video










    Prerequisites


        Plugins:


        1. DoubleX RMMV Popularized ATB Core


        Abilities:


        1. Little Javascript coding proficiency to fully utilize this plugin


    Terms Of Use


        You shall keep this plugin's Plugin Info part's contents intact


        You shalln't claim that this plugin's written by anyone other than DoubleX or his aliases


        None of the above applies to DoubleX or his/her aliases


    Changelog

    Spoiler*      v1.01b(GMT 1400 5-8-2017):
    *      1. Fixed "missing this in forEach" bug causing crashes in battle tests
    *      v1.01a(GMT 0500 16-7-2016):                                         
    *      1. Added <patb order sheet folder: folder>,                        
    *      <patb order sheet name: name>, <patb order icon hue: hue> and      
    *      <patb order icon smooth: smooth>                                    
    *      2. Fixed <patb order icon index: row, column> and                  
    *         <patb order icon opacity: opacity> notetag value not being number
    *      3. Increased this plugin's effectiveness, efficiency and simplicity
    *      v1.00b(GMT 1400 2-7-2016):                                          
    *      1. Fixed not updating the actor icon after changing actors in battle
    *      2. Fixed below configuration changes not taking place in same battle:
    *         - battler_order_window_x                                         
    *         - battler_order_window_y                                         
    *         - battler_order_window_width                                    
    *         - battler_order_window_height                                    
    *         - battler_order_bar_width                                       
    *         - battler_order_bar_x                                            
    *         - battler_order_bar_y                                            
    *         - battler_order_text_size                                       
    *         - battler_order_text_x                                          
    *         - battler_order_text_y                                          
    *         - battler_order_sprite_size                                      
    *         - battler_order_sheet_folder                                    
    *         - battler_order_sheet_name                                       
    *         - battler_order_sheet_hue                                       
    *         - battler_order_sheet_smooth                                    
    *         - battler_order_sprite_width                                    
    *         - battler_order_sprite_height                                    
    *         - battler_order_sprite_x                                         
    *         - actor_order_sprite_y                                          
    *         - enemy_order_sprite_y                                          
    *      3. Increased this plugin's effectiveness, efficiency and flexibility
    *      v1.00a(GMT 1400 31-5-2016):                                         
    *      1. 1st completed version of this plugin finished




    DoubleX RMMV Popularized ATB Order v101b.rar

    DoubleX RMMV Popularized ATB Order


    本贴来自国际rpgmaker官方论坛作者:DoubleX处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/doublex-rmmv-popularized-atb-order.62811/

    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有账号?立即注册

    x
    天天去同能,天天有童年!
    回复 送礼论坛版权

    使用道具 举报

    文明发言,和谐互动
    文明发言,和谐互动
    高级模式
    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    简体中文
    繁體中文
    English(英语)
    日本語(日语)
    Deutsch(德语)
    Русский язык(俄语)
    بالعربية(阿拉伯语)
    Türkçe(土耳其语)
    Português(葡萄牙语)
    ภาษาไทย(泰国语)
    한어(朝鲜语/韩语)
    Français(法语)
    关闭

    幸运抽奖

    社区每日抽奖来袭,快来试试你是欧皇还是非酋~

    立即查看

    聊天机器人
    Loading...

    QQ|Archiver|手机版|小黑屋|同能RPG制作大师 ( 沪ICP备12027754号-3 )

    GMT+8, 2026-8-1 20:42 , Processed in 0.078947 second(s), 58 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2020, Tencent Cloud.

    快速回复 返回顶部 返回列表