[Tool] Roster Editor

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

Re: [Tool] Roster Editor

Postby haaaaanis on Sun Nov 04, 2012 10:26 pm

hi,
is it going to be possible that you release an update in near future where you can deactivate teams, or jerseys and so on like with Vlad's Reditor tool the past years when you could "hide" any team or jersey?
thanks in advance!
haaaaanis
 
Posts: 289
Joined: Thu Oct 02, 2008 7:12 pm

Re: [Tool] Roster Editor

Postby JaoSming on Sun Nov 04, 2012 11:09 pm

haaaaanis wrote:hi,
is it going to be possible that you release an update in near future where you can deactivate teams, or jerseys and so on like with Vlad's Reditor tool the past years when you could "hide" any team or jersey?
thanks in advance!

that stuff is very advanced and requires rebuilding the entire roster file. Vlad's stated he already has that figured out though, so you'll need to wait for the REDitor.
Opinions are my own.

JaoSming
2KTV Producer
NBA 2K Developer
 
Posts: 29904
Joined: Tue Sep 13, 2005 12:45 am
Location: 2K

Re: [Tool] Roster Editor

Postby Durant35 on Mon Nov 05, 2012 12:12 am

BabyFace's v3 Roster worked on your Editor at first, but when I load it now, the jersey values disappear, but the other ones are completely untouched.
Click the pic!

Image

THUNDER UP II: RESTART

an Oklahoma City Thunder Association
Durant35
 
Posts: 599
Joined: Thu Mar 22, 2012 8:25 pm

Re: [Tool] Roster Editor

Postby R10barca on Mon Nov 05, 2012 12:29 am

Durant35 wrote:BabyFace's v3 Roster worked on your Editor at first, but when I load it now, the jersey values disappear, but the other ones are completely untouched.

my roster work fine with this only i can't see player name a try create ID List but still don't see name
R10barca
 
Posts: 124
Joined: Sat Oct 06, 2012 3:26 pm

Re: [Tool] Roster Editor

Postby pierrebondurant on Mon Nov 05, 2012 8:51 am

Durant35 wrote:BabyFace's v3 Roster worked on your Editor at first, but when I load it now, the jersey values disappear, but the other ones are completely untouched.


Hi Leftos,
Right now I have the same issue...
Thanks for your grea tools !
pierrebondurant
 
Posts: 205
Joined: Sun Mar 01, 2009 6:34 pm

Re: [Tool] Roster Editor

Postby Leftos on Mon Nov 05, 2012 10:30 am

Try changing the LastJerseyID to 425.
Eleftherios "Leftos" Aslanoglou
NBA 2K AI Software Engineer
Visual Concepts Entertainment / 2K Sports

Used to be "That Tools Guy" around here during the good ol' days. Although you probably remember me as your favorite Podcast host.
User avatar
Leftos
I'm The Pipeline, The Pipeline Is Me
NBA 2K Developer
 
Posts: 5223
Joined: Sun Jun 07, 2009 7:44 am
Location: Novato, CA, USA

Re: [Tool] Roster Editor

Postby JaoSming on Mon Nov 05, 2012 11:37 am

the LastJerseyID isn't saving for me.

doing, Open Tool, Options, Change -1 to 425, save, notice Options Saved in bottom left.
i can close and open the tool, and the options will save
then if I open a latest roster it goes back to -1
Opinions are my own.

JaoSming
2KTV Producer
NBA 2K Developer
 
Posts: 29904
Joined: Tue Sep 13, 2005 12:45 am
Location: 2K

Re: [Tool] Roster Editor

Postby Tha King on Mon Nov 05, 2012 11:40 am

it's not working on the latest roster jao, try the older roster.
Image
You can now donate to me, to make me more motivated on patching! thank you for those who are supporting me.
User avatar
Tha King
 
Posts: 2087
Joined: Sat Aug 29, 2009 11:51 am

Re: [Tool] Roster Editor

Postby rge1011 on Mon Nov 05, 2012 11:53 am

dbzx wrote:hey leftos, how do we know which shoe works with the custom shoe color stuff? I tried it with lebron shoes and it didnt seem to work.


U only can custom shoes color that can be used as home / away with their respective colors. not unique models can be canged. Also in -game edited shoes can be changed in the editor( if they have away-home colors).
THNX FOR THIS TOOL LEFTOS!
rge1011
 
Posts: 11
Joined: Mon Nov 05, 2012 11:41 am

Re: [Tool] Roster Editor

Postby ILL-Patch guy on Mon Nov 05, 2012 4:23 pm

Tried to enter 6 numbers for the PortraitID and it crashed.
Here's the eror message:

Code: Select all
System.OverflowException: Value was either too large or too small for a UInt16.
   at System.UInt16.Parse(String s, NumberStyles style, NumberFormatInfo info)
   at System.Convert.ToUInt16(String value)
   at NBA_2K13_Roster_Editor.MainWindow.Write2ByteStringToRoster(String p, NonByteAlignedBinaryWriter bw, Byte[] first2) in e:\Development\Visual Studio 2010\Projects\NBA 2K13 Roster Editor\NBA 2K13 Roster Editor\MainWindow.xaml.cs:line 1564
   at NBA_2K13_Roster_Editor.MainWindow.btnSavePlayers_Click(Object sender, RoutedEventArgs e) in e:\Development\Visual Studio 2010\Projects\NBA 2K13 Roster Editor\NBA 2K13 Roster Editor\MainWindow.xaml.cs:line 1060
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
   at System.Windows.Controls.Primitives.ButtonBase.OnClick()
   at System.Windows.Controls.Button.OnClick()
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
   at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
   at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
   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)

None

User avatar
ILL-Patch guy
 
Posts: 381
Joined: Mon Apr 04, 2011 11:24 pm
Location: Europe

Re: [Tool] Roster Editor

Postby Leftos on Mon Nov 05, 2012 7:29 pm

ILL-Patch guy, 6 numbers? You're only supposed to go up to 65536 on PortraitID. It's 2 bytes, you can't go over that. Granted, the tool should handle stuff like this better, but FYI, you're doing it wrong.

JaoSming, as Tha King said, Jerseys don't work in any of the latest rosters. So whenever you opened one of the latest rosters, the LastJerseyID went back to -1, and then didn't reset when you opened one of the compatible ones. I've just released v0.12.0.3, which recalculates the LastJerseyID each time you open a roster.
Eleftherios "Leftos" Aslanoglou
NBA 2K AI Software Engineer
Visual Concepts Entertainment / 2K Sports

Used to be "That Tools Guy" around here during the good ol' days. Although you probably remember me as your favorite Podcast host.
User avatar
Leftos
I'm The Pipeline, The Pipeline Is Me
NBA 2K Developer
 
Posts: 5223
Joined: Sun Jun 07, 2009 7:44 am
Location: Novato, CA, USA

Re: [Tool] Roster Editor

Postby eda on Mon Nov 05, 2012 8:03 pm

I can't unlock the hidden players, right?
User avatar
eda
FIBA 2k FatheR
 
Posts: 1079
Joined: Thu Dec 16, 2004 5:17 am
Location: Lithuania,Vilnius

Re: [Tool] Roster Editor

Postby Leftos on Mon Nov 05, 2012 8:26 pm

Sure you can. Just add their ID to the Free Agents pool.
Eleftherios "Leftos" Aslanoglou
NBA 2K AI Software Engineer
Visual Concepts Entertainment / 2K Sports

Used to be "That Tools Guy" around here during the good ol' days. Although you probably remember me as your favorite Podcast host.
User avatar
Leftos
I'm The Pipeline, The Pipeline Is Me
NBA 2K Developer
 
Posts: 5223
Joined: Sun Jun 07, 2009 7:44 am
Location: Novato, CA, USA

Re: [Tool] Roster Editor

Postby sasha104 on Mon Nov 05, 2012 11:52 pm

i dunno if smbd already has done names.txt according on CFID, but i have)
You do not have the required permissions to view the files attached to this post.
Check out my dornas for NBA 2K13
User avatar
sasha104
 
Posts: 121
Joined: Thu Oct 06, 2011 2:59 am
Location: Moscow, Russia

Re: [Tool] Roster Editor

Postby ILL-Patch guy on Tue Nov 06, 2012 12:23 am

Leftos wrote:ILL-Patch guy, 6 numbers? You're only supposed to go up to 65536 on PortraitID. It's 2 bytes, you can't go over that. Granted, the tool should handle stuff like this better, but FYI, you're doing it wrong.


I wanted to check that out' but thanks for you'r answare :)
User avatar
ILL-Patch guy
 
Posts: 381
Joined: Mon Apr 04, 2011 11:24 pm
Location: Europe

Re: [Tool] Roster Editor

Postby R10barca on Tue Nov 06, 2012 2:01 am

how to add 1 years contract to player? because when I put value in editor it's fail
R10barca
 
Posts: 124
Joined: Sat Oct 06, 2012 3:26 pm

Re: [Tool] Roster Editor

Postby Robsky001 on Tue Nov 06, 2012 3:04 am

Your tool not working with last oficial 2K roster :( Why :roll:
1.jpg

2.jpg

3.jpg
You do not have the required permissions to view the files attached to this post.
Image
"You have to expect things of yourself before you can do them."

Image
User avatar
Robsky001
 
Posts: 469
Joined: Sat Jun 16, 2012 8:08 pm
Location: PL

Re: [Tool] Roster Editor

Postby evoserb on Tue Nov 06, 2012 3:48 am

Robsky001 wrote:Your tool not working with last oficial 2K roster :( Why :roll:
1.jpg

2.jpg

3.jpg

2K changed something with their latest roster so the roster editor isn't working now as far as the jerseys tab goes... Vl@d Zola is working on his editor i believe someone said that he figured out what is going on with the latest 2K roster...
evoserb
 
Posts: 104
Joined: Thu Oct 04, 2012 2:53 am

Re: [Tool] Roster Editor

Postby menten on Tue Nov 06, 2012 5:50 am

i have a question, how do i remove players from the free agent pool?
menten
 
Posts: 360
Joined: Sun Feb 13, 2011 4:25 am

Re: [Tool] Roster Editor

Postby intruda on Tue Nov 06, 2012 11:00 am

You guys need to learn how to read lol.

Leftos, dont know if this is an easy add on or anything but figured I would ask. Any way to add the find and replace feature to jerseys or something in that nature.

Only ask because I dont own microsoft office/excel.
intruda
 
Posts: 338
Joined: Tue May 12, 2009 10:41 am

Re: [Tool] Roster Editor

Postby JaoSming on Tue Nov 06, 2012 11:24 am

intruda wrote:Only ask because I dont own microsoft office/excel.

Open Office, free alternative :cheeky:
Opinions are my own.

JaoSming
2KTV Producer
NBA 2K Developer
 
Posts: 29904
Joined: Tue Sep 13, 2005 12:45 am
Location: 2K

Re: [Tool] Roster Editor

Postby Leftos on Tue Nov 06, 2012 6:21 pm

Google Docs should work too, doesn't require download.

menten, just replace their ID with -1.
Eleftherios "Leftos" Aslanoglou
NBA 2K AI Software Engineer
Visual Concepts Entertainment / 2K Sports

Used to be "That Tools Guy" around here during the good ol' days. Although you probably remember me as your favorite Podcast host.
User avatar
Leftos
I'm The Pipeline, The Pipeline Is Me
NBA 2K Developer
 
Posts: 5223
Joined: Sun Jun 07, 2009 7:44 am
Location: Novato, CA, USA

Re: [Tool] Roster Editor

Postby Tha King on Wed Nov 07, 2012 1:44 am

what's new on the new version sir?
Image
You can now donate to me, to make me more motivated on patching! thank you for those who are supporting me.
User avatar
Tha King
 
Posts: 2087
Joined: Sat Aug 29, 2009 11:51 am

Re: [Tool] Roster Editor

Postby BlakexTheGreat on Wed Nov 07, 2012 2:47 am

Tha King wrote:what's new on the new version sir?



v0.12.0.3
- LastJerseyID will be recalculated each time a roster is loaded
Hmmmm..... Needs More KD... No No More Westbrook
Image

BlakexTheGreat HD Cyberfaces: http://forums.nba-live.com/viewtopic.php?f=149&t=88644&p=1558849#p1558849
User avatar
BlakexTheGreat
 
Posts: 228
Joined: Sun Oct 21, 2012 4:58 pm
Location: Los Angeles, CA

Re: [Tool] Roster Editor

Postby Tha King on Wed Nov 07, 2012 10:31 am

oh great.
Image
You can now donate to me, to make me more motivated on patching! thank you for those who are supporting me.
User avatar
Tha King
 
Posts: 2087
Joined: Sat Aug 29, 2009 11:51 am

PreviousNext

Return to NBA 2K13 Modding

Who is online

Users browsing this forum: No registered users and 4 guests