A demake of Portal for the Nintendo 64
Go to file
2022-05-13 18:28:17 -06:00
asm Initial commit 2022-02-27 16:41:51 -07:00
assets Add portal gun 2022-05-11 22:44:05 -06:00
src Implement frustrum culling 2022-05-13 18:28:17 -06:00
tools Work on generated levels 2022-05-05 22:49:52 -06:00
.gitignore Work on build process 2022-04-30 21:51:08 -06:00
Makefile Add portal gun 2022-05-11 22:44:05 -06:00
portal.ld Initial commit 2022-02-27 16:41:51 -07:00
README.md Work on build process 2022-04-30 21:51:08 -06:00

Portal64

A demake of portal for the Nintendo 64

How to build

First, you will need to setup modern sdk

Next, you will need to downlaod blender 2.9 or higher. Then set the environment variable BLENDER_2_9 to be the absolute path where the blender executable is located on your computer.

You will need to instal python vpk

pip install vpk

Build and install vtf2png

Install image magic

sudo apt install imagemagic

Finally run make to build the project