注册会员 登录
Project1 返回首页

汪汪的个人空间 https://rpg.blue/?171386 [收藏] [复制] [分享] [RSS]

日志

分享 事件里执行脚本的增强
2016-3-10 22:49
//事件里执行脚本的增强,保存成插件用就好..... Game_Interpreter.prototype.command355 = function() { var script = this.currentCommand().parameters + '\n'; while (this.nextEventCode() === 655 || this.nextEventCode() === 355) { t ...
256 次阅读|0 个评论
分享 【测试】网上储存读取
2016-3-6 15:49
插件 //============================================================================= // ww_web_saveload.js //============================================================================= /*: * @plugindesc 网络服务器储存读取 * @author wangwang * * @param ww_ ...
个人分类: 脚本·修改·整合·胡编|365 次阅读|8 个评论 热度 3
分享 mv输入法
2016-3-2 22:48
//============================================================================= // NameInput.js //============================================================================= /*: * @plugindesc 名字输入 * @author wangwang * * * @help * 帮助的信息 ...
个人分类: 脚本·修改·整合·胡编|919 次阅读|0 个评论 热度 6
分享 【加强】窗口脸图绘制 避免图片未载入
2016-2-2 01:14
Window_Base.prototype.drawFace = function(faceName, faceIndex, x, y, width, height) { width = width || Window_Base._faceWidth; height = height || Window_Base._faceHeight; var bitmap = ImageManager.loadFace(faceName); var pw = Window_Base._ ...
个人分类: 脚本·修改·整合·胡编|259 次阅读|0 个评论
分享 【胡编】保存数据(对象,图片) 0.3 版
2015-12-27 21:13
//============================================================================= // ww_BaoCun.js //============================================================================= /*: * @plugindesc baocun保存 * @author wangwang * * @param 版本 * @desc 0.3 * ...
个人分类: 脚本·修改·整合·胡编|255 次阅读|0 个评论
分享 【不完整】人物生成器
2015-12-16 16:54
//============================================================================= // ww_makeRenwu.js //============================================================================= /*: * @plugindesc 人物生成 * @author wangwang * * * @help * 使用方法 ...
个人分类: 脚本·修改·整合·胡编|177 次阅读|0 个评论
分享 【胡编】复制事件,离开地图保存事件位置和方向
2015-12-3 21:47
//============================================================================= // baocun_event_xyd.js //============================================================================= /*: * @plugindesc 保存事件位置朝向 * @author wangwang * * @param baocunbl & ...
个人分类: 脚本·修改·整合·胡编|129 次阅读|0 个评论
分享 【胡编】保存数据(对象,图片) 0.2 版
2015-11-21 11:35
//============================================================================= // baocun.js //============================================================================= /*: * @plugindesc baocun保存 * @author wangwang * * @param path_name * @desc 默认保存文件夹的名 ...
个人分类: 脚本·修改·整合·胡编|117 次阅读|0 个评论
分享 【胡编】替代系统loading图片....
2015-11-13 20:45
//============================================================================= // tdloading.js //============================================================================= /*: * @plugindesc 替代系统loading图片 * @author wangwang * */ (function() { Graphics._paintUpper ...
个人分类: 脚本·修改·整合·胡编|141 次阅读|0 个评论 热度 1
分享 【胡改】保存数据(方便修改数据库什么的)
2015-11-13 20:40
//============================================================================= // baocun.js //============================================================================= /*: * @plugindesc baocun保存 * @author wangwang * * @help * 注意:只限本地. * save_data(d ...
个人分类: 脚本·修改·整合·胡编|110 次阅读|0 个评论
拿上你的纸笔,建造一个属于你的梦想世界,加入吧。
 注册会员
找回密码

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

GMT+8, 2024-3-29 12:58

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

返回顶部