Kccitystar Posted January 8, 2020 Share Posted January 8, 2020 Hey guys, So I've been primarily working through REDitor to edit rosters and I wanted to share all of my findings according to what I've messed around with on REDitor. This isn't so much a project or a mod, but a guide to show you how to best prepare a roster if you wish to work on one: I'll keep evolving this specific thread with things I find useful or important to mod the rosters in the game moving forward. Players Tab: 2K reserves specific Global IDs and slots for Created players and guys assigned to Created teams . These Global IDs don't have portraits assigned to them on purpose as the game populates the data with user generated values. It's absolutely important that these global IDs remain untouched or assigned to other players otherwise you will experience unintended behavior. Every roster requires that these slots are included as they are necessary for the game to function in all long term play modes (Franchise mode, Create A Team/Player, etc.) and to ensure stability. There are 97 PLType 0 slots. Not sure if they've got in-game use yet because I haven't seen them. I am not sure if 3 slots are missing or if the missing slots were intentional by the developers. There are 50 PLType 1 slots. REDitor's manual says they're for created players, so I'll trust the manual on this one. There are 200 PLType 2 slots. I am assuming that these are meant for the game's Create-A-Team mode as it should allow you to create 4 teams of 25 guys. The IsFA and TeamID values coordinate with each other in this tab. If a person is a free agent, then they're not assigned to a team, so the value for TeamID should be -1, and the IsFA value should be 1. Every player can have up to 30 years worth of stats (this can be populated and referenced in the Stats tab) Ambitions influence the trade logic/player movement in the game. These are values that affect the happiness of a player on the team. There are 4 types of ambitions a player can have in the game, starting from a scale of 0 to 10: Amb_Time: The higher the value, the more important it is for the player to have enough playing time to be happy. Amb_P4W: The higher this value, the more important it is for that player to win enough games to be happy. Amb_TmPr: The higher the value, the higher the chances that this player will refuse to play for teams with low prestige (a losing team). Amb_FinS: The higher the value, the more likely this player will sign for a much bigger contract which overrides all the other factors. The maximum deal a player can be assigned is a 10 year deal. Players assigned to All-Star Teams will need to be cloned, HOWEVER the AppID value will need to be incremental and not a duplicate of the cloned player. Link to comment Share on other sites More sharing options...
Kccitystar Posted January 8, 2020 Author Share Posted January 8, 2020 Teams tab: You can, in theory, add as many teams as you want, but they would only be playable in exhibitions only (They would need to be given a TType value of 9, like the AL/NL Greats teams). The ID numbers in this tab determine the TeamID you assign to players in the Players Tab. TTypes define the type of team the game will display your team as, in-game. Note that there are some IDs where it will only serve a purpose within the game's functions, like being featured in the MLB schedule (like the Futures Games) or like player movement (like the Single A teams): 1 - MLB Team 2 - AAA Team 3 - AA Team 4 - A Team (All of these teams are not playable) 5 - AL and NL All-Star Teams 6 - AL and NL Futures Team (This would only be meant for in-game purposes like featuring them in the schedule) 7 - Created Team (There are 4 slots for these teams, which explains the 200 CAT slots in the Players Tab: 25 players per team) 9 - Legends Team (AL and NL Greats) 10/11 - HR Derby Away/Home Team 13 - 2K Sports Team The only teams that have a 0 value in the NonMLB field are the official 30 MLB clubs. Everyone else gets a value of 1. Each team is assigned up to 5 rivals. I'd like to think this affects something in the game but I am not sure. Maybe the crowd noise? IDK yet Link to comment Share on other sites More sharing options...
Kccitystar Posted January 8, 2020 Author Share Posted January 8, 2020 Staff Tab: The game features 5 types of staff members to a team. The game defines these by their SType value: 0 - Manager 1 - Batting Coach 2 - Pitching Coach 3 - Trainer 4 - Scout ExpTotal is a value that's meant to be the total amount of years as a player and manager. Think of it as whatever your value is for ExpMLB + their years as an active MLB player. ExpMLB is a value that's meant to be the total amount of years as an MLB manager. The AppID cannot be a duplicate value if you have to clone staff members from another team (for example, All-Star teams) Staff can only be assigned a maximum of 7 years to a team. TeamID is a value that assigns the staff to any specific team in the Teams tab. Link to comment Share on other sites More sharing options...
Bostonnico Posted January 9, 2020 Share Posted January 9, 2020 @Kccitystar All this is very interesting, this will undoubtedly help a lot of users who wish to learn more about the roster and the game. Thank you for everything you are doing for mlb2k. Greetings 👍👍👏👏⚾️⚾️ Link to comment Share on other sites More sharing options...
Kccitystar Posted February 23, 2020 Author Share Posted February 23, 2020 @jack805td I would definitely love your insight as your work on rosters and figuring out the game's logic is highly valued Link to comment Share on other sites More sharing options...
jack805td Posted February 24, 2020 Share Posted February 24, 2020 On 2/22/2020 at 7:16 PM, Kccitystar said: @jack805td I would definitely love your insight as your work on rosters and figuring out the game's logic is highly valued I would love to help. In general, the roster template is crash proof as long as you do not change certain things "out of the range" the game is "looking" for. I use the ranges that are in the General Editing Tutorial that comes with REDedit II. I do have to document what I found. In the meantime, ask away and I will let you know what I know. Link to comment Share on other sites More sharing options...
Kccitystar Posted February 24, 2020 Author Share Posted February 24, 2020 1 hour ago, jack805td said: I would love to help. In general, the roster template is crash proof as long as you do not change certain things "out of the range" the game is "looking" for. I use the ranges that are in the General Editing Tutorial that comes with REDedit II. I do have to document what I found. In the meantime, ask away and I will let you know what I know. I've been looking through my work with the schedules and I'm trying to figure out how 2K determines the scheduling for the Schedule_Spring tabs. For example, I know the Schedule_Older/Old/Cur are merely the first game of every series, with the Schedule_Actual tab being all 162 games for all 30 clubs, but I don't know how 2K structures the 52G and 104G tabs. Link to comment Share on other sites More sharing options...
jack805td Posted February 26, 2020 Share Posted February 26, 2020 Off the top of my head I'm not sure. I will look at it too. Link to comment Share on other sites More sharing options...
jack805td Posted March 13, 2020 Share Posted March 13, 2020 PS I disabled the "stock" create a player and create a team for functions for further testing in that file. I will look at it again. Link to comment Share on other sites More sharing options...
jack805td Posted April 15, 2020 Share Posted April 15, 2020 On 2/22/2020 at 7:16 PM, Kccitystar said: @jack805td I would definitely love your insight as your work on rosters and figuring out the game's logic is highly valued I will read though your posts and respond to them one at a time. I will collect your notes and put them together as as guide or something......it might take some time to tackle everything. Link to comment Share on other sites More sharing options...
LouisvilleLipp Posted June 9, 2020 Share Posted June 9, 2020 Is REDitor or REDitor II still available? Link to comment Share on other sites More sharing options...
Kccitystar Posted June 9, 2020 Author Share Posted June 9, 2020 3 minutes ago, LouisvilleLipp said: Is REDitor or REDitor II still available? REDitor II is still available, however you may need to disable your AV to install it Link to comment Share on other sites More sharing options...
bctrackboi11 Posted June 9, 2020 Share Posted June 9, 2020 Yes, you just have to make an exception in your firewall and block online access to get it to work. Link to comment Share on other sites More sharing options...
LouisvilleLipp Posted June 10, 2020 Share Posted June 10, 2020 On 6/9/2020 at 1:58 PM, Kccitystar said: REDitor II is still available, however you may need to disable your AV to install it Thanks, where can I find it? It's not in the tools and editors section of 2K12. Link to comment Share on other sites More sharing options...
Kccitystar Posted June 10, 2020 Author Share Posted June 10, 2020 21 minutes ago, LouisvilleLipp said: Thanks, where can I find it? It's not in the tools and editors section of 2K12. Link to comment Share on other sites More sharing options...
LouisvilleLipp Posted June 11, 2020 Share Posted June 11, 2020 Thanks for the link KC. Link to comment Share on other sites More sharing options...
Gochoz Posted November 18, 2020 Share Posted November 18, 2020 Hi there, hope everyone is ok, quick question, in MLB 2k12 how can i edit the stats on REDiitor, you know to add HR, RBI, AVG, etc.. Link to comment Share on other sites More sharing options...
dcstadium Posted November 20, 2020 Share Posted November 20, 2020 Dear Sirs, I'm new to the Reditor, it seems everytime i try to download it my norton pops on and removes it its the same for total installer thingy. How can I prevent this? Please help. Link to comment Share on other sites More sharing options...
Kccitystar Posted November 20, 2020 Author Share Posted November 20, 2020 7 minutes ago, dcstadium said: Dear Sirs, I'm new to the Reditor, it seems everytime i try to download it my norton pops on and removes it its the same for total installer thingy. How can I prevent this? Please help. @dcstadium The best workaround I can give you is to pause real-time protection, download and install these applications then before you run them, make exceptions for those directories that have the .exe in them in your antivirus so it doesn't scan those directories when you resume real-time protection. Given how old the programs are, they'll always get flagged as a false-positive by all modern AV programs. Link to comment Share on other sites More sharing options...
TorontoBJays Posted February 8, 2021 Share Posted February 8, 2021 I find reditor ii is great, but not sure how to create a player, I removed all the non playing players, but now the id's are gone. Anyone know how to add a new player? All minor and major teams are done, but missing all the new player that I still have to create. Thx for any help on this matter. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.