I created an electron app for editing characters. It backs up the game's javascript bundle and lets you mod their stats, along with defaults applied to all characters. You have to do a little work on the command line to use it:
1. Download and install 'git' and 'nodejs'
2. From command line, run 'npm install -g yarn'
3. From command line, go to a directory where you want to clone the repo
4. Run 'git clone git@github.com:JasonGoemaat/electron-vampire-survivors.git'
5. Run 'cd electron-vampire-survivors'
6. Run 'yarn'
7. Run 'yarn dev' from here on to start it
Click on the 'about' link at the top for instructions.
Got stuck on cloning the repository. Getting the error:
"git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository."
I created an electron app for editing characters. It backs up the game's javascript bundle and lets you mod their stats, along with defaults applied to all characters. You have to do a little work on the command line to use it:
1. Download and install 'git' and 'nodejs'
2. From command line, run 'npm install -g yarn'
3. From command line, go to a directory where you want to clone the repo
4. Run 'git clone git@github.com:JasonGoemaat/electron-vampire-survivors.git'
5. Run 'cd electron-vampire-survivors'
6. Run 'yarn'
7. Run 'yarn dev' from here on to start it
Click on the 'about' link at the top for instructions.
Doesn't work. "fatal: could not read from remote repository, please make sure you have correct access rights", have and use both git and node.js
Why the hell is everyone making this so hard? LOL
OK, listen everyone, you can find almost everything to help you in main.bundle.js in the game folder Vampire Survivors (version ?)\resources\app\.webpack\renderer, just right click on it and edit it with notepad.
I found the whip and changed the power from 5 to 20, So every time I level up and level up the whip it is 20 power each time.
I don't want to mod it for people because someone might say it is too easy or still too hard so you can search in notepad
yourself for what you are looking for.
I am trying to find the right balance myself.
I tried this and I'm just stumped. None of it makes sense to me.
Why the hell is everyone making this so hard? LOL
OK, listen everyone, you can find almost everything to help you in main.bundle.js in the game folder Vampire Survivors (version ?)\resources\app\.webpack\renderer, just right click on it and edit it with notepad.
I found the whip and changed the power from 5 to 20, So every time I level up and level up the whip it is 20 power each time.
I don't want to mod it for people because someone might say it is too easy or still too hard so you can search in notepad
yourself for what you are looking for.
I am trying to find the right balance myself.
I tried this and I'm just stumped. None of it makes sense to me.
It just takes time to understand stuff in the file, it did for me. You will just have to keep working at it. I quit playing this game long ago, so sorry I can't help more. In the game folder look the the main.bundle.js and edit with notepad.
in the file go down until you find the whip and mod things on that first.
Maybe working with that will help you understand what to mod. Be careful when you edit the file because if you make spaces or put extra text into the file
the game won't load.
Again sorry I can't help more. Maybe someone still playing this game can help more.
Why the hell is everyone making this so hard? LOL
OK, listen everyone, you can find almost everything to help you in main.bundle.js in the game folder Vampire Survivors (version ?)\resources\app\.webpack\renderer, just right click on it and edit it with notepad.
I found the whip and changed the power from 5 to 20, So every time I level up and level up the whip it is 20 power each time.
I don't want to mod it for people because someone might say it is too easy or still too hard so you can search in notepad
yourself for what you are looking for.
I am trying to find the right balance myself.
I tried this and I'm just stumped. None of it makes sense to me.
Probably the easiest bit you can do is find the word "CHEATS" (should be near the top) and then remove the ! just to the right of it (should look like " 'CHEATS': 0x01"). Save the file and start it up. This will allow you to enter cheat codes [Link]
Can't find the address for gold via cheat engine, tried the stuff the others here wrote like "Value Type: Double" but doesn't seem to work. Did they change something?
Hello. This is my first post. I too really wanted to play with more weapons and powerups. But got impatient and decided to do it myself.
So you need to edit the main.bundle.js file. I used notepad++. Its located at Vampire Survivors\resources\app\.webpack\renderer You can use browse local files from steam and search for it. Usually the values are like ['_baseExperienceMultiplier']=0x6 You need to edit 0x6 to 0x12.
To increase experience gain you can edit baseExperienceMultiplier which is by default 0x1. You can change it to 0x6 for 6 times gain or 12 for 18 or any other value for that many times gain as the values are in hexadecimal. You can use [Link] for calculating the hex value.
To increase max weapons you need to increase maxTrueWeapons and SelectedMaxWeapons to 0x12 and select 18 weapons at start.
To increase powerups change maxPowerUpWeapons to 0x12 or 0x18
This should work.
I have added a copy of my main.bundle.js.zip for easy copy paste. I have edited the exp gain to 6 , max true weapons and maxpowerup weapons values in my file.
Has anybody looked into this game with the new engine (It uses Unity now)? Actually both engines can be used and default is the old but you can switch to the new engine.
Great options for a cheat table would be
-Godmode
-Onehitkill
-Increase Money
-If possible enable Debug Mode
[Link]
- Right-click the game in your Steam Library
- Go to Properties
- Go to Betas
- Enter the beta access code “newenginepls”
Please note this will run in parallel with the JS version for months, until everything is smoothed out. New content will be delivered on both versions