vaendryl / Sunrider

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

Mod support and modularity improvements #38

Closed BlueOrange closed 10 years ago

BlueOrange commented 10 years ago

Hi guys,

As discussed in the forums, the intent of these changes is to improve the modularity and mod support for Sunrider. This is done by using inheritance to create a new BM object, which will hopefully mean that people writing a skirmish mod (for instance) can do it without spamming if statements all through the main code. This should reduce the impact on the main code files in future.

Blue

BlueOrange commented 10 years ago

Dammit, it's including my changes to script.rpy and also my actual side mission. Working out how to fix that...

BlueOrange commented 10 years ago

Is it easy for you to ignore my changes to script.rpy and to leave out the bluebattles.rpy?