Project1

标题: RGSS .Net Extend Library [打印本页]

作者: Goldencolor    时间: 2010-9-17 09:33
标题: RGSS .Net Extend Library
本帖最后由 Goldencolor 于 2010-9-17 09:43 编辑

RGSS .Net Extend Library

RGSS .NET 平台扩展的一个Library,,

类结构:
  RGSSData
   RGSSGameIni
   RGSSProject
   RGSSRead
   RGSSRGPVX
   RGSSRPGXP
   RGSSScriptPage
   RGSSType



示例:
读取RPGXP 脚本
  1.         /// <summary>
  2.         /// 读取RGSS 脚本文件
  3.         /// </summary>
  4.         public void ReadRGSSScript(string filepath)
  5.         {
  6.             //RGSS 文件路径
  7.             string filePath = filepath;
  8.             //创建RGSSRead对象
  9.             Goldencolor.RGSSLibrary.RGSSRead rGSSRead = new RGSSRead();
  10.             //打开RGSS 脚本文件
  11.             rGSSRead.OpenFile(filePath);
  12.             //循环添加将脚本名字到listbox里面
  13.             for (int i = 0; i < rGSSRead.RGSSData.Length; i++)
  14.             {
  15.                 //添加到listbox列表里
  16.                 listBox1.Items.Add(rGSSRead.RGSSData[i].Name);
  17.             }
  18.         }
复制代码


RGSS .Net Extend Library.zip (75.04 KB, 下载次数: 29, 售价: 5 星屑)

by Goldencolor
Ver 1.0
作者: 禾西    时间: 2010-9-17 09:53
我想問本體在哪裡?
作者: Goldencolor    时间: 2010-9-17 09:55
我想問本體在哪裡?
禾西 发表于 2010-9-17 09:53

本體?仅仅.NET 平台的扩展Library,, = =可以自己制作一些RGSS 方面辅助的工具了。

作者: 二次元    时间: 2010-9-20 11:05
提示: 作者被禁止或删除 内容自动屏蔽




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1