I've been gone for a while and am way less active then I used to be, but seeing 1.1 released is pretty cool. I just have two questions about it:1) Are 1.0 screenpacks compatible with 1.1, or do we have to use 1.1 screenpacks only?2) Am I correct in saying the stage zoom feature has to be added to every stage's .def? Or is there a feature that allows it for every stage loaded in mugen?Thanks for anyone that can help. If this has been posted before, excuse me for my laziness of not wanting to go searching for it.
1.) Everything that was 1.0 compatable should work in 1.1, as 1.1 is an update to 1.0. So no problem here.2.) Yes, you have to add zoom feature to every stage that you want to have zoom features for by modifying their .DEF files. It just doesn't "add themselves". It doesn't work that way, unless the zoom feature was part of the game engine itself, not the stages.
Quote2) Am I correct in saying the stage zoom feature has to be added to every stage's .def? Or is there a feature that allows it for every stage loaded in mugen?You can edit the mugen.cfg from any mugen 1.1 to give all the stages an universal zoom in and zoom out value without modifying them at all.
Universal zoom works fine if all stages can support zoom. Some stages are simply too small or their heights isn't big enough for the zoom itself (usually the bottom). Otherwise, it's better to edit defs one by one. And as always, if you're planning to go HD, you have to edit deltas.
Rednavi said, June 08, 2013, 02:38:22 amQuote2) Am I correct in saying the stage zoom feature has to be added to every stage's .def? Or is there a feature that allows it for every stage loaded in mugen?You can edit the mugen.cfg from any mugen 1.1 to give all the stages an universal zoom in and zoom out value without modifying them at all.Oh.... I did not know this. Thanks for the info. While this does help to make all stages use zoom by default, it doesn't work well on stages that don't support it like KFM's temple stage. So I'd think it still make sense to add zoom function only on certain stages that actually support it.
Thanks a ton guys, that's exactly what I was looking for. Now I just have to decide how I want to implement the zoom. But here's another question then; if there is a universal zoom implemented in the mugen.cfg and zoom added to a stage's def, which takes precedent? I'm assuming the universal zoom is only used if there is no zoom in the stage def, but just want to confirm this.