An extended custom version of Super Mario 64 with extra stuff made by yours truly. Based of sm64ex and updated to Refresh 16
Find a file
AloXado320 e7586d0c68 Puppycam 2 changes
Reorganized menus, renamed text options

Mouse changes, speed option, hud and can be used on classic cam mode

Revert sensibility small number window, add small mouse frame count
2023-07-20 23:40:30 -05:00
.github/ISSUE_TEMPLATE init repo 2020-08-08 14:03:20 -05:00
actors fix build without qol defines 2023-05-27 20:52:39 -05:00
asm N64: BSS changes and related 2023-05-18 14:55:55 -05:00
assets Refresh 13 (Bruteforce) with a few fixes 2020-12-16 11:22:09 -05:00
bin Puppycam 2 changes 2023-07-20 23:40:30 -05:00
data Small obj fixes and misc 2023-01-19 00:20:35 -05:00
doxygen init repo 2020-08-08 14:03:20 -05:00
enhancements Post r15: Significantly more Libultra Cleanup 2021-12-30 22:47:02 -05:00
include Puppycam 2 changes 2023-07-20 23:40:30 -05:00
levels 2 more QoL features and some fixes 2023-05-19 00:27:37 -05:00
lib Audio critical bug fix and more 2023-05-22 11:37:38 -05:00
platform Critical fix and 3ds changes 2023-05-31 21:27:27 -05:00
rsp Update to Refresh 14 + More 2021-07-14 21:00:38 -05:00
sound Audio critical bug fix and more 2023-05-22 11:37:38 -05:00
src Puppycam 2 changes 2023-07-20 23:40:30 -05:00
text New config file: config_graphics.h - along with more QOL features 2022-06-02 00:44:20 -05:00
textures Puppycam 2 changes 2023-07-20 23:40:30 -05:00
tools Even more compile and make fixes 2023-06-26 21:04:11 -05:00
.clang-format init repo 2020-08-08 14:03:20 -05:00
.clang-tidy init repo 2020-08-08 14:03:20 -05:00
.gitattributes init repo 2020-08-08 14:03:20 -05:00
.gitignore sm64ex macOS build changes and more 2021-12-01 23:01:39 -05:00
asmdiff.jp.sh init repo 2020-08-08 14:03:20 -05:00
assets.json Post r15: Update instrument sample names 2023-05-15 20:04:43 -05:00
c2obj.py update c2obj.py and obj2c.by (from sm64pc/sm64ex#281) 2021-01-21 18:17:08 -05:00
CHANGES Update to Refresh 14 + More 2021-07-14 21:00:38 -05:00
charmap.txt init repo 2020-08-08 14:03:20 -05:00
charmap_menu.txt init repo 2020-08-08 14:03:20 -05:00
defines.mk Initial RM2C Support 2022-09-25 17:17:02 -05:00
diff.py Refresh 13 (Bruteforce) with a few fixes 2020-12-16 11:22:09 -05:00
diff_settings.py Refresh 13 (Bruteforce) with a few fixes 2020-12-16 11:22:09 -05:00
Dockerfile Tools slight fixes 2023-05-22 17:44:17 -05:00
Doxyfile init repo 2020-08-08 14:03:20 -05:00
extract_assets.py Fix extract_assets and update div by zero check 2023-05-28 14:42:21 -05:00
first-diff.py Refresh 13 (Bruteforce) with a few fixes 2020-12-16 11:22:09 -05:00
format.sh init repo 2020-08-08 14:03:20 -05:00
Jenkinsfile Refresh 13 (Bruteforce) with a few fixes 2020-12-16 11:22:09 -05:00
Makefile Even more compile and make fixes 2023-06-26 21:04:11 -05:00
Makefile.split More compile fixes and Makefile changes 2023-06-22 19:42:59 -05:00
obj2c.py update c2obj.py and obj2c.by (from sm64pc/sm64ex#281) 2021-01-21 18:17:08 -05:00
pisetup.sh Tools slight fixes 2023-05-22 17:44:17 -05:00
README.md Android fixes, reduced warnings 2022-06-07 22:06:18 -05:00
rename_sym.sh Update to Refresh 14 + More 2021-07-14 21:00:38 -05:00
SAVE_FORMAT.MD init repo 2020-08-08 14:03:20 -05:00
sm64.eu.sha1 init repo 2020-08-08 14:03:20 -05:00
sm64.jp.sha1 init repo 2020-08-08 14:03:20 -05:00
sm64.ld N64: BSS changes and related 2023-05-18 14:55:55 -05:00
sm64.sh.sha1 init repo 2020-08-08 14:03:20 -05:00
sm64.us.sha1 init repo 2020-08-08 14:03:20 -05:00
util.mk Refresh 13 (Bruteforce) with a few fixes 2020-12-16 11:22:09 -05:00

sm64ex_alo

Fork of sm64pc/sm64ex with additional features.

Changes

  • N64 Building - Support for it was removed in sm64ex
  • Based of the latest refresh (since sm64ex is stuck on 12)
  • Puppycam 2 (sm64ex still has Puppycam 1)
  • Quality of life fixes and features (QOL_FIXES=1 and QOL_FEATURES=1 respectively)
  • Mouse support for desktop targets (MOUSE_ACTIONS=1) (SDL1/SDL2 only, DirectX Mouse not implemented yet)
  • Simple debug options menu (EXT_DEBUG_MENU=1)
  • Kaze's more objects patch (PORT_MOP_OBJS=1)

Backends included

Patches

  • Some misc patches for this repo are available here (more incoming)

Building

Clone the repository:

git clone https://github.com/AloXado320/sm64ex-alo
cd sm64ex-alo

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/sm64.us.f3dzex.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/sm64.us.f3dex2e.apk