Jump to content

PwnzLPs

Member
  • Posts

    75
  • Joined

  • Last visited

Posts posted by PwnzLPs

  1. I might do a little bit of work on the scenes that are in the engine so far. Namely, since this is a recreation of the Zelda64 engine in Unity, I'll set up framerate limitations. Don't know how much work I'll be able to do on this alone though. I'm personally terrible at programming. I just sorta bodge everything together.

     

    Edit: I also forgot to mention that I'll be making a clone of their repository. Any changes I personally make will be made to my cloned version, and the README.md file will simply be used to keep tracks of the changes that are made every time I update my repository.

  2. So, I have been trying to come up with a way to load a separate sheath model for the Biggorons Sword, mostly dependent on which Link has it equipped. I have an idea of how to do this, my only problem is I don't know if it would work.

     

    Basically, how I see this working is, somewhere in RAM, I have code that is constantly being checked or getting checked whenever a new weapon is equipped (still trying to figure out how to check it with both methods), and then that code will branch to a different DLIST pointer dependent on which sword is equipped. Could someone confirm this for me and help me with creating the code, please?

     

    Thanks!

  3. Just an FYI, Nemu doesn't give a fuck about what you do to it so long as it doesn't throw any crashes, and everything in the ROM that's getting pointed to is where it's pointed to. And even then, the second one doesn't always cause crashes. Most of my results from those errors (stuff not being where its pointed at) just skewed the HUD and caused whatever was pointed to to turn invisible. Just fair warning. ;)

  4. Thanks for the recommendations! :)

     

    I have been looking into c# for a while. Though, I figured I would start with JavaScript. I'll definitely look into c# and c++, as well as C if I have the time.

     

    Do you guys have any recommended ways or sites/books for learning these? :)

  5. I would be interested in helping to allow this project continue. BTW, Unity can build for Mac, Linux, and I do believe every last gen console, as well as the current gen consoles. So, just to ease my curiosity, what platforms were you trying to develop for?

  6. It's more of a mental roadblock, and also the tooie if of where I can't comprehend much. ------------------ named the topic what I did because I was in school at the time of posting this and couldn't think if anything else.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.