- Jan 2, 2009
- 774
- 133
You know those .res files you have to use to force a dl of your thumbnail...I just noticed this file called makereslists.txt in my tf directory of my server... do any of you know if this makes the .res files unnecessary?
Code:
"makereslists"
{
// These get reapplied each iteration
"basecommandline" "-w 640 -h 480 -sw -makereslists -usereslistfile maplist.txt -console -condebug -nocrashdialog +mat_picmip 2 +r_lod 3"
"maplist" "maplist.txt"
"finaldir" "reslists" // Where we place the "merged" final results
"workdir" "reslists_temp" // Root for each "subdir" below (e.g.: u:\main\game\ep2\reslists_temp\nohdr\*.* )
// DXLevel 90
"0"
{
"subdir" "dx90"
"addcommands" "-dxlevel 90"
}
// DXlevel 95, Low Def Rendering
"1"
{
"subdir" "dx95ldr"
"addcommands" "-dxlevel 95 +mat_hdr_level 0"
}
// DXlevel 95, HDR
"2"
{
"subdir" "dx95hdr"
"addcommands" "-dxlevel 95 +mat_hdr_level 2"
}
// DXLevel 80 -- crashing right now due to a regression...
// "3"
// {
// "subdir" "dx80"
// "addcommands" "-dxlevel 80"
// }
}