Hey guys,
I downloaded moghunters script for weather effect (http://www.atelier-rgss.com/RGSS/System/ACE_SYS08.html), I actually copy/pasted it directly from the master demo. But when I start the game, there is no effect, I checked the pictures location and made sure to use the right command, but nothing. I copy/pasted it into the demo and it worked just fine there. I hope you can help me,
MRColourblock.
Moghunters weather effects won't show up
● ARCHIVED · READ-ONLY
-
-
What are your script calls?
Mog's scripts aren't exactly compatible with lots of things, but I've never had a problem with his weather script, can you think of any other scripts you have that may do even slightly similar things? -
Did you read the script instructions and make sure everything is set up correctly? Switches, variables, any customization that needs to be done in the script? Got the right script calls?
-
Wel, the script is set up right, It has to be another script i use, cause it worked in a new project with only this script installed :/ I'm using a bunch of scripts and I actually need them for my game, I use the weather script only to make a sandstorm, so it looks better. Are there any other good scripts (free for commercial) like moghunters?
-
It would be better to first find out WHAT script it's conflicting with and see if you can resolve it. Otherwise you're likely to run into the same problem over and over each time you add a new script.
Does the script use switches or variables? Did you allocate them in your database and ensure nothing else uses them? Did you look through OTHER scripts to see if they use them and if you need to allocate new switches/variables for any of those? -
The weather script isn't using any switches/variables, I also added my scripts one by one to the new project and It worked with all scripts, so it has to be something different.