Re: How to set Custom Resolution in TITANFALL? (lower than 1280x720)

by Kyr4ll
Reply

Original Post

How to set Custom Resolution in TITANFALL? (lower than 1280x720)

★ Apprentice

Hello,

TITANFALL plays fine on my PC but it refuses to run with decent performance on my tablet (Intel HD 4200). Unfortunately this game have 1280x720 as the lowest resolution.

 

putting command line -w 800 -h 600 wont change the resolution.

 

 

so...

How to set Custom Resolution in TITANFALL? (lower than 1280x720)

 

Thanks

Message 1 of 6 (9,965 Views)

Re: How to set Custom Resolution in TITANFALL? (lower than 1280x720)

Anonymous

Hi,

 

you could try to edit the video config file.

 

# Disable Origin cloud storage so there is not change the file gets copied back from there after changing it

# Open the "your documents"\Respawn\Titanfall\local folder

# Open videoconfig.txt

# Find the following lines

 

    "setting.defaultres"        "1680"
    "setting.defaultresheight"        "1050"

 

# Change the values to the right resolution

# Save the file and start the game to test the settings

# If ok, you can reenable Origin Cloud Storage. When asked to sync on the next start of the game, sync local to cloud.

Also download the latest beta drivers for your Intel HD to make sure the game runs properly.

https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&DwnldID=23644

Message 2 of 6 (9,915 Views)

Re: How to set Custom Resolution in TITANFALL? (lower than 1280x720)

★★★ Newbie

This is not working. Titanfall changes the resolution to 1280x720 when I start it

Message 3 of 6 (9,906 Views)

Re: How to set Custom Resolution in TITANFALL? (lower than 1280x720)

[ Edited ]
★ Apprentice

I would recommend checking out WSGF, the community there is well versed in tweaking games for all sorts of custom resolutions.

 

I can't say if Titanfall can be modified to go lower than 1280x720 as there might be restrictions in place, but it is based on the Source engine. I know Half-Life 2 can go as low as 320x240.

Message 4 of 6 (9,884 Views)

Re: How to set Custom Resolution in TITANFALL? (lower than 1280x720)

★ Apprentice

it seems TITANFALL limit the lowest resolution to 1280x720. No way to run lower than that... ugh...

 

 

Message 5 of 6 (9,833 Views)

Re: How to set Custom Resolution in TITANFALL? (lower than 1280x720)

★★★★★ Novice

go to Documents/Respawn/Titanfall/local/videoconfig.txt

and paste this code in this document :

 

"VideoConfig"
{
	"setting.cl_fovScale"		"1.3"
	"setting.cl_gib_allow"		"0"
	"setting.cl_particle_fallback_base"		"0"
	"setting.cl_particle_fallback_multiplier"		"0"
	"setting.cl_ragdoll_maxcount"		"0"
	"setting.cl_ragdoll_self_collision"		"0"
	"setting.csm_enabled"		"0"
	"setting.csm_quality_level"		"0"
	"setting.dlight_enable"		"0"
	"setting.mat_antialias_mode"		"0"
	"setting.mat_depthfeather_enable"		"0"
	"setting.mat_forceaniso"		"0"
	"setting.mat_mip_linear"		"0"
	"setting.mat_monitorgamma"		"2.5"
	"setting.mat_monitorgamma_tv_enabled"		"0"
	"setting.mat_picmip"		"8"
	"setting.mat_vsync"		"0"
	"setting.particle_cpu_level"		"0"
	"setting.r_createmodeldecals"		"0"
	"setting.r_decals"		"0"
	"setting.r_lod_switch_scale"		"0"
	"setting.shadow_enable"		"0"
	"setting.r_waterdrawrefraction"		"0"
	"setting.r_hbaoenabled"		"0"
	"setting.r_txaaenabled"		"0"
	"setting.defaultres"		"800"
	"setting.defaultresheight"		"600"
	"setting.fullscreen"		"1"
	"setting.nowindowborder"		"0"
	"setting.configversion"		"2"
mat_disable_bloom 1
mat_specular 0
mat_bumpmap 0
r_dynamic 0
}

now you need to go to the properties of the videoconfig.txt file,

make sur the "read only" option is enabled in the properties

 

this code will force the game to launch with a 800x600 resolution and the lowest number of polygons as possible

here is a preview of the game with this parameters :

 

 

if you came here to ONLY to force a 800x600 resolution, you can only edit these parameter :

    "setting.defaultres"        "800"
    "setting.defaultresheight"        "600"

 

don't forget to set "read only" in the file properties

Message 6 of 6 (5,559 Views)