-
Notifications
You must be signed in to change notification settings - Fork 1
Menus
BAD-AL edited this page Nov 30, 2020
·
2 revisions
- Loads a Roster or Franchise file into program memory.
- Loads a text file into the text area
- Apply the data currently in the text area to the current gamesave loaded in memory.
- Reset the built-in 'key' that dictates which of the player attributes are listed.
- Save the text currently displayed to a text file.
- Applies the data currently in the text area, prompts the user to save to a file.
- Exits the program.
- Enter text to search for
- Launches a special dialog that I use to investigate the gamesave data.
- Will list the selection when the 'List Contents' button is pressed.
- Appends the schedule to the text box
- Split up the listed schedule into the correct number of games per week for NFL2K5 franchise.
- List the teams out now (overwrites text box text)
- Sorts the currently listed players based on 'SortFormulas.csv'
- Lets the user edit the formulas used to sort players
- 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.
- 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.
- Automatically update the 'Photo' attribute of each player based on name. (uses ''ENFPhotoIndex.txt' file, operates on text )
- Automatically Update what name gets called for a player (operates on text)
- Bring up the player edit form
- Bring up the global edit form (see Youtube tutorial for usage)
- Use the items under this menu to check/verify gamesave content.
- Check the gamesave data for possible mismatches with face & skin (dictated by data in 'PlayerData\FaceFormCategories.json')
- Check the gamesave data for possible mismatches with Dreads & photo (dictated by data in 'PlayerData\FaceFormCategories.json')
- Check the text data for possible mismatches with Height, Weight and Body type
- Info on the menu operations