PC version bug - Player detail = Ultra High - LAG!

Talk about NBA 2K9 here, as well as all previous games in the NBA 2K series.

Postby Beatboxer on Thu Nov 06, 2008 2:08 am

SkyLine03LT wrote:VIDEOSETTING_ADAPTERINDEX = 0
VIDEOSETTING_WIDTH = 1280
VIDEOSETTING_HEIGHT = 960
VIDEOSETTING_COLORDEPTH = 32
VIDEOSETTING_VSYNC = 0
VIDEOSETTING_REFRESHRATE = 75
VIDEOSETTING_WINDOWMODE = 0
VIDEOSETTING_MSAA = 8
VIDEOSETTING_MSAAQUALITY = 2
VIDEOSETTING_MAXTEXTURESIZE = 4096
VIDEOSETTING_DEPTHOFFIELD = 1
VIDEOSETTING_FLOORREFLECTION = 1
VIDEOSETTING_CROWDDETAIL = 2
VIDEOSETTING_SHADERDETAIL = 1
VIDEOSETTING_PLAYERLOD = 3
VIDEOSETTING_SIDELINECHARACTER = 2
MAIN_LOGICAL_THREAD = 1
GPU_LOGICAL_THREAD = 0
STALL_CPU_ON_END_FRAME = 1
LIMIT_FLIP_QUEUE_LENGTH = 2
LIMIT_FLIP_QUEUE_LENGTH_SLEEP = 0
STICKYKEY = 498
TOGGLEKEY = 50
FILTERKEY = 114
ACCESSIBILITYKEY_SAVED = 1
LANGUAGE = -482460772
CLOTH_LOGICAL_THREAD_0 = 1
CLOTH_LOGICAL_THREAD_1 = 5
CLOTH_LOGICAL_THREAD_2 = -1
CLOTH_LOGICAL_THREAD_3 = -1

Did't work 4 me :/ I'm runnning AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ 2.21 GHz, 1GB of RAM, NVidia GeForce 8600GT


Skyline;
Your CPU and RAM bottlenecks the performance. I have the same GPU as yours. I have 8600gt 256mb DDR3.

Try these values:
Code: Select all
VIDEOSETTING_ADAPTERINDEX = 0
VIDEOSETTING_WIDTH = 1024
VIDEOSETTING_HEIGHT = 768
VIDEOSETTING_COLORDEPTH = 32
VIDEOSETTING_VSYNC = 0
VIDEOSETTING_REFRESHRATE = 60
VIDEOSETTING_WINDOWMODE = 0
VIDEOSETTING_MSAA = 0
VIDEOSETTING_MSAAQUALITY = 0
VIDEOSETTING_MAXTEXTURESIZE = 4096
VIDEOSETTING_DEPTHOFFIELD = 1
VIDEOSETTING_FLOORREFLECTION = 1
VIDEOSETTING_CROWDDETAIL = 1
VIDEOSETTING_SHADERDETAIL = 1
VIDEOSETTING_PLAYERLOD = 3
VIDEOSETTING_SIDELINECHARACTER = 1
MAIN_LOGICAL_THREAD = 1
GPU_LOGICAL_THREAD = 0
STALL_CPU_ON_END_FRAME = 1
LIMIT_FLIP_QUEUE_LENGTH = 2
LIMIT_FLIP_QUEUE_LENGTH_SLEEP = 0
STICKYKEY = 498
TOGGLEKEY = 50
FILTERKEY = 114
ACCESSIBILITYKEY_SAVED = 1
LANGUAGE = -482460772
CLOTH_LOGICAL_THREAD_0 = 1
CLOTH_LOGICAL_THREAD_1 = 2
CLOTH_LOGICAL_THREAD_2 = -1
CLOTH_LOGICAL_THREAD_3 = -1


Turn V-Sync and Triple Buffering on via D3DOverrider tool. You can also increase the refresh rate to 75 or 85 if your monitor supports them.
Good luck. :wink:
Beatboxer
 
Posts: 545
Joined: Sun Jun 24, 2007 2:58 am

Postby migz15 on Thu Nov 06, 2008 10:28 am

yep the =5 doesnt work. the =2 works for me but still not that smooth enough..

maybe a patch will solve all this...

Are they going to make a patch?
Image
User avatar
migz15
 
Posts: 96
Joined: Sat Nov 15, 2003 11:04 pm
Location: philippines

Postby Patr1ck on Thu Nov 06, 2008 11:07 am

Try putting it at 0 instead of a 1, 2 or a -1. Hell, try putting it at 1, also. Try lowering maxtexture size to 2048.
Patr1ck
Administrator
Administrator
 
Posts: 13344
Joined: Thu May 19, 2005 5:54 pm
Location: Pasadena, California, US

Postby Beatboxer on Thu Nov 06, 2008 11:41 am

That maxtexture size value is related to texture quality in advanced settings.
If it is 4096, it means that it's high ingame.
If it is 512, it means that it's low ingame.

Try Pdub's trick and let us know if it works or not. ;)
Image

Anybody who wants to play online, please contact me via PM, e-mail or messengers!

Converting to 2K9. So watch out! :wink:

CROWD PATCH:
http://forums.nba-live.com/viewtopic.php?t=54690
Beatboxer
 
Posts: 545
Joined: Sun Jun 24, 2007 2:58 am

Postby SkyLine03LT on Thu Nov 06, 2008 4:50 pm

Beatboxer, I couldn'd find from where to download D3DOverrider tool from... ;/ could U post a direct link from where U got it? That would be appreciated. :)
Image
User avatar
SkyLine03LT
Walrus
 
Posts: 1746
Joined: Wed Nov 07, 2007 11:10 pm
Location: Lithuania/UK/US

Postby SkyLine03LT on Thu Nov 06, 2008 4:57 pm

Beatboxer wrote:Try these values:
Code: Select all
VIDEOSETTING_ADAPTERINDEX = 0
VIDEOSETTING_WIDTH = 1024
VIDEOSETTING_HEIGHT = 768
VIDEOSETTING_COLORDEPTH = 32
VIDEOSETTING_VSYNC = 0
VIDEOSETTING_REFRESHRATE = 60
VIDEOSETTING_WINDOWMODE = 0
VIDEOSETTING_MSAA = 0
VIDEOSETTING_MSAAQUALITY = 0
VIDEOSETTING_MAXTEXTURESIZE = 4096
VIDEOSETTING_DEPTHOFFIELD = 1
VIDEOSETTING_FLOORREFLECTION = 1
VIDEOSETTING_CROWDDETAIL = 1
VIDEOSETTING_SHADERDETAIL = 1
VIDEOSETTING_PLAYERLOD = 3
VIDEOSETTING_SIDELINECHARACTER = 1
MAIN_LOGICAL_THREAD = 1
GPU_LOGICAL_THREAD = 0
STALL_CPU_ON_END_FRAME = 1
LIMIT_FLIP_QUEUE_LENGTH = 2
LIMIT_FLIP_QUEUE_LENGTH_SLEEP = 0
STICKYKEY = 498
TOGGLEKEY = 50
FILTERKEY = 114
ACCESSIBILITYKEY_SAVED = 1
LANGUAGE = -482460772
CLOTH_LOGICAL_THREAD_0 = 1
CLOTH_LOGICAL_THREAD_1 = 2
CLOTH_LOGICAL_THREAD_2 = -1
CLOTH_LOGICAL_THREAD_3 = -1


Turn V-Sync and Triple Buffering on via D3DOverrider tool. You can also increase the refresh rate to 75 or 85 if your monitor supports them.
Good luck. :wink:


Nope, values didn't work 4 me I'm still getting small amount of fps.... :(
User avatar
SkyLine03LT
Walrus
 
Posts: 1746
Joined: Wed Nov 07, 2007 11:10 pm
Location: Lithuania/UK/US

Postby Beatboxer on Fri Nov 07, 2008 2:14 am

If you really importune having clotch movements, then you should lower the resolution to minimum possible to get some high fps.
I mean, change resolution to 800*600.

Neverming the D3Doverrider. Because seems like you get low FPS, and using vsync turned on will even decrease your fps. If you really suffer lots of tearing effects on the screen, then use it. It comes with Riva Tuner, and advanced graphics card tool. Be careful while using.
Image

Anybody who wants to play online, please contact me via PM, e-mail or messengers!

Converting to 2K9. So watch out! :wink:

CROWD PATCH:
http://forums.nba-live.com/viewtopic.php?t=54690
Beatboxer
 
Posts: 545
Joined: Sun Jun 24, 2007 2:58 am

Re: PC version bug - Player detail = Ultra High - LAG!

Postby unaitxo on Sat Nov 29, 2008 5:52 am

hi!!!

im just delighted with the nba 2k9 pc version.

i would like to know if the videogame would work and if so, if properly, in my computer

there are my sistem´s features

intel core 2 duo cpu P8400 @ 2.26ghz 2.27 ghz

ram: 4,00 gb

32 bits

Nvidia gforce 9300 mgs

i am worried mainly about the processor, because the videogame asks 2,8 ghz for vista and the graphics (i dont know if my nvidia card is enough).

what do you think??? i´d be very sad to know that it would work, because i bought my laptop just 4 months ago!!!!

thanks so much
unaitxo
 
Posts: 1
Joined: Sat Nov 29, 2008 5:39 am

Re: PC version bug - Player detail = Ultra High - LAG!

Postby el badman on Sun Nov 30, 2008 4:03 am

Your CPU is more than enough actually, it's your video card that may not necessarily allow you to use all the max settings, for example the MSAA. But you should still be good to go otherwise.
El Badmanator VI: AMD Ryzen 9 5900X @3.7GHz, Nvidia GTX 3090 24GB; Acer Predator XB273K 4K 27"Monitor; Samsung NVMe EVO 970 1TB / Samsung EVO Pro 500GS SSD; Gigabyte X570 Aorus Elite; T-Force RAM DDR4-4000 32GB RAM; EVGA G5 850W PSU; Corsair iCUE H100i CPU Liquid Cooler; Razer DeathAdder Chroma wireless gaming mouse; HyperX Cloud Flight S wireless headset; Logitech G560 speakers; Razer Black Widow v3 mechanical keyboard; PS5 Dualsense controller; Rosewill Cullinan V500 gaming case; Windows 10 Pro 64bit
el badman's bandcamp
User avatar
el badman
Last of the Meheecans
 
Posts: 4246
Joined: Sun Sep 24, 2006 3:42 am
Location: El Paso, TX

Re: PC version bug - Player detail = Ultra High - LAG!

Postby iounasas on Sun Nov 30, 2008 6:48 pm

Im not having any problems like you guys..
Im playing ultra high 1600x1200 on 2k cam zoomed out and Im getting 80-100 fps but sometimes randomly it drops to 30-40 for a moment..
e8500 4gb ram gainward hd4850
iounasas
 
Posts: 89
Joined: Fri Aug 29, 2008 5:13 am

Re: PC version bug - Player detail = Ultra High - LAG!

Postby iounasas on Sun Nov 30, 2008 6:56 pm

unaitxo wrote:hi!!!

im just delighted with the nba 2k9 pc version.

i would like to know if the videogame would work and if so, if properly, in my computer

there are my sistem´s features

intel core 2 duo cpu P8400 @ 2.26ghz 2.27 ghz

ram: 4,00 gb

32 bits

Nvidia gforce 9300 mgs

i am worried mainly about the processor, because the videogame asks 2,8 ghz for vista and the graphics (i dont know if my nvidia card is enough).

what do you think??? i´d be very sad to know that it would work, because i bought my laptop just 4 months ago!!!!

thanks so much


Well theres your problem..
Laptops are not good for gaming..
I have two laptops that I never ever used for playing games.. They are just not good for it..
$600 desktop would beat $1500 laptop every time..
iounasas
 
Posts: 89
Joined: Fri Aug 29, 2008 5:13 am

Re: PC version bug - Player detail = Ultra High - LAG!

Postby WeEi-Ng on Mon Dec 01, 2008 7:31 pm

Window XP SP3
Processor: Intel(R) Pentium(R) 4 CPU 3.00GHz
Memory: 2GB RAM
Video Card: ATI Radeon HD 3870 1GB
This is my system... with this system... i should be able to play at high settings... but why am lagging with only 20-25fps when playing with high settings...
User avatar
WeEi-Ng
 
Posts: 143
Joined: Wed Jul 05, 2006 7:59 pm
Location: Singapore

Re: PC version bug - Player detail = Ultra High - LAG!

Postby Angelo on Mon Dec 01, 2008 8:49 pm

the game really recommends a dual core processor for it to run properly with better fps
Image
User avatar
Angelo
Holy Tits
NLSC Team Member
 
Posts: 5898
Joined: Fri Nov 03, 2006 1:40 am
Location: Philippines

Re: PC version bug - Player detail = Ultra High - LAG!

Postby fasz on Sat May 30, 2009 8:15 am

hi everyone , i can run the game with all settings ultra high , but ( yes there's a " but " ) sometimes the framerate shut down , and I don't know why , i tested all the things in the forum but the frame rate still shut down with no reason.

STALL_CPU_ON_END_FRAME = 1
help a lil bit but not as I want , IG i have 35-40 FPS but as I said before sometimes the framerate shut down

here's my spec

Win7
intel core 2 duo e7400 ( 2,8 hz )
2Go RAM
Nvidia geforce 260GTX 896 mo
directx 10
latest drivers

if somebody have a solution =)
User avatar
fasz
 
Posts: 671
Joined: Sat Oct 22, 2005 5:11 am
Location: France

Re: PC version bug - Player detail = Ultra High - LAG!

Postby shadowgrin on Sat May 30, 2009 9:15 am

Installed the official patch?
Lower the crowd settings?
HE'S USING HYPNOSIS!
JaoSming2KTV wrote:its fun on a bun
shadowgrin
Doesn't negotiate with terrorists. NLSC's Jefferson Davis. The Questioneer
 
Posts: 23229
Joined: Thu Dec 12, 2002 6:21 am
Location: In your mind

Re: PC version bug - Player detail = Ultra High - LAG!

Postby fasz on Sat May 30, 2009 10:05 am

yes i got the official patch ,
i try a setting on the config.cfg and it works perfectly !!
and the game run smoothly !!!!

here the config
VIDEOSETTING_ADAPTERINDEX = 0
VIDEOSETTING_WIDTH = 1400
VIDEOSETTING_HEIGHT = 1050
VIDEOSETTING_COLORDEPTH = 32
VIDEOSETTING_VSYNC = 1
VIDEOSETTING_REFRESHRATE = 60
VIDEOSETTING_WINDOWMODE = 0
VIDEOSETTING_MSAA = 8
VIDEOSETTING_MSAAQUALITY = 2
VIDEOSETTING_MAXTEXTURESIZE = 4096
VIDEOSETTING_DEPTHOFFIELD = 1
VIDEOSETTING_FLOORREFLECTION = 1
VIDEOSETTING_CROWDDETAIL = 2
VIDEOSETTING_SHADERDETAIL = 1
VIDEOSETTING_PLAYERLOD = 3
VIDEOSETTING_SIDELINECHARACTER = 2
MAIN_LOGICAL_THREAD = 3
GPU_LOGICAL_THREAD = 0
STALL_CPU_ON_END_FRAME = 1
LIMIT_FLIP_QUEUE_LENGTH = 2
LIMIT_FLIP_QUEUE_LENGTH_SLEEP = 0
STICKYKEY = 498
TOGGLEKEY = 50
FILTERKEY = 114
ACCESSIBILITYKEY_SAVED = 1
LANGUAGE = -1462121624
CLOTH_LOGICAL_THREAD_0 = 1
CLOTH_LOGICAL_THREAD_1 = 0
CLOTH_LOGICAL_THREAD_2 = -1
CLOTH_LOGICAL_THREAD_3 = -1
User avatar
fasz
 
Posts: 671
Joined: Sat Oct 22, 2005 5:11 am
Location: France

Re: PC version bug - Player detail = Ultra High - LAG!

Postby wicked waway on Sun May 31, 2009 1:43 am

the problem you are encountering is because of your CPU, the PentiumD is already "old" and "weak" when compared to newer processors..setting the game to ultra high enables some effects that add to cpu load and the pentium d cannot cope

try toning down player details to high and see if the problem persists

AA and AF should be a problem (i think) I have mine cranked up (4xaa and 16xaf) and I can get more than 60fps (actually recorded up to 90fps) with my GTX260, assuming the 8800GT performs around 60% of a GTX260 then the game should still be playable (unless he put vsync on at which the game will play on a more or less fixed fps and if the 8800GT cant maintain a 60fps average then it would go down to the next lower level ..30fps i think)
Duterte 2016
wicked waway
 
Posts: 486
Joined: Thu Nov 28, 2002 10:21 pm

Previous

Return to NBA 2K9 & Older

Who is online

Users browsing this forum: No registered users and 3 guests