|
There's been an ongoing discussion over at RMW, but the reality of it is there's really no easy way around it, and none that appears to be worth any amount of time. As Jonnie indicated, the way the program runs and the setup of the events and database rely on the current scripts. You can't simply swap out the scripts and think it will work.
In each maker, new features have been added, and new features have been removed, and they all generally rely on the default scripts that were written in their current language at the time for proper implementation. So anything XP offers that VX does not could potentially cause a feature to become non-existent in XP when switched from RGSS to RGSS2/3. Likewise, any new features that were created in later programs would still not be possible by default once ported over. For example, Ace has the sprite/face generator and shadow pen, as well as the unlimited tileset that offers up to 5 complete tabs for each set. These functions are built into the tools of the program and database. Switching the scripts from RGSS to RGSS3 would not make these features available, because it wouldn't alter the database in any way. And since event commands are laid out differently for each maker, you'd have to account for that as well.
You'd probably have to be an expert scripter and know which scripts will work and which will not, and rewrite a lot of the code so it could be used with the current database. And you may even have to have access to the source code (which violates EB's EULA) in order to make some of the database changes in order to implement features that were introduced in later programs.
__________________________

|