��11123 发表于 2025-12-23 10:11

求身体改造3次的方法

MOD  Full Augmentations 下载失败,求能身体改造3次的方法 :'(

��11123 发表于 2025-12-23 10:26

身体改3次就可以了,,其他不需要改动

yzh2297432230 发表于 2026-1-20 19:21

4.身体改造上限3
    搜索InitCharacterInfo共找到2处
    bool flag = this._currentCharacterAugmentsAmount < 3;(两处都,2改3)
    ...
    text = text.Replace("{1}", 3.ToString()); (两处都,2改3)
    ...
    this.MutationsAvailableValue.GetComponent<UIColorController>().SetWarningActive(3 <= this._currentCharacterAugmentsAmount, false);
      (仅出现在第一处。2改3)
    搜索MAX_AUGMENTATIONS共找到2处,2改3

��11123 发表于 2026-8-3 22:18

yzh2297432230 发表于 2026-1-20 19:21
4.身体改造上限3
    搜索InitCharacterInfo共找到2处
    bool flag = this._currentCharacterAugmentsAmo ...

好的,谢谢哥,给您磕一个:hug:

guodong401 发表于 2026-8-5 11:41

yzh2297432230 发表于 2026-1-20 19:21
4.身体改造上限3
    搜索InitCharacterInfo共找到2处
    bool flag = this._currentCharacterAugmentsAmo ...

大佬求问下基地的石头有办法修改掉吗?:'(无论是存档修改还是数据修改都行。直接用其他超模mod感觉过于破坏平衡了
页: [1]
查看完整版本: 求身体改造3次的方法