游戏狂人
 
- 贡献度
- 10
- 金元
- 11701
- 积分
- 1210
- 精华
- 0
- 注册时间
- 2008-12-16
|
我是Dao版游戏,直接放在根目录,版本我好像是85514几,enshrouded-patcher文件夹名字是这个,里面有个游戏目录要改动,其他基本可以直接用,我说一下我改的地方:
1:主要配置文件就是.env这个文件,不用改成其他名字,下面的几点内容都是在这个文件里面配置,我用的是notpad++打开的,支不支持文本打开我没看。
2:# Enshrouded game folder or dedicated server folder
GAME_DIR=d:/wusuowangguo/Enshrouded(这句改成你自己的游戏目录),支不支持中文我不知道,以前遇到过一些游戏的改动不支持中文目录,所以我自己的游戏都直接拼音目录了
3:# Adjust player max level to 100 - not tested since I'm not there yet
ADJUST_PLAYER_MAX_LEVEL=true(这里是自定义人物等级开关,改成false就是不自定义,才玩几天,本身游戏能到多少级我不都知道)
MOD_MAX_LEVEL=100(这里数字随便改,我玩了两天了才到20级,100估计够了)
4:# Adjust item max level to 100 - seems to only few crafted items
ADJUST_ITEM_MAX_LEVEL=true(这个是制作物品的等级开关,下面的100是有机会做出100级的装备,我一直用开局做的棍棒,玩到燃火荒原了,开的金箱子没我做的伤害大,不喜欢的把这个改成false就可以,下面的100不用改也关闭了)
MOD_MAX_ITEM_LEVEL=100
5:# Adjust pickaxe mining range - default is 5
ADJUST_PICKAXE_MINING_RANGE=true
MOD_PICKAXE_MINING_RANGE=10,(这个是矿镐范围,反正是10,原版什么样我不知道)
6:# Adjust skill points per level to 4 - you can reset all skills and start to allocate them again to get the new missed skill points
# You need modded client to see the correct skill points text
ADJUST_SKILL_POINTS_PER_LEVEL=true
MOD_SKILL_POINTS_PER_LEVEL=6( 这个是技能点)
# Adjust skill points for killing Root/Elixir Wells to double the original
# You need modded client to see the correct skill points earned
ADJUST_SKILL_POINTS_PER_ROOT=true
MOD_SKILL_POINTS_PER_ROOT_FACTOR=5(这个也是技能点,这两段好像有一个是清了魔药井跟瘴气根的,具体哪个是哪个没试,反正就是升级多了很多点)
7:# Adjust spell mana cost to 20% of original cost
# Note: the correct mana cost won't show unless you have the modded client version - not needed for effect, just for visual
ADJUST_MANA_COST=true
MOD_MANA_COST_FACTOR=0.1(魔力消耗0.1倍)
# Adjust spell cast time to 20% of original time, cap at 0.2 seconds
# Note: the correct cast time text won't show unless you have the modded client version - not needed for effect, just for visual
ADJUST_SPELL_CAST_TIME=true
MOD_SPELL_CAST_TIME_FACTOR=0.1(施法时间0.1,我是战士,没试)
# Adjust bow charge time to 20% of original time, cap at 0.1 seconds
# Note: the correct charge time text won't show unless you have the modded client version - not needed for effect, just for visual
ADJUST_BOW_CHARGE_TIME=true
MOD_BOW_CHARGE_TIME_FACTOR=0.1(这个是射速,拉弓很快了)
8:# Increase axe damage on wood x 3
ADJUST_WOOD_DAMAGE=true
MOD_WOOD_DAMAGE_FACTOR=10(这个是砍树伤害,开局伐木一刀一棵)
9:# Make updrafts more powerful, you can fly higher with no mana cost
ADJUST_UPDRAFT=true
MOD_UPDRAFT_STRENGTH_FACTOR=3(这个是上升气流强度,飞的时候按空格升高了很多,本来是2)
10:# Attempt to create creative mode
# Unlock most recipes, no crafting cost
# Not recommend for normal playthrough, only for creative people who finished the game and just want to build stuff
ENABLE_CREATIVE_MODE=false(这个好像是建造的限制,我估计是不用做任务也能解锁建筑物,不过我没动)
改好了保存后,运行一下enshrouded-patcher.exe,要等几分钟,有提示按any key的时候就搞完了
基本就这些,游戏还没玩熟悉,很多我也不懂,要的自取自己摸索一下,我很少发帖,不知道帖子的格式有没有写的不对的地方或者有什么违规的地方,有的话就请管理删帖或者帮忙调整一下吧。谢谢各位
|
评分
-
2
查看全部评分
-
|