高级玩家
![Rank: 4](static/image/common/star_level3.gif)
- 贡献度
- 8
- 金元
- 3457
- 积分
- 378
- 精华
- 0
- 注册时间
- 2011-2-2
|
200金元
玩了几天的游戏,为了打造全才人物,天天找人论道,可以最后发现通过论道获得的悟道点只有30个!
这30个再加上突破呀,吃药呀得到的悟道点,很明显不能把所有悟道都点出来。
所以我就研究一下怎么修改这个根限值,当然也可以直接给自己用修改器加几十个悟道点,但是这样太没意思了。
这个游戏设定这个30个根限值就是不合理!我就改成合理。
不得不说这个游戏的设置文件起的名很中国化,都是拼音,所以即使我不怎么懂得修改,但是通过多年的游戏经验和大学学的早就忘记的编程技术,
真让我摸索出来了,话不多说直接上货:
首先找到这个文件d_LunDao.py.WuDaoDianExp(这个文件放在这里:\SteamLibrary\steamapps\common\觅长生\觅长生_Data\Res\Effect\json))
找开看,注意我加红色的就是我填加的东西,这样改后极限值就是32个了
{"0": {"id": 0, "LevelUpExp": 7500, "LevelUpNum": 4}, "1": {"id": 1, "LevelUpExp": 8593, "LevelUpNum": 4}, "2": {"id": 2, "LevelUpExp": 9845, "LevelUpNum": 4}, "3": {"id": 3, "LevelUpExp": 11280, "LevelUpNum": 5}, "4": {"id": 4, "LevelUpExp": 12924, "LevelUpNum": 5}, "5": {"id": 5, "LevelUpExp": 14808, "LevelUpNum": 5}, "6": {"id": 6, "LevelUpExp": 16967, "LevelUpNum": 6}, "7": {"id": 7, "LevelUpExp": 19440, "LevelUpNum": 6}, "8": {"id": 8, "LevelUpExp": 22274, "LevelUpNum": 6}, "9": {"id": 9, "LevelUpExp": 25521, "LevelUpNum": 7}, "10": {"id": 10, "LevelUpExp": 29241, "LevelUpNum": 7}, "11": {"id": 11, "LevelUpExp": 33504, "LevelUpNum": 7}, "12": {"id": 12, "LevelUpExp": 38388, "LevelUpNum": 8}, "13": {"id": 13, "LevelUpExp": 43984, "LevelUpNum": 8}, "14": {"id": 14, "LevelUpExp": 50396, "LevelUpNum": 8}, "15": {"id": 15, "LevelUpExp": 57743, "LevelUpNum": 9}, "16": {"id": 16, "LevelUpExp": 66161, "LevelUpNum": 9}, "17": {"id": 17, "LevelUpExp": 75807, "LevelUpNum": 9}, "18": {"id": 18, "LevelUpExp": 86859, "LevelUpNum": 10}, "19": {"id": 19, "LevelUpExp": 99523, "LevelUpNum": 10}, "20": {"id": 20, "LevelUpExp": 114033, "LevelUpNum": 10}, "21": {"id": 21, "LevelUpExp": 130659, "LevelUpNum": 11}, "22": {"id": 22, "LevelUpExp": 149709, "LevelUpNum": 11}, "23": {"id": 23, "LevelUpExp": 171536, "LevelUpNum": 11}, "24": {"id": 24, "LevelUpExp": 196545, "LevelUpNum": 12}, "25": {"id": 25, "LevelUpExp": 225201, "LevelUpNum": 12}, "26": {"id": 26, "LevelUpExp": 258035, "LevelUpNum": 12}, "27": {"id": 27, "LevelUpExp": 295656, "LevelUpNum": 13}, "28": {"id": 28, "LevelUpExp": 338762, "LevelUpNum": 13}, "29": {"id": 29, "LevelUpExp": 388153, "LevelUpNum": 13}, "30": {"id": 30, "LevelUpExp": 388153, "LevelUpNum": 14},"31": {"id": 31, "LevelUpExp": 388153, "LevelUpNum": 14},"32": {"id": 32, "LevelUpExp": 388153, "LevelUpNum": 14}}
很简单对不对,LevelUpExp明显就是升一级需要多少经验,我进游戏测试了,可以正常获得,界面显示在你获得悟道点后就是正常的(因为之前已经30个了,所以会显示极限这样的词,找人悟道得到悟道点后就会刷新显示,恢复正常)
这里我有一个问题,就是LevelUpNum没搞明白是什么意思,我联系其他的文件也没搞懂,所以我就没改,实际上我随便改成4、15,暂时发现都没什么影响,希望有大神能指点一下。
另外,就是LevelUpexp的递增规律是什么,也没弄明白,我希望按照原游戏的递增规律修改后续的悟道点,也请大神指点一下。
|
|