Files
client-assets/client.cfg
T
AconiteGodOfSWG f67d897a3b Detailed and Optimized Client CFGs
This changeset reduces the client CFGs from 6 randomly spread out files into 2.

client.cfg which is the entry point configuration file read by SwgClient and is tracked. This file only contains lines that are static and not customizable but needed and can be edited by SWG Source to push downstream client changes.

custom.cfg is a new file that combines every other configurable option anyone would want to change. Moving forward, players will be instructed to edit custom.cfg with any changes they would like to make. Additional descriptions and helper text has been added to all config options to explain what they do.
2021-03-12 09:21:51 -05:00

90 lines
3.5 KiB
INI

######################################################################################
######################################################################################
# DO NOT EDIT THIS FILE
# DO NOT EDIT THIS FILE
# DO NOT EDIT THIS FILE
# ************************************************************************************
# EDIT custom.cfg INSTEAD!
# EDIT custom.cfg INSTEAD!
# EDIT custom.cfg INSTEAD!
# ************************************************************************************
# To customize your local copy of the SWG Client, edit custom.cfg not this file.
# This file is tracked in git so SWG Source can push changes so editing this file
# will break client patching from SWG Source. Ask Aconite if you have questions.
######################################################################################
######################################################################################
[SharedFile]
maxSearchPriority=12
searchTree_00_8=swgsource_3.0.tre
searchTOC_03_3=sku3_client.toc
searchTOC_02_2=sku2_client.toc
searchTOC_01_1=sku1_client.toc
searchTOC_00_0=sku0_client.toc
[Station]
gameFeatures=0xffffffff
subscriptionFeatures=0x01
[SwgClient]
allowMultipleInstances=true
[SharedNetwork]
networkHandlerDispatchThrottle=true
[ClientUserInterface]
messageOfTheDayTable=live_motd
[SwgClientUserInterface/SwgCuiService]
knownIssuesArticle=10424
[SharedFoundation]
memoryBlockManagerForceAllNonShared=1
minFrameRate=1.0f
frameRateLimit=144.0f
[ClientGame]
loginServerPort0=44453
[PreloadedAssets]
texture=texture/defaulttexture.dds
shaderTemplate=shader/defaultshader.sht
appearanceTemplate=appearance/defaultappearance.apt
objectTemplate=object/creature/player/shared_bothan_female.iff
objectTemplate=object/creature/player/shared_bothan_male.iff
objectTemplate=object/creature/player/shared_human_female.iff
objectTemplate=object/creature/player/shared_human_male.iff
objectTemplate=object/creature/player/shared_moncal_female.iff
objectTemplate=object/creature/player/shared_moncal_male.iff
objectTemplate=object/creature/player/shared_rodian_female.iff
objectTemplate=object/creature/player/shared_rodian_male.iff
objectTemplate=object/creature/player/shared_trandoshan_female.iff
objectTemplate=object/creature/player/shared_trandoshan_male.iff
objectTemplate=object/creature/player/shared_twilek_female.iff
objectTemplate=object/creature/player/shared_twilek_male.iff
objectTemplate=object/creature/player/shared_wookiee_female.iff
objectTemplate=object/creature/player/shared_wookiee_male.iff
objectTemplate=object/creature/player/shared_zabrak_female.iff
objectTemplate=object/creature/player/shared_zabrak_male.iff
texture=texture/ui_cursor_activate.dds
texture=texture/ui_cursor_attack.dds
texture=texture/ui_cursor_big.dds
texture=texture/ui_cursor_crafting.dds
texture=texture/ui_cursor_default.dds
texture=texture/ui_cursor_eat.dds
texture=texture/ui_cursor_info.dds
texture=texture/ui_cursor_loot.dds
texture=texture/ui_cursor_move.dds
texture=texture/ui_cursor_resize_hor.dds
texture=texture/ui_cursor_resize_se.dds
texture=texture/ui_cursor_resize_sw.dds
texture=texture/ui_cursor_resize_vert.dds
texture=texture/ui_cursor_selection_small.dds
texture=texture/ui_cursor_talk.dds
texture=texture/ui_cursor_throw.dds
texture=texture/ui_cursor_trade_start.dds
texture=texture/ui_cursor_use.dds
.include "options.cfg"
.include "custom.cfg"