RPG Maker VXAce Browser System 浏览器系统
本帖最后由 唯道集虚 于 2015-5-8 18:04 编辑原脚本好像是来自这里:http://www.rpgmakervxace.net/topic/31517-rpg-maker-vxace-browser-system/?hl=%2Brpg+%2Bmaker+%2Bvxace+%2Bbrowser+%2Bsystem
这个脚本可以将RPG Maker VXAce变成一个网页浏览器,现在想想,还是挺有用的:可以将自己的微博放入游戏中,呼叫脚本后网页出现在游戏窗口中,瞬间显得无比高大上啊。
由于有DLL的事,脚本就先不贴出来了,这里介绍一下脚本调用的命令:
在事件或者脚本库中使用这个命令:
RMVXAB.browser("<请将这里换成网址>")
范例自带了一个标题显示网页选项的功能
如果是用别的工程,请将 cwebpage.dll 放在您的System文件夹中,那个Browser脚本不是必须的
顺便贴一下脚本帮助:#==============================================================================
# ** RPG Maker VXAce Browser System
# Author: Soulpour777
#------------------------------------------------------------------------------
# Description: Through a DLL, you can now make RPG Maker VX Ace a browser and
# you can browse websites through the RGSS Player.
#------------------------------------------------------------------------------
# Requires: cwebpage.dll
#------------------------------------------------------------------------------
# Instructions:
# Place the cwebpage.dll on your Systems folder.
# Place the script below Materials, above Main.
# You can delete portions of the script if you don't want to do it on the
# title screen.
#------------------------------------------------------------------------------
# Script Call:
# RMVXAB.browser(input_address_here_with_quotes)
# Example:
# RMVXAB.browser("http://www.rpgmakervxace.net/")
#------------------------------------------------------------------------------
# Title Config:
# SITE_TO_BROWSE = "http://www.rpgmakervxace.net/"
# You can change this to any homepage you want.
#==============================================================================
页:
[1]