Need help with arenas

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

Need help with arenas

Postby TheEpicGamer on Mon Feb 21, 2022 6:56 am

So I am trying to make some WIAA arenas but whenever I test them the arena is invisible and all the players are blacked out. Can anyone help me solve this issue?
TheEpicGamer
 
Posts: 0
Joined: Tue Aug 25, 2020 9:40 am

Re: Need help with arenas

Postby TGsoGood on Mon Feb 21, 2022 4:01 pm

uncompress/ unzip the share folder and put the entire shared folder into your mods folder. Link below


Shared folder - https://drive.google.com/file/d/1lqS0Xz ... t-gEI/view
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: Need help with arenas

Postby sticky-fingers on Mon Feb 21, 2022 6:12 pm

TheEpicGamer wrote:So I am trying to make some WIAA arenas but whenever I test them the arena is invisible and all the players are blacked out. Can anyone help me solve this issue?

you problably edited textures and didnt save those files with the right properties.

So you'll have to open arena.SCNE / items.SCNE / baskets.SCNE and in the "Texture": { part, you'll have to look for each dds texture you edited and clean the lines

for example, if you have edited a file called "leather_cushion_chair.2fc7d44f3d7bfb8b.dds" those lines are the default ones :
Code: Select all
      "leather_cushion_chair.tga": {
         "Width": 512,
         "Height": 512,
         "Mips": 10,
         "Format": "BC1_UNORM",
         "Min": [ 0.0, 0.0, 0.0, 1.0 ],
         "Max": [ 1.0, 1.0, 1.0, 1.0 ],
         "Mask": 16777215,
         "RangeCompress": 15,
         "HeaderSize": 128,
         "Binary": "leather_cushion_chair.2fc7d44f3d7bfb8b.dds"


To fix ONLY this texture, clean it in this way :

Code: Select all
      "leather_cushion_chair.tga": {
         "Min": [ 0.0, 0.0, 0.0, 1.0 ],
         "Max": [ 1.0, 1.0, 1.0, 1.0 ],
         "Mask": 16777215,
         "RangeCompress": 15,
         "Binary": "leather_cushion_chair.2fc7d44f3d7bfb8b.dds"


again repeat FOR EACH dds you edited, it should fix your issue
User avatar
sticky-fingers
 
Posts: 3748
Joined: Fri Aug 26, 2011 7:33 am
Location: France


Return to NBA 2K22 Modding

Who is online

Users browsing this forum: No registered users and 3 guests