NHL95DBEditor is a console program for editing the database files of EA Sports NHL Hockey 95 for PC.
See the GitHub page for more details.
Setup for a couple IDEs/editors is included.
Install at least the C/C++ extension, you can find other useful extensions from the C/C++ Extension Pack.
To compile the project:
- Select some
.c
file as the active file, e.g.main.c
- Click Terminal > Run Build Task and choose Build NHL95DBEditor.
- The compiled executable should be in
NHL95DBEditor/target/NHL95DBEditor
.
Use the XCode project in NHL95DBEditor.xcodeproj
.
Several (old) solution files exist:
NHL95DBEditor/NHL95DBEditor-VS2015.vcxproj
for Visual Studio 2015NHL95DBEditor/NHL95DBEditor.vcxproj
for Visual Studio Express 2013NHL95DBEditor/NHL95DBEditor.vcproj
for Visual Studio Express 2012 or older (?)