| 赞 | 168  | 
 
| VIP | 6 | 
 
| 好人卡 | 208 | 
 
| 积分 | 225 | 
 
| 经验 | 137153 | 
 
| 最后登录 | 2025-4-1 | 
 
| 在线时间 | 8598 小时 | 
 
 
 
 
 
Lv5.捕梦者 
	- 梦石
 - 0 
 
        - 星屑
 - 22509 
 
        - 在线时间
 - 8598 小时
 
        - 注册时间
 - 2011-12-31
 
        - 帖子
 - 3361
 
 
 
 | 
	
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员  
 
x
 
 本帖最后由 tseyik 于 2015-12-21 18:05 编辑  
 
 
 
 
 
Terms of use 
Under the MIT license. 
RM MV「地圖自動生成挿件」範本360多M 
https://drive.google.com/file/d/0B9n88HOweCWsUl9RelVIcnBZcGM/view 
脚本 
https://drive.google.com/folderv ... Wjg&usp=sharing 
視頻 
https://www.youtube.com/watch?v=cBvlI5eI7wQ&feature=youtu.be 
使用了VirtualRTP的範本 
使用方法1:加回ims和sound文件夾 
或 
在VirtualRTP中設定好本機中RMMV中的ims和sound文件夾路向 
 
SAN_MapGenerator.rar
(1.07 MB, 下载次数: 1823)
 
 * @help 
 * When the plugin command is called, the map is generated  
 * and the player moves to position of start(entrance) event. 
 *  
 * Set following tiles and events in a position on the base map. 
 *  
 * -Tiles   圖塊 
 *   space :{x:0, y:0}   空白 
 *   room  :{x:0, y:1}   室内地面 
 *   pass  :{x:0, y:2}   通行 
 *   roof  :{x:0, y:3}   屋頂 
 *   wall  :{x:0, y:4}   牆 
 *   rubble:{x:0, y:5}  碎石堆(不通行) 
 *  
 * -Events 
 *   start:{x:1, y:0}  入口 
 *   goal :{x:1, y:1}  出口 
 *   other:other position than above  其他事件 
 *  
 * Appearance rate can be set as events besides the start and the goal. 
 * Set as the following on a memo space of events. 
 * The event which has no setting of the appearance rate isn't generated. 
 *  
 * -Appearance rate 
 *   each map :<RateMap: [Positive small number of less than 1.0]> 
 *   each room:<RateRoom:[Positive small number of less than 1.0]> 
 *  
 * -Plugin Command 
 *   MapGenerator RoomAndPass # Generate map consists of rooms and passes.  
 *   MapGenerator FillRoom    # Generate map consists of a room whole the map. 
 *    
 * There is no plugin parameter. 
 * 
 * 
 * It's possible to commercial use, distribute, and modify under the MIT license. 
 * But, don't eliminate and don't alter a comment of the beginning. 
 * If it's good, please indicate an author name on credit. 
 *  
 * Author doesn't shoulder any responsibility in all kind of damage by using this. 
 * And please don't expect support. X( 
 */ 
 |   
 
评分
- 
查看全部评分
 
 
 
 
 
 |