Coder Social home page Coder Social logo

sm64-replay-rom-maker-v2's Introduction

sm64-replay-rom-maker-v2

Uses Eddio0141's SM64 Replay Romhack to turn an m64 movie file into a z64 ROM that plays the movie back.

Usage

replay_rom_maker.exe [your_movie.m64] [your_rom_name.z64 | -]

Before you can create any Replay ROMs, you must apply the .ips patches to unmodified Super Mario 64 U and J ROMs respectively, and place them into the same folder as the replay_rom_maker.exe executable. Make sure the ROM names match their respective patch names. Patching can be done with Floating IPS (flips). You are free to delete the .ips patch files after doing so.

You have two options for selecting an m64 to make into a ROM. You can either place your m64 in the same directory as the executable, rename it to input.m64, and run the replay_rom_maker.exe executable, or you can run the executable from the command line with your m64 as an argument (the argument can also be a path to an m64 not in the current directory).

You have three options for the name of the output ROM. If only an m64 is passed as an argument (ex: replay_rom_maker.exe your_movie.m64), the output ROM will be named output.z64 (note: any previous output.z64 ROM will be overwritten if you create another ROM with this name). If an m64 and a z64 name are passed as arguments (ex: replay_rom_maker.exe your_movie.m64 your_rom_name.z64), the output ROM will be named whatever name you passed as an argument. Finally, if an m64 and - are passed as arguments (ex: replay_rom_maker.exe your_movie.m64 -), the output ROM will have the same name as the input m64.

If no arguments are passed (replay_rom_maker.exe), input.z64 and output.z64 will be chosen by default. Pass -h as the only argument to see the usage again (replay_rom_maker.exe -h).

Building

Simply compile it on the command line with your C compiler of choice (gcc main.c -o replay_rom_maker.exe, for example).

sm64-replay-rom-maker-v2's People

Contributors

1kq2lo40lozpmb63 avatar nim-ka avatar tjk113 avatar

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.