Chaos Project

RPG Maker => General Discussion => Topic started by: derektheler on October 11, 2024, 05:01:18 am

Title: Looking For Best Practices for Using RMXP and Chaos Project Scripts Together?
Post by: derektheler on October 11, 2024, 05:01:18 am
Hi everyone,

I have been working on a project using RPG Maker XP (RMXP) and I have recently come across some really cool scripts here on Chaos Project. However,, I am still a bit new to using custom scripts and wanted to ask the community for advice.

What are some best practices when combining RMXP scripts with those shared here on Chaos Project: ?? Are there specific things I should watch out for,,, like script compatibility issues or common bugs: ?? Also, how do you recommend testing or troubleshooting new scripts to avoid game breaking problems later on: ??

I appreciate any insights, especially from those who have used Chaos Project resources in their RMXP games. Thanks in advance for your help !! 😊

Looking forward to hearing your suggestions !!

Thanks
Derek Theler
Title: Re: Looking For Best Practices for Using RMXP and Chaos Project Scripts Together?
Post by: KK20 on October 14, 2024, 08:50:47 pm
https://forum.chaos-project.com/index.php/topic,23.0.html

There really isn't any way to know whether two scripts will work with each other. It's something you get better at recognizing when scripting. Some things are just more obvious, like having two systems that do the same thing. Script authors should be conscientious about communicating what their script isn't compatible with and where it should ideally be placed.

When it comes to testing scripts, there's nothing better than just creating a new project and throwing the scripts in one-at-a-time. And if things seem like they work together but end up being the problem, that's when you need someone to look deep in the code.