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

NLSC Forum

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

Can't get numbers/letters to show

Fri May 30, 2025 10:42 am

Been messing with this for hours, still shows invisible when I make changes. I deleted format from the text file. Still no dice. Anyone mind taking a look?

https://drive.google.com/file/d/1AU_GV9 ... sp=sharing

The jersey I'm modding is u005Bos_2005_secondary

This is what I used for dds type

https://drive.google.com/file/d/158W-IF ... sp=sharing

I'm pretty sure it's something to do with the text files and just not sure what :?

Re: Can't get numbers/letters to show

Fri May 30, 2025 5:51 pm

your TXTR doesn't have a file format, 25 seems to need that.
Also numbers and letters DO NOT have mips so switch off mip generation when saving.
Just open an existing one that works and have a look. Also not sure why you are not using the normal number format?
Here's an example
"font_number_color": {
"Width": 1248,
"Height": 256,
"Format": "R8G8B8A8_UNORM",
"Min": [ 0.00273174304, 0.00273174304, 0.00273174304, 0.0 ],
"Max": [ 0.0865004733, 0.0865004733, 0.0865004733, 1.0 ],
"PixelDataSize": 1277952,
"CompressionMethod": 8,
"Binary": "font_number_color.bf17c0346375ce99.tld"

Re: Can't get numbers/letters to show

Fri May 30, 2025 8:34 pm

bikerjimuk wrote:your TXTR doesn't have a file format, 25 seems to need that.
Also numbers and letters DO NOT have mips so switch off mip generation when saving.
Just open an existing one that works and have a look. Also not sure why you are not using the normal number format?
Here's an example
"font_number_color": {
"Width": 1248,
"Height": 256,
"Format": "R8G8B8A8_UNORM",
"Min": [ 0.00273174304, 0.00273174304, 0.00273174304, 0.0 ],
"Max": [ 0.0865004733, 0.0865004733, 0.0865004733, 1.0 ],
"PixelDataSize": 1277952,
"CompressionMethod": 8,
"Binary": "font_number_color.bf17c0346375ce99.tld"

Okay thanks, turned mips off, went back to the original text files without deleteing format (did that because it worked for 2k23)

https://drive.google.com/drive/folders/ ... sp=sharing

still not working hmm

Re: Can't get numbers/letters to show

Fri May 30, 2025 9:30 pm

Because they don't match and again, not sure why you aren't using the normal font format

Image


Changed the format in the TXTR
Image

If you make the region file more blue it will shine more

Re: Can't get numbers/letters to show

Fri May 30, 2025 10:11 pm

bikerjimuk wrote:Because they don't match and again, not sure why you aren't using the normal font format

[ Image ]


Changed the format in the TXTR
[ Image ]

If you make the region file more blue it will shine more

mind sharing the file? you can email to prw5292128@gmail.com if you can’t upload it here, so I can look over both of em and see what I did wrong.

I don’t have a great understanding of font formats to be honest, all I know is that format to save it in that worked for 2k23 and needing to delete format and there was another line. I could probably try to reverse engineer it, appreciate the help.

Re: Can't get numbers/letters to show

Sat May 31, 2025 12:24 am

No need, I just typed BC3 in the TXTR, you had left it as "Format": "R8G8B8A8_UNORM".
The info from the file (as seen in the left part of my pic) has to match that in the TXTR like I have said. You have to have that info this year. Nothing to reverse engineer.

Re: Can't get numbers/letters to show

Sat May 31, 2025 1:02 am

gotcha thanks a lot, I will try it and see if I can get it to work!

Re: Can't get numbers/letters to show

Sat May 31, 2025 1:20 am

so for the format line, does it need to say this exactly?

BC3_ UNORM_SRGB (78)

Re: Can't get numbers/letters to show

Sat May 31, 2025 1:28 am

try it and see? The one you sent me I changed to BC3_UNORM like I said

Re: Can't get numbers/letters to show

Sat May 31, 2025 1:35 am

bikerjimuk wrote:try it and see? The one you sent me I changed to BC3_UNORM like I said

tried it and didn’t work but I included the (78). maybe needs to just be BC3_UNORM

Re: Can't get numbers/letters to show

Sat May 31, 2025 1:40 am

it does
Well, I use the same format as 2K but it's your mod.

Re: Can't get numbers/letters to show

Sat May 31, 2025 1:50 am

bikerjimuk wrote:it does
Well, I use the same format as 2K but it's your mod.

thanks, sorry took me a minute to get it but I think I get what you’re saying now i’ll mess with it tonight on my pc. was messing with it on steam deck which isn’t the best place for it lol. appreciate the help!

Re: Can't get numbers/letters to show

Sat May 31, 2025 10:02 am

Thank you kind sir Image

Re: Can't get numbers/letters to show

Sat May 31, 2025 6:50 pm

You are very welcome, glad you got there. Are you going to share that uniform?

Re: Can't get numbers/letters to show

Sat May 31, 2025 8:15 pm

sure I can share it. i’ll upload it today

Re: Can't get numbers/letters to show

Sat May 31, 2025 8:41 pm

Celtics St. Paddys Jerseys

Re: Can't get numbers/letters to show

Sun Jun 01, 2025 12:23 am

Nice one
Post a reply