Naraku_ITA
03-11-2013, 09:22
Salve a tutti, vorrei sottoporvi un problema riguarda questo gioco.
Utilizzo Windows 7 64bit, e una volta installato il gioco, e fatto partire, mi accorgo che non utilizza le texture ad alta risoluzione, ma solo a bassa risoluzione.
Ho trovato il problema e sembrerebbe riguardare la troppa memoria che ho di 6GB che il gioco non riconosce.
Una prima risoluzione è quella di ridurre la memoria a 2GB dal comando msconfig e opzioni avanzate (una bella rottura visto che bisogna sempre riavviare il PC per rendere le modifiche attive, se si vuole ogni volta modificare la memoria allo stato originale dopo aver giocato).
Una altra soluzione è la seguente trovata in un sito:
Low resolution textures
People sometimes email me asking if I know about an issue whereby the game displays low resolution textures even though the user's video card should be capable of displaying high resolution graphics.
I never witnessed this problem myself, which meant I was never able to diagnose it. Apparently someone by the name of DoctorOld_Nick did figure out what was going on. He posted on some forum somewhere and was quoted on the Steam forums by donzi, who reports he can't remember where the original information was found.
I found somewhat extreme but efficient solution to this problem. The source of evil is way of determining texture memory. shaderapidx9.dll (function ComputeTextureMemorySize) does that in rather barbaric way by creating fake textures until the system gorges up and then deletes it, summing size of those textures in process. And with big RAM it easily outruns boundaries of int type.
Fix is very simple and dangerous - hardcode the DLL to always return 0x7F000000 as a result. Be sure to backup the file and don't use it on any other system!
Here's the hex: shaderapidx9.dll
address new old
000262CC: 90 75
000262CD: 90 0C
000262D4: 7F 04
I do not know who either donzi or DoctorOld_Nick are. I have not attempted to perform the modification described. Brad Jelinski has, however, and he reports success.
Il fatto è che cercando in questo file, con un programma esadecimale quei codici da trovare e modificare, non ci sono! O almeno ci sono ma io sono troppo nabbo per trovarli.
Insomma qualcuno sa come risolvere questo problema della memoria? Grazie mille.
Utilizzo Windows 7 64bit, e una volta installato il gioco, e fatto partire, mi accorgo che non utilizza le texture ad alta risoluzione, ma solo a bassa risoluzione.
Ho trovato il problema e sembrerebbe riguardare la troppa memoria che ho di 6GB che il gioco non riconosce.
Una prima risoluzione è quella di ridurre la memoria a 2GB dal comando msconfig e opzioni avanzate (una bella rottura visto che bisogna sempre riavviare il PC per rendere le modifiche attive, se si vuole ogni volta modificare la memoria allo stato originale dopo aver giocato).
Una altra soluzione è la seguente trovata in un sito:
Low resolution textures
People sometimes email me asking if I know about an issue whereby the game displays low resolution textures even though the user's video card should be capable of displaying high resolution graphics.
I never witnessed this problem myself, which meant I was never able to diagnose it. Apparently someone by the name of DoctorOld_Nick did figure out what was going on. He posted on some forum somewhere and was quoted on the Steam forums by donzi, who reports he can't remember where the original information was found.
I found somewhat extreme but efficient solution to this problem. The source of evil is way of determining texture memory. shaderapidx9.dll (function ComputeTextureMemorySize) does that in rather barbaric way by creating fake textures until the system gorges up and then deletes it, summing size of those textures in process. And with big RAM it easily outruns boundaries of int type.
Fix is very simple and dangerous - hardcode the DLL to always return 0x7F000000 as a result. Be sure to backup the file and don't use it on any other system!
Here's the hex: shaderapidx9.dll
address new old
000262CC: 90 75
000262CD: 90 0C
000262D4: 7F 04
I do not know who either donzi or DoctorOld_Nick are. I have not attempted to perform the modification described. Brad Jelinski has, however, and he reports success.
Il fatto è che cercando in questo file, con un programma esadecimale quei codici da trovare e modificare, non ci sono! O almeno ci sono ma io sono troppo nabbo per trovarli.
Insomma qualcuno sa come risolvere questo problema della memoria? Grazie mille.