Giter Site home page Giter Site logo

excellentgamer / sm64ds-remastered Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aloultraext/sm64ex-alo

4.0 0.0 1.0 22.03 MB

An implementation of ds features/visuals for the n64 and pc port alike.

Shell 0.04% JavaScript 0.01% C++ 5.26% Python 0.47% C 93.22% Assembly 0.82% Makefile 0.17% Dockerfile 0.01% Batchfile 0.01%

sm64ds-remastered's Introduction

sm64ds-remastered

Fork of AloXado320/sm64ex-alo

Backends included

Building

Clone the repository:

git clone https://github.com/ExcellentGamer/sm64ds-remastered
cd sm64ds-remastered

Note: On Unix systems you may need to do this before doing any changes:

git config core.fileMode false
chmod -R 777 .

Copy baserom(s) for asset extraction:

For each version (jp/us/eu/sh) for which you want to build an executable, put an existing ROM at ./baserom.<VERSION>.z64 for asset extraction.

By default it builds the US version.

To build for N64, click here.

Note: Only tested in WSL, works on (Debian / Ubuntu) as well, other distros untested.

Install build dependencies:

sudo apt install -y binutils-mips-linux-gnu build-essential git libcapstone-dev pkgconf python3 gcc-mips-linux-gnu

Build:

# if you have more cores available, you can increase the -j parameter
make -j4 TARGET_N64=1 

ROM location:

build/us/sm64dsr.us.(currentver).z64
To build for Android, click here.

Note: Only Termux build is supported.

Install Termux

Install the app from F-Droid here

Make sure you use this version, as the Google Play version is outdated.

Install build dependencies

pkg install git wget make python getconf zip apksigner clang binutils

Copy in your baserom:

Do this using your default file manager (on AOSP, you can slide on the left and there will be a "Termux" option there), or using Termux.

termux-setup-storage
cp /sdcard/path/to/your/baserom.z64 ./baserom.us.z64

Install external dependencies

cd platform/android/ && ./getkhrplatform.sh && ./getSDL.sh && cd ../..

Build

# if you have more cores available, you can increase the -j parameter
# On Termux, TARGET_ANDROID=1 is defined automatically in Makefile
make -j4

Install apk:

xdg-open build/us_android/sm64dsr.us.(currentver).apk

sm64ds-remastered's People

Contributors

aloxado320 avatar excellentgamer avatar maikelchan avatar aurorawright avatar gammatendonnine avatar vanfanel avatar s4ys369 avatar excellentalt avatar filipianosol avatar

Stargazers

OvOPlant avatar Cindy Wehlage avatar  avatar Raphael Drew Boltman avatar

Forkers

excellentalt

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.