Sm64config.txt

1. Overview

Think of it as the game’s "memory." When you open the game, change your graphics settings, remap your controls, or adjust the volume, the game needs a place to save those preferences so you don't have to reset them every time you launch the app. Instead of hiding these settings in a registry or a binary file, many PC ports of SM64 save them in this plain text file.

--audio sdl2 --buffersize 2048 --sample-rate 44100 --latency 0.05 sm64config.txt

Typically, this file stores:

sm64config.txt also contains settings for cheats and hacks, such as: Always ensure the game is closed before saving

The bind_ section is where the magic happens for your gamepad. Each button on the N64 controller (A, B, Z, R, etc.) is mapped to a keyboard key or a controller button ID. change your graphics settings

(macOS). Always ensure the game is closed before saving changes, as the game may overwrite the file upon exiting. list of specific hex codes for remapping your keyboard to a different layout?

Rules for editing: