@TheoAllen
Wish your battle camera was usable with Yami's Symphony too. I epic <3 TBS Camera but all my project's scripts (115+) are worked into symphony at this time. That be hell to change to TBS.
@TheoAllen
Wish your battle camera was usable with Yami's Symphony too. I epic <3 TBS Camera but all my project's scripts (115+) are worked into symphony at this time. That be hell to change to TBS.
[:script, "@ori_x = self.x; @ori_y = self.y"],
Ahhhh that makes sense! I thought it might be something like that. Thank you so much for your help! I love what you've created here!The "easiest" way would be.
For gender option, you could use different actor for different gender
For class option, you could use <classname: name> tag
For example
You have 2 actors in database named Male and Female
You have 3 class named Fighter, Mage, Thief. You put tag <classname _fighter> in fighter class
Then you need to provide
Male_fighter_1.png
Male_fighter_2.png
Male_fighter_3.png
Female_fighter_1.png
Female_fighter_2.png
Female_fighter_3.png
All is about naming. Of course you need to provide all possible choices
If you plan to use character generator, no, my script wont work with character generator
I have no issues...Am I the only one getting random crashes?
I am using version 1.4, the direct downloaded project, I changed nothing in it, except the actor command window's visuals, and yet I get random crashes on random lines at random intervals. Even before I changed the actor command window, I got these errors.
I have 3 lines reported:
1. self.z = battler.screen_z + (@above_char ? 1 : -1)
2. return screen_z - additional_z
3. @dur_flash = [@dur_flash - 1,0].max
The first two is in the Implementation script, while the third is in Basic Modules.
The first two happened only in battle so far, the third happens even on the map, outside battles.
All error reports look like this:
"Undefined method + for Nil class..."
"Undefined method - for Nil class..."
They happen randomly, literally. Even if I don't do anything, just waiting on actor/party command selection in battle, the error sometimes happen.
I have placed nil checks everywhere, where I got these errors, and they stopped happening. I hope I did not brake anything else.![]()