设为首页收藏本站|繁體中文

Project1

 找回密码
 注册会员
搜索
查看: 4071|回复: 5
打印 上一主题 下一主题

[搬运汉化] 针对YEP.116 – Grid-Free Doodads的视频

[复制链接]

Lv3.寻梦者

梦石
0
星屑
4008
在线时间
594 小时
注册时间
2014-1-12
帖子
476
跳转到指定楼层
1
发表于 2016-9-20 19:03:15 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

加入我们,或者,欢迎回来。

您需要 登录 才可以下载或查看,没有帐号?注册会员

x
本帖最后由 沧笙 于 2016-9-20 19:13 编辑


Grid-Free Doodads是一个通过放置来制作地图的插件,因为使用说明比较繁琐,这里上传视频供大家观看
2楼提供简单翻译一份

Yanfly完整插件粗翻,包含最新插件包和所有高清720p视频地址
1、6R主贴
2、简书

插件资源下载

评分

参与人数 1+1 收起 理由
白嫩白嫩的 + 1 塞糖

查看全部评分

任性的什么也不写

Lv3.寻梦者

梦石
0
星屑
4008
在线时间
594 小时
注册时间
2014-1-12
帖子
476
2
 楼主| 发表于 2016-9-20 19:05:13 | 只看该作者
本帖最后由 沧笙 于 2016-9-20 19:11 编辑

YEP.116 – Grid-Free Doodads – RPG Maker MV

THIS REQUIRES RPG MAKER MV 1.3.0 OR ABOVE TO WORK! Please check your rpg_core.js file to make sure it says 1.3.0 or above. If it isn’t updated, visit this thread for the update.
这个插件需要MV1.3.0以上的版本,请检查你的rpg_core.js文件内部,是否符合要求,如果不符合,请提前升级


Introduction
In RPG Maker MV, tilesets are used for mapping purposes. Tileset A is used for drawing land while Tilesets B through E are used to add doodads. But in RPG Maker MV, doodads added by Tilesets B through E are locked to the grid and add a rather unnatural feel to it. This plugin will allow you to break free of the grid and add doodads unbound by the grid. Doodads can come in all forms, from large to small, static and animated, you name it!

在RPG Maker MV里面,图块被用来做地图。一般图块A型被用来画地面,图块B型到E型负责添加摆设物件。但是在MV里面,摆件被限定在网格上并且感觉不自然。这个插件允许你打破网格限制,添加摆件。摆件的大小,动态都可以定制。

Instructions – Requirements
There’s a couple of things you must do in order to get this plugin working.

这个里有一系列你需要去完成的来使插件生效

  • You must have the Doodads.json inside your project’s ‘data’ folder.
  • You must have a ‘doodads’ folder inside of your project’s ‘img’ folder (unless you named it something else in the plugin parameters).
  • You must have your doodads within this folder.


  • 你需要把Doodads.json放入游戏data文件夹里面
  • 你需要把img文件夹里面的doodads文件夹放入游戏目录img下面
  • 你需要把你自己的摆件放入这个文件夹


Instructions – Placing Doodads
To place doodads into your game, first, load up your game in Test Play mode. You can do this by opening up your game in RPG Maker MV, go to ‘Game’, then select ‘PlayTest’ (shortcut Ctrl+R).

为了把摆件放入你的游戏,需要现在测试模式载入你的游戏。你可以在MV里面来进入,或者用快捷键Ctrl+R

Once you’ve loaded onto a map that you want to place doodads on, press the F10 key to access the doodad editor. From there, you can select the option: ‘Place Doodads’ to start placing doodads.

一旦你载入了地图,你可以按F10键来开启编辑器,在这里你可以选择‘Place Doodads来开始放置

主菜单

摆件列表

摆件放置模式

隐藏按键

摆件设置


Instructions – Making Your Own Doodads
Doodads only have two requirements.

摆件制作需要下面2个要求

  • They must be PNG’s.
  • They must exist within the ‘doodads’ folder (or specified folder from the plugin parameters) or within a folder inside the ‘doodads’ folder.


  • 他们必须是PNG格式
  • 他们必须在doodads文件夹内


If a folder is placed inside of the ‘doodads’ folder, it will be listed as on the doodads list as a directory tree to navigate through.

如果某个文件夹位于doodads内部,则会在列表中显示

Making Animated Doodads
Doodads can be made into animated doodads. An animated doodad is one that will animate whenever the game’s graphics update. Follow these steps to make an animated doodad:

如果需要制作动态摆件,需要按照下面方法

  • Create a doodad with a cell layout similar to a sprite.
  • Each cell must be the same width and height as the other.
  • When naming the doodad, add [AxB] in its name. Replace A and B with numbers representing the number of cells horizontally (A) and the number of cells vertically (B). A doodad with 3 horizontal cells and 2 vertical cells would be named something like ‘Torch [3×2].png’.
  • The doodads cells will animate left to right. Once they reach all the way right, they will move down a row and update left to right again. The doodad named ‘Torch [3×2].png’ will update like such:

  1.     0 1 2
  2.     3 4 5
复制代码


  • 制作摆件各个单元体
  • 每个单元图尺寸必须一致
  • 当命名的时候,需要采用[AxB]的模式,A为横向数量,B为竖向数量。一个摆件拥有3个横向单元2个竖向单元,例如Torch [3×2].png


And that’s how you would go about the creation of an animated doodad. If this is confusing, look at some of the examples provided from Yanfly.moe.

这就是制作的步骤,如果你还是不太清楚,可以参考网站上的例子

Happy RPG Making!
任性的什么也不写
回复 支持 反对

使用道具 举报

Lv2.观梦者

梦石
0
星屑
497
在线时间
266 小时
注册时间
2015-12-8
帖子
873
3
发表于 2016-9-20 23:03:16 | 只看该作者
好像帝國時代二個編輯地提 超懷念的
回复 支持 反对

使用道具 举报

Lv3.寻梦者

梦石
0
星屑
4008
在线时间
594 小时
注册时间
2014-1-12
帖子
476
4
 楼主| 发表于 2016-9-21 22:24:58 | 只看该作者
小叮鈴 发表于 2016-9-20 23:03
好像帝國時代二個編輯地提 超懷念的

其实还是很方便的
任性的什么也不写
回复 支持 反对

使用道具 举报

Lv3.寻梦者

梦石
0
星屑
1873
在线时间
18 小时
注册时间
2015-1-17
帖子
3
5
发表于 2016-10-3 21:46:38 | 只看该作者
求教,插件运行成功了,但是哪些摆件只有名称,名称前没有对应的小图标。我觉得可能是缺原作者的IconSet.png文件,麻烦楼主大大发一个
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则

拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作

GMT+8, 2024-4-28 08:22

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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