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
Entire RGSS3 Gituhb + Demos
OneEyedEagle
Introduction
This 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
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
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