New account registration is temporarily disabled.

[RMVX ACE] MULTIPLE ENGINES IN A GAME?

Posts

Pages: 1
Hi. I know how to use simple scripts and I love Arc Engine by Khas and Sapphire Action System by Khas, and of course, the original system! Can I switch between systems in different maps? Please help

Thank you
An interesting question. I dont believe so, simply because the nature of most scripts is to extend existing functionality, which essentially clobbers out everything else. There is theoretically a way to do so, but it would involved knowledge of each piece of the system your scripts are using, how they overlap, and then creating duplicates of the base modules to override instead of the originals.. and then creating some sort of script to swap between the originals and the copies.

Short answer: theres no easy way to do it. It would be pretty damn hard and complicated.
author=narcodis
Short answer: theres no easy way to do it. It would be pretty damn hard and complicated.


Any info on how to achieve it will be appreciated!! I'm making my 3rd game
Pages: 1