NFL 2k4 PC Editor Bugs/Comments/Requests Thread

Collapse

Recommended Videos

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • K33057
    Rookie
    • Mar 2012
    • 259

    #31
    Re: NFL 2k4 PC Editor Bugs/Comments/Requests Thread

    Ok, sorry if I missed this, one of the problems in 2k5 was the Ints.. Way to many so You had to set the DB's catch to 0.. How is it in 2k4?

    Comment

    • chibears96
      Pro
      • Oct 2010
      • 584

      #32
      Re: NFL 2k4 PC Editor Bugs/Comments/Requests Thread

      Originally posted by K33057
      Ok, sorry if I missed this, one of the problems in 2k5 was the Ints.. Way to many so You had to set the DB's catch to 0.. How is it in 2k4?
      Defense against the pass isn't as ramped up as it is in 2k5 i've found playing on default setting few passes defended or int's. I don't think there is a need for putting DB's catch at 0 personal opinion.

      Comment

      • H4wduk3n
        Rookie
        • Jul 2008
        • 255

        #33
        Re: NFL 2k4 PC Editor Bugs/Comments/Requests Thread

        I totally understand and respect your boundaries on the code Javo. My thoughts are that making code available to the community would benefit it long after you are done on the project and may surprise you. Sharing that knowledge would help countless modders in the future. Just think about what happened without finns code...

        Comment

        • H4wduk3n
          Rookie
          • Jul 2008
          • 255

          #34
          Re: NFL 2k4 PC Editor Bugs/Comments/Requests Thread

          Another option may be to release source on github when you're 'feature complete'? At least then we know it's backed up somewhere in case someone needs to port it to windows 15 (do you really think our football gaming options will have improved by then? ).

          Comment

          • KingJavo
            Pro
            • Jan 2009
            • 431

            #35
            Re: NFL 2k4 PC Editor Bugs/Comments/Requests Thread

            Originally posted by H4wduk3n
            Another option may be to release source on github when you're 'feature complete'? At least then we know it's backed up somewhere in case someone needs to port it to windows 15 (do you really think our football gaming options will have improved by then? ).

            I already have it backed up on Sourceforge but didn't open it up yet.

            I hear you on the community thing. I don't want the same thing that happened from Finns editor being private.

            I just am not ready yet and am still working through stuff. If I release it, then different versions might start popping up with who knows what.

            Comment

            • KingJavo
              Pro
              • Jan 2009
              • 431

              #36
              Re: NFL 2k4 PC Editor Bugs/Comments/Requests Thread

              New minor update release v1.0.7.1.

              Comment

              • GillBoldberg
                MVP
                • Aug 2012
                • 1135

                #37
                Re: NFL 2k4 PC Editor Bugs/Comments/Requests Thread

                Hey Javo, not sure if you got my message.

                Both Jason Garrett and Jim Harbaugh are in 2K4. Harbaugh is UNK0155 and Garrett doesn't have a photo but his audio is in the game. Not sure if coach audio is similar to player audio but maybe we can add these 2 to the coach dropdown?

                Also, I'm still having issues with the jerseys. The changes show up in the editor but when I load it on my console, they show up as the defaults.

                Thanks man.

                Originally posted by K33057
                Ok, sorry if I missed this, one of the problems in 2k5 was the Ints.. Way to many so You had to set the DB's catch to 0.. How is it in 2k4?
                If you look at the default roster most of the DB's catch ratings are in the 1-40 range. So no DB's really have super high catching. I still see INT's but nothing ridiculous (3+) yet.
                Last edited by GillBoldberg; 12-07-2014, 02:08 PM.

                Comment

                • KingJavo
                  Pro
                  • Jan 2009
                  • 431

                  #38
                  Re: NFL 2k4 PC Editor Bugs/Comments/Requests Thread

                  Gill,

                  I'll see if I can add those two coaches. Do you know what value Garrett has?

                  I can try to look at the jerseys tonight.

                  I'll keep you posted.

                  Comment

                  • GillBoldberg
                    MVP
                    • Aug 2012
                    • 1135

                    #39
                    Re: NFL 2k4 PC Editor Bugs/Comments/Requests Thread

                    I'm not sure of Garrett's ID. He's a backup on the Giants in the default roster so he shouldn't be too hard to find since he's already in the player dropdown.

                    Comment

                    • KingJavo
                      Pro
                      • Jan 2009
                      • 431

                      #40
                      Re: NFL 2k4 PC Editor Bugs/Comments/Requests Thread

                      Originally posted by GillBoldberg
                      I'm still having issues with the jerseys. The changes show up in the editor but when I load it on my console, they show up as the defaults.
                      This has been fixed in new version 1.0.7.2. I missed an offset by 1 when converting Jersey code to PS2 section in code.

                      As for the coaches, I can see the 0155 in the photo list of the players section for Harbaugh. But the bodies are not like that... they are much smaller. Look at the 2k4Coaches.ini file. This has all the possible Coach model values from the default game.

                      Have you uncovered these values? For now you can just add whatever you want to the 2k4Coaches.ini and 2k4CoachesPhotos.ini files if you want to play around. They will automatically show up in the editor dropdowns.

                      I've just added the Harbaugh photo to my ini, but didn't put it in this release. I'll put it once we find out the remaining values. (ex. Harbaugh, Jim=0155)

                      Let me know what you think.
                      Last edited by KingJavo; 12-07-2014, 11:39 PM.

                      Comment

                      • GillBoldberg
                        MVP
                        • Aug 2012
                        • 1135

                        #41
                        Re: NFL 2k4 PC Editor Bugs/Comments/Requests Thread

                        Cool, just tested the jerseys and they work. Awesome!

                        What I meant was that he's an actual player as opposed to Harbaugh who is an unknown. Garrett is selectable in the photo/pbp dropdown (even though his photo is blank/audio works).

                        Harbaugh = 0155* = 9B00 (hex)
                        Garrett = 0464 = D001* (hex)

                        I know for sure Garrett's hex is D001 and Harbaugh's ID is 0155. So double check my conversions, it's been awhile since I've done them.

                        Comment

                        • KingJavo
                          Pro
                          • Jan 2009
                          • 431

                          #42
                          Re: NFL 2k4 PC Editor Bugs/Comments/Requests Thread

                          Ok we can easily add the photo 0464 value to the ini file and it will show up in the coach photo drop down, but the coach body is not the same set of values.

                          Look at that ini file and you'll see values of like 0 through 25 or something.

                          I'm not sure I can fit such a number (0464) in those coach slots.

                          Does that make sense?

                          Comment

                          • GillBoldberg
                            MVP
                            • Aug 2012
                            • 1135

                            #43
                            Re: NFL 2k4 PC Editor Bugs/Comments/Requests Thread

                            I tested it last night. I got Harbaugh's photo to show up, so all good there. I don't believe either has a cyberface so changing bodies won't do any good.

                            How does the audio for coaches work? Can we change it like we can for players? Or is it as simple as audio on/off? Not a big deal, but it would be nice to hear their actual names.

                            Comment

                            • KingJavo
                              Pro
                              • Jan 2009
                              • 431

                              #44
                              Re: NFL 2k4 PC Editor Bugs/Comments/Requests Thread

                              Originally posted by GillBoldberg
                              How does the audio for coaches work? Can we change it like we can for players? Or is it as simple as audio on/off? Not a big deal, but it would be nice to hear their actual names.

                              All I could uncover was how to have the game stop saying the coaches name period. I don't think Finns editor had this capability at all.

                              There may be a place in the Coach attributes where this setting occurs, but I haven't uncovered it.

                              Comment

                              • GillBoldberg
                                MVP
                                • Aug 2012
                                • 1135

                                #45
                                Re: NFL 2k4 PC Editor Bugs/Comments/Requests Thread

                                Gotcha. No worries.

                                Thanks for the help. Back to editing the roster I go

                                Comment

                                Working...