jukic 发表于 2022-8-7 15:14

非常感谢,学习一下

jukic 发表于 2022-8-7 16:34

3.开发时自动调整配比 开发时绿色高亮提示推荐选项
改动Menu_DevGame

      {
                this.sfx_.PlaySound(3, true);
                for (int i = 0; i < this.g_Designschwerpunkt.Length; i++)
                {
                        if (this.g_GameMainGenre != -1 && this.genres_.GetFocusKnown(i, this.g_GameMainGenre, this.g_GameSubGenre))
                        {
                              this.g_Designschwerpunkt= this.genres_.GetFocus(i, this.g_GameMainGenre, this.g_GameSubGenre);
                     }
                }
                for (int j = 0; j < this.g_Designausrichtung.Length; j++)
                {
                        this.uiDesignausrichtung.transform.GetChild(2).transform.GetChild(0).GetComponent<Text>().text = this.g_Designausrichtung.ToString();
                        if (this.g_GameMainGenre != -1 && this.genres_.GetAlignKnown(j, this.g_GameMainGenre, this.g_GameSubGenre))
                        {
                              this.g_Designausrichtung = this.genres_.GetAlign(j, this.g_GameMainGenre, this.g_GameSubGenre);
                        }
                }
                this.UpdateDesignSettings();
                this.UpdateDesignSlider();
      }
改为
      {
                this.sfx_.PlaySound(3, true);
                for (int i = 0; i < this.g_Designschwerpunkt.Length; i++)
                {
                        this.g_Designschwerpunkt = this.genres_.GetFocus(i, this.g_GameMainGenre, this.g_GameSubGenre);
                }
                for (int j = 0; j < this.g_Designausrichtung.Length; j++)
                {
                        this.uiDesignausrichtung.transform.GetChild(2).transform.GetChild(0).GetComponent<Text>().text = this.g_Designausrichtung.ToString();
                        this.g_Designausrichtung = this.genres_.GetAlign(j, this.g_GameMainGenre, this.g_GameSubGenre);
                }
                this.UpdateDesignSettings();
                this.UpdateDesignSlider();
                genres component = this.main_.GetComponent<genres>();
                this.uiObjects.GetComponent<Slider>().value = component.genres_GAMEPLAY / 5f;
                this.uiObjects.GetComponent<Slider>().value = component.genres_GRAPHIC / 5f;
                this.uiObjects.GetComponent<Slider>().value = component.genres_SOUND / 5f;
                this.uiObjects.GetComponent<Slider>().value = component.genres_CONTROL / 5f;
                this.SetAP_Gameplay();
                this.SetAP_Grafik();
                this.SetAP_Sound();
                this.SetAP_Technik();
      }

这一段每次修改编译都会有报错无法通过,请问是什么问题?我是直接用真实补丁覆盖游戏后进行的修改

qwe221133 发表于 2022-8-7 22:11

你如何制作自己

fate-夜合欢 发表于 2022-8-7 23:08

66666666666666

旅人A 发表于 2022-8-8 00:02

6666666666666666666

prc123 发表于 2022-8-8 14:02

啊啊啊啊啊啊啊啊

世俗无欢 发表于 2022-8-8 16:34

66666666666666666666

piscesc 发表于 2022-8-8 21:02

thanks         

zyx942933875 发表于 2022-8-8 21:27

666666666666666666666666

Envy丶嫉妒 发表于 2022-8-8 22:23

奥术大师大所大所大所多

痞老板q 发表于 2022-8-8 22:26

666666666666

linmantoman 发表于 2022-8-8 22:34

1111111111111

cl5227916 发表于 2022-8-8 22:36

ddddddddddddddddd

8566777 发表于 2022-8-8 22:42

123123123123123

newish 发表于 2022-8-8 22:52

感谢楼主分享!!!!!!

ar222 发表于 2022-8-8 22:53

RE: 【修改教程】作弊修改大全,包括制作mod的方法 [修改]








蹭个小助攻 发表于 2022-8-8 23:17

1日646256234232

loveyuyan523 发表于 2022-8-8 23:19

666666666666

lly43733528 发表于 2022-8-8 23:21

RE: 【修改教程】作弊修改大全,包括制作mod的方法 [修改]

UndoRedo
全屏常用纯文本

字体大小HrBIUColorBgColorUrlUnlink
TableRemoveformat
AutotypesetLeftCenterRightFloatLeftFloatRightOrderedlistUnorderedlist
表情图片




WDQWD111 发表于 2022-8-8 23:23

666666666666666

q704224387 发表于 2022-8-8 23:29

1111111111111111111111111111111111

暗夜啸狼 发表于 2022-8-8 23:33

支持楼主啊

wshjue 发表于 2022-8-8 23:36

来学习的。

a1016936491 发表于 2022-8-8 23:39

6666666666666

fabio2016 发表于 2022-8-9 00:01

666666666666

lovess3166 发表于 2022-8-9 01:50

感谢分享!!!!!

3dm_13735029 发表于 2022-8-9 06:21

感谢分享!!!

zhaolinyin 发表于 2022-8-9 07:25

修改教程】作弊修改大全,包括制作mod的方法 [修

s849605398 发表于 2022-8-9 07:32

66666666666666666

bbek 发表于 2022-8-9 07:38

谢谢分享
页: 1 [2] 3 4
查看完整版本: 【修改教程】作弊修改大全,包括制作mod的方法