bbb6f7b095
* Also explicitly ignore non-breaking space * Fail string generation if any font characters are missing |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
asm | ||
assets | ||
cmake | ||
documentation | ||
linker | ||
skeletool64 | ||
src | ||
tools | ||
vpk | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
CMakeLists.txt | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
version.txt |
Portal64: Still Alive
A demake (remake for an older platform) of Portal for the Nintendo 64. Originally created by James Lambert.
The original repository was taken down by James at Valve's request, due to the build requirement on Nintendo's proprietary libultra and its consequent inclusion in ROM files.
The original branch contains the version history of the original repository. Active development occurs in the master branch.
The main goals of this fork are:
- Remove proprietary code requirement (see N64 Libraries)
- Finish development of the game (see Development Progress)
We do what we must because we can.
Disclaimer
This project is not affiliated with Nintendo or Valve.
This repository contains no material owned by Nintendo. However, Nintendo's tools are currently required to build the game. No form of compiled ROM will be distributed while this dependency is required since the built game would contain Nintendo's intellectual property. One goal of this project is to remove the requirement on proprietary code.
Game assets from Portal are sourced from the original game's files, which must be supplied separately at build time. In other words, this repository cannot be used to compile the game without legally owning Portal and providing its files. Legal ownership of Portal will be required regardless of tool or library changes.
Overview
This project aims to reproduce Valve's original Portal, playable on the N64.
Because this demake has been in development for some time, it has made significant progress in both gameplay systems and fidelity including:
- Twelve+ test chambers completed
- Fully functioning portals, and gun
- Fully functioning physics engine
- Lighting system
- Main/pause menus
- Sound effects/dialogue
- Cutscenes
- Multi-language subtitles and audio dialogue
- Eye-Candy (Reflections, ...)
- Much more!
This is a community driven project that welcomes any and all game testers and or Contributors.
How to build
Get the Code
First, clone the repository or download a source code archive.
git clone https://github.com/mwpenny/portal64-still-alive.git portal64
Provide Game Files
You must provide your own legally obtained Portal game files so the game assets can be extracted and used. Follow the instructions at vpk/README.md.
Install Dependencies
Next, install the dependencies. There are two supported ways to do this:
- Use Docker. This is recommended if you don't want to make system-wide changes or are unfamiliar with Linux.
- Install natively. This is also applicable if using a virtual machine or Windows Subsystem for Linux (WSL).
Build the Game
With everything set up, follow the instructions at Building the Game.