Coder Social home page Coder Social logo

Comments (4)

SameytheHedgehog avatar SameytheHedgehog commented on June 9, 2024

Random side-note:
CME can't seem to be able to load the original Sonic PLCs that come with the old Hivebrain asm68k disassembly, simply saying "file could not be assembled" when I try to load it.

from clownmaped.

Clownacy avatar Clownacy commented on June 9, 2024

Sonic's PLCs have the same issues as his mappings: they're missing the label at the start. Adding that gets the file to load successfully.

The reason that the exported PLCs cannot be loaded successfully is because you're trying to combine them with the original mappings: mappings and PLCs are 'paired' together, so trying to use mappings from one pair with PLCs from another pair will not work. You need to export both the mappings and the PLCs, and then you can load them.

from clownmaped.

Clownacy avatar Clownacy commented on June 9, 2024

With both the mappings and PLCs exported, the old Hivebrain disassembly seems to build and run fine. Since the game seems to handle it fine, I think SonMapEd displaying them wrong must be caused by a bug in SonMapEd, not ClownMapEd. Maybe I can rejig how PLCs are generated so that they're just as efficient as before, but will appear correctly in SonMapEd.

from clownmaped.

SameytheHedgehog avatar SameytheHedgehog commented on June 9, 2024

Ah I see now, I didn't think about the mappings and dplcs being paired up like this.
After exporting both mappings and dplcs and building, it works perfectly fine. :)

SME would just let me load them in whichever way I wanted. That'll have to be something I just have to get used to I suppose.

I also suppose this one was just user-error for the most part so I'll just close this one as otherwise it'll mostly be a duplicate of the other issue.

from clownmaped.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.