[shot]http://turtlegt.planetaclix.pt/ut3/ut3post.jpg[/shot]
They don't seem to work ATM, but please you guys take a look too. The options start with "; Disabled", and are commented with ';'.
Hopefully there is more stuff disabled but I'm posting before I investigate more.
Look in:
- "ut3demo\utgames\localization\INT\" for English Descriptions
- "C:\Documents and Settings\<user>\My Documents\My Games\Unreal Tournament 3 Demo\UTGame\Config\" for the options themselves.
- Also in the original files "ut3demo\utgame\config\" or "ut3demo\Engine\Config"
For the shot above, I appended this at the end of files:
"ut3demo\utgames\localization\INT\utgame.int":
"C:\Documents and Settings\<user>\My Documents\My Games\Unreal Tournament 3 Demo\UTGame\Config\UTGame.ini"
They don't seem to work ATM, but please you guys take a look too. The options start with "; Disabled", and are commented with ';'.
Hopefully there is more stuff disabled but I'm posting before I investigate more.
Look in:
- "ut3demo\utgames\localization\INT\" for English Descriptions
- "C:\Documents and Settings\<user>\My Documents\My Games\Unreal Tournament 3 Demo\UTGame\Config\" for the options themselves.
- Also in the original files "ut3demo\utgame\config\" or "ut3demo\Engine\Config"
For the shot above, I appended this at the end of files:
"ut3demo\utgames\localization\INT\utgame.int":
Code:
[FXDetail UTUIDataProvider_MenuOption] FriendlyName=FX Detail Description=Change the detail of special effects geometry in-game. [DecalQuality UTUIDataProvider_MenuOption] FriendlyName=Decal Quality Description=Change the quality of decals in-game. [LightingQuality UTUIDataProvider_MenuOption] FriendlyName=Lighting Quality Description=Change the quality of lighting in-game. [ShadowQuality UTUIDataProvider_MenuOption] FriendlyName=Shadow Quality Description=Change the quality of shadows in-game. [PostProcessQuality UTUIDataProvider_MenuOption] FriendlyName=Post-Process Quality Description=Change the quality of post-processing in-game.
Code:
[FXDetail UTUIDataProvider_MenuOption] OptionSet=AdvancedVideo DataStoreMarkup=<Registry:FXDetail> OptionType=UTOT_Slider RangeData=(MinValue=0,MaxValue=2,bIntRange=1,NudgeValue=1,CurrentValue=1) bRemoveOn360=1 bRemoveOnPS3=1 [DecalQuality UTUIDataProvider_MenuOption] OptionSet=AdvancedVideo DataStoreMarkup=<Registry:DecalQuality> OptionType=UTOT_Slider RangeData=(MinValue=0,MaxValue=2,bIntRange=1,NudgeValue=1,CurrentValue=1) bRemoveOn360=1 bRemoveOnPS3=1 [LightingQuality UTUIDataProvider_MenuOption] OptionSet=AdvancedVideo DataStoreMarkup=<Registry:LightingQuality> OptionType=UTOT_Slider RangeData=(MinValue=0,MaxValue=2,bIntRange=1,NudgeValue=1,CurrentValue=1) bRemoveOn360=1 bRemoveOnPS3=1 [ShadowQuality UTUIDataProvider_MenuOption] OptionSet=AdvancedVideo DataStoreMarkup=<Registry:ShadowQuality> OptionType=UTOT_Slider RangeData=(MinValue=0,MaxValue=2,bIntRange=1,NudgeValue=1,CurrentValue=1) bRemoveOn360=1 bRemoveOnPS3=1 [PostProcessQuality UTUIDataProvider_MenuOption] OptionSet=AdvancedVideo DataStoreMarkup=<Registry:PostProcessQuality> OptionType=UTOT_Slider RangeData=(MinValue=0,MaxValue=2,bIntRange=1,NudgeValue=1,CurrentValue=1) bRemoveOn360=1 bRemoveOnPS3=1
Comment