Mhm! Silly of me to not give anything to work with. Here's a G Drive link to the file in question:Enjay wrote:Well, obviously *something* isn't set up correctly, but you haven't provided anything for anyone to actually look at. So, at best, all people will be able to do is take a wild guess. If you provide a testable example of your setup, then someone will likely be able to figure out the problem.
https://drive.google.com/file/d/1ur1EbF ... sp=sharing
EDIT: The issue appears to be with the ACS.
Code: Select all
#include "zcommon.acs"
script 1 OPEN
{
ScriptCall("Weather", "SetPrecipitationType", "MedRain");
}
For some reason when running the mod, no matter what weather it is set to, it won't run. If I, however, run UDB and open the ACS script through the builder and just hit CTRL+S and then run the mod through UDB's tester, the weather, in fact, does work. If I don't do this and I just load up UDB and run the game the weather once again doesn't work. I'm trying to figure out why this could be.