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

Project1

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

[RMVA发布] iRGSS3 - interactive RGSS3 shell

[复制链接]

Lv6.析梦学徒

Fuzzy Ginkgo
Taciturn Knight

梦石
0
星屑
60725
在线时间
1933 小时
注册时间
2010-6-26
帖子
1605

烫烫烫开拓者

跳转到指定楼层
1
发表于 2012-1-15 14:41:00 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

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

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

x
本帖最后由 orzfly 于 2012-1-19 18:49 编辑

下载

下载 - 1.0.0.0: iRGSS3_1_0_0_0.zip (100.52 KB, 下载次数: 151)

下载后请随意找一个 RGSS300.dll 放到 iRGSS3.exe 的目录下再运行噢。

这是一个类似 IRB 的东西。它基于 RGSS 3,只是它隐藏了游戏窗口,只保留了命令行。

使用说明
定义了一些特殊的命令。
  • about() 显示关于信息。
  • cls(), clear() 清除屏幕。
  • color(str) 更改控制台颜色,参考 `cmd` 中 `color` 命令。
  • evalfile(name) 运行文本文件 `name` 中的脚本。
  • help(obj) 显示 `obj` 支持的方法。


如果需要运行多行代码,就像下面示例中一样,输入 `\` 进入多行模式,然后以单独的空行结束。

`iRGSS3.exe` 的文件名是可以修改的。如果修改,请保持 `iRGSS3.rvdata2` 及 `iRGSS3.ini` 的文件名和 `iRGSS3.ini` 的内容与其同步。会自动寻找 `iRGSS3.rb` 文件在启动的时候 `evalfile("iRGSS3.rb")`。iRGSS3 应与 `iRGSS3.exe` 文件名同步。

示例

  1. iRGSS3 1.0.0.0 by orzFly: http://rgss.orzfly.com/irgss3
  2. iRGSS3:001>boy = "boy"
  3. =>boy
  4. iRGSS3:002>girl = "girl"
  5. =>girl
  6. iRGSS3:003>orzFly = "not a #{girl} but a #{boy}"
  7. =>not a girl but a boy
  8. iRGSS3:004>\
  9. iRGSS3:004\class BBS
  10. iRGSS3:004\def post(content)
  11. iRGSS3:004\return Post.new
  12. iRGSS3:004\end
  13. iRGSS3:004\end
  14. iRGSS3:004\class Post
  15. iRGSS3:004\end
  16. iRGSS3:004\class RPG66 < BBS
  17. iRGSS3:004\def del_post(post)
  18. iRGSS3:004\Post.dispose
  19. iRGSS3:004\end
  20. iRGSS3:004\end
  21. iRGSS3:004\
  22. =>
  23. iRGSS3:005>bbs=RPG66.new
  24. =>#<RPG66:0x1846a9c>
  25. iRGSS3:006>bbs.post(orzFly)
  26. =>#<Post:0x18465b0>
  27. iRGSS3:007>bbs.del_post(bbs.post(orzFly))
  28. ! NoMethodError: undefined method `dispose' for Post:Class
  29. iRGSS3:008>{
  30. ! SyntaxError: {0000}:63: syntax error, unexpected $end, expecting '}'
  31. iRGSS3:009>
  32. ! Interrupt: Ctrl+C pressed.
  33. iRGSS3:010>a
  34. ! Interrupt: Ctrl+C pressed.
  35. iRGSS3:011>about
  36. iRGSS3 1.0.0.0 by orzFly: http://rgss.orzfly.com/irgss3
  37. =>
  38. iRGSS3:012>
复制代码
更新日志
  1. * **1.0.0.0** January 15, 2012
  2.   * 初版。
复制代码
参考
[FSL]基于控制台的Debugger 1.0b

Source code
http://rgss.9bu.org/dc4c91d847e5d2e98fd5ea684d2dea93#title-0

评分

参与人数 1星屑 +1332 梦石 +2 收起 理由
fux2 + 1332 + 2 精品文章

查看全部评分

我的言论只代表我个人的观点,不代表雇主及/或任何第三方的立场。
Opinions expressed are solely my own and do not express the views or opinions of my employer and/or any third parties.
捐赠 | GitHub

Lv5.捕梦者 (管理员)

老黄鸡

梦石
0
星屑
40255
在线时间
7510 小时
注册时间
2009-7-6
帖子
13489

开拓者贵宾

2
发表于 2012-1-16 13:43:45 | 只看该作者
隐藏游戏窗口用意何在= =

点评

So it's an IRB-like environment...  发表于 2012-1-16 15:25
RGDirect - DirectX驱动的RGSS,点我了解.
RM全系列成套系统定制请联系QQ1213237796
不接受对其他插件维护的委托
回复 支持 反对

使用道具 举报

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

本版积分规则

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

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

GMT+8, 2024-6-15 03:10

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

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