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

[转载发布] KBattleFront XP

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

    连续签到: 2 天

    [LV.7]常住居民III

    9015

    主题

    864

    回帖

    6万

    积分

    管理员

    Rank: 9Rank: 9Rank: 9

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

    灌水之王

    发表于 2026-7-26 18:18:30 | 显示全部楼层 |阅读模式
    KBattleFront XP
    Version0.11.0

    by Kyonides


    This is an Animated Front View & Side View Battle System!


    After reading a couple of threads where people complained about fellow scripter's battle system, I decided that I could give it a chance. The GUI is almost done based on my first impression of those scripts' interface.


    • Status window remains pretty much as static as always, but it includes faces if enabled.
      States might be displayed as icons, too.
    • New actor menu on the top of the screen.
      It uses icons and a label to tell you what's the command currently in display.
    The escape feature is still a WIP.

    The script is almost Plug n Play, except for a couple of Constants I've included there.
    For instance,  order the commands the way you like it and pick their icon indexes and that's it, guys!

    It also includes a single script call and that's it!









    List of Included Scripts

    • KWeaponDamage
    • Skill Roulette
                    Ruby:       
    1. # * KBattleFront XP * #
    2. #   Scripter : Kyonides Arkanthes
    3. # This script sought to implement some of the features I have found in other
    4. # EarthBound Battle Systems but not anymore.
    5. # It is BOTH an Front View and a Side View Battle System.
    6. # And it swiftly displays movable characters as battlers on screen!
    7. # * KBattleFront Script Calls * #
    8. # - Change the way the Actors will place on screen
    9. #   Options: 0 - Above their Status Windows, 1 - Centered, 2 - Sideview
    10. # $game_system.formation_type = Option
    11. # - Alter a given Skill's SP Cost for a specific Actor
    12. #   = equal assigns a Number
    13. #   += or -= will increase or decrease its value by that Number.
    14. # $game_actors[Actor_ID].alter_sp_cost = Number
    15. # $game_party.actors[ActorIndex].alter_sp_cost = Number
    16. module KBattleFront
    17.   module ActorAsBattler
    18.     UPPER_Y = 160
    19.     LOWER_Y = 28
    20.     POSITION_OFFSET_Y = 12
    21.     # Formation Types: 0 - Above Status Windows, 1 - Centered, 2 - Sideview
    22.     START_FORMATION_TYPE = 0
    23.   end
    24.   module Alert
    25.     FRAMES_TOTAL = 20
    26.     # Type :Symbol => "Filename", etc.
    27.     START_TYPE_PICTURES = {
    28.       :surprise => "surprise attack",
    29.       :preemptive => "preemptive attack"
    30.     }
    31.   end
    32.   DISPLAY_FACES = true
    33.   GUARD_ANIME = 65
    34.   JUMP_FRAMES = 24
    35.   COMMAND_NAME_FONT_SIZE = 26
    36.   COMMAND_NAME_XY = [480, 20]
    37.   COMMAND_ORDER = [:attack, :skill, :guard, :item, :escape]
    38.   # Command Symbol => ["Command Name", "Icon"]
    39.   COMMAND_NAMES_ICONS = {
    40.     :attack => ["Attack", "001-Weapon01"],
    41.     :skill  => ["Skill", "044-Skill01"],
    42.     :guard  => ["Guard", "009-Shield01"],
    43.     :item   => ["Item", "032-Item01"],
    44.     :escape => ["Escape", "020-Accessory05"]
    45.   }
    46.   CUSTOM_CLASS_SKILL_NAMES = {
    47.     2 => "Technique",
    48.     7 => "Blessing",
    49.     8 => "Spell"
    50.   }
    51.   STATE_ICONS = {
    52.     1 => "046-Skill03", 2 => "050-Skill07", 3 => "Poison"
    53.   }
    54.   STATE_ICONS.default = "None"
    55.   # End of Configuration * #
    复制代码




    Terms & Conditions

    Free for use in any game.
    Don't ever ask me to port it to any other Maker!
    Don't drink coffee for a whole week before using it!

    That's it!


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

    本帖子中包含更多资源

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

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

    使用道具 举报

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

    本版积分规则

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

    幸运抽奖

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

    立即查看

    聊天机器人
    Loading...

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

    GMT+8, 2026-8-4 12:52 , Processed in 0.073669 second(s), 52 queries .

    Powered by Discuz! X3.4

    Copyright © 2001-2020, Tencent Cloud.

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