超级玩家
 
- 贡献度
- 20
- 金元
- 6830
- 积分
- 763
- 精华
- 0
- 注册时间
- 2020-9-7
|
卡54%,排查一下你的Setting.json , 代码段落之间,缺逗号,就加载不进去。
我给你打个比方。
比如我自己改的功法。
{
"PresetUniqueID": 71001,
"name": "太初锻体",
"ItemType": 7,
"IconID": 40068,
"SellPrice": 315,
"UseLevelCondition": 21,
"SubType": 0,
"LevelMain": 2,
"UseType": 0,
"IsFight": false,
"Quality": 4,
"Score": 93,
"RelationSpecialID": 0,
"RelationSpecialID2": 0,
"IsDefaultWeapon": false,
"IntParam0": 0,
"ResTypeID": 0,
"TheoryList": [1345002,1345003],
"PresetAmount": 1,
"RelationID": 0,
"BaseAttrs": [],
"PresetCharacterUniqueID": 0
}, ←就是这里,你自己改的功法,或者你自己改的装备,这里你可能会忽略掉一个逗号,然后你整个就加载不进去了,游戏界面的表现就是【加载资源……】一直这样。
{
"PresetUniqueID": 71002,
"name": "太初剑诀",
"ItemType": 7,
"IconID": 40068,
"SellPrice": 315,
"UseLevelCondition": 21,
"SubType": 0,
"LevelMain": 2,
"UseType": 0,
"IsFight": false,
"Quality": 4,
"Score": 93,
"RelationSpecialID": 0,
"RelationSpecialID2": 0,
"IsDefaultWeapon": false,
"IntParam0": 0,
"ResTypeID": 0,
"TheoryList": [1345007,1345008],
"PresetAmount": 1,
"RelationID": 0,
"BaseAttrs": [],
"PresetCharacterUniqueID": 0
}
|
|