vaendryl / Sunrider

source code of the visual novel 'Sunrider'
http://sunrider-vn.com/
41 stars 21 forks source link

lowest difficulty isn't set right in MoA campaign and MM crash #111

Closed vaendryl closed 10 years ago

vaendryl commented 10 years ago

Lowest Difficulty Display From the title screen, go to Settings and set the difficulty to Hard Start a New Game from the Mask of Arcadius missions (not First Arrival!) Beat Mission 13 (Though I assume any mission works) On the results screen, it'll say "current difficulty: Hard" and "lowest difficulty: Captain"

Title Screen Crash Start a New Game. Adjusting the Settings beforehand or not doesn't matter At any time, return to the Main Menu When you click the "Combat" tab under "Settings", it crashes, and pressing Ignore launches a New Game

reiday commented 10 years ago

Found a solution to the title screen crash: swap BM and MasterBM in the python block for the main menu with "store.BM" and "store.MasterBM". For whatever reason, calling them just with their names causes the assignments to not work; I suspect it's a variable scope issue or something like that.

vaendryl commented 10 years ago

you're right, that seems to be the issue. thanks!

EnderShadow commented 10 years ago

I just fixed both issues and pushed the changes.

vaendryl commented 10 years ago

good jorb :)