Jump to content
NHL'94 Forums

NHL95 PC Exhibition Stats


goodbyeccha

Recommended Posts

I think the game does not support that. At least I have never find that possibility from game menus. You could try to code program that extract those stats from savegame. I did that for a season games, but exhibition games use only one file for savegame. For season games savegame stats are stored in two different files. Exhibition game will be saved to *.NHL file.

Link to comment
Share on other sites

Try this: Copy TESTGAME.NHL to new folder. Rename TESTGAME.NHL as GAME.SAV.

Copy also these to same folder: KEY.DB, GSUMMARY.DB and TEAMS.DB.
Copy stats_gametotxt.exe to same folder. Run stats_gametotxt.exe. I attach that here as a zip.file. It ask you GAMEID and ROUND, put some numbers there.
Does 2 files appear to folder and if so, what are their content?

stats_gametotxt.zip

Link to comment
Share on other sites

Yes, game summary seems to be working and at some point gamesave too. I think info is there, but program needs some modification. I put C++ source code here, hope you can figure out how it works and you manage to change it.

stats_gametotxt_source.zip

Link to comment
Share on other sites

Code is actually very simple, I belive you figure it out if you have used any programming language. You can pick up addresses from my code and make your own by VB if you want.

Link to comment
Share on other sites

  • 4 years later...
On 11/24/2013 at 9:04 AM, Kiba said:

Try this: Copy TESTGAME.NHL to new folder. Rename TESTGAME.NHL as GAME.SAV.

Copy also these to same folder: KEY.DB, GSUMMARY.DB and TEAMS.DB.
Copy stats_gametotxt.exe to same folder. Run stats_gametotxt.exe. I attach that here as a zip.file. It ask you GAMEID and ROUND, put some numbers there.
Does 2 files appear to folder and if so, what are their content?
 

stats_gametotxt.zip

Wine throws up a serious error the moment I launch the application.

Link to comment
Share on other sites

19 hours ago, Jlsegafan2001 said:

Wine throws up a serious error the moment I launch the application.

I programmed this for Windows. There could be tons of reasons why it would not run on wine, cannot help you there. There is a source code available on this thread if you can and want make your own version to other platform. 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...