HarbourMasters / Lighthouse
- понедельник, 3 августа 2026 г. в 00:00:02
Harbour Masters port of Banjo Kazooie
Lead Developer:
Developers:
Official Discord: https://discord.com/invite/shipofharkinian
If you're having any trouble after reading through this README, feel free ask for help in the Lighthouse text channels. Please keep in mind that we do not condone piracy.
Lighthouse does not include any copyrighted assets. You are required to provide a supported copy of the game.
Any retail version listed below is supported. You can verify you have dumped a supported copy of the game by using the SHA-1 File Checksum Online at https://www.romhacking.net/hash/.
baserom.us.v10.z64: 1fe1632098865f639e22c11b9a81ee8f29c75d7abaserom.us.v11.z64: ded6ee166e740ad1bc810fd678a84b48e245ab80baserom.jp.z64: 90726d7e7cd5bf6cdfd38f45c9acbf4d45bd9fd8baserom.pal.z64: bb359a75941df74bf7290212c89fbc6e2c5601feIf you have multiple regions of the game and want to use them as language packs, see # Language Packs below.
Your ROM needs to be in .z64 format. If it's in .n64 format, use the following to convert it to a .z64: https://hack64.net/tools/swapper.php
Lighthouse ships with a file with many standard controller mappings that can be used as-is with most controllers. If your controller isn't recognized by Lighthouse, or isn't working properly, you can create your own custom mapping using the built-in mapper in the Settings menu.
| N64 | A | B | Z | Start | Analog stick | C buttons | D-Pad |
|---|---|---|---|---|---|---|---|
| Keyboard | X | C | Z | Space | WASD | Arrow keys | TFGH |
| Keys | Action |
|---|---|
| ESC | Toggle menubar |
| Ctrl+R | Reset |
| F11 | Fullscreen |
| Tab | Toggle Alternate assets |
Currently, there are three rendering APIs supported: DirectX11 (Windows), OpenGL (all platforms), and Metal (macOS). You can change which API to use in the Settings menu of the menubar, which requires a restart. If you're having an issue with crashing, you can change the API in the lighthouse.cfg.json file by finding the line "Backend":{... and changing the id value to 2 and set the Name to OpenGL. DirectX 11 with id 1 is the default on Windows. Metal with id 3 is the default on macOS.
Lighthouse supports using multiple regions of Banjo-Kazooie as language packs. Generate your base bk.o2r file and once Lighthouse has started, open the imgui menu. Under General -> Languages, you will be able to select another ROM to extract as a language pack. PAL supports UK, French, and German, and Japanese adds Japanese support. After the language pack is generated, the language it brings will be added to the dropdown menu.
Many romhacks can be extracted from patched ROMs and used as mods with Lighthouse. This can be done in-game using the Romhacks menu in the Settings section. If any hack isn't fully supported, the menu should inform you when extracting the mod. Most supported romhacks currently haven't been fully tested, so there may still be some issues.
_NOTE: When using romhacks, only US v1.0 is supported, inherited from Banjo's Backpack. Therefore, it is recommended to use US v1.0 as your base bk.o2r file.
Custom assets are packed in .o2r or .otr files. To use custom assets, place them in the mods folder.
If you're interested in creating and/or packing your own custom asset .o2r/.otr files, check out the following tools:
If you want to manually compile Lighthouse, please consult the building instructions.
If you want to playtest a continuous integration build, you can find them at the links below. Keep in mind that these are for playtesting only, and you will likely encounter bugs and possibly crashes.