逗游網(wǎng):值得大家信賴的游戲下載站!
發(fā)布時間:2021-01-04 11:44 來源:歸家異途吧 作者:die4me
歸家異途2修改教程。本文為大家?guī)淼氖怯螒虻男薷闹改?,包含等級、天賦、職業(yè)及遇敵率等等內容修改方法,供各位玩家們參考查閱。
歸家異途2修改教程
準備材料
1、下載這個軟件
2、文件→打開
3、打開游戲根目錄 Managed→Assemb 這個DLL文件
4、點放大鏡 搜索 關鍵字
A.10圖修改
1.搜索 EndDemoVersionGame 雙擊紅圈里
2.刪除這三行
B.10圖后不刷怪
1.搜 DemoSceneLimit
2.紅圈的數(shù)值10改大,具體改多大合適,未測試。
C.建筑可升級
1.搜UpgradeBuildingButton
2.改大 (可配合建筑最高上限一起修改)
(BuildingController 建筑消失 209 行 改成1)
D.建筑上限
1.搜MaxLv
2.紅 人物上限 ;橙 建筑上限 ;黃 戰(zhàn)術上限
F 俘虜率 capturerate 兩種 方法
H 職業(yè)
開局全職業(yè) StartFreeJobs
哈里西 職業(yè) HarithPossibleJobs
I 天賦
RandomHeroSpe
J 哈里西拜神任務一次完成
ManageSacrificeGodMission 1f改10f
ChangeHarithJob哈哥屬性(總和25點以上為橙色)/HarithPossibleJobs哈哥起始職業(yè)
K 人數(shù)上限 每級+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 顏色修改 任意人物 全版本
經(jīng)驗值為單浮點 XX為當前經(jīng)驗 YY為經(jīng)驗上限 ZZ是顏色 0-5 5是橙色
XX XX XX XX YY YY YY YY ZZ