Home » Modding Forums » Mods » Graphic enhancements (little tweak)
Graphic enhancements |
Wed, 18 September 2013 07:18  |
Artofeel
Messages: 195 Registered: August 2013 Location: Russia
|
Senior Member |
|
|
If you have a 64 bit system, and at least 4GB RAM, then you can load all textures and models into memory
what does it do?
have you noticed that when you load a new level, all the models and textures loaded in real time?
it is annoying and not always used high quality textures
so, first you need to patch Fable3.exe with Large Address Aware (or manually with CFF Explorer, or something else)
this will allow the game to use up 4GB RAM
and then open the "data\startup.vfsconfig" and appends: Mode="memory"
<Composite>
<Required><Ref ID="globals_model_headers" Mode="memory"/></Required>
<Required><Bank Path="globals/globals_models.bnk"/></Required>
</Composite>
<Composite>
<Required><Bank Path="globals/globals_texture_headers.bnk" Mode="memory"/></Required>
<Required><Bank Path="globals/globals_textures.bnk"/></Required>
</Composite>
like this
<Composite>
<Required><Ref ID="globals_model_headers" Mode="memory"/></Required>
<Required><Bank Path="globals/globals_models.bnk" Mode="memory"/></Required>
</Composite>
<Composite>
<Required><Bank Path="globals/globals_texture_headers.bnk" Mode="memory"/></Required>
<Required><Bank Path="globals/globals_textures.bnk" Mode="memory"/></Required>
</Composite>
done
Fable will use around 3,2GB, so make sure you have enough memory for system
also, you will get little slow startup, since data need to be loaded into memory
[Updated on: Wed, 18 September 2013 07:20] Report message to a moderator
|
|
|
|
|
|
|
|
 |
Goto Forum:
Current Time: Tue Apr 08 12:43:51 PDT 2025
Total time taken to generate the page: 0.01013 seconds
|