Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/clandrew/nhl94e into main
Browse files Browse the repository at this point in the history
  • Loading branch information
clandrew committed Oct 13, 2021
2 parents ebc067a + f1076dc commit c8043e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ In the latest source, here's what works:
* Can change color schemes of the subheader for a team
* Goalie renames show up in the goalie selection menu
* Can edit players' skin color in gameplay
* Can edit players' profile images shown on the GAME SETUP screen

Things for the future:
* Edit players' profile images as seen elsewhere in the game, like on player cards. (it's a different code path)

## Build
The source code is organized as a Visual Studio 2019 built for x86-64 architecture. It's a C++/CLI Windows Forms application. Normally I don't use C++/CLI but it started out as a command-line tool written in C++. When I wanted to add GUI this made the most sense.
Expand Down

0 comments on commit c8043e1

Please sign in to comment.