来源:互联网作者:匿名投稿时间:2021-01-04
归家异途2修改教程。本文为大家带来的是游戏的修改指南,包含等级、天赋、职业及遇敌率等等内容修改方法,供各位玩家们参考查阅。
准备材料
1、下载这个软件
2、文件→打开
3、打开游戏根目录 Managed→Assemb 这个DLL文件
4、点放大镜 搜索 关键字
A.10图修改
1.搜索 EndDemoVersionGame 双击红圈里
2.删除这三行
B.10图后不刷怪
1.搜 DemoSceneLimit
2.红圈的数值10改大,具体改多大合适,未测试。
C.建筑可升级
1.搜UpgradeBuildingButton
2.改大 (可配合建筑最高上限一起修改)
(BuildingController 建筑消失 209 行 改成1)
D.建筑上限
1.搜MaxLv
2.红 人物上限 ;橙 建筑上限 ;黄 战术上限
F 俘虏率 capturerate 两种 方法
H 职业
开局全职业 StartFreeJobs
哈里西 职业 HarithPossibleJobs
I 天赋
RandomHeroSpe
J 哈里西拜神任务一次完成
ManageSacrificeGodMission 1f改10f
ChangeHarithJob哈哥属性(总和25点以上为橙色)/HarithPossibleJobs哈哥起始职业
K 人数上限 每级+10
upgradeBuilding
case 0 改成
case 0:
if (ReGameController.Instance.worldData.campBuildingLv[this.buildingID] == 0 || ReGameController.Instance.worldData.campBuildingLv[this.buildingID] == 1 || ReGameController.Instance.worldData.campBuildingLv[this.buildingID] == 2 || ReGameController.Instance.worldData.campBuildingLv[this.buildingID] == 3 || ReGameController.Instance.worldData.campBuildingLv[this.buildingID] == 4 || ReGameController.Instance.worldData.campBuildingLv[this.buildingID] == 5)
{
RePlayer.Instance.PlayerData.ChangeMaxHeroNum(10);
}
if (ReGameController.Instance.worldData.campBuildingLv[this.buildingID] == 1 || ReGameController.Instance.worldData.campBuildingLv[this.buildingID] == 3 || ReGameController.Instance.worldData.campBuildingLv[this.buildingID] == 5)
{
RePlayer.Instance.PlayerData.maxTacticCount++;
}
ReGameController.Instance.worldData.maxSimpleMissionCount++;
if (ReGameController.Instance.worldData.campBuildingLv[this.buildingID] > ReGameDataController.playerPrefData.playerPrefData.GetInt("AchData6"))
{
ReGameDataController.playerPrefData.playerPrefData.SetKey("AchData6", ReGameController.Instance.worldData.campBuildingLv[this.buildingID]);
}
break;
E 颜色修改 任意人物 全版本
经验值为单浮点 XX为当前经验 YY为经验上限 ZZ是颜色 0-5 5是橙色
XX XX XX XX YY YY YY YY ZZ
以上就是cn小编给大家带来的归家异途2如何修改的全部内容,喜欢我们网站的小伙伴可以关注mamecn.com,里面还有更多的你喜欢的游戏资讯。
街机网发布此文仅为传递信息
不代表街机网认同其观点或证实其描述