工程参考/配置文件索引:修订间差异

来自天龙知识库
跳到导航跳到搜索
雪舞留言 | 贡献
维护配置文件知识库:完整字段、读取范围、手工修改实例与核对状态
雪舞留言 | 贡献
维护配置文件知识库:完整字段、读取范围、手工修改实例与核对状态
第6行: 第6行:
本索引收录 Server/Config 与 Public/Config 及子目录中的 242 个文件。按文件位置区分同名文件,按专题查找需要修改的功能。
本索引收录 Server/Config 与 Public/Config 及子目录中的 242 个文件。按文件位置区分同名文件,按专题查找需要修改的功能。


当前 12 个文件已完成源码与字段说明,其余条目继续核对;收录文件不表示已完成游戏实测。操作前先看 [[工程参考/配置文件修改约定|配置文件修改约定]]。
当前 14 个文件已完成源码与字段说明,其余条目继续核对;收录文件不表示已完成游戏实测。操作前先看 [[工程参考/配置文件修改约定|配置文件修改约定]]。


[[工程参考/服务端外网设置|服务端外网设置]] · [[工程参考/登录器配置|登录器配置]] · [[Lua接口/服务端函数索引|Lua 接口索引]]
[[工程参考/服务端外网设置|服务端外网设置]] · [[工程参考/登录器配置|登录器配置]] · [[Lua接口/服务端函数索引|Lua 接口索引]]
第62行: 第62行:
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">Server/DefaultChar.ini</code>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">Server/DefaultChar.ini</code>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 用途与实际读取程序待核对。
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 新角色初始数据、出生点与初始快捷栏<br>Login;World 的非共享内存档案初始化分支也读取
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 待核对
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | [[工程参考/配置文件/Server/DefaultChar.ini|字段与修改实例]]<br>已核对源码
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">Server/GMList.ini</code>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">Server/GMList.ini</code>
第78行: 第78行:
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">Server/MergeConfig.txt</code>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">Server/MergeConfig.txt</code>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 用途与实际读取程序待核对。
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 按时间段关闭特定业务入口<br>Server 游戏进程,相关 Lua 脚本读取关闭状态
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | 待核对
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | [[工程参考/配置文件/Server/MergeConfig.txt|字段与修改实例]]<br>已核对源码
|-
|-
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">Server/SystemInfo.ini</code>
| style="padding:8px;vertical-align:top;overflow-wrap:anywhere;" | <code style="white-space:normal;overflow-wrap:anywhere;">Server/SystemInfo.ini</code>

2026年9月9日 (三) 22:24的版本


首页 · 配置文件索引 · 修改约定

本索引收录 Server/Config 与 Public/Config 及子目录中的 242 个文件。按文件位置区分同名文件,按专题查找需要修改的功能。

当前 14 个文件已完成源码与字段说明,其余条目继续核对;收录文件不表示已完成游戏实测。操作前先看 配置文件修改约定

服务端外网设置 · 登录器配置 · Lua 接口索引

启动与联网 · 全局与管理 · 物品与装备 · 场景与任务 · 商店与掉落 · 成长与技能 · 活动与其他资源

启动与联网

文件位置(相对于各自 Config) 用途与读取程序 说明
Server/BillingInfo.ini 账号数据库、内部访问名单和登录数量限制
Billing 读取数据库及限制;访问名单由 Billing 监听管理器读取
字段与修改实例
已核对源码
Server/LoginInfo.ini 登录服务编号、数据库数据源和登录检查参数
主要使用者为 Login,公共初始化同时读取
字段与修改实例
已核对源码
Server/MachineInfo.ini 逻辑机器编号清单
公共配置初始化读取;Server 的机器管理逻辑查询
字段与修改实例
已核对源码
Server/ServerInfo.ini 服务编号、玩家连接地址、内部通信与共享内存关联
主要用于 Server、Login、World、Billing;公共初始化也会读取
字段与修改实例
已核对源码
Server/ShareMemInfo.ini 共享存储的数据库连接、保存间隔及键与数据类型对应
主要使用者为 ShareMemory;Server 和 World 使用其中关联的数据键
字段与修改实例
已核对源码
Server/WorldInfo.ini 区服标识与 World 共享内存键
主要使用者为 World;其他服务也会使用区服标识
字段与修改实例
已核对源码

全局与管理

文件位置(相对于各自 Config) 用途与读取程序 说明
Server/Account.txt 用途与实际读取程序待核对。 待核对
Server/AllowableScriptFunc.txt 允许客户端请求的服务端脚本入口白名单
Server 游戏进程
字段与修改实例
已核对源码
Server/ConfigInfo.ini 用途与实际读取程序待核对。 待核对
Server/DefaultChar.ini 新角色初始数据、出生点与初始快捷栏
Login;World 的非共享内存档案初始化分支也读取
字段与修改实例
已核对源码
Server/GMList.ini 按角色 GUID 登记 GM 指令权限
Server 游戏进程
字段与修改实例
已核对源码
Server/IPRange.ini 游戏连接的允许与拒绝 IP 网段
Server 游戏进程
字段与修改实例
已核对源码
Server/IPRegionTable.txt 按登录来源 IP 为角色记录地区编号
Login
字段与修改实例
已核对源码
Server/MergeConfig.txt 按时间段关闭特定业务入口
Server 游戏进程,相关 Lua 脚本读取关闭状态
字段与修改实例
已核对源码
Server/SystemInfo.ini World 系统广播与旧活动字段的读取说明
World
字段与修改实例
已核对源码
Server/proxyIP.txt 登录通知中的代理来源地址识别
Server 游戏进程的登录通知管理器
字段与修改实例
已核对源码

物品与装备

文件位置(相对于各自 Config) 用途与读取程序 说明
Server/ItemAuditFilter.txt 用途与实际读取程序待核对。 待核对
Server/ItemQuality.txt 用途与实际读取程序待核对。 待核对
Server/ItemSegAffect.txt 用途与实际读取程序待核对。 待核对
Server/ItemSegQuality.txt 用途与实际读取程序待核对。 待核对
Server/ItemSegRate.txt 用途与实际读取程序待核对。 待核对
Server/ItemSegValue.txt 用途与实际读取程序待核对。 待核对
Server/ItemSerial.ini 用途与实际读取程序待核对。 待核对
Server/ItemValue.txt 用途与实际读取程序待核对。 待核对
Public/BlueEquipBase.txt 用途与实际读取程序待核对。 待核对
Public/CommonItem.txt 用途与实际读取程序待核对。 待核对
Public/EquipBase.txt 用途与实际读取程序待核对。 待核对
Public/EquipExtraAttr.txt 用途与实际读取程序待核对。 待核对
Public/EquipSetAttr.txt 用途与实际读取程序待核对。 待核对
Public/EquipVisual.txt 用途与实际读取程序待核对。 待核对
Public/GemCarve.txt 用途与实际读取程序待核对。 待核对
Public/GemInfo.txt 用途与实际读取程序待核对。 待核对
Public/GemMelting.txt 用途与实际读取程序待核对。 待核对
Public/GreenEquipBase.txt 用途与实际读取程序待核对。 待核对
Public/ItemAptRate.txt 用途与实际读取程序待核对。 待核对
Public/ItemCompound.txt 用途与实际读取程序待核对。 待核对
Public/ItemEnhance.txt 用途与实际读取程序待核对。 待核对
Public/ItemRule.txt 用途与实际读取程序待核对。 待核对
Public/ItemSegValue.txt 用途与实际读取程序待核对。 待核对
Public/ResearchItem.txt 用途与实际读取程序待核对。 待核对
Public/SlotCost.txt 用途与实际读取程序待核对。 待核对
Public/StoreMapItem.txt 用途与实际读取程序待核对。 待核对
Public/WhiteEquipBase.txt 用途与实际读取程序待核对。 待核对

场景与任务

文件位置(相对于各自 Config) 用途与读取程序 说明
Server/CopyScene.ini 用途与实际读取程序待核对。 待核对
Server/NPCChat.txt 用途与实际读取程序待核对。 待核对
Server/NPCPaoPaoIndexTable.txt 用途与实际读取程序待核对。 待核对
Server/NpcAuditFilter.txt 用途与实际读取程序待核对。 待核对
Server/SceneInfo.ini 用途与实际读取程序待核对。 待核对
Public/LogicSceneAttr.txt 用途与实际读取程序待核对。 待核对
Public/MissionItem_GroupHashTable.txt 用途与实际读取程序待核对。 待核对
Public/MissionItem_HashTable.txt 用途与实际读取程序待核对。 待核对
Public/MissionNPC_HashTable.txt 用途与实际读取程序待核对。 待核对
Public/Mission_Delivery.txt 用途与实际读取程序待核对。 待核对
Public/Mission_EnterArea.txt 用途与实际读取程序待核对。 待核对
Public/Mission_Husong.txt 用途与实际读取程序待核对。 待核对
Public/Mission_KillMonster.txt 用途与实际读取程序待核对。 待核对
Public/Mission_LootItem.txt 用途与实际读取程序待核对。 待核对
Public/Mission_NpcDefault.txt 用途与实际读取程序待核对。 待核对
Public/MonsterAITable.ini 用途与实际读取程序待核对。 待核对
Public/MonsterAttrExTable.txt 用途与实际读取程序待核对。 待核对
Public/MonsterRespawnPos.txt 用途与实际读取程序待核对。 待核对
Public/SceneAttr.txt 用途与实际读取程序待核对。 待核对

商店与掉落

文件位置(相对于各自 Config) 用途与读取程序 说明
Server/DropAttenuation.txt 用途与实际读取程序待核对。 待核对
Server/DropBoxContent.txt 用途与实际读取程序待核对。 待核对
Server/DropRateOfItemTable.txt 用途与实际读取程序待核对。 待核对
Server/MonsterDropBoxs.txt 用途与实际读取程序待核对。 待核对
Server/OnSaleLimit.txt 用途与实际读取程序待核对。 待核对
Server/ZhuandanBase.txt 用途与实际读取程序待核对。 待核对
Server/ZhuandanConfig.txt 用途与实际读取程序待核对。 待核对
Server/ZhuandanOutput.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_baibaoshuxia.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_jubao.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan1.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan16.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan17.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan18.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan19.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan2.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan20.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan21.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan22.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan23.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan24.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan26.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan27.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan28.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan29.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan3.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan30.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan31.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan32.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan33.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan4.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan5.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandan6.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandanem.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandangb.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandanmj.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandansl.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandantl.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandants.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandanwd.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandanxx.txt 用途与实际读取程序待核对。 待核对
Server/boxdroplist_zhuandanxy.txt 用途与实际读取程序待核对。 待核对
Public/DropNotify.txt 用途与实际读取程序待核对。 待核对
Public/RandShop/100wufang.ini 用途与实际读取程序待核对。 待核对
Public/RandShop/60wufang.ini 用途与实际读取程序待核对。 待核对
Public/RandShop/70wufang.ini 用途与实际读取程序待核对。 待核对
Public/RandShop/80wufang.ini 用途与实际读取程序待核对。 待核对
Public/RandShop/90wufang.ini 用途与实际读取程序待核对。 待核对
Public/RandShop/dazaotu.ini 用途与实际读取程序待核对。 待核对
Public/RandShop/huanglong_randgemshop.ini 用途与实际读取程序待核对。 待核对
Public/RandShop/miaojiang_randgemshop.ini 用途与实际读取程序待核对。 待核对
Public/RandShop/petskillshop.ini 用途与实际读取程序待核对。 待核对
Public/RandShop/qiongzhou_randgemshop.ini 用途与实际读取程序待核对。 待核对
Public/RandShop/randgemshop.ini 用途与实际读取程序待核对。 待核对
Public/RandShop/shanedian.ini 用途与实际读取程序待核对。 待核对
Public/RandShop/shide.ini 用途与实际读取程序待核对。 待核对
Public/RandShop/shuhe_randgemshop.ini 用途与实际读取程序待核对。 待核对
Public/RandShop/xunluozawu.ini 用途与实际读取程序待核对。 待核对
Public/RecycleItem.txt 用途与实际读取程序待核对。 待核对
Public/RecycleItemClass.txt 用途与实际读取程序待核对。 待核对
Public/RecycleItemType.txt 用途与实际读取程序待核对。 待核对
Public/RepairRate.txt 用途与实际读取程序待核对。 待核对
Public/ShopSceneLimiti.txt 用途与实际读取程序待核对。 待核对
Public/ShopTable.txt 用途与实际读取程序待核对。 待核对

成长与技能

文件位置(相对于各自 Config) 用途与读取程序 说明
Server/AttrLevelUpTable.txt 用途与实际读取程序待核对。 待核对
Server/AttrRefixTable.txt 用途与实际读取程序待核对。 待核对
Server/BaseValueTable.ini 用途与实际读取程序待核对。 待核对
Server/CreateQualityOfVaryPetTbl.txt 用途与实际读取程序待核对。 待核对
Server/CreateSkillOfVaryPetTbl.txt 用途与实际读取程序待核对。 待核对
Server/DarkConfigTable.ini 用途与实际读取程序待核对。 待核对
Server/DarkSkillList.txt 用途与实际读取程序待核对。 待核对
Server/DarkSkillStudy.txt 用途与实际读取程序待核对。 待核对
Server/DiePenalty.txt 用途与实际读取程序待核对。 待核对
Server/ExpAttenuation.txt 用途与实际读取程序待核对。 待核对
Server/MasterExpBounty.txt 用途与实际读取程序待核对。 待核对
Server/MenPaiAttackRefix.txt 用途与实际读取程序待核对。 待核对
Server/PetAIStrategyTbl.txt 用途与实际读取程序待核对。 待核对
Server/PetApperceiveSkillTable.txt 用途与实际读取程序待核对。 待核对
Server/PetAttrPointDistribute.txt 用途与实际读取程序待核对。 待核对
Server/PetConfigTable.ini 用途与实际读取程序待核对。 待核对
Server/PetDieLoss.txt 用途与实际读取程序待核对。 待核对
Server/PetDomesticationMoney.txt 用途与实际读取程序待核对。 待核对
Server/PetExpAttenuation.txt 用途与实际读取程序待核对。 待核对
Server/PetSkillDistribute.txt 用途与实际读取程序待核对。 待核对
Server/PetSkillIndexTable.txt 用途与实际读取程序待核对。 待核对
Server/PetStudySkllTable.txt 用途与实际读取程序待核对。 待核对
Server/PunishByLevel.txt 用途与实际读取程序待核对。 待核对
Server/PunishByPkValue.txt 用途与实际读取程序待核对。 待核对
Server/PunishByState.txt 用途与实际读取程序待核对。 待核对
Server/PvpRuler.txt 用途与实际读取程序待核对。 待核对
Server/ShimenLevelMoneyBonusTable.txt 用途与实际读取程序待核对。 待核对
Server/SkillObjData_V1.txt 用途与实际读取程序待核对。 待核对
Server/StandardImpact.txt 用途与实际读取程序待核对。 待核对
Public/Ability.txt 用途与实际读取程序待核对。 待核对
Public/AbilityExpTable.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/XinFaStudySpend_V1.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/assistant.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/assistant_menpai.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/caikuang.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/cailiaojiagong.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/caiyao.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/diaoyu.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/dingweifu.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/fengren.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/gaojishenghuo.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/gongyi.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/menpai.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/menpaifuzhu.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/menpaishenghuo.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/normal.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/pengren.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/putongshenghuo.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/shenghuofuzhu.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/xiangqian.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/yangsheng.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/yaoli.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/zhiyao.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/zhongzhi.txt 用途与实际读取程序待核对。 待核对
Public/AbilityLevelUp/zhuzao.txt 用途与实际读取程序待核对。 待核对
Public/AttackTraits.txt 用途与实际读取程序待核对。 待核对
Public/DarkExpLevel.txt 用途与实际读取程序待核对。 待核对
Public/EquipLevelUp.txt 用途与实际读取程序待核对。 待核对
Public/GrowPoint.txt 用途与实际读取程序待核对。 待核对
Public/Impact.txt 用途与实际读取程序待核对。 待核对
Public/ImpactCollections.txt 用途与实际读取程序待核对。 待核对
Public/ImpactDirectly.txt 用途与实际读取程序待核对。 待核对
Public/ImpactSEData_V1.txt 用途与实际读取程序待核对。 待核对
Public/LevelRefix_Hit.txt 用途与实际读取程序待核对。 待核对
Public/MasterExpAssign.txt 用途与实际读取程序待核对。 待核对
Public/MissionPet_HashTable.txt 用途与实际读取程序待核对。 待核对
Public/PetAttrTable.txt 用途与实际读取程序待核对。 待核对
Public/PetHuanTongCost.txt 用途与实际读取程序待核对。 待核对
Public/PetLevelUpTable.txt 用途与实际读取程序待核对。 待核对
Public/PetMedicineHCCompound.txt 用途与实际读取程序待核对。 待核对
Public/PetSkillBook.txt 用途与实际读取程序待核对。 待核对
Public/PetSkillLevelup.txt 用途与实际读取程序待核对。 待核对
Public/PetTitle.txt 用途与实际读取程序待核对。 待核对
Public/PetTypeAttr.txt 用途与实际读取程序待核对。 待核对
Public/PlayerExpLevel.txt 用途与实际读取程序待核对。 待核对
Public/SkillBullet.txt 用途与实际读取程序待核对。 待核对
Public/SkillData_V1.txt 用途与实际读取程序待核对。 待核对
Public/SkillTemplate_V1.txt 用途与实际读取程序待核对。 待核对
Public/XinFaStudySpend_V1.txt 用途与实际读取程序待核对。 待核对
Public/XinFa_V1.txt 用途与实际读取程序待核对。 待核对

活动与其他资源

文件位置(相对于各自 Config) 用途与读取程序 说明
Server/ChatConfig.txt 用途与实际读取程序待核对。 待核对
Server/GeneralSets.txt 用途与实际读取程序待核对。 待核对
Server/GuildMemberAccess.ini 用途与实际读取程序待核对。 待核对
Server/GuildWarPoint.txt 用途与实际读取程序待核对。 待核对
Server/NotifyDate.txt 用途与实际读取程序待核对。 待核对
Server/NotifyOnline.txt 用途与实际读取程序待核对。 待核对
Server/NotifyWeek.txt 用途与实际读取程序待核对。 待核对
Server/Questions.txt 用途与实际读取程序待核对。 待核对
Server/ShimenRoundMultipleTable.txt 用途与实际读取程序待核对。 待核对
Server/StringTable.txt 用途与实际读取程序待核对。 待核对
Server/ascii.cpf 用途与实际读取程序待核对。 待核对
Server/chs.cpf 用途与实际读取程序待核对。 待核对
Public/ActivityNotice.txt 用途与实际读取程序待核对。 待核对
Public/ActivityRuler.txt 用途与实际读取程序待核对。 待核对
Public/Bullet.txt 用途与实际读取程序待核对。 待核对
Public/BusInfo.txt 用途与实际读取程序待核对。 待核对
Public/CampAndStand.txt 用途与实际读取程序待核对。 待核对
Public/CampaignTable.txt 用途与实际读取程序待核对。 待核对
Public/CharFaceGeo.txt 用途与实际读取程序待核对。 待核对
Public/CharHairGeo.txt 用途与实际读取程序待核对。 待核对
Public/CharHead.txt 用途与实际读取程序待核对。 待核对
Public/CharMount.txt 用途与实际读取程序待核对。 待核对
Public/CharTitle.txt 用途与实际读取程序待核对。 待核对
Public/ChatConfig.txt 用途与实际读取程序待核对。 待核对
Public/CityBuilding.txt 用途与实际读取程序待核对。 待核对
Public/CityIdOfChina.txt 用途与实际读取程序待核对。 待核对
Public/CityInfo.txt 用途与实际读取程序待核对。 待核对
Public/CommerceRelation.txt 用途与实际读取程序待核对。 待核对
Public/Condition.txt 用途与实际读取程序待核对。 待核对
Public/HairStyle.txt 用途与实际读取程序待核对。 待核对
Public/IDCollections.txt 用途与实际读取程序待核对。 待核对
Public/LvMaxMoney.txt 用途与实际读取程序待核对。 待核对
Public/ReputationTable.txt 用途与实际读取程序待核对。 待核对
Public/SpecialObjData.txt 用途与实际读取程序待核对。 待核对
Public/StorytellingDuologue.txt 用途与实际读取程序待核对。 待核对