Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: RGSS WebKit
- Original author: Gleen
- Original date: July 4, 2012
- Source thread: https://forums.rpgmakerweb.com/threads/rgss-webkit.2990/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS3 Scripts (RMVX Ace)
Summary
RGSS Web Kit by Gustavo Bicalho, demo by Gleen
Archived First Post
RGSS Web Kit
by Gustavo Bicalho, demo by Gleen
Introduction
This was an old script made for RPG Maker XP but since it don't overwrites any of RGSS core classes it works in any version of RPG Maker you want. Therefore, since there wasnt a thread for this system I'm posting one now.
The RGSS Web Kit (RWK) was designed to allow simple HTTP access through RGSS. I wanted to download resources from the web, so that's what it does: download resources from the web. However, this isn't a script for people who don't know RGSS, at least some basic stuff. There's no ready-to-use "Scene_ResourceDownloader" or something like that. RWK gives you a way to get online, but it's completely up to you to make it useful.
What you can do with RWK: download resources, send Post data to a server and read the response, send requests with special headers and check the headers of the response.
You can use this to create an Online Ranking, or some kind of chat or bulletin board in your game, or to check and download updates. Like the whole game making thing, it's all up to your creativity.
Remember: this is a HTTP library, not a browser. It won't do everything for you. If you want to access some service that needs cookies, you will have to emulate those cookies by yourself and deal with the HTTP headers. The same applies to everything else beyond the normal "Get" and "Post like a web form". RWK gives you only the basic stuff.
Instructions
Download the open version demo and copy the scripts of the section --codes and the AsyncHTTP.dll to your project. The session --Documentation holds information about how to better use RWK.
The Demo
There are two demo versions, one closed wich show you the system working (a maze with a online ranking), and an open version wich lets you browse the scripts but you can't submit your results (trying to keep the ranking bug-free).
Closed version download
Open version download
Compatibility
RWK should be compatible with any normal scripts. The only way you could have a problem is if some script changes classes from the core Ruby library (like class Thread or class Proc), which (I think) is not frequent.
Terms and Conditions
RWK is released under Creative Commons BY license. That means you must give credit to Gustavo Bicalho for the script if you use or redistribute it.
Features Mentioned
- What you can do with RWK: download resources, send Post data to a server and read the response, send requests with special headers and check the headers of the response.
- You can use this to create an Online Ranking, or some kind of chat or bulletin board in your game, or to check and download updates. Like the whole game making thing, it's all up to your creativity.
- Remember: this is a HTTP library, not a browser. It won't do everything for you. If you want to access some service that needs cookies, you will have to emulate those cookies by yourself and deal with the HTTP headers. The same applies to everything else beyond the normal "Get" and "Post like a web form". RWK gives you only the basic stuff.
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
RWK is released under Creative Commons BY license. That means you must give credit to Gustavo Bicalho for the script if you use or redistribute it.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...