Loah26 wrote: ↑Tue Apr 12, 2022 10:13 pm
Vampire survivors have seen big changes in Major updates 0.5.0f
New relic / Major gameplay feature (Arcana) / 1 More level of Banish / 1 New weapon / Inlaid Library Coffin
So I updated main.bundle.js for it.(When versions are close, they are compatible in most cases.)
To access the beta
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, 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.
Q.What can do with this file?
Debug mode,Comfortable stats,Enable equip all Weapons and Items(unlock evolution number cap),All power-up products are 100 coins
Minimize the steps...
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.
There is a bug that causes inconsistencies if powerups aren't returned temporarily.
The reason is that powerups are different in main.bundle.js. Able to deal with it by doing Refund PowerUps in PowerUp Selection.
Menu cheats:
C:add coins(Fluctuating)
R:reset data(Unknown)
U:unlock all(and get 200000coins,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
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.
PowerUp,All powerups have been divided into 5 stages and...(except rerolls and skips)
damage+50% Armor+5 MaxHP+50% regen+1/sec Cooldown-100% Area+50% Attack Speed+50% Duration+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%
Every ability reaches a ridiculous number when it reaches the sixth level...Turning everything on would be terrible.
Tips:
Debug Mode
Code: Select all
const _0x2c518c = !0x1,
_0x40a53f = !0x1,
_0x517ec2 = !0x1,
_0x1ab3cd = 0x1fa,
_0x59e5c9 = 'v0.5.0f - EA',
Code: Select all
const _0x2c518c = !0x0,
_0x40a53f = !0x1,
_0x517ec2 = !0x1,
_0x1ab3cd = 0x1fa,
_0x59e5c9 = 0x0,
Weapon and Items number Cap Unlock
Code: Select all
this['maxTrueWeapons'] = 0x6,
this['maxPowerUpWeapons'] = 0x6,
Code: Select all
this['maxTrueWeapons'] = 0x12,
this['maxPowerUpWeapons'] = 0x12,
Evolution Cap Unlock
Lift the 10minutes evolution limit
Code: Select all
_0x4fed02[_0x87cb84(0x38a)]['SurvivedSeconds'] >= 0x258 && this[_0x87cb84(0x9e3)](_0x5a29ab[_0x87cb84(0x9fc)]),
Code: Select all
_0x4fed02[_0x87cb84(0x38a)]['SurvivedSeconds'] >= 0x0 && this[_0x87cb84(0x9e3)](_0x5a29ab[_0x87cb84(0x9fc)]),
Back up each of them and replace it.
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