じ☆ve冰风 发表于 2024-2-16 14:28:54

【汉化】YEP.1 Core Engine

开个坑,每天看心情汉化第三方插件,先从Yanfly入坑,毕竟气质好
需要更新@的留个言,说不定哪天就弃坑了,日子总要过的呀
有什么建议可以留言给我
译者注:
1、只翻译官网页面官方介绍以及相应的语法支持,解释代码的坑以后再说
2、文件在http://yanfly.moe都可以下到,就不在放进去了
3、因为采用markdown写作,66rpg又不支持html代码,故格式有点乱,原文可见http://www.jianshu.com/p/49c31da49483
授权声明

YEP.1 Core Engine

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

Yanfly引擎是一个为PRG Maker MV制作的插件库,它是一个很棒的软件,可以用来帮你制作你自己梦想的游戏。你可以在这里找到很多关于RPG Maker MV的东西

The Core Engine plugin is a plugin that’s made to address the core aspects of your game project, from raising the limits of stats to changing the colors of your window objects. Also to be included with this plugin will be any bug fixes made for RPG Maker MV. This plugin will be periodically updated whenever there is a new bug that is fixed.

这个引擎插件的核心就是致力于处理游戏项目的核心方面,从提高游戏状态的限制到改变你窗口的颜色。同时通过这个插件,我们也会修复一些软件上的错误。只要有新的错误出现,这个插件会定期更新来修复

Yanfly Engine Plugins’ Core Engine is not a requirement for the plugin library to work.

Yanfly引擎插件的核心对于插件库来说不是必须的

Introduction and Instructions
Yanfly Engine Plugins – Core Engine is made for RPG Maker MV. This plugin functions primarily to fix bugs and to allow the user more control over RPG Maker MV’s various features, such as the screen resolution, font, window colors, and more.

Yanfly引擎插件的核心引擎是为RPG Maker MV制作的。这个插件的功能主要是修复错误和允许用户对于软件特性有更多的控制,例如屏幕显示,字体,窗口颜色等等。

Just place this on top of all the other Yanfly Engine Plugins.

把这个引擎放在其他Yanfly插件的上面

Adjust any parameters as you see fit.

调整你需要更改的参数即可

Gold
You can use the plugin commands to add or remove gold more than the editor’s 9,999,999 limit. You can also place notetags into items, weapons, and armors to over the 999,999 cost limit.

你可以使用这个插件命令来改变游戏内金钱9,999,999的上限。你也可以改变其他项目999,999的限制,例如物品,武器,装备等。

Plugin Command:

插件命令GainGold 1234567890复制代码Party gains 1234567890 gold.

队伍获得1234567890金钱LoseGold 9876543210复制代码Party loses 9876543210 gold.

队伍丢失9876543210金钱

Item, Weapon, Armor Notetags

物品,武器,装备标签
页: [1]
查看完整版本: 【汉化】YEP.1 Core Engine