Portal64/README.md

25 lines
588 B
Markdown
Raw Normal View History

2022-03-05 16:49:34 -05:00
# Portal64
2022-02-27 18:41:51 -05:00
2022-04-07 23:41:58 -04:00
A demake of portal for the Nintendo 64
## How to build
First, you will need to setup [modern sdk](https://crashoveride95.github.io/n64hbrew/modernsdk/startoff.html)
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.
2022-04-30 23:51:08 -04:00
You will need to instal python vpk
```
pip install vpk
```
Build and install [vtf2png](https://github.com/eXeC64/vtf2png)
Install image magic
```
sudo apt install imagemagic
```
2022-04-07 23:41:58 -04:00
Finally run `make` to build the project