Roster Editing [CE]

Modding tutorials and other resources for NBA 2K19.

Re: Roster Editing [CE]

Postby fjccommish on Thu Oct 04, 2018 12:38 pm

Now have 6.8 installed, but there's the same issue. The teams only table opens, but everything is blank. "Team 1", "Team 2" etc, but no team names, nothing to copy.

How do I get that populated, so I can edit players?
fjccommish
 
Posts: 1190
Joined: Thu Oct 19, 2006 4:11 am

Re: Roster Editing [CE]

Postby TGsoGood on Thu Oct 04, 2018 1:18 pm

fjccommish wrote:Now have 6.8 installed, but there's the same issue. The teams only table opens, but everything is blank. "Team 1", "Team 2" etc, but no team names, nothing to copy.

How do I get that populated, so I can edit players?


If you have the nba2k19.exe from 9/11 everything will populate just fine. If you are using the most recent patch of the game then you need to find the pointer value or find the address of F000. Finding the addresses and pointers was outlined on earlier pages of this thread
Follow me on PATREON https://www.patreon.com/TGsoGood
Consider donating: http://cash.me/$TheJohnsonFamily or http://paypal.me/4TheGoods
Follow me on twitter @TGsoGood
Check me out on youtube https://www.youtube.com/channel/UCPydhZ ... PeRSmEVynQ

NBA 2K21 TGsoGood Mods and releases - viewtopic.php?f=267&t=110608
NBA 2K17 TGsoGood Mods and releases - viewtopic.php?f=225&t=102251#p1860681
NBA 2K14 TGsoGood Mods and releases - viewtopic.php?f=153&t=96056
User avatar
TGsoGood
Contributor
Contributor
 
Posts: 6433
Joined: Thu Jul 28, 2011 4:03 am
Location: Nashville, TN

Re: Roster Editing [CE]

Postby fjccommish on Thu Oct 04, 2018 1:45 pm

OK, I will look into that. Thanks. I do have the latest patch - it's automatic with Steam.
fjccommish
 
Posts: 1190
Joined: Thu Oct 19, 2006 4:11 am

Re: Roster Editing [CE]

Postby sitew33 on Thu Oct 04, 2018 1:52 pm

fjccommish wrote:OK, I will look into that. Thanks. I do have the latest patch - it's automatic with Steam.


Just some advice. Always back up NBA2K19.exe to a separate folder so when they patch the game and there are tools like CE that only work with a particular patch you can always load up that old patch to use. Another big piece of advice is to follow the man who just assisted you (TGsogood) on youtube. He has all kinds of helpful videos from this game and past games that still apply.
sitew33
 
Posts: 483
Joined: Thu Oct 26, 2017 7:25 am

Re: Roster Editing [CE]

Postby fjccommish on Thu Oct 04, 2018 5:31 pm

I've accessed the player info.

Not sure how to edit height:
For height, it shows:

Height(address) - Float (for Description) \7FF45DA593D0 (for Address) 8bytes (for Type) 00007FF45E6D53A4 (for Value)
^Floats at address are Height Wingspan Trunkscale Shoulderscale Armscale^


Changing anything in the value changes the player name or causes NBA 2K19 to crash.

Is it saying all those items are contained at that address?

Can height be somehow edited there?
fjccommish
 
Posts: 1190
Joined: Thu Oct 19, 2006 4:11 am

Re: Roster Editing [CE]

Postby fjccommish on Thu Oct 04, 2018 6:02 pm

"I'm not completely sure how it works. What I can say is the height data will be at the address that shows in the table. If you browse the memory from that and view by 8 bytes it will then allow you to follow that address. After you follow that address you will want to then right click and view by float values now. You will then see float values that represent height, wingspan, and a few others body part span/ratio values"

Figured it out. CE can change the height, but it's only within the limits between 4'5" and 7'7". Setting to beyond those limits just sets it to the limits. Enter 500 CM, for example, but the player is still 7'7". The in game limit is 5'4" on the low end, so CE can get the player below that height. However, CE can't go beyond the 7'7" in game limit.

In earlier versions, this could be changed beyond 7'7" - 8', even 20'.

I wonder if there's an address that sets this height max, or if the game has that limit and can't go further?
fjccommish
 
Posts: 1190
Joined: Thu Oct 19, 2006 4:11 am

Re: Roster Editing [CE]

Postby ksmiz on Thu Oct 04, 2018 7:17 pm

fjccommish wrote:I've accessed the player info.

Not sure how to edit height:
For height, it shows:

Height(address) - Float (for Description) \7FF45DA593D0 (for Address) 8bytes (for Type) 00007FF45E6D53A4 (for Value)
^Floats at address are Height Wingspan Trunkscale Shoulderscale Armscale^


Changing anything in the value changes the player name or causes NBA 2K19 to crash.

Is it saying all those items are contained at that address?

Can height be somehow edited there?


Ok so your value 00007FF45E6D53A4 is saying the float value that is height is actually going to be at the address 7FF45E6D53A4. If you go to 7FF45E6D53A4 and view as float values you will see probably something like the value 2. For quick way to see this you could add a new entry on your table with address as your value and type as float and you will get your height. This possibly means like 2 meters tall or something like that but I haven't looked into it. I know if you change the float value to 5 then your player will be 7'6" maybe actually taller. If you change it to 0.25 your player will be barely bigger than the basketball.

If you changed your value 00007FF45E6D53A4 to anything that is not another address then yeah you will crash the game. The game is looking for something that reads like 7FF45EXXXXXX.

If you want someone's same Height Wingspan Trunkscale Shoulderscale Armscale to apply to some other player then you could probably take whatever their value is and copy paste that for someone else.

I don't know how pngXXXX. iff files work with these values like if these values are mostly for created players or if they apply straight across to everyone


Image
Image
Image
Image
Image
Image

My bad, float value will be somethings like 200. Maybe 200cm.

Image
Last edited by ksmiz on Thu Oct 04, 2018 7:33 pm, edited 2 times in total.
User avatar
ksmiz
 
Posts: 655
Joined: Mon Mar 13, 2017 4:51 am

Re: Roster Editing [CE]

Postby ksmiz on Thu Oct 04, 2018 7:26 pm

fjccommish wrote:Figured it out. CE can change the height, but it's only within the limits between 4'5" and 7'7". Setting to beyond those limits just sets it to the limits. Enter 500 CM, for example, but the player is still 7'7". The in game limit is 5'4" on the low end, so CE can get the player below that height. However, CE can't go beyond the 7'7" in game limit.

In earlier versions, this could be changed beyond 7'7" - 8', even 20'.

I wonder if there's an address that sets this height max, or if the game has that limit and can't go further?


So this is 4'5"? You sure about that?

Image

I'd check if I wasn't messing around with trampoline mode
Image
Image
Image
Image
Image
Image
Image

bonus
Image
User avatar
ksmiz
 
Posts: 655
Joined: Mon Mar 13, 2017 4:51 am

Re: Roster Editing [CE]

Postby fjccommish on Fri Oct 05, 2018 1:45 am

What mode is that? I was making the change in offline MyLeague. If I enter a value beyond 7'7", it doesn't go beyond 7'7", or below 4'5". Yes, it's entered as CM.

I'll try with just the custom roster to see what happens.
fjccommish
 
Posts: 1190
Joined: Thu Oct 19, 2006 4:11 am

Re: Roster Editing [CE]

Postby steven2212 on Fri Oct 05, 2018 2:08 am

Im using limo tools to copy roster to the custom squad file which is including facescan. Is there anyway i can copy the facescan to other custom roster guys? the CF id is always 1. i hope there is a solution. i think many people want to too. thanks for any help
steven2212
 
Posts: 70
Joined: Sat Sep 30, 2017 6:42 pm

Re: Roster Editing [CE]

Postby Ray4Three0906 on Fri Oct 05, 2018 6:56 am

I followed the instructions in this thread and loaded up everything.
All values for the Arenas were fine, but not Teams or Jerseys, there was nothing in the value columns. Any reason why? Did I do something wrong?
Image
Image
Image
User avatar
Ray4Three0906
 
Posts: 107
Joined: Wed Mar 21, 2012 5:39 pm

Re: Roster Editing [CE]

Postby Orion Pax on Fri Oct 05, 2018 7:42 am

Anyone had any luck changing Team Colors (1,2,3)?
I've updated the hex codes but don't see any changes in game like others fields
User avatar
Orion Pax
 
Posts: 200
Joined: Mon Oct 11, 2010 10:08 am

Re: Roster Editing [CE]

Postby fjccommish on Fri Oct 05, 2018 5:02 pm

After hours of looking at this, I still can't figure out how that guy got a player taller than 7'7". I can change the height in CE, but anything larger than 7'7" (the CM equivalent) still shows as 7'7" in game.

This is in Myleague offline.

If I go to options, roster, I can't even find the f000 address to sync with the teams.

What mode is that he made players taller than 7'7"? This is frustrating.
fjccommish
 
Posts: 1190
Joined: Thu Oct 19, 2006 4:11 am

Re: Roster Editing [CE]

Postby chuajefry on Sat Oct 06, 2018 10:54 pm

HI Sir,

Can i request a step-by-step tutorial on how to make shorter shorts length on a player.. many many thanks..
chuajefry
 
Posts: 453
Joined: Thu Mar 10, 2011 8:03 pm

Re: Roster Editing [CE]

Postby maumau78 on Sat Oct 06, 2018 11:09 pm

Image

Since many user request me via PM I will post a tutorial about shorts lenght soon...I'm also making 3d model of RETRO shorts a little longer.....more on this later
"I open at the close"

Dumbledore

You like my works? Support me! Donations Link Below:
https://paypal.me/maumau78mods
https://twitter.com/MauroAnceschi
https://www.youtube.com/user/anceschmau78/videos
User avatar
maumau78
Contributor
Contributor
 
Posts: 3217
Joined: Mon Nov 01, 2010 6:26 pm
Location: Italy

Re: Roster Editing [CE]

Postby chuajefry on Sat Oct 06, 2018 11:16 pm

maumau78 wrote:[ Image ]

Since many user request me via PM I will post a tutorial about shorts lenght soon...I'm also making 3d model of RETRO shorts a little longer.....more on this later



thank you sir.. i will just wait for your tutorial..
chuajefry
 
Posts: 453
Joined: Thu Mar 10, 2011 8:03 pm

Re: Roster Editing [CE]

Postby selimf on Sun Oct 07, 2018 12:29 pm

If anyone needs pointers for the latest patch as of 7th of October 2018.(1.03, I believe?)

f000 is at :
"NBA2K19.exe"+05121308 (Offset1:68 Offset2:CC)
Arenas should work by default. Change the addresses as following:
Teams: +A4E90
Jerseys: +392FF4
Playbooks: +1EB040
Coach Names etc: +175C34


Last Name at Create A Player Menu :
"NBA2K19.exe"+05274728 (Offset:30)

Edit Multiple Players in a Row :
"NBA2K19.exe"+02D5BBE0 (Offset:0)



I did not make a table for myself so I cannot share ksmiz's work. However, you should be able to update his table easily with these values. (Y)
selimf
 
Posts: 5
Joined: Sat Nov 07, 2015 11:15 am

Re: Roster Editing [CE]

Postby fjccommish on Sun Oct 07, 2018 12:34 pm

Are you talking about mycareer mode, myleague? I tried those addresses in ROSTER from the main screen - nada.

Please folks, post complete info.
fjccommish
 
Posts: 1190
Joined: Thu Oct 19, 2006 4:11 am

Re: Roster Editing [CE]

Postby ksmiz on Sun Oct 07, 2018 2:52 pm

FINALLY figured out coach cyberface IDs!

Image
Image
User avatar
ksmiz
 
Posts: 655
Joined: Mon Mar 13, 2017 4:51 am

Re: Roster Editing [CE]

Postby Pandahero on Sun Oct 07, 2018 7:09 pm

how could we add new stuffs? after i add 30 new teams.......i need more staffs..........
Last edited by Pandahero on Sun Oct 07, 2018 10:37 pm, edited 1 time in total.
Pandahero
 
Posts: 82
Joined: Wed Jan 21, 2015 10:59 pm

Re: Roster Editing [CE]

Postby miguel88 on Sun Oct 07, 2018 7:58 pm

there a way to edit the staff free agents with this tool? because all coaches and assistants have a balanced system and i would like to mix them with different system for my league
miguel88
 
Posts: 45
Joined: Fri Aug 10, 2018 3:06 am
Location: Tokyo, Japan

Re: Roster Editing [CE]

Postby Issy on Sun Oct 07, 2018 9:17 pm

ilja23mia wrote:i dont know much bout this, but is it possible to change socks color with these ?


I think you can't edit the Nike Socks unfortunately.
Image
User avatar
Issy
 
Posts: 213
Joined: Sun Dec 29, 2013 12:29 am
Location: France

Re: Roster Editing [CE]

Postby ksmiz on Sun Oct 07, 2018 9:48 pm

fjccommish wrote:What mode is that? I was making the change in offline MyLeague. If I enter a value beyond 7'7", it doesn't go beyond 7'7", or below 4'5". Yes, it's entered as CM.

I'll try with just the custom roster to see what happens.

The height float is finite(capped at 7'7"). He isn't any bigger than that it is all just perspective look at the ball for reference. Calm down it is just a video game. If I figure out how to make 20' tall players I will post about it here.

Pandahero wrote:how could we add new stuffs? after i add 30 new teams.......i need more stuffs..........

Real specific I'll get on that right away

miguel88 wrote:there a way to edit the staff free agents with this tool? because all coaches and assistants have a balanced system and i would like to mix them with different system for my league

Yeah I'm like 2/3 the way through all the options for a staff person. Then will have to make the copies. Next update I upload will let you edit a bunch of stuff for staff people. There is a lot of them though

Issy wrote:I think you can't edit the Nike Socks unfortunately.

You can swap Nike socks around. Did you try the latest table? I put them all in as options. If I can figure out if there is any pattern to the 4bytes I will make that info available. As for changing the exact colors like a hex I don't know about that. I do see some option about sock logo color but I don't know what that does yet.
Last edited by ksmiz on Sun Oct 07, 2018 10:05 pm, edited 1 time in total.
User avatar
ksmiz
 
Posts: 655
Joined: Mon Mar 13, 2017 4:51 am

Re: Roster Editing [CE]

Postby Issy on Sun Oct 07, 2018 10:02 pm

ksmiz wrote:You can swap Nike socks around. Did you try the latest table? I put them all in as options. If I can figure out if there is any pattern to the 4bytes I will make that info available. As for changing the exact colors like a hex I don't know about that. I do see some option about sock logo color but I don't know what that does yet.


Yes I saw it, I used this method.

Thank you again ksmiz, this is awesome work. (Y)
Image
User avatar
Issy
 
Posts: 213
Joined: Sun Dec 29, 2013 12:29 am
Location: France

Re: Roster Editing [CE]

Postby Pandahero on Sun Oct 07, 2018 10:36 pm

ksmiz wrote:
fjccommish wrote:What mode is that? I was making the change in offline MyLeague. If I enter a value beyond 7'7", it doesn't go beyond 7'7", or below 4'5". Yes, it's entered as CM.

I'll try with just the custom roster to see what happens.

The height float is finite(capped at 7'7"). He isn't any bigger than that it is all just perspective look at the ball for reference. Calm down it is just a video game. If I figure out how to make 20' tall players I will post about it here.

Pandahero wrote:how could we add new stuffs? after i add 30 new teams.......i need more stuffs..........

Real specific I'll get on that right away

miguel88 wrote:there a way to edit the staff free agents with this tool? because all coaches and assistants have a balanced system and i would like to mix them with different system for my league

Yeah I'm like 2/3 the way through all the options for a staff person. Then will have to make the copies. Next update I upload will let you edit a bunch of stuff for staff people. There is a lot of them though

Issy wrote:I think you can't edit the Nike Socks unfortunately.

You can swap Nike socks around. Did you try the latest table? I put them all in as options. If I can figure out if there is any pattern to the 4bytes I will make that info available. As for changing the exact colors like a hex I don't know about that. I do see some option about sock logo color but I don't know what that does yet.



Sorry,this is a typo,i mean.........staff……sorry for confusing
Pandahero
 
Posts: 82
Joined: Wed Jan 21, 2015 10:59 pm

PreviousNext

Return to NBA 2K19 Tutorials & FAQs

Who is online

Users browsing this forum: No registered users and 0 guests