Weather
-
- Posts: 56
- Joined: Wed Aug 01, 2012 2:26 pm
Re: Weather
I hate to ask but how do I apply the patch file to my server? I have never dealt with that file type before...
I hope it's not too much of a bother to answer my question...
if it is, sorry...
I hope it's not too much of a bother to answer my question...
if it is, sorry...
Re: Weather
np at all, drop the patch into the root of your repository. And if your use TortoiseSVN then just right click on the file and from the Tortoise sub menu select apply patch.
If you don't use Tortoise let me know what SVN utility you are using to check out the code and I'll give you the information for that utiliy.
If you don't use Tortoise let me know what SVN utility you are using to check out the code and I'll give you the information for that utiliy.
-
- Posts: 56
- Joined: Wed Aug 01, 2012 2:26 pm
Re: Weather
Thank you so much,i'll give that a try.
-
- Developer
- Posts: 539
- Joined: Sun Jul 22, 2012 12:17 am
Re: Weather
Came across this while looking up how often weather procs on spells, and thought it might eventually be useful for you. Just a graph of weather frequency and duration by zone.
http://images2.wikia.nocookie.net/__cb5 ... ensity.png
Or just frequency:
http://images3.wikia.nocookie.net/__cb5 ... quency.png
I had forgotten that game month affected what weather procs. Zi'tah has a "rainy season", etc.
Edit:
TortoiseSVN decided to irrevocably lock my dsp directory, so I got to go through a full redownload.
When I apply Patch 5, I'm running into a few build errors with equipArmor. It also looks like your patch might be undoing a few other revisions as well (r1585, for example.)
The specific error is:
Wish I could offer more input than that, but my C-fu is weak. The server starts, but it gives a "failed" result for Build.
http://images2.wikia.nocookie.net/__cb5 ... ensity.png
Or just frequency:
http://images3.wikia.nocookie.net/__cb5 ... quency.png
I had forgotten that game month affected what weather procs. Zi'tah has a "rainy season", etc.
Edit:
TortoiseSVN decided to irrevocably lock my dsp directory, so I got to go through a full redownload.
When I apply Patch 5, I'm running into a few build errors with equipArmor. It also looks like your patch might be undoing a few other revisions as well (r1585, for example.)
The specific error is:
Code: Select all
lua_baseentity.cpp
c:\dsp\src\map\lua\lua_baseentity.cpp(515): error C2039: 'equipArmor' : is not a member of 'CLuaBaseEntity'
c:\dsp\src\map\lua\lua_baseentity.h(34) : see declaration of 'CLuaBaseEntity'
c:\dsp\src\map\lua\lua_baseentity.cpp(517): error C2065: 'm_PBaseEntity' : undeclared identifier
c:\dsp\src\map\lua\lua_baseentity.cpp(520): error C2065: 'm_PBaseEntity' : undeclared identifier
c:\dsp\src\map\lua\lua_baseentity.cpp(532): error C2065: 'm_PBaseEntity' : undeclared identifier
Test Server: Hanekawa | Fantasy World: Naito
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
Re: Weather
Sorry all, equipArmor is one of my custom functions, I'd been pretty good about removing from the patch, but I missed it this time. I'm uploading a new patch now.
Thanks a ton for the weather information, that's going to be great.
-- Edit
I'm currently working on version 6 and here is what's planned.
Remove hard coded logic for default weather, static weather and shared weather and update the zone_weather table to supply that data. I also plan to start putting in the mechanics to utilize the data PrBlahBlahtson provided to impact weather frequency.
Please let me know if you think of anything else that should go into this. Dmg mods are still out of scope atm. Thanks again to everyone who's been testing and giving me feedback.
-- Edit 2
I need some feedback on the forms, if I'm reading it correct or not. For instance the way I'm reading Pashhow, it looks like in April its raining 100% of the time? Is that correct ?
Thanks a ton for the weather information, that's going to be great.
-- Edit
I'm currently working on version 6 and here is what's planned.
Remove hard coded logic for default weather, static weather and shared weather and update the zone_weather table to supply that data. I also plan to start putting in the mechanics to utilize the data PrBlahBlahtson provided to impact weather frequency.
Please let me know if you think of anything else that should go into this. Dmg mods are still out of scope atm. Thanks again to everyone who's been testing and giving me feedback.
-- Edit 2
I need some feedback on the forms, if I'm reading it correct or not. For instance the way I'm reading Pashhow, it looks like in April its raining 100% of the time? Is that correct ?
-
- Developer
- Posts: 539
- Joined: Sun Jul 22, 2012 12:17 am
Re: Weather
For the gray background chart, the caption simply claims "Shows intensity of each weather condition sorted by area for the year 1107. Longer lines indicate longer duration and/or double weather."
The white background chart is "Weather Frequency for the Vana'diel year 1107. Shows average weather distribution for each zone for each in-game month."
It's apparently all drawn from here, and the page updates with the weather forecast on retail.
Edit:
Looking at the charts, it looks like the frequency chart is kind of hard to interpret without the intensity chart. Using Pashhow in April as an example, the frequency chart shows that it rained every day. If you look at the intensity chart though, you'll see that it didn't necessarily rain all day, and there was an thunderstorm mixed in for good measure.
The chart also doesn't cover Tu'Lia's periodic light weather, but that's probably due to lack of a forecast NPC.
The white background chart is "Weather Frequency for the Vana'diel year 1107. Shows average weather distribution for each zone for each in-game month."
It's apparently all drawn from here, and the page updates with the weather forecast on retail.
Edit:
Looking at the charts, it looks like the frequency chart is kind of hard to interpret without the intensity chart. Using Pashhow in April as an example, the frequency chart shows that it rained every day. If you look at the intensity chart though, you'll see that it didn't necessarily rain all day, and there was an thunderstorm mixed in for good measure.
The chart also doesn't cover Tu'Lia's periodic light weather, but that's probably due to lack of a forecast NPC.
Test Server: Hanekawa | Fantasy World: Naito
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
An occasionally updated list of what works
Bugs reports go here. | Project chat here.
Things I've found, but don't plan to work on.
-
- Posts: 56
- Joined: Wed Aug 01, 2012 2:26 pm
Re: Weather
I just wanted to say thank you. For the first time in almost three years, I got to experience rain, on ffxi, again. It was breathe taking. I took a screenshot.
Again, thank you.
Again, thank you.
- Attachments
-
- rain.png (529.49 KiB) Viewed 8737 times
-
- Posts: 9
- Joined: Sun Jul 22, 2012 6:33 am
Re: Weather
Has this been patched to the test server? =O, Weather ftw.
Re: Weather
Thank you all for the testing and the responses, the information and great feedback. Darkstar has an amazing community and this project is blast to contribute to. I've uploaded the lastest patch for weather, and unless there are bugs, this will be the last for a while. I'd like to move on to updating the summoner quest to use getweather util.
-
- Posts: 56
- Joined: Wed Aug 01, 2012 2:26 pm
Re: Weather
when i go to patch it to version six, I get a lot of popups saying "rejected path husks for ...."