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

● ARCHIVED · READ-ONLY
Started by Restart 603 posts Page 22 of 31 View original ↗
  1. Here's the FOSSIL plugin for anyone who still needs it.
  2. Animebryan said:
    Here's the FOSSIL plugin for anyone who still needs it.
    Just for clarity for readers - is that a copy of Arthran's updated fork, or the most recent version from Restart?
  3. I have no idea. I believe this is just the most recent version. Here is the header of the plugin if it helps:
    /*: * @plugindesc Fossil is an interoperability layer for RMMZ, designed to make MV plugins work in MZ. * So far, we support over 300 plugins. You can help! * @author FOSSIL TEAM * @target MZ * @command useOldPlugin * @text 'Enter MV plugin commands' * @desc 'They're back! Enter them the same way you used to.' * @arg OldPluginCommand * @text * @ desc Identical to MV's commands. * @help FOSSIL goes at the start, before all other plugins. Fixing Old Software / Special Interoperability Layer (FOSSIL) Version 1.0.12
  4. Screenshot_20221229_135631_JoiPlay.jpg
    Can anyone help me ‍‍
  5. Aerosys said:
    I think the error message is clear. Open up your Plugin Manager and move FOSSIL to the top!
    It work thank u
  6. MOG CHRONO ENGINE

    Hi guys!

    I have converted my MV project to MZ.
    But now MOG'S CHORNO ENGINE no longer works.

    Whenever I press the key to hit, I get the following error.

    Any ideas how to fix that?

    LENGTH.jpg
  7. I get an error 404 when trying to download the plugin =O
  8. Tsunar said:
    I get an error 404 when trying to download the plugin =O
    check page 21. the plugin has been saved by another person. Post #411
    Even my post above #425 will lead you there.
    Also post #427 has a copy that may be the latest one.
  9. Download links are 404 not found :(
  10. The links don't work.
  11. @Nortas @Salyhin If you both would check the post right above Nortas', you should find your solution.
  12. Animebryan said:
    Fixing Old Software / Special Interoperability Layer (FOSSIL) Version 1.0.12
    My version is at 1.0.13 in case that helps anyone?
  13. mobiusclimber said:
    I'm getting this same error.
    @Vuono87

    I've only gotten VE Materia to work without VS Core Engine and ItemEquip Core
  14. I'll try that. I've actually decided to avoid using VS plugins in this game, so that works for me.
  15. Anyone else have this error from fossil or know solutions? Never had this issue before MZ 1.6.0
    123.PNG
  16. Seedspreaderent said:
    Never had this issue before MZ 1.6.0
    And that's where you messed up. Every time RPG Maker gets an update, it breaks something. Always better to stick with a previous version, like 1.5.0. It's part of RM's "2 steps forward, 1 step backward" policy. Also, your plugin error may not be exclusively caused by FOSSIL. It shows that it's looking for a png file with %5B%5D in it's name. Not sure if the %s are really part of the filename, but something in your game is calling for that file but it doesn't exist.
  17. %5B%5D is URL escape syntax for [], so it's probably looking for a png file containing square brackets.