Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
For example, the weather & time system of my own project both run off of parallels. But while the darkness of "Night", carries over from the maps & changes the tinting on the battlebacks, weather effects like "Rain", don't. I've actually been meaning to put some work into my troop tabs, by seeing if I can get the weather effects that are active in the map, to carry over to the battle when they happen.
& I am not certain the shifts in the day & night cycle I have running through my parallels would implement during a battle, as I haven't tried to let the clock run long enough to see if the transitions occur in battle. Since I haven't tried to see it my time system "stops" while battle is going on, or if continues to cycle through its various increments of time.
Also, if you only have the state in question being applied in battle, then you don't need to have it anywhere besides the troop events; which would remove the possibility of them causing any lag outside of battle.
The "clock" which I anchored to a wait mechanic, & then operated through cycling variables, effectively "stops" as soon as battle is joined. Which means that both my "weather" & my "time" system, despite being parallels are both turned off in battle.
I was fairly certain that was the case, as I had heard other people say as much, but I hadn't bothered to test it to confirm prior to this.
So any parallel evaluating for a state that you create, but anchored into the common events tab like my "time" & "weather" system, won't apply until after the battle is over either.
So if you have the state in question being something you can pick up in & out of battle, you'll need a parallel in your common events tab, & a similar event in the troop tab as well, applied to the troops where the character might pick up the state in question.
If you'll only get it in battle, then ignore the common events tab, & even your troops tab.
It seems you can't apply weather effects in battle, only in maps. I just ran through about half a dozen different ways of calling them up, & nothing.
I even attached a text message to the event calling up the weather effect that said "It should be raining!!!".
The text box with the message appeared just fine, but not the slightest bit of "Rain" weather effect to be had.
I am not sure if I can make the clock in my time system keep advancing while in battle, I still need to experiment with that one, I'll let you know by tomorrow if I had any success.
http://himeworks.com/2015/10/battle-weather/
Strange, I just use the standard screen tinting, & it carries over onto the battlebacks just fine.
However, I am not using any of Terrax's stuff. It seem Moghunter also made a plugin for the weather effects as well. Though the battle mod was just an addition, their real interest was in expanding the number of available weather options.
I suppose it's not that big of a deal if the "clock" stops during battles. As I hadn't intended for any of the battles to take an inordinate amount of time, speaking from a "game time" perspective. But the weather effect drop off is annoying, & also rather perplexing.
I suspect it has to do with dropping the total number of animations playing, to reduce potential lag; which does make sense. However, I would like to have the choice in the matter.
I've actually already tried the direct scripting method, I created an item that called up the weather via script calls, complete with dialogue box tracer to be sure it activated; works just fine on the maps, doesn't do anything in battle though; save for the dialogue box tracer.
If I have time this month after finishing up title screen "world map", & my updated icon sheet, I'll spend some time experimenting with those plugins.
Though I am disappointed in having to rely upon a plugin to apply a system that already works fine everywhere else.
I believe the best way to go about my problem is to use Yanfly's Base Troop Events to create a check at the start of every turn for the state. By using the simple conditional branch for checking if the actors have the state to call the game over, if not the battle goes as intended.
Thanks for all the feedback! love you guys~ <3