《吸血鬼幸存者》中角色是游戏中比较重要的作战主力,一般可以通过作弊来获取相关的角色,可以在自己电脑的安装目录下找到Vampire Survivors文件夹装订main.bundle中的js文件,然后找到Red Death修改相关的代码。
死神解锁作弊代码介绍
作弊 / Cheat
在游戏目录下找到
Find and open
Vampire Survivorsresourcesapp.webpackrenderermain.bundle.js
以文本形式(比如用记事本)打开,搜索
Search for
’charName’:’Red Death’
’charName’:’Red Death’
附近的代码类似这样:
It’s something like this:
…{’hidden’:!0x0,’level’:…,’startingWeapon’:…,’prefix’:…,’charName’:’Red Death’,…
’hidden’:!0x0 改为 ’hidden’:!0x1:
Replace ’hidden’:!0x0 with ’hidden’:!0x1 :
…{’hidden’:!0x1,…,’charName’:’Red Death’,…
此方法实际上适用于任意角色。
Actually, this method works for any character.
- 1
2
3