# Game **Repository Path**: VIPArcher/Game ## Basic Information - **Project Name**: Game - **Description**: 游戏版本检查脚本设置范例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2016-11-25 - **Last Updated**: 2025-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 标题游戏版本检查脚本 #设置 **新建个 version 文件,内容填写游戏的最新版本 新建个 features 文件,内容写上此次更新内容摘要等。 将这两个文件的原始数据链接(不包括"?"号及后面的部分)填到游戏内设置的对应位置。 地址获取方式参考下图** ![http://git.oschina.net/VIPArcher/Game/blob/master/images/help1.png](https://git.oschina.net/VIPArcher/Game/raw/master/images/help1.png "获取文件原始数据路径") **游戏内的脚本内容配置(每次更新只需要修改版本内容,上面的链接不会,也不能变)** ![http://git.oschina.net/VIPArcher/Game/blob/master/images/help2.png](https://git.oschina.net/VIPArcher/Game/raw/master/images/help2.png "脚本内的设置") **以后每次更新内容只要修改一下更新后工程里的当前版本和这里的version和features两个文件的内容就可以了。** #脚本地址 [游戏版本检查.rb](https://raw.githubusercontent.com/VIPArcher/RGSS3/master/scripts/游戏版本检查.rb)