Project FOSSIL (v1.0): Use MV plugins in MZ! 300+ plugins Fossilized!

● ARCHIVED · READ-ONLY
Started by Restart 603 posts Page 2 of 31 View original ↗
  1. thenerdmansion said:
    I understand. Thank you for your honest attempt at trying to fossil this plugin :D.
    I did try to skip animations by having the plugin play animation 0 but it would still
    crash, at least we tried :D/
    To be clear, if you use the animations file from a MZ project it won't crash. The crash is caused by trying to reference a MV animations file in MZ
    ImaginaryVillain said:
    All of these were done with a brand new MZ project, core script 1.2.1. Regrettably none of them worked. I'd be happy to test a lot of the other QPlugins once the QPlus problem is resolved.

    qplus
    View attachment 186602

    Gradient Wipe
    View attachment 186603

    Ultra Mode 7
    View attachment 186604
    Yeah I'm not touching ultramode7 with a 10 foot pole :p. I have heard there are a lot of under-the-hood changes with pixi and trying to do a roundabout interface layer seems like a real nightmare. Same goes for MV3D and other big rendering engine changes (as well as any plugin that tweaks the MV animation system).

    I'll poke at QPlus and see if I can get something together to make it behave.


    Anyway, have pushed another update to github.

    YEP_BuffStatesCore and YEP_AutoPassiveStates are now functional in MZ.

    I think I have StatusMenuCore fossilized to an acceptable level now. The most noticeable difference is that I didn't bother making the parameter graph as pretty as it is in MV

    MV:
    u0uziDq.png
    MZ:
    1618784764148.png

    but TBH I never really used found that graph useful anyway, and since all the information is being displayed in a comprehensible fashion, I think that's Someone Else's Problem.
  2. Entirely fair. I mostly just added Ultra Mode 7 on there as a joke since I already made the MV3D joke last time. To be honest I'm a bit hard pressed to find a plugin that doesn't already have a replacement plugin for MZ. Most of what isn't, is the extreme plugins that do drastic changes.

    On the plus side, the QPlugins don't have a complete port yet. I suspect a lot of people would love to see those working correctly on MZ.
  3. Anyway, qplus is freely redistributable and editable, so if you wanna make a port that's totally fine. It's also wrapped, which limits interoperability; once again, porting seems to be the best option (and honestly, it seems like this plugin has features that aren't documented in the intro, so I can't really test whether or not they're working).

    If you want to just get it to not crash, comment out these sections
    Code:
      //-----------------------------------------------------------------------------
      // Graphics
    
      //-----------------------------------------------------------------------------
      // Scene_Boot
    
      //-----------------------------------------------------------------------------
      // Scene_Map

    You'll lose the quick test option and the tweaked error information, but whatever. Technically the quick test 'works', but it forgets to load the graphics so the game is running with the screen totally blank.



    Anyway, Shaz_TileChanger works.
  4. Oh yeah, a couple of months back I did something similar to that. Did some quick edits for 8 of the plugins and tossed them up on my GitHub. They currently break with MZ's menu system, which isn't really a problem for me since I don't use it. However I was just hoping this would solve the problem for other people looking to use them.

    Anyway, I'll likely end up testing some other plugins later, and see how it goes. Now that I know you're looking to avoid wrapped code that should help limit which plugins are worth looking at.
  5. This is fantastic! I tried this out with the Gameus Quest System and it works! Text is a bit small, BUT IT WORKS! Haha! Now I have an easier to use Quest system in MZ! Thank you man!
  6. AeroPergold said:
    This is fantastic! I tried this out with the Gameus Quest System and it works! Text is a bit small, BUT IT WORKS! Haha! Now I have an easier to use Quest system in MZ! Thank you man!
    Thanks! I'll add it to the list :)
  7. The premise of this sounds really interesting and I commend your team on their incredible work.

    But I am also concerned about something. I know that with the Yanfly Engine, Yanfly had explicitly expressed in his retirement message that he does not permit the porting of his scripts outside of the VisuStella team. To do so would be breaking his terms.

    Although while yes this is not actual porting by technicality, it still makes me wonder if this would still fall under disallowed usage and break Yanfly's terms. Especially when the VisuStella team themselves have been porting his scripts, which have to be bought.

    I don't have MZ. And if I did, I would buy VisuStella's ports. I'm just a little concerned and wondering if any of the above has been discussed.
  8. Restart said:
    Thanks! I'll add it to the list :)
    Okay so a few things: It only works if added to the bottom of the list and if at the bottom of the list and the sample quest is complete the game and then the ESC button is pressed this appears:
    bandicam 2021-04-19 15-36-10-828.jpg
    bandicam 2021-04-19 15-36-58-012.jpg
    If placed at the top of the plugin list it works as intended except for the UI:
    bandicam 2021-04-19 15-36-58-012.jpg

    So yeah it works but not at 100%
  9. HiddenAlchemist said:
    The premise of this sounds really interesting and I commend your team on their incredible work.

    But I am also concerned about something. I know that with the Yanfly Engine, Yanfly had explicitly expressed in his retirement message that he does not permit the porting of his scripts outside of the VisuStella team. To do so would be breaking his terms.

    Although while yes this is not actual porting by technicality, it still makes me wonder if this would still fall under disallowed usage and break Yanfly's terms. Especially when the VisuStella team themselves have been porting his scripts, which have to be bought.

    I don't have MZ. And if I did, I would buy VisuStella's ports. I'm just a little concerned and wondering if any of the above has been discussed.

    The specific issue yanfly had was with people redistributing his scripts - if you make a port of YEP_doodads or whatever for yourself that's not an issue. The problem arises when someone takes YEP_doodads, makes their own YEP_doodads_MZ, then starts giving it to other people.
  10. Restart said:
    The specific issue yanfly had was with people redistributing his scripts - if you make a port of YEP_doodads or whatever for yourself that's not an issue. The problem arises when someone takes YEP_doodads, makes their own YEP_doodads_MZ, then starts giving it to other people.
    Not to be a bugbear and to come at the risk of being mildly annoying, I have provided some feedback as played around with the plugin with Gameus Quest System. It works but has some odd quirks dependent if you put it at the top of a list of plugins or at the bottoms, as well as the text appearing small and not using the fonts set in the database.
  11. Restart said:
    The specific issue yanfly had was with people redistributing his scripts - if you make a port of YEP_doodads or whatever for yourself that's not an issue. The problem arises when someone takes YEP_doodads, makes their own YEP_doodads_MZ, then starts giving it to other people.
    Ah, yes that makes much more sense. Thanks for the clarification. :thumbsup-left:
  12. AeroPergold said:
    Okay so a few things: It only works if added to the bottom of the list and if at the bottom of the list and the sample quest is complete the game and then the ESC button is pressed this appears:
    View attachment 186728
    View attachment 186729
    If placed at the top of the plugin list it works as intended except for the UI:
    View attachment 186733

    So yeah it works but not at 100%
    Okay, I've filed it under WIP in the OP. I'll fiddle around with a demo later
  13. Restart said:
    Okay, I've filed it under WIP in the OP. I'll fiddle around with a demo later
    Thank you, if you need help or extra info I'll provide it.
  14. Hi! This is a personal suggestion very likely, but do you think you can get this working with JM's Earthbound Backgrounds?

    *EDIT*
    Can also confirm, aside from Circle and Clock, SRDude's Timed Attack System works.
  15. Does anyone have the Moghunter Chrono engine on their computer? Now that moghunters website, youtube and twitter have been deleted the only way to get it is from someone that already has it :(. I hope all is well with moghunter as well.
  16. thenerdmansion said:
    Does anyone have the Moghunter Chrono engine on their computer? Now that moghunters website, youtube and twitter have been deleted the only way to get it is from someone that already has it :(. I hope all is well with moghunter as well.
    Hey I got you, hopefully, this is it, had it sitting around my back ups. Hope all is going good as well, woke up and everything was gone. <snip>

    Also I'll be checking this script out as soon as I get some time. It's great more is being done to port over MV scripts to MZ.
  17. @jad4321 I've removed that link. Please see this message why.
    @thenerdmansion Please don't request plugins in this thread, unless it is to get them to work with Project FOSSIL. Regarding the Moghunter situation, please see this message.
  18. YEP_BattleEngineCore now works, except for the 'Select Help Window' parameter.

    That's the one that brings up a window saying 'all enemies' or '3 random targets' or 'yourself' or whatever on skills that normally don't ask for targeting.

    With the parameter enabled it technically 'works', but it also brings up a confusing 'select targets' window that gets ignored every time you use a nonselecting skill. Since it's on by default, for the time being I'm just scanning the plugin parameters and having FOSSIL tell you it's turning 'select help window' off in the console.

    I think this probably isn't a make-or-break feature for most users, so I'm counting it as 'done'.

    Onwards to Gameus Quests!