NFL2K5Tool

Collapse

Recommended Videos

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wxcv
    Rookie
    • Jun 2020
    • 13

    #16
    Re: NFL2K5Tool

    In the words of Wayne and Garth "We're not worthy, we're not worthy"

    Comment

    • BAD_AL
      Rookie
      • Mar 2008
      • 222

      #17
      Re: NFL2K5Tool

      On Franchise Files the default salary cap is like $80.5M.

      In the Madden translated rosters/franchise files this is a problem because when your players are rated so high, they demand so much money that you cannot really make it through an offseason without many, many edits.

      Flying Finn's editor supports changing salary cap, but I haven't yet implemented it in NFL2K5Tool.

      But, you can use the following 'SET command' to set the salary sap to $198.2M (2020's Cap) in NFL2K5Tool:

      # Set Salary Cap -> 198.2M
      SET(0x9ACCC, 0x38060300)

      Comment

      • BAD_AL
        Rookie
        • Mar 2008
        • 222

        #18
        Re: NFL2K5Tool

        New Release of NFL2K5Tool Posted

        Program for modifying NFL2K5 gamesaves. Contribute to BAD-AL/NFL2K5Tool development by creating an account on GitHub.

        New features tutorial: https://www.youtube.com/watch?v=0QkMhf44q9g

        Notes:
        1. PS2 (.max) Support
        2. Bug Fixes
        3. 'Check attributes' menus
        4. Enhanced face selection form
        5. Edit Coach form
        Last edited by BAD_AL; 11-10-2020, 10:42 AM. Reason: found bug

        Comment

        • chibears96
          Pro
          • Oct 2010
          • 584

          #19
          Re: NFL2K5Tool

          Hey Bad_Al thanks for all the amazing hard work!
          I'm trying to add players to a draft class on a franchise file. However, for many of the players I get an error saying "Could not find matching name in string database. player not added firstNameExists=False lastNameExists=False". I'm wondering what is the best way around this issue when creating a new draft class?
          Thanks again for all you've done!

          Comment

          • darkness3827
            Just started!
            • Sep 2020
            • 1

            #20
            Re: NFL2K5Tool

            Is it possible to add extra playoff teams and extra weeks for franchise mode to keep with future schedules or is that too difficult to mod?

            Comment

            • BAD_AL
              Rookie
              • Mar 2008
              • 222

              #21
              Re: NFL2K5Tool

              Originally posted by chibears96
              Hey Bad_Al thanks for all the amazing hard work!
              I'm trying to add players to a draft class on a franchise file. However, for many of the players I get an error saying "Could not find matching name in string database. player not added firstNameExists=False lastNameExists=False". I'm wondering what is the best way around this issue when creating a new draft class?
              Thanks again for all you've done!
              It's been years since I looked at this, thanks for bringing it back up as it should be addressed (if nothing else, in documentation).
              I think what's going on is that by default, the Draft Class player names are often reused in the gamesave file.

              You can do the following to work around this issue:
              1. Figure out if it's first name, last name or both that are not currently in the gamesave file.
              2. Modify a Free Agent (or multiple Free Agents) to have the missing name ( modify the first name or last name, don't give the guy the exact same name).


              So you're probably not having trouble adding "Zack Wilson" because his first and last name are very common and should also exist in the save file.
              But you may have trouble adding "Shane Buechele" because "Buechele" probably doesn't already exist in the gamesave.
              Then you may choose to modify a Player (likely a low rated free agent) like "Clayton Thorson" to be "Clayton Buechele".
              But if you're also having trouble adding 'Mac Jones' you may want to change "Clayton Thorson" to be "Mac Buechele" to add both names.

              Are you working on adding a draft class representative of this year's NFL draft prospects?

              If so, I would like to work with you in order to make the process easier.

              Comment

              • BAD_AL
                Rookie
                • Mar 2008
                • 222

                #22
                Re: NFL2K5Tool

                Originally posted by darkness3827
                Is it possible to add extra playoff teams and extra weeks for franchise mode to keep with future schedules or is that too difficult to mod?
                I'll start off with this comment: "There is a LOT of stuff that I don't know about in the gamesave data."

                I'm not sure if it is possible. If anyone wants to look at the schedule (binary) to see if they can figure out more stuff, here is a link to the default schedule:
                Program for modifying NFL2K5 gamesaves. Contribute to BAD-AL/NFL2K5Tool development by creating an account on GitHub.

                (The schedule starts at 0x917EB in the franchise file)

                I do see a lot of "Null games" at the end of the schedule which are probably placeholders for playoff games that get filled in by the Game after the regular season ends. There are more "Null Games" than playoff games. Which leads me to think that it may be possible to add teams/games to the playoffs, but we'd need to export the franchise savegame, modify the schedule and then put it back onto the console/emulator.
                Finn's editor has a 'import/export binary schedule' feature, so you can play around with this if you want.

                (If so, you may want to look at https://github.com/BAD-AL/NFL2K5Tool...dulerHelper.cs to see how a game is constructed/placed in the schedule)
                Last edited by BAD_AL; 11-18-2020, 01:34 PM. Reason: Correction

                Comment

                • irishfanjho15
                  Rookie
                  • Oct 2017
                  • 43

                  #23
                  Re: NFL2K5Tool (new NFL2K5 editing program )

                  Great work man, your editor is amazing.

                  I am brand new to all this editing stuff and was just curious if a PS2 franchise save file could be edited (roster edits) using your editor. I am having a heck of a time trying to figure it out. I'm not exactly the most savvy when it comes to this stuff.

                  Comment

                  • BAD_AL
                    Rookie
                    • Mar 2008
                    • 222

                    #24
                    Re: NFL2K5Tool (new NFL2K5 editing program )

                    Originally posted by irishfanjho15
                    Great work man, your editor is amazing.

                    I am brand new to all this editing stuff and was just curious if a PS2 franchise save file could be edited (roster edits) using your editor. I am having a heck of a time trying to figure it out. I'm not exactly the most savvy when it comes to this stuff.
                    There is a tutorial here:


                    It does support PS2 .max files.

                    This thread should show you how to get files in/out of your platform.

                    If your situation isn't covered in there, it may be in another thread.
                    If you cannot find help with you particular platform/scenario, request in that thread.

                    Comment

                    • gr1014
                      Banned
                      • Apr 2007
                      • 260

                      #25
                      Re: NFL2K5Tool

                      Is there a way for you to figure out how to change the kickoff times of playoff games and the Super Bowl?

                      Comment

                      • masterhob50
                        Rookie
                        • Sep 2019
                        • 5

                        #26
                        Re: NFL2K5Tool

                        The way I did it was this way
                        1. Use Flying Flynn's editor
                        2. click on the schedule tab
                        3. click the edit schedule button on the bottom
                        4. click edit game, then I changed the time.
                        5. after I finished I saved it and exported the file.

                        Comment

                        • gr1014
                          Banned
                          • Apr 2007
                          • 260

                          #27
                          Re: NFL2K5Tool

                          That's for regular season games. The playoff games cannot be edited in Finn's Editor.

                          Comment

                          • masterhob50
                            Rookie
                            • Sep 2019
                            • 5

                            #28
                            Re: NFL2K5Tool

                            Originally posted by gr1014
                            Is there a way for you to figure out how to change the kickoff times of playoff games and the Super Bowl?
                            It is correct that the editing steps I posted are for the regular season. But I have a theory that I am going to test this weekend to see if it will work. I will post what i find out.

                            Comment

                            • BAD_AL
                              Rookie
                              • Mar 2008
                              • 222

                              #29
                              Re: NFL2K5Tool

                              Originally posted by gr1014
                              That's for regular season games. The playoff games cannot be edited in Finn's Editor.
                              In order to change the playoff game date/times they need to exist first. They do not yet exist at the beginning of the franchise.

                              To change them would be possible, but it doesn't makes sense to support because you would have to do the following (basically for each playoff week):
                              1. Start the playoff week ( after a season play through)
                              2. Allow the game to fill out the playoff schedule, save the franchise file.
                              3. Get franchise file off of your device
                              4. Edit playoff date/times
                              5. Transfer back to your device

                              Which is yucky

                              Comment

                              • gr1014
                                Banned
                                • Apr 2007
                                • 260

                                #30
                                Re: NFL2K5Tool

                                I don’t mind taking those steps since I prefer playing with the most accurate franchise possible. I would like to have the option available but if it can’t be done then I’ll just stick with what I have. Thank you for your help and support.
                                Last edited by gr1014; 01-04-2021, 06:14 PM.

                                Comment

                                Working...