Main Site | Forum | Rules | Downloads | Wiki | Features | Podcast

NLSC Forum

A hub for everything related to NBA 2K13 modding. Releases, previews, requests, and other modding discussion belongs here.
Post a reply

Re: [Tool] Roster Editor

Wed Dec 05, 2012 10:29 am

Only thing I want to do is to unhide or unlock hidden player and add him to Free Agency or any team. I've found players ID and I've putted it in a team or FA when -1 starts and in a PINum I just increase it for one number since I add only one player at a time. But when I save it, it encounters an error and shows me an error log. Can anyone help me to avoid error message and do it correctly?

Re: [Tool] Roster Editor

Wed Dec 05, 2012 9:13 pm

Leftos wrote:Anything you give me research for is easy to implement. I'll work on it.


Much appreciated!

skoadam wrote:Tuss are u able to find there age and years pro?


Sure thing.

Image

Birth Date:

The 3 byte string 7D CC 29 in binary is: 0111 1101 1100 1100 0010 1001

The break down is as follows:


Birth Year (12 bits)Birth Month (4 bits)Birth Day (5 bits)Unknown (3 bits)
Binary011111011100110000101001
Decimal2012125


Note: according to 2K12 Reditor the min Birth Year is 1792 and the max Birth Year is 2047.

Image

Years Pro:

03 34 in binary is: 0000 0011 0011 0100

The break down:


Unknown (6 bits)Years Pro (5 bits)Unknown (5 bits)
Binary0000001100110100
Decimal25


Note: according to 2K12 Reditor the max Years Pro is 31 years.

Image

Re: [Tool] Roster Editor

Wed Dec 05, 2012 10:00 pm

dude (Y) (Y) (Y)

Re: [Tool] Roster Editor

Wed Dec 05, 2012 10:15 pm

hey could you try to find draft round/position and draft team? that would be awesome

Re: [Tool] Roster Editor

Wed Dec 05, 2012 11:26 pm

Now that's what I call research. Will implement those soon. (Y)

Re: [Tool] Roster Editor

Wed Dec 05, 2012 11:30 pm

Hello, i'm sorry for asking a noob question but i have a problem with my CMG teams, cuz they all have -1 in them, and when i'm trying to change it it says an error.
Can someone please help! :bowdown:

Re: [Tool] Roster Editor

Thu Dec 06, 2012 3:11 am

TUSS11 wrote:
Leftos wrote:Anything you give me research for is easy to implement. I'll work on it.


Much appreciated!

skoadam wrote:Tuss are u able to find there age and years pro?


Sure thing.

Image

Birth Date:

The 3 byte string 7D CC 29 in binary is: 0111 1101 1100 1100 0010 1001

The break down is as follows:


Birth Year (12 bits)Birth Month (4 bits)Birth Day (5 bits)Unknown (3 bits)
Binary011111011100110000101001
Decimal2012125


Note: according to 2K12 Reditor the min Birth Year is 1792 and the max Birth Year is 2047.

Image

Years Pro:

03 34 in binary is: 0000 0011 0011 0100

The break down:


Unknown (6 bits)Years Pro (5 bits)Unknown (5 bits)
Binary0000001100110100
Decimal25


Note: according to 2K12 Reditor the max Years Pro is 31 years.

Image


keep raging it brah (Y)

Re: [Tool] Roster Editor

Thu Dec 06, 2012 5:20 am

v0.14 released!

- Added YearsPro, BirthYear, BirthMonth, BirthDay, InjuryType, InjuryDays for Players (kudos to TUSS11)
- Added SeasonStats and PlayoffStats for Players
- Fixed Teams table for save types other than Roster


Did you know...?
You can use the NBA 2K13 Turbo Modifier trainer to do the research required for any player values, even those that can't be edited in-game. I used it to discover the Season Stats values. The process is the same as in my Research Tutorial video, but you do the changes via the trainer, instead of in-game. I may get a new tutorial video up showing the procedure using the trainer.

Re: [Tool] Roster Editor

Thu Dec 06, 2012 5:39 am

how can i change the players stats? im new to the roster editor so idk tbh

Re: [Tool] Roster Editor

Thu Dec 06, 2012 5:41 am

You can't change the Player Stats per se, just to which entry of the Player Stats table they point to. The Player Stats table isn't implemented (yet?), so those are only there for advanced debugging reasons.

Re: [Tool] Roster Editor

Thu Dec 06, 2012 6:33 am

Leftos,

any news on Season and Playoff Mode editor compatibility (Y) :mrgreen:

Re: [Tool] Roster Editor

Thu Dec 06, 2012 7:09 am

No plans for them yet.

Re: [Tool] Roster Editor

Thu Dec 06, 2012 7:28 am

Leftos wrote:No plans for them yet.


poop :P

Re: [Tool] Roster Editor

Thu Dec 06, 2012 8:32 am

Awesome stuff. :)

Re: [Tool] Roster Editor

Thu Dec 06, 2012 10:35 am

How I wish I studied computer stuff back in college.. :roll:

Man ur doing the craziest tool this year! (Y)

Re: [Tool] Roster Editor

Thu Dec 06, 2012 1:38 pm

Hey Guys:

I am a 360 user and post regularly over at Operation Sports.

I was hoping maybe you guys could help on this as I have been trying for the last 3.5 hours how to do this and even watched leftos tutorial but my brain just can't pick it up....

I am trying to find the following using the new 12/5/12 Official Update

Offsets for:

1. Players tab

2, Teams Tab

3. Jerseys Tab


This would be for the new 12/5/12 official update. I am all confused and really would like to help Leftos get this roster working with his tool ASAP! as it would really help the X-Box community as any save using this roster as a base would have all Jerseys so there is no need to HEX which would allow proper downloads on 2KShare instead of offline downloading. Please guys any help from you PC experts would be greatly appreciated as I will release a full roster Update ASAP once the Roster is usable in the Tool. I wanna help so any step by step knowledge for this to happen would be greatly appreciated.

Re: [Tool] Roster Editor

Thu Dec 06, 2012 4:56 pm

So I want to play on the Knicks with MyPlayer...I get drafted to a team, and assign him to team 13...it shows me with the uniform, but I am not in the rotation, or on the roster, and the game crashes when I start a game. Is it possible to do this? Thanks, and I love the tool!

Re: [Tool] Roster Editor

Thu Dec 06, 2012 7:46 pm

leftos i got this error when i try to open

System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'NBA_2K13_Roster_Editor.MainWindow' that matches the specified binding constraints threw an exception. ---> System.ArgumentException: Requested value 'PCNov' was not found.
at System.Enum.EnumResult.SetFailure(ParseFailureKind failure, String failureMessageID, Object failureMessageFormatArgument)
at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult)
at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
at NBA_2K13_Roster_Editor.MainWindow..ctor() in e:\Development\Visual Studio 2010\Projects\NBA 2K13 Roster Editor\NBA 2K13 Roster Editor\MainWindow.xaml.cs:line 193
--- End of inner exception stack trace ---
at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri)
at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri)
at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream)
at System.Windows.Application.LoadBamlStreamWithSyncInfo(Stream stream, ParserContext pc)
at System.Windows.Application.LoadComponent(Uri resourceLocator, Boolean bSkipJournaledProperties)
at System.Windows.Application.DoStartup()
at System.Windows.Application.<.ctor>b__1(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)

Requested value 'PCNov' was not found.

Re: [Tool] Roster Editor

Thu Dec 06, 2012 7:50 pm

OMG huge thanks TUSS and Leftos ofc, so much needed in roster edit :bowdown2:

Re: [Tool] Roster Editor

Thu Dec 06, 2012 11:31 pm

rakes1, found, fixed in new version.

Re: [Tool] Roster Editor

Fri Dec 07, 2012 3:07 am

Hey Leftos,

I'm working on trying to update players' career stats using the Roster Editor, but I've been unsuccessful. The strategy used has been using a roster that has numerical data for stats and copying the information into my base Excel worksheet. Finally, I copied the data into my the Roster Editor. I used Kobe Bryant as a sample to see if this strategy will work. The IDs were the same as suggested too. What do you recommend to update players' career stats?

Re: [Tool] Roster Editor

Fri Dec 07, 2012 3:38 am

You can't without the Player Stats table, which isn't decoded in Roster Editor, but should be there in REDitor when it gets released.

Re: [Tool] Roster Editor

Fri Dec 07, 2012 4:26 am

Why after changing player types from 3 to 1, i cant access "create player" mode from the game. The game just turn off suddently every time.

Re: [Tool] Roster Editor

Fri Dec 07, 2012 4:55 am

thx leftos for quick fix

Re: [Tool] Roster Editor

Fri Dec 07, 2012 10:36 am

Leftos:

Here is the information needed for implementing the 12/5 official Xbox 360 roster into the tool:

Player table begins at Offset 9E90 (HEX)

Portrait ID: 9EC6 (HEX)

CF ID:9EA8 (HEX)

FirstSSOffset: 94164 (DEC)


Paul Pierce from Operation Sports helped find these. Is there anyway to use any of this info to allow the tool to recognize the 12-5-12 xbox 360 roster. Not sure yet where the Teams/Jerseys are but if you do then could you possibly implement it PLEASE :)

Here is the roster file:

http://www.filedropper.com/official


I am not sure if this is even what you need but I wanted to try and help get this roster in for all the 360 users. If anyone can help please chime in as I would really appreciate your help.
Post a reply