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

Mon Feb 25, 2013 3:42 am

rob2la, I've mentioned that MyCareer editing on the 360 isn't working properly at all. I'm sorry, you'll have to wait for REDitor.

Re: [Tool] Roster Editor

Mon Feb 25, 2013 5:25 am

hello how can i change the coach in created teams without having 2 of the same coaches? Roster editor doesn't have the list of my created teams....it only says custom 1 & so on..... not sure which team is which

Re: [Tool] Roster Editor

Mon Feb 25, 2013 7:52 am

Leftos wrote:rob2la, I've mentioned that MyCareer editing on the 360 isn't working properly at all. I'm sorry, you'll have to wait for REDitor.

thx man.. i had saw someone else explain it on a video and it worked easily..thought it was just me, or he was on pc.. thx for the help tho awesome program for rosters..btw any eta on the new release of Reditor? must be really complicated this year..

Re: [Tool] Roster Editor

Mon Feb 25, 2013 8:06 am

MGX, try and see. Can't help you much more than that. If you want full decoded texts you'll have to wait for REDitor.

rob2la, no ETA, and I'm not the guy to ask. Vlad Zola Jr. is.

Re: [Tool] Roster Editor

Mon Feb 25, 2013 8:18 am

ok i figured it out thnx (Y) :)
Leftos wrote:MGX, try and see. Can't help you much more than that. If you want full decoded texts you'll have to wait for REDitor.

rob2la, no ETA, and I'm not the guy to ask. Vlad Zola Jr. is.

Re: [Tool] Roster Editor

Mon Feb 25, 2013 5:00 pm

Dude, i always get a error when i copy paste tables.

Re: [Tool] Roster Editor

Mon Feb 25, 2013 8:05 pm

Dude, what does the error say?

Re: [Tool] Roster Editor

Tue Feb 26, 2013 12:56 am

Can I edit IsHidden Value on NBA roster editor?

Re: [Tool] Roster Editor

Tue Feb 26, 2013 1:05 am

no, just remove the player from any team and/or FA list in the teams tab, then he will be hidden

if you want to add a player, add his ID to a team or FA List

Re: [Tool] Roster Editor

Tue Feb 26, 2013 1:10 am

For example,I want to add D.J White on free agents list on URB V5.5 roster.He is hidden.What I must do exactly in order to put him on this list?

Re: [Tool] Roster Editor

Tue Feb 26, 2013 1:14 am

https://www.youtube.com/watch?v=QiWEra8QpKU
except in the current version, also check isFA1 and isFA2 in the players tab
isFA1 and IsFA2 need to be set or unset depending on whether you want a player to be a Free Agent, along with his existence in the Free Agents pool in the Teams tab.

Re: [Tool] Roster Editor

Tue Feb 26, 2013 2:46 pm

i keep getting a tracelog error and it says...

Error while trying to save player with ID 1723: Value was either too large or too small for an Int32.
at

System.Convert.ToInt32(UInt32 value)
at System.UInt32.System.IConvertible.ToInt32(IFormatProvider provider)
at System.Convert.ToInt32(Object value)
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

1950





It says that for that ID and every ID after it.. I'm not sure why. Its never done that before.

Re: [Tool] Roster Editor

Tue Feb 26, 2013 3:42 pm

Leftos wrote:Dude, what does the error say?

Data pasted into tables but with errors. See tracelog.txt for details

Re: [Tool] Roster Editor

Tue Feb 26, 2013 8:22 pm

TheDom45, 1723? Well, there's no roster with that many players, AFAIK. Set your LastPlayerID in the Options tab to 1514.

lethal, well, if you don't give me the contents of the tracelog.txt file, I won't be able to help you. It's in your My Documents\NBA 2K13 Roster Editor folder.

Re: [Tool] Roster Editor

Tue Feb 26, 2013 9:43 pm

how i can edit the shoe branig on my creear player?

Re: [Tool] Roster Editor

Tue Feb 26, 2013 10:13 pm

Sir Leftos, here
2/26/2013 1:41:53 PM: "" couldn't be converted to Int32
2/26/2013 1:42:03 PM: "" couldn't be converted to Int32
2/26/2013 1:42:12 PM: "" couldn't be converted to Int32

Re: [Tool] Roster Editor

Wed Feb 27, 2013 12:54 am

Hey Leftos, I was wondering if you could tell me how to open the roster editor (as well as the other mod tools). I'm brand new to modding and fairly new to pc gaming, infact this site is what made me get a gaming pc. But anyway, I downloaded the cf renamer, hex editor and roster editor and I can't open them up. Do I need a certain program to open them with? Any help you can give me would be greatly appreciated.

Re: [Tool] Roster Editor

Wed Feb 27, 2013 1:07 am

Ballaboi, you're downloading .7z or .RAR archive files which both open and can be extracted with 7-zip and WinRAR. After you extract all files from inside the archive to a folder, you then run the corresponding executable.

Re: [Tool] Roster Editor

Wed Feb 27, 2013 1:14 am

v0.22.4 released!
Big thanks to TUSS11 from OperationSports for his code contribution on this one!

This version adds Shoe Trim Colors as parameters for Players.

Re: [Tool] Roster Editor

Wed Feb 27, 2013 1:21 am

Leftos how i can edit the shoe brandig on my craeer player mode?

Re: [Tool] Roster Editor

Wed Feb 27, 2013 1:23 am

michaelosh2, I don't know.

Re: [Tool] Roster Editor

Wed Feb 27, 2013 1:33 am

Downloaded the latest version, went to run the program, got the following critical error, and program won't start.

Code:
Unhandled Exception Error Report for NBA 2K13 Roster Editor
Version 0.22.4.0

Exception information:
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.FormatException: Input string was not in a correct format.
   at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
   at System.String.System.IConvertible.ToInt32(IFormatProvider provider)
   at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
   at System.Convert.ChangeType(Object value, Type conversionType)
   at NBA_2K13_Roster_Editor.MainWindow.GetRegistrySetting[T](String setting, T defaultValue) in e:\Development\Visual Studio 2010\Projects\NBA 2K13 Roster Editor\NBA 2K13 Roster Editor\MainWindow.xaml.cs:line 1256
   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 319
   --- End of inner exception stack trace ---
   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)

Inner Exception information:
Input string was not in a correct format.

Re: [Tool] Roster Editor

Wed Feb 27, 2013 8:54 am

Leftos wrote:Ballaboi, you're downloading .7z or .RAR archive files which both open and can be extracted with 7-zip and WinRAR. After you extract all files from inside the archive to a folder, you then run the corresponding executable.


I got ya. Thanks Leftos

Re: [Tool] Roster Editor

Wed Feb 27, 2013 9:35 am

bigh0rt, download and run http://www.mediafire.com/download.php?2ru6x3xc8qg0c4c.

Re: [Tool] Roster Editor

Thu Feb 28, 2013 2:24 am

how to change team name?
Post a reply