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: EAGLE - RGSS3 Scripts and Demos - English Translated (by Google)
- Original author: Roninator2
- Original date: September 3, 2023
- Source thread: https://forums.rpgmakerweb.com/threads/eagle-rgss3-scripts-and-demos-english-translated-by-google.160872/
- Source forum path: Game Development Engines > Ruby Game System (RGSS) Scripts > RGSS3 Scripts (RMVX Ace)
Summary
Entire RGSS3 Gituhb + Demos OneEyedEagle IntroductionThis is posted with permission from OneEyedEagle. https://rpg.blue/thread-476586-5-1.html This is their scripts for RPG Maker VX Ace with some interesting features
Archived First Post
Entire RGSS3 Gituhb + Demos
OneEyedEagle
Introduction
This is posted with permission from OneEyedEagle. https://rpg.blue/thread-476586-5-1.htmlOneEyedEagle
Introduction
This is their scripts for RPG Maker VX Ace with some interesting features
Features
Message system provide a new method for showing dialogue and various effects
Dice demo showcase a board game type of gameplay
Event system provides various functions and control over events with interactive display
Screenshots
How to Use
Read script headers carefully. Google translate may not be quite accurate.
If there are any forums members that can do a proper translation from chinese and you want to invest the time to do so, then by all means please do and share with me and everyone else.
Demo
EAGLE-RGSS3-Master-English
MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
www.mediafire.com
Script
Included in demo file.
Original here https://github.com/OneEyedEagle/EAGLE-RGSS3/tree/master
Credit and Thanks
- OneEyedEagle (Eagle)
- Roninator2
- BCJ
Author's Notes
There were no changes done to the code only the comments.
Except for a few regex entries.
In the process of translating I attempted to remove all entries for chinese characters that were in the code.
This may be a problem for some scripts, but I tried to modify it so that it did not use square brackets in the regex []
However the original code has chinese font characters in it and knowing english keyboards, I thought it best to change it.
But since I can't use [] I ended up changing it to <>, but then the problem was is this distinguished from other scripts and would it work properly.
So for the Events demo I used <tag: > so that it was unique. I have documented the change in the header, but if you encounter problems then check the code.
Not all scripts included are in the demo and one (monopoly) is only in the demo.
Chinese to english
【 】 -> [ ]
《 》 -> < >
( ) -> ( )
And one more I can't find the reference to (without checking all of the scripts again)
The translation took about 55 hours of work.
Updates
Updated 2023-09-04 - Found a setting in the Dice game that was not proper (capitalization is relevant).
Updated 2023-09-04 - Found keyword reference in Messages demo was not working properly. Fixed
Updated 2023-09-04 - Found several more pieces of text that were missed in the translation.
Updated 2023-09-05 - Fixed a chinese colon : character in the messages demo, as seen in the pictures
Features Mentioned
- Message system provide a new method for showing dialogue and various effects
- Dice demo showcase a board game type of gameplay
- Event system provides various functions and control over events with interactive display
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
Credit and Thanks - OneEyedEagle (Eagle) - Roninator2 - BCJ
Referenced Images / Attachments
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...