02-17-2021, 05:09 AM
(This post was last modified: 02-17-2021, 05:17 AM by DerVVulfman.)
BUMP TO
ENHANCED VER 3
ENHANCED VER 3
No longer is the main post holding a mere script. Instead, it is a demo. But not merely a demo, but a demo modeled after Dubealex's original. Corrections to match the new script, and a few typos from the original, have been made.
Now the script is divided into three parts, the instructions, the configuration page, and the engine itself. The instructions are very detailed and covers all script calls that you may use. The configuration page holds initial settings for the script, including the default font used, and window dimensions if the end-user is using a resolution script. And the engine is specifically the main system itself, relying on the configuration page for default values. Yes, it is much larger. But that's what happens when you write killer instructions and put comments everywhere. And I mean... EVERYWHERE.
The script no longer uses text files!!!
Even though Dubealex's original demo had files with .rxdata extensions, those were merely .txt files with renamed extensions. Those would not encrypt if you chose to compress your game. So now the script instead reads actual .rxdata files. To further this, methods to convert text files into valid .rxdata files, and from .rxdata back to .txt files, have been included.
Um, yeah. The demo begins with .txt formatted files. It will tell you who to 'talk to' to convert them into .rxdata files the rest of the demo can use.
Instructions on editing .rxdata files in UTF-8 format to remove a pesky illegal character has been included within the instructions as well. This prevented color codes from working in the 1st line when UTF-8 formatted text was being shown.
The demo now shows new features, closing a scrolling window while Live-Update is active, setting the vertical position of text, deactivating Up/Down scrolling options, and more.
The script no longer uses text files!!!
Even though Dubealex's original demo had files with .rxdata extensions, those were merely .txt files with renamed extensions. Those would not encrypt if you chose to compress your game. So now the script instead reads actual .rxdata files. To further this, methods to convert text files into valid .rxdata files, and from .rxdata back to .txt files, have been included.
Um, yeah. The demo begins with .txt formatted files. It will tell you who to 'talk to' to convert them into .rxdata files the rest of the demo can use.
Instructions on editing .rxdata files in UTF-8 format to remove a pesky illegal character has been included within the instructions as well. This prevented color codes from working in the 1st line when UTF-8 formatted text was being shown.
The demo now shows new features, closing a scrolling window while Live-Update is active, setting the vertical position of text, deactivating Up/Down scrolling options, and more.