Guide 31

操作步骤

补丁更新1.0.2

请核对游戏版本 v1.0.2 (主界面选项右下角显示版本号)

游戏版本不对,不能正常游戏可以下载下载网盘内完整1.0.1客户端。

下载地址 百度盘 /s/1Ha4LwHF5Ld-8UWrEUtJUvA

{LINK REMOVED} https://pan.baidu.com/s/1Ha4LwHF5Ld-8UWrEUtJUvA

提取码: ug31

操作说明

下载修改后的 Assembly-CSharp.dll 文件

1.右键游戏-打开游戏目录

2.进入 IM_Data\Managed 目录

3.复制Assembly-CSharp.dll到桌面备份

4.下载的Assembly-CSharp.dll覆盖

5.开始游戏。

修改指导

以下为技术内容,仅供蛋疼玩家自行修改使用,正常玩家使用上面成品即可。

Assembly-CSharp.dll

工作经验修改:

staff._staff.OnTimeTick

public void OnTimeTick() { if (!this.isWorking || this.room == null || this.skillInUse == null) { return; } if (!this.skillInUse.lastFrameWorking) { this.skillInUse.lastFrameWorking = true; this.skillInUse.lastFrameTime = staticVars.dateTime; return; } double totalMinutes = (staticVars.dateTime - this.skillInUse.lastFrameTime).TotalMinutes; float num = staff.ExpPerMinute; if ((this.type == staff._type.player || this.type == staff._type.player_female) && this.GetLevel() < 7) { num = staff.ExpPerMinute * 20f; } else { num = staff.ExpPerMinute * 10f; } this.skillInUse.AddExp((float)totalMinutes * num); this.skillInUse.lastFrameTime = staticVars.dateTime; }

工作速度修改

agency._room.assign 多个函数都可以改

修改duration变量。

Source: https://steamcommunity.com/sharedfiles/filedetails/?id=2566407924					

More Idol Manager guilds