mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-05-31 08:51:45 -04:00
7dfe175f34bd32d414e0b73c8444a5dce55344ab
Former-commit-id: 51b7d68a6dc95736271f84b0fc77ebf6d47e52cd [formerly 2c85d1c72fdc9bb1fbf167e646bdeb09ef3ab61e] [formerly a13e518d540596eb3f572666e7dc1f0e9fc23735 [formerly 5a1125980db68c93b676d756a1735174827465c8]] Former-commit-id: 32929e424314258696aadd1fa822cc97697c1f87 [formerly 40f3f2bb14e103445d97e3a8956926eda59e5f73] Former-commit-id: 6124ae5e2340b83c14e40668868ecacb9f4d1fa3
This is a working Goldeneye 007 decompilation!
The only requirements for Ubuntu 16.04 and 18.04 should be
sudo apt install binutils-mips-linux-gnu make
Place a USA rom in project root named
baserom.u.z64
followed by
./extract_baserom.sh && make
DO NOT USE make -j# it will break things!!!!!!!!!
If you are upgrading from an old repo, run
./clean_baserom.sh && ./extract_baserom.sh && make clean && make
The extract and clean scripts support switches:
name_baserom.sh files
name_baserom.sh images
to do just one or the other, default is both
This decompilation was only made possible thanks to many awesome 00 Agents who will be revealed only if they wish.
GE and PD documentation made by Zoinkity
Description
Languages
C
95.8%
C++
1.9%
Python
0.9%
Assembly
0.6%
HTML
0.4%
Other
0.3%