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
Spoiler: Images - Dice
[/quote]
Spoiler: Images - Event[quote]
Spoiler: Images - Messages
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
本贴来自国际rpgmaker官方论坛作者:Roninator2处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/eagle-rgss3-scripts-and-demos-english-translated-by-google.160872/