Jump to content
NHL'94 Forums

Kiba

Members
  • Posts

    365
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Kiba

  1. Tools to import/export stats are here: http://forum.nhl94.com/index.php?/topic/15180-more-rosters-to-nhl95pc/?p=140677 Files you need from NHL95 PC: - TEAMS.DB - KEY.DB - CAREER.DB Actual career stats are in CAREER.DB. Although "career" includes in NHL95PC only previous season stats. SEASON.DB holds current season stats, meaning season you are playing in NHL95PC at the moment.
  2. I just took players and attributes to csv-file and put them to fresh installation. I used these tools http://forum.nhl94.com/index.php?/topic/15180-more-rosters-to-nhl95pc/ Also, I found my old piece of code which exports/imports lines. One thing, career stats are now not accurate, but you can try to move them to this new installation with new tool I did make, instructions are in that link. If you dont play season, those do not matter.
  3. Ziggy, I did manage to make those rosters work on exhibition. Well, at least Anaheim did not crashed the game this time . Couple of things thou, every team's lines are now messed up, so making those right in NHLinfo would be a bit of work. Also, I dropped free agents, but there were only 6 of them, so making those in NHLinfo would not take too long. EDIT: I found my old piece of code which exports/imports lines and I think I managed to copy lines, so no need to make them right. I hope Here are the DB's DB1998.zip
  4. Hello again all roster makers! These tools are for NHL95 PC-version career stats exporting and importing. This piece of code is modification from my previous exporting and importing for player attributes. Therefore there is still possibility to edit player names etc. These are not tested in any way, so dont risk your important NHL95PC installation. Make new fresh installation of NHL95PC for this one. I dont take any responsability if you mess up your computer by using these tools. Files in this package: - Readme.txt This info file. - careertocsv.exe Export players and goalies names, jersey numbers and career stats from game to career.csv file. - careertogame.exe Import players and goalies names, jersey numbers and career stats from career.csv file to game. - career.csv CSV file holding importing/exporting information. - careertocsv.cpp Source code of careertocsv.exe. - careertogame..cpp Source code of careertogame.exe. Files you need from NHL95 PC: - TEAMS.DB - KEY.DB - CAREER.DB What can be done with these tools? - Export info from game to csv file, edit some of the info and put it back to game. You can edit player/goalie names, jersey number, position and career stats. Remember check limitations to values from below, there is none error checking in exe-files. You CANNOT delete players/goalies or insert new ones by editing career.csv. So dont remove lines from career.csv or dont add any new lines. For deleting and adding new players I recommented Toni Wilen's NHLinfo. What info can be edited? - career.csv holds following fields in order: For Players: Team Team short name. Do not edit! TEAMS.DB order number Do not edit! Jersey# Can be edited, values 1-99 Position Can be edited, values C/R/L/D First name Can be edited, max. 16 characters Last Name Can be edited, max. 16 characters Games played Can be edited, values 0-65535 (NHL95 have max. 84) Goals Can be edited, values 0-65535 (On NHL95 top was 60) Assists Can be edited, values 0-65535 (On NHL95 top was 92) Points Can be edited, values 0-65535 (On NHL95 top was 130) PPG Can be edited, values 0-65535 (On NHL95 top was 25) SHG Can be edited, values 0-65535 (On NHL95 top was 7) PIM Can be edited, values 0-65535 (On NHL95 top was 347) Shots Can be edited, values 0-65535 (On NHL95 top was 397) Plusminus Can be edited, values -255-65535 (On NHL95 lowest was -52 and top was +53) PO Games played Can be edited, values 0-65535 (On NHL95 top was 24) PO Goals Can be edited, values 0-65535 (On NHL95 top was 16) PO Assists Can be edited, values 0-65535 (On NHL95 top was 23) PO Points Can be edited, values 0-65535 (On NHL95 top was 34) PO PPG Can be edited, values 0-65535 (On NHL95 top was 6) PO SHG Can be edited, values 0-65535 (On NHL95 top was 2) PO PIM Can be edited, values 0-65535 (On NHL95 top was 64) PO Shots Can be edited, values 0-65535 (On NHL95 top was 101) PO Plusminus Can be edited, values -255-65535 (On NHL95 lowest was -8 and top was +19) UNK Can be edited, but this is really unknown value, it is 0 by default to all players. UNK Can be edited, but this is really unknown value, it is 0 by default to all players. TEAMS.DB Offset to TEAMS.DB Do not edit! KEY.DB Offset to KEY.DB Do not edit! CAREER.DB Offset to CAREER.DB Do not edit! For Goalies: Team Teams short name. Do not edit! TEAMS.DB order number Do not edit! Jersey# Can be edited, values 1-99 Position Can be edited, but for goalie only one value, G. So, no point to edit this. First name Can be edited, max. 16 characters Last Name Can be edited, max. 16 characters Games played Can be edited, values 0-65535 (NHL95 have max. 74) Wins Can be edited, values 0-65535 (On NHL95 top was 42) Losses Can be edited, values 0-65535 (On NHL95 top was 41) Ties Can be edited, values 0-65535 (On NHL95 top was 16) Shut Outs Can be edited, values 0-65535 (On NHL95 top was 7) Empty Nets Can be edited, values 0-65535 (On NHL95 top was 9) Minutes Played Can be edited, values 0-65535 (On NHL95 top was 4412) Goals Allowed Can be edited, values 0-65535 (On NHL95 top was 254) GAA Can be edited, values 0-65535 (On NHL95 top was 561 that means 5.61 average) Shot Against Can be edited, values 0-65535 (On NHL95 top was 2382) Save Percentage Can be edited, values 0-65535 (On NHL95 top was 930 that means 93.0 percentage) PO Games played Can be edited, values 0-65535 (On NHL95 top was 24) PO Wins Can be edited, values 0-65535 (On NHL95 top was 16) PO Losses Can be edited, values 0-65535 (On NHL95 top was 9) PO Ties Can be edited, values 0-65535 (On NHL95 all were 0, hence playoffs) PO Shut Outs Can be edited, values 0-65535 (On NHL95 top was 4) PO Empty Nets Can be edited, values 0-65535 (On NHL95 top was 3) PO Minutes Played Can be edited, values 0-65535 (On NHL95 top was 1544) PO Goals Allowed Can be edited, values 0-65535 (On NHL95 top was 59) PO GAA Can be edited, values 0-65535 (On NHL95 top was 608 that means 6.08 average) PO Shot Against Can be edited, values 0-65535 (On NHL95 top was 820) PO Save Percentage Can be edited, values 0-65535 (On NHL95 top was 950 that means 95.0 percentage) TEAMS.DB Offset to TEAMS.DB Do not edit! KEY.DB Offset to KEY.DB Do not edit! ATT.DB Offset to ATT.DB Do not edit! Usage: Copy all mentioned files to same folder. Run careertocsv.exe to export info to career.csv file. Edit career.csv with any tool which is familiar to you. Remember keep the original format on career.csv file. Format on attributes.csv is: - First comes player info - GOALIES line - Goalie info - END line You should check how the career.csv looks like before you start importing/exporting. When editing is done, save to career.csv and run careertogame.exe. Then copy files: TEAMS.DB, KEY.DB and CAREER.DB back to your NHL95 root directory or on season directory. Check if everything was changed correctly and game runs ok. For checking NHLinfo is a good tool. These tools changes player and goalie career stats. Those career stats could affect to simming in game. How they affect to it, I dont know. I give that testing to you Anyways, now if you like to release new rosters or conversion to NHL95PC, now you can include correct or modified career stats to game. Test this and inform me about how this works. Anyways, do not wait any updates to these tools If someone have interest to make own version of this, go ahead, I included source code on package. I am not a coder, you can see that when you review my code Have fun! EDIT: I just reposted this zip file, now includes source code. NHL95PCtools2.zip
  5. Ziggy, I tried those rosters and same thing, if selecting Anaheim to exhibition game, game will crash. No clue what does it, Anaheim work however if used in season game...
  6. Ziggy, now you got it work, if you again edit lines with NHLinfo and save those lines, does it still crash when you try to start a exhibition game?
  7. Thanks! I do not have now any plans to make total conversions like goodbyeccha's NCAA Hockey 2014 (http://forum.nhl94.com/index.php?/topic/15963-ncaa-hockey-2014-nhl95-pc-mod/?p=134860) or new rosters. Other people make new rosters and conversions. I just have made some tools for making new rosters bit easier and I also have found out few things on game code and graphics. I have posted that information on these forums, so anybody can try to make conversions and rosters to NHL95PC. If I ever will do a total conversion, I would likely make it as a team, not totally by myself. The work amount is very huge (just ask goodbyeccha) and I am not very good on making graphics and jerseys.
  8. It is possible, only if I have enough energy to do it
  9. Ziggy, when this crash happens? Is it when you have selected teams to exhibition game and try to start the game?
  10. Those things are listed on NHLDBEditor. Seems to be same attributes I have on my tools: http://forum.nhl94.com/index.php?/topic/15180-more-rosters-to-nhl95pc/?p=126185
  11. What this actually do? I tried it and could not see that "New Team Newcomers" on TEAMS.DB.
  12. KOHL5 have 11 GMs so far, still 2 days to apply for this season.
  13. Always nice to have new editors to NHL95PC. Thanks for this!
  14. Kiba

    NHL'15 by Skip

    You can zip that excel-file and then post it here as attachment, if you like.
  15. KOHL5 starts soon, last day for apply to league is 30.7.2014. KOHL is GM/coach league, games are simmed with NHL95PC. All games are proacasted by Ustream. If you have interest to join, send email to kibamail@gmail.com and I send you further info if you will get "license" to our league Please be sure that you have enough time and effort to this during next 3-4 weeks before you apply. Team selection: http://koti.kapsi.fi/~kiba/php/forum/viewtopic.php?f=18&t=71&p=591#p591 Rules: http://koti.kapsi.fi/~kiba/php/forum/viewtopic.php?f=18&t=70&p=590#p590 Last season: http://koti.kapsi.fi/kiba/php/KOHL4/trophys.php
  16. Would there be possibility to have this thread as pinned? EDIT: Thanks!
  17. Congrats Boston! http://koti.kapsi.fi/kiba/php/KOHL4/champions.php
  18. Does not work for me, have you tried to zip that excel file and then attach that zip file to your post?
  19. Here are instructions how to run NHL95PC on Dosbox. Get the game and Dosbox. Make new directories on your hard drive, like c:\nhl95 and cd-directory under it, like c:\nhl95\cd. Copy game cd files to c:\nhl95\cd. Start Dosbox and do following mounting: MOUNT c: c:\ MOUNT h: c:\nhl95\cd On Dosbox, go to h:, commanding this: h: Run installation, by typing install: install Give drive letter c as installation drive. Put on installation path: c:\nhl95\ Finish the installation and start game by typing: hockey Game should start, go ahead and win Stanley cup! To make mounting automatic when Dosbox starts, add 3 lines to the end of dosbox.conf file: MOUNT c: c:\ MOUNT h: c:\nhl95\cd cd c:\nhl95 Then you have to just type hockey next time you start Dosbox, to play NHL95. (Well, you can even start game automatically, by adding hockey as last line on dosbox.conf.) If game is laggy, you can add more cycles to Dosbox by pressig CTRL-F12. Happy gaming!
  20. jer_33 I just emailed you back! Pearate, I PMd our rules and you can read from this post also what is name of the game
  21. KOHL 4 starts during this weekend. If you have interest to join, send email to kibamail@gmail.com and I send you further info if you will get "license" to our league Please be sure that you have enough time and effort to this during next 3-4 weeks before you apply. Last season stats: http://koti.kapsi.fi/~kiba/php/KOHL3/standings.php
  22. Hi, brumla. My piece of code for extracting stats from nhl95pc games can be found from this thread: http://forum.nhl94.com/index.php?/topic/15873-nhl95-pc-exhibition-stats/?p=133802 There is also source code if you are interested to change it for your own use. You can see stat addresses from there also, like in this topics first post. You can extract stats to txt-file and import them to another software which collects and shows stats, for example by using database to implement that. I think extracting game stats from 93 games is possible, although I have not looked of it at all I suppose same extracting code as I made for nhl95 would not work, because stat addresses are very likely different. It would need altering at least with addresses, maybe even more, I have not checked how 93 saves games. Happy gaming with nhl95pc!
  23. Waybackmachine-> www.nhl95.com-> downloads-> Section: NHL '95 Add ons:
  24. Here are Olympics 2014 rosters, in csv-files. Only names and positions. Forwards are simply marked as F, not like LW, C or RW. Just putting these in here if someone would like to start making these rosters to any game. Sochi_players.zip
  25. Wow! This is first true conversion for NHL95PC. Goodbyeccha, this was huge amount of work and you succeeded very good. New graphics are outstanding! Hats off to you for doing this! I think I will run a simulation league on this I have one request, if you still have addresses for files and other notes how you did things with this conversion, it would be nice if you could share those things in here. In that way we may see more conversions for NHL95PC. One again, thank you for this conversion.
×
×
  • Create New...