3DMGAME 3DM首页 新闻中心 前瞻 | 评测 游戏库 热门 | 最新 攻略中心 攻略 | 秘籍 下载中心 游戏 | 汉化 购买正版 论坛

注册 登录

QQ登录

只需一步,快速开始

查看: 1193|回复: 0
打印 上一主题 下一主题

[求助] 关于先天气运求助各位大神

[复制链接]

1

主题

274

帖子

385

积分

高级玩家

Rank: 4

贡献度
0
金元
3853
积分
385
精华
0
注册时间
2012-5-4
跳转到指定楼层
主题
发表于 2021-9-14 04:12 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
大神们好,我在论坛看攻略学着做了一个先天气运,用的是这个Mod加载器MelonLoader修改版下载_V1.01版本_鬼谷八荒 Mod下载-3DM MOD站 (3dmgame.com)用这个GuiGuBaHuang.Trainer.V2.1.6-XiaoXing修改器调出先天气运,进游戏创建人物一刷新气运就出现这个
[04:02:00.006] [ERROR] Exception in Harmony patch of method void UICreatePlayerProperty::_OnRandom_b__8_1():
System.TypeInitializationException: The type initializer for 'DG.Tweening.Core.DOGetter`1' threw an exception. ---> System.TypeInitializationException: The type initializer for 'UnhollowerBaseLib.Il2CppClassPointerStore`1' threw an exception. ---> System.ExecutionEngineException: String conversion error: Illegal byte sequence encounted in the input.
  at (wrapper managed-to-native) System.Reflection.Assembly.get_code_base(System.Reflection.Assembly,bool)
  at System.Reflection.Assembly.GetCodeBase (System.Boolean escaped) [0x00000] in <e1319b7195c343e79b385cd3aa43f5dc>:0
  at System.Reflection.Assembly.get_CodeBase () [0x00000] in <e1319b7195c343e79b385cd3aa43f5dc>:0
  at System.Reflection.AssemblyName.Create (System.Reflection.Assembly assembly, System.Boolean fillCodebase) [0x00010] in <e1319b7195c343e79b385cd3aa43f5dc>:0
  at System.Reflection.RuntimeAssembly.GetName (System.Boolean copiedName) [0x0000e] in <e1319b7195c343e79b385cd3aa43f5dc>:0
  at System.Reflection.Assembly.GetName () [0x00000] in <e1319b7195c343e79b385cd3aa43f5dc>:0
  at UnhollowerBaseLib.Il2CppClassPointerStore`1+<>c[T].<.cctor>b__2_0 (System.Reflection.Assembly it) [0x00000] in <549e4d9e52f64cf1830b94df27257625>:0
  at System.Linq.Enumerable.Single[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) [0x0003e] in <fbb5ed17eb6e46c680000f8910ebb50c>:0
  at UnhollowerBaseLib.Il2CppClassPointerStore`1[T]..cctor () [0x00042] in <549e4d9e52f64cf1830b94df27257625>:0
   --- End of inner exception stack trace ---
  at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_generic_class_init(intptr)
  at DG.Tweening.Core.DOGetter`1[T]..cctor () [0x0001e] in <9c96d2c2c82a4879bdf8dcfef8f5599f>:0
   --- End of inner exception stack trace ---
  at SkySwordKill.ShowBeauty.CreatePlayerPropertyB1 (UICreatePlayerProperty& __instance) [0x0006f] in <30c4077432854f0da942b0a8d9664e9d>:0
  at (wrapper dynamic-method) UICreatePlayerProperty.DMD<UICreatePlayerProperty::_OnRandom_b__8_1>(UICreatePlayerProperty)
  at (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.DMD<UICreatePlayerProperty::_OnRandom_b__8_1>_il2cpp(intptr)




下面是我先天气运的数据请大神帮我看看
LocalText.json文件里的:
[
  {
    "id": 28001,
    "key": "role_feature_postnatal_name28000",
    "ch": "天选之人",
    "tc": "天選之人",
    "en": "tianxuanzhiren"
  },
  {
    "id": 28002,
    "key": "role_feature_postnatal_tips28000",
    "ch": "获得修为+100%,悟性+150,幸运+120,魅力+900",
    "tc": "獲得修為+100%,悟性+150,幸運+120,魅力+900",
    "en": "tianxuanzhiren"
  },
  {
    "id": 28003,
    "key": "role_feature_postnatal_intro28000",
    "ch": "你是天道所挑选之人,你天赋异禀,异于常人,无论学习什么都能够轻易的融会贯通。",
    "tc": "你是天道所挑選之人,你天賦異稟,異於常人,無論學習什麼都能夠輕易的融會貫通",
    "en": "tianxuanzhiren"
  }
]


RoleCreateFeature.json文件里的:
[
{
  "id": 28000,
  "type": 1,
  "group": 0,
  "level": 6,
  "duration": -1,
  "refreshType": 2,
  "conceal": 0,
  "name": "role_feature_postnatal_name28000",
  "effect": "280001|280002|280003|280004",
  "tips": "role_feature_postnatal_tips28000",
  "iconAndDesc": "0",
  "lockLuck": 0,
  "introduceText": "role_feature_postnatal_intro28000",
  "weight": 90000
}
]



RoleEffect.json文件里的:
[
{
  "id": 28000,//主id
  "effectType": 3,
  "value": "intoDungeon_28000"//主id
},
  {
    "id": 280001,
    "effectType": 1,
    "value": "expGrow_0_100"
  },
  {
    "id": 280002,
    "effectType": 1,
    "value": "talent_1_150"
  },
  {
    "id": 280003,
    "effectType": 1,
    "value": "luck_1_120"
  },
  {
    "id": 280004,
    "effectType": 1,
    "value": "beauty_1_900"
  },
]

LocalText.json (772 Bytes, 下载次数: 1)


RoleCreateFeature.json (382 Bytes, 下载次数: 0)


RoleEffect.json (416 Bytes, 下载次数: 0)


求大神们指导下,万分感谢
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|3DMGAME ( 京ICP备14006952号-1  沪公网安备 31011202006753号

GMT+8, 2026-4-13 02:51 , Processed in 0.029653 second(s), 17 queries , Memcached On.

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表