Game Engine: Unknown
Game Version: 0.7.230
Game Update: 9 June
New Contents: First Iteration on Stage5/New Character/New Arcanas/New weapon and evolution
Other Info: I've been updating many of these files and CT in the request thread, but I'll now consolidate them here.
This time the BGM seems to disappear when you put it in debug mode, maybe the author thought it was disturbing.
Q.What can do and edit with this?
Debug mode,Comfortable stats,Unlock Limit Caps,All powerups are 100 coins
N:Get New Arcana
M:Speed Up/Down
To access the beta
Code: Select all
1: Go to your Steam game library.
2: Right click on "Vampire Survivors", then pick "Properties" - Select "Betas" - In the first dropdown box select "public-beta - Public Beta"
3: Click close and wait for the upload to finish downloading, or restart Steam to try forcing the update.
If you encounter file integrity problems
Code: Select all
You can use the following,Vampire Survivors - Properties - LOCAL FILES - Verify integrity of game files
You don't want the game to update?
Then set the steam to offline mode and set the automatic update setting to start only.
PowerUp Selection
Code: Select all
PowerUp,All powerups have been divided into 5 stages and...
damage+50% Armor+5 MaxHP+50% regen+1/sec Cooldown-100% Area+50% Attack Speed+50% Duration+50% Omni+50%
Amount+5 MoveSpeed+50% Magnet+500% Luck+500% Growth+100% Greed+1000% Revival+5times Curse+125%
EX Mode (sixth level)
damage+9999% Armor+9999 MaxHP+9999% regen+9999/sec Cooldown-100% Area+999% Attack Speed+999% Duration+999%
Amount+99 MoveSpeed+999% Magnet+9999% Luck+9999% Growth+999% Greed+9999% Revival+99times Curse+999%
Not intended for play beyond the sixth level.
Minimize the steps...
Code: Select all
1. Replace main.bundle.js in renderer folder.(Debug or Normal mode is a preference.)
2. Replace powerUpLang.json in the assets folder.(You may omit it if you wish.)
3. After that, launch the Vampire Survivors,Refund PowerUps at PowerUp Selection once, and start the game.
4. If there is a problem and you want to revert, take out the unedited files from the Unedited folder.
Reason is powerups are different in main.bundle.js. Able to deal with it by doing Refund PowerUps in PowerUp Selection.
Debug mode contents (Specifications differ depending on the version.)
Code: Select all
Menu cheats:
C:add coins(Fluctuating)
R:reset data(Unknown)
U:unlock all(and get a lot of coins,Except for special characters.)
Game cheats:
X:level up(1level)
H:heal(Max HP)
Z:all weapons(and Items)
I:invulnerable(until next play)
T:next minute(1min)
O:game over(excluding revival)
E:max enemies(at the screen)
K:kill enemies(at the screen)
G:Treasure(Jack pot 5treasures,can't skip)
B:Candelabras that create items appear around you
F:Rapid Fire
P:Stop Enemies
L:Flamethrower
N:Get Arcana
M:Speed Up/Down
V:Vacuum(exp only)
Q:Showcase(Unknown)
MouseWheel:zoom(scaling)
Space(not written):select command:LevelUp,MaxEnemies,NextMinute,KillAll,Invulnerable,RecoverHP,GameOver,TreasureLV1+2+3,Vacuum
I have written exactly what is shown on the screen,added the contents in parentheses.
Q1.How to enable debug mode?
Code: Select all
const _0x5dfd96 = !0x1,
_0x24972b = !0x1,
_0x2d6fcd = !0x1,
_0x40af04 = 0x1c3e,
_0x459626 = 'v0.7.230',
Code: Select all
const _0x5dfd96 = !0x0,
_0x24972b = !0x1,
_0x2d6fcd = !0x1,
_0x40af04 = 0x1c3e,
_0x459626 = 'V0.7.230 DebugMode'
Q2.Can't I use Cheat Table properly?
For example, money is only double in the search option ALL.
But it can’t be changed in most cases, sometimes it can be changed suddenly, so I'm not sure.
It's more unusual for HP, Might, etc. to be lined up in regular order, which is why they aren't available.
Therefore much easier to modify the original file than to make use of Cheat tables.
Q3.How to change Weapons and Evolution limit?
Code: Select all
this[_0x34f00e(0x76f)] = 0x6,
this['maxPowerUpWeapons'] = 0x6,
Code: Select all
this[_0x34f00e(0x76f)] = 0x12,
this['maxPowerUpWeapons'] = 0x12,
Evolution Cap Unlock
Code: Select all
this['cols'] = 0x6,
Code: Select all
this['cols'] = 0x12,
Lift the 10minutes evolution limit
Code: Select all
_0x4a5b6d['Core'][_0x38028e(0xc82)] >= 0x258 && this[_0x38028e(0x82c)](_0x4c4f5b[_0x38028e(0x5a6)]),
Code: Select all
_0x4a5b6d['Core'][_0x38028e(0xc82)] >= 0x0 && this[_0x38028e(0x82c)](_0x4c4f5b[_0x38028e(0x5a6)]),
Q4.I don't see anything changing?
Basically, the file could have been restored to its original state after being requested to synchronize.
If you really can't help yourself, you must rewrite it manually, in which case, please refer to the changelog.
Q5.I need coins, what should I do?
Q6.How can I defeat the Grim Reaper?
2. Select Il Molice stage using Poe.
3. First you will be invincible with Ikey, hit Tkey repeatedly and let 15 minutes pass.
4. When you see that the Reaper has reached your hand, use ZKey to become the strongest.
5. Leave it for a while and you have won.
Or there are ways to weaken the reaper.
Code: Select all
[_0x2c2823['BOSS_XLSTALKER']]: [{
'level': 0x64,
'maxHp': 0xffff,
'speed': 0x12c,
'power': 0x32,
'skills': [_0x5db6c7[_0x2588c0(0xa56)]],
'res_Freeze': 0x2,
'res_Knockback': 0x1,
'res_Debuffs': 0x1,
'knockback': 0x0,
'maxKnockback': 0x0,
Code: Select all
[_0x2c2823['BOSS_XLSTALKER']]: [{
'level': 0x1,
'maxHp': 0x1,
'speed': 0x1,
'power': 0x1,
'skills': [_0x5db6c7[_0x2588c0(0xa56)]],
'res_Freeze': 0x1,
'res_Knockback': 0x1,
'res_Debuffs': 0x1,
'knockback': 0x0,
'maxKnockback': 0x0,
Q7.How can I change the rate or multiplier of criticals?
The values will not be the same as in the example, as they are set for each weapon.
Code: Select all
'critChance': 0.2,
'critMul': 0x2
Code: Select all
'critChance': 0x1,
'critMul': 0x64
Q8.How do i change my saved data?
Delete LevelDB and saves folder after backup, replace my LevelDB folder.
You may need to delete the folders several times.
Or use LevelDB viewer to edit saved data.
However, it's a little doubtful that this method is still effective.
How to use LevelDB
Q9.Will this work with the Game Pass version?
Q10.Is there a tutorial on what is in the zip file?
My tech has improved a bit, but still this game seems to be tough.
The CT is useless, but i just put it there in case.
Files may not be applied due to frequent requests for cloud synchronization.
If the file is being replaced, there should be a notation that says Debug Mode.
Includes the following files: Debug mode only, Debug mode +, Normal mode +, Text for display
Back up each of them and replace it.
Code: Select all
main.bundle.js
Steam\steamapps\common\Vampire Survivors\resources\app\.webpack\renderer
powerUpLang.json
Steam\steamapps\common\Vampire Survivors\resources\app\.webpack\renderer\assets\lang
Leveldb(savefolder)
C:\Users\XXX\AppData\Roaming\Vampire_Survivors\Local Storage\leveldb (XXX is your PC's name.)
This file contains the following Unedited file,Normal mode,Debug mode,powerUpLang.json,Change logs
How to use this cheat table?
- Install Cheat Engine
- Double-click the .CT file in order to open it.
- Click the PC icon in Cheat Engine in order to select the game process.
- Keep the list.
- Activate the trainer options by checking boxes or setting values from 0 to 1