(PS3) 2K10 Utility

Collapse

Recommended Videos

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • snowdrift
    Rookie
    • Nov 2016
    • 205

    #46
    Re: (PS3) 2K10 Utility

    Originally posted by tinpanalley
    Am I missing something?
    My previous comment may not have been clear. The antivirus programs are not detecting a problem with my code. What they're not liking is the third-party packaging I used to make it easier to run on Windows. It is open-source, but I haven't looked at the code.

    Originally posted by nikethebike
    should I put time into getting my PC to accept the file as is?
    I'd be curious what antivirus you're using. I submitted the file to NANO's lab but they either didn't get back to me, or I didn't receive the e-mail. See if your antivirus company accepts false positive submissions on their website before you do anything.

    In the meantime, I tried some alternatives but failed to find anything that worked. Unfortunately, I'll have to resume that research later as I'm having major computer issues right now.

    Comment

    • nikethebike
      MVP
      • Aug 2007
      • 1183

      #47
      Re: (PS3) 2K10 Utility

      Sorry guys. Should not have posted that publically perhaps. I was not clear and don't want to cause confusion.



      I have a new computer that I am using right now, whether it is some setting in windows or in the preinstalled Norton Antivirus, I do not know, but the exe file disappears when I unpack the zip. My thought was virus so I ran this through an online service that detected what is probably false positives.


      The question was just to see if a new release was near or if I should dig into why the file disappears, if it is Norton or some WIN10 safety setting and look over possibility of white list and how to do it.
      Laziness on my part, yes probably but I am not at home and can not try at the moment.


      Sorry to all if I caused confusion.
      Last edited by nikethebike; 09-11-2019, 12:04 PM.
      Now go play NHL Two K!

      Download the NHL2K20 roster at:
      http://PlayNHL.TK

      Discussion: https://forums.operationsports.com/f...s-nhl2k11.html

      Comment

      • nikethebike
        MVP
        • Aug 2007
        • 1183

        #48
        Re: (PS3) 2K10 Utility

        Hi, I need to report a bug, atleast if you use this on the wii.


        The tool overwrites default strings, however some of these are reused ingame. For example Dallas and St. Louis which are names for both players and teams.


        The solution I think would be to write all strings to the area where edited strings end up instead. That way we don't risk overwriting strings that might be used in more than one place (so we miss updating that reference).

        I've looked at this.
        Writing to the "edited player area" works nicely and should be much safer too. Unless this screws some reference if you do actual ingame edits. I suspect there is an index somewhere telling the game where the next string should be written...


        Second thing I noticed is that all secondary positions are removed when you use the tool.


        I also noticed something that I have not been able to trace why it happens. Elias Pettersson had an overall of 90 on my default save. After export, edit, import, without touching anything but position, his overall dropped to 88. Are there any hidden attributes that are being changed? Or perhaps wingers get better overalls than centers ingame?
        Last edited by nikethebike; 09-12-2019, 07:36 AM.
        Now go play NHL Two K!

        Download the NHL2K20 roster at:
        http://PlayNHL.TK

        Discussion: https://forums.operationsports.com/f...s-nhl2k11.html

        Comment

        • tinpanalley
          MVP
          • Apr 2006
          • 3401

          #49
          Re: (PS3) 2K10 Utility

          Is there anyone already attempting an edit for 2K10 with this tool?

          Comment

          • molifox
            Rookie
            • Feb 2009
            • 355

            #50
            Re: (PS3) 2K10 Utility

            What a surprise my god!! You are a master Snowdrift!! If in the future you’ll find it the transfer option in the editor would be the most advance for 2k10 of all the times!!!

            Comment

            • nikethebike
              MVP
              • Aug 2007
              • 1183

              #51
              Re: (PS3) 2K10 Utility

              Originally posted by tinpanalley
              Is there anyone already attempting an edit for 2K10 with this tool?
              I'd be interested in this too to know if anyone noticed if the bug where team names Dallas and St. Louis get changed also exist on the PS3/XBOX360 consoles?
              Now go play NHL Two K!

              Download the NHL2K20 roster at:
              http://PlayNHL.TK

              Discussion: https://forums.operationsports.com/f...s-nhl2k11.html

              Comment

              • snowdrift
                Rookie
                • Nov 2016
                • 205

                #52
                Re: (PS3) 2K10 Utility

                Originally posted by nikethebike
                I'd be interested in this too to know if anyone noticed if the bug where team names Dallas and St. Louis get changed also exist on the PS3/XBOX360 consoles?

                Good catch. It's happening at least with St. Louis on the PS3. It's weird as I thought team names were somewhere else in the file, and only St. Louis seems to be affected.

                Comment

                • tinpanalley
                  MVP
                  • Apr 2006
                  • 3401

                  #53
                  Re: (PS3) 2K10 Utility

                  Originally posted by snowdrift
                  Good catch. It's happening at least with St. Louis on the PS3. It's weird as I thought team names were somewhere else in the file, and only St. Louis seems to be affected.
                  What is this bug? Never heard of it.

                  Comment

                  • snowdrift
                    Rookie
                    • Nov 2016
                    • 205

                    #54
                    Re: (PS3) 2K10 Utility

                    Originally posted by tinpanalley
                    What is this bug?

                    When you edit 2K10 with the editor, the team name for the St. Louis Blues on the Roster editing screen is overwritten by a player name, or part of a player name. In my case, the "Stamkos Blues".

                    Comment

                    • nikethebike
                      MVP
                      • Aug 2007
                      • 1183

                      #55
                      Re: (PS3) 2K10 Utility

                      I explained it in the other thread. Seems like the game reuses text in the game and on 2k11 both Dallas and St.Louis are texts used for players AND teams. The way snowdrift wrote the editor, he did not take this in consideration. There is a risk more text is effected that I have not noticed yet. What I did to solve this was use the string section that is used for custom text instead, but that gives other problems, so if you use the ingame editing tools that will mess up these texts...
                      Now go play NHL Two K!

                      Download the NHL2K20 roster at:
                      http://PlayNHL.TK

                      Discussion: https://forums.operationsports.com/f...s-nhl2k11.html

                      Comment

                      • snowdrift
                        Rookie
                        • Nov 2016
                        • 205

                        #56
                        Re: (PS3) 2K10 Utility

                        Updated the link in the main post with a new version.

                        The program is down to just a single file now. More importantly, nikethebike's idea for fixing the glitch with team names has been implemented.

                        Don't know if this will cause other problems in the game. It's tough to test because Franchise mode is broken in the PS3 version. I don't know if multiple seasons are possible in Franchise mode on the 360... if so, someone should probably test a few to make sure this fix doesn't cause freezes or other problems.

                        Comment

                        • nikethebike
                          MVP
                          • Aug 2007
                          • 1183

                          #57
                          Re: (PS3) 2K10 Utility

                          Originally posted by snowdrift
                          Updated the link in the main post with a new version.

                          The program is down to just a single file now. More importantly, nikethebike's idea for fixing the glitch with team names has been implemented.

                          Don't know if this will cause other problems in the game. It's tough to test because Franchise mode is broken in the PS3 version. I don't know if multiple seasons are possible in Franchise mode on the 360... if so, someone should probably test a few to make sure this fix doesn't cause freezes or other problems.
                          It actually worked?
                          Sounds really awesome!
                          I can try this pretty easily on the computer with the wii version, but will need to modify your version. I never tried that idea myself, it was just a theory, due to my analysis of the player profile.


                          If this area is not free for the player I don't know what it could be. It could be colors for some material or perhaps it could be reserved space for stats during season or something... What tests did you run?
                          Last edited by nikethebike; 09-20-2019, 11:59 PM.
                          Now go play NHL Two K!

                          Download the NHL2K20 roster at:
                          http://PlayNHL.TK

                          Discussion: https://forums.operationsports.com/f...s-nhl2k11.html

                          Comment

                          • snowdrift
                            Rookie
                            • Nov 2016
                            • 205

                            #58
                            Re: (PS3) 2K10 Utility

                            Originally posted by nikethebike
                            What tests did you run?

                            Just checking the rosters, editing player names, starting a game, and then simming a bit in Franchise mode. Of course it froze after the first season, but that generally happens anyway in the PS3 version...

                            Comment

                            • shogunofharlem3
                              MVP
                              • Dec 2007
                              • 1799

                              #59
                              Re: (PS3) 2K10 Utility

                              Great work guys. I am going to do some 360 editing now in a few. I will let you know how it goes.

                              Amazing work!!
                              NHLTeamup Youtube Channel

                              NHL 14 Dynasty Page

                              NHL 14 Roster with FULL Skater and Goalie Edits

                              MLB 2k12 / 2k13 With Shogun Global Edits Sliders

                              Comment

                              • WWEDX2007
                                Rookie
                                • Jan 2015
                                • 465

                                #60
                                Re: (PS3) 2K10 Utility

                                Originally posted by snowdrift
                                Just checking the rosters, editing player names, starting a game, and then simming a bit in Franchise mode. Of course it froze after the first season, but that generally happens anyway in the PS3 version...
                                Idk about PS3 but on Xbox 360 you can sim quite a few seasons. I once simmed 7 seasons before the game had enough and crashed.
                                Fandom:
                                NHL - Vancouver Canucks (since 2011)
                                NFL - Green Bay Packers (since 1998)
                                NBA - Los Angeles Lakers (since 2004)
                                MLB - New York Yankees (since 2004)
                                NCAA - Michigan State Spartans (since 2004)
                                UFL - Michigan Panthers (since 2023)

                                Comment

                                Working...