Skip to content
BAD-AL edited this page Nov 30, 2020 · 2 revisions

Menus

File

Load Save

  • Loads a Roster or Franchise file into program memory.

Load Text File

  • Loads a text file into the text area

Apply data without saving

  • Apply the data currently in the text area to the current gamesave loaded in memory.

Reset Key

  • Reset the built-in 'key' that dictates which of the player attributes are listed.

Save Text

  • Save the text currently displayed to a text file.

Save

  • Applies the data currently in the text area, prompts the user to save to a file.

Exit

  • Exits the program.

View

Find

  • Enter text to search for

Debug Dialog

  • Launches a special dialog that I use to investigate the gamesave data.

List 'x'

  • Will list the selection when the 'List Contents' button is pressed.

Edit

Show Schedule now

  • Appends the schedule to the text box

Auto Correct schedule

  • Split up the listed schedule into the correct number of games per week for NFL2K5 franchise.

Show team players now

  • List the teams out now (overwrites text box text)

Sort Players

  • Sorts the currently listed players based on 'SortFormulas.csv'

Edit Sort formulas

  • Lets the user edit the formulas used to sort players

Auto Update Special teams depth

  • Assigns fast (non-starting) RB,CB or WR to return punts and kicks. Assigns a Center to be long snapper. (works on gamesave data in memory, not the text)
  • Use this option after you have applied data to a gamesave, before saving to a file.

Auto Update Depth chart

  • Automatically updates the teams' depth charts (in program memory) based on player index and position. Players listed higher will be at the top of the depth chart, players listed lower will be lower on the depth chart.

Auto update Photo

  • Automatically update the 'Photo' attribute of each player based on name. (uses ''ENFPhotoIndex.txt' file, operates on text )

Auto Update PBP

  • Automatically Update what name gets called for a player (operates on text)

Player Editor

  • Bring up the player edit form

Global Editor

  • Bring up the global edit form (see Youtube tutorial for usage)

Check

  • Use the items under this menu to check/verify gamesave content.

Check Face/skin

  • Check the gamesave data for possible mismatches with face & skin (dictated by data in 'PlayerData\FaceFormCategories.json')
Check Dreads
  • Check the gamesave data for possible mismatches with Dreads & photo (dictated by data in 'PlayerData\FaceFormCategories.json')
Check Height/weight/bt
  • Check the text data for possible mismatches with Height, Weight and Body type
About Check operations
  • Info on the menu operations