Page 4 of 15

Re: Vampire Survivors

Posted: Wed Jan 19, 2022 11:13 pm
by k0walt
As soon as I start the game using your resources folder I get a blackscreen or rather a redscreen ingame. nothing else happens,it wont start up

Re: Vampire Survivors

Posted: Thu Jan 20, 2022 3:50 am
by notpikachu
k0walt wrote:
Wed Jan 19, 2022 11:13 pm
As soon as I start the game using your resources folder I get a blackscreen or rather a redscreen ingame. nothing else happens,it wont start up
What version, not crack I supposed? Mine should be latest from steam v0.2.8 build 8033445 and I tested it again just to make sure they all work. The only time the black screen happen to me, is when I try to use an old version into the new version or vice versa :P .

Edit1: If anyone has the same problem while 100% sure they have the v0.2.8, please drop a PM to me.

Re: Vampire Survivors

Posted: Thu Jan 20, 2022 4:54 am
by Dark Demon96
Hey notpikachu, your "game enhancement" works great. I was wondering if you could make one that isn't so god tier. Perhaps maybe one that is only slightly buffing you with increased walk speed and a slight buff in health with that magnetic powerup on continuously. Oh and attack speed only slightly increased. I tried to do it myself however i am noob and can't figure it out. Thanks

Re: Vampire Survivors

Posted: Thu Jan 20, 2022 6:28 am
by notpikachu
Dark Demon96 wrote:
Thu Jan 20, 2022 4:54 am
Hey notpikachu, your "game enhancement" works great. I was wondering if you could make one that isn't so god tier. Perhaps maybe one that is only slightly buffing you with increased walk speed and a slight buff in health with that magnetic powerup on continuously. Oh and attack speed only slightly increased. I tried to do it myself however i am noob and can't figure it out. Thanks
Alright, the jigs is up as I can't do this forever :lol:, change all of these inside one file, which should be in this path:
\Vampire Survivors\resources\app\.webpack\renderer\main.bundle.js

You prolly need this [Link] or whatever you comfortable with.

After that, just change this part for each hero. It be even better if you know regex so you can do batch editing, if not, stick with manual editing. Even put a few comments for important part.

Example (Anything start with 0x is basically hexadecimal, scroll to the right side to see the comment)

Code: Select all

'level': 0x1,  
'startingWeapon': _0x26867f[_0x3b84df(0x805)],
'charName': 'Antonio',												//Name of the hero, fancy something like Trevor Belmont
'surname': 'Belpaese',
'spriteName': 'Antonio_01.png',
'walkingFrames': 0x4,
'description': 'Attacks deal 10% more damage every 10 levels (max +50%).',
'isBought': !0x0,
'price': 0x0,														//Obvious
'maxHp': 0x64,												       //Obvious
'armor': 0x0,														//Obvious
'regen': 0x0,														//Obvious
'moveSpeed': 0x1,												//Walking speed 
'power': 0x1,														//Damage
'cooldown': 0x1,											                 // Should be negative if you want to reduce cooldoown
'area': 0x1,														//How big the projectile/area of attack
'speed': 0x1,														//Speed of the attack
'duration': 0x1,													//How long the attack duration
'amount': 0x0,													//The amount of attack
'luck': 0x1,														//Affect percentage of roles and item finder
'growth': 0x1,														//Exp Multiplier
'greed': 0x1,														//Money Multiplier
'magnet': 0x0,													//Magnet Multiplier
Modify it according to what you believe, a fun experience, or you be bored like I did.

Best regards,
notpikachu

Re: Vampire Survivors

Posted: Thu Jan 20, 2022 1:21 pm
by dkwo
Thanks notpikachu so much for sharing how to edit the stats! After restore default value of area (0x1) and power (0x1) the screen is now less intense and character is not as strong.

I wish there's a way to edit weapon attributes as some of them are way to powerful when character stats are tweaked. I somehow know 0x805 is whip but all the code is obfuscated so it's very hard to find the right part to edit.

Anyway, thanks again!

Re: Vampire Survivors

Posted: Fri Jan 21, 2022 7:05 pm
by Atmogenic
notpikachu wrote:
Thu Jan 20, 2022 6:28 am
Dark Demon96 wrote:
Thu Jan 20, 2022 4:54 am
Hey notpikachu, your "game enhancement" works great. I was wondering if you could make one that isn't so god tier. Perhaps maybe one that is only slightly buffing you with increased walk speed and a slight buff in health with that magnetic powerup on continuously. Oh and attack speed only slightly increased. I tried to do it myself however i am noob and can't figure it out. Thanks
Alright, the jigs is up as I can't do this forever :lol:, change all of these inside one file, which should be in this path:
\Vampire Survivors\resources\app\.webpack\renderer\main.bundle.js

You prolly need this [Link] or whatever you comfortable with.

After that, just change this part for each hero. It be even better if you know regex so you can do batch editing, if not, stick with manual editing. Even put a few comments for important part.

Example (Anything start with 0x is basically hexadecimal, scroll to the right side to see the comment)

Code: Select all

'level': 0x1,  
'startingWeapon': _0x26867f[_0x3b84df(0x805)],
'charName': 'Antonio',												//Name of the hero, fancy something like Trevor Belmont
'surname': 'Belpaese',
'spriteName': 'Antonio_01.png',
'walkingFrames': 0x4,
'description': 'Attacks deal 10% more damage every 10 levels (max +50%).',
'isBought': !0x0,
'price': 0x0,														//Obvious
'maxHp': 0x64,												       //Obvious
'armor': 0x0,														//Obvious
'regen': 0x0,														//Obvious
'moveSpeed': 0x1,												//Walking speed 
'power': 0x1,														//Damage
'cooldown': 0x1,											                 // Should be negative if you want to reduce cooldoown
'area': 0x1,														//How big the projectile/area of attack
'speed': 0x1,														//Speed of the attack
'duration': 0x1,													//How long the attack duration
'amount': 0x0,													//The amount of attack
'luck': 0x1,														//Affect percentage of roles and item finder
'growth': 0x1,														//Exp Multiplier
'greed': 0x1,														//Money Multiplier
'magnet': 0x0,													//Magnet Multiplier
Modify it according to what you believe, a fun experience, or you be bored like I did.

Best regards,
notpikachu
sorry I don't understand how to edit this, what do i do with the "0x0" stuff? if i want infinite pickup radius, how do I make that happen as I've never had to do this before with a game. I got it open with the javascript beautifer but I don't know how to change the stuff

Re: Vampire Survivors

Posted: Sat Jan 22, 2022 3:41 am
by notpikachu
Atmogenic wrote:
Fri Jan 21, 2022 7:05 pm
sorry I don't understand how to edit this, what do i do with the "0x0" stuff? if i want infinite pickup radius, how do I make that happen as I've never had to do this before with a game. I got it open with the javascript beautifer but I don't know how to change the stuff
Hello there,

0x0 means it's in hexadecimal and without that, it should be in decimal (your normal number).
Technically, the javascript beautifier isn't needed, but it help make the jumble code into something that is readable.
If you want to make infinite pickup radius, just change 'magnet': 0x0, to something large like 'magnet': 0x64,(hex). You can also put something like this 'magnet': 0, to 'magnet': 100, without the 0x, which exactly the same like the one above (dec).

Best regards,
notpikachu

Re: Vampire Survivors

Posted: Sun Jan 23, 2022 7:21 am
by imbapc
This version fixes the graphic error happens after the update today

Re: Vampire Survivors

Posted: Sun Jan 23, 2022 9:26 am
by GeoX333
imbapc wrote:
Sun Jan 23, 2022 7:21 am
This version fixes the graphic error happens after the update today
where is the resource folder located? i must be blind.

Re: Vampire Survivors

Posted: Sun Jan 23, 2022 11:08 am
by blackpinkf10
imbapc wrote:
Sun Jan 23, 2022 7:21 am
This version fixes the graphic error happens after the update today
Thanks a million again! Can I ask if you can help creating file only with max luck? :) This is one TOO way strong. :D

Re: Vampire Survivors

Posted: Tue Jan 25, 2022 12:57 pm
by deuxdoom
pip install plyvel-win32

then printed this message.

ERROR: Could not find a version that satisfies the requirement plyvel-win32 (from versions: none)
ERROR: No matching distribution found for plyvel-win32


how to solve this problem ?

Re: Vampire Survivors

Posted: Tue Jan 25, 2022 5:20 pm
by vinny969
If you have error on cmd with "pip install plyvel-win32", use Python v3.8.5 or lower.
If you don't know how to edit Python or never used, i recommend just modifying the character stats.
This is the best way for those who just want a small boost without spoiling the fun.

Here are some setup i did:

SURVIVOR 1
Luck 100%
Magnet 300%
(This setup is enough to get level 100+ and 8k-10k gold coins in every run)

SURVIVOR 2
Luck 300%
Magnet 300%
Power 100%

SURVIVOR 3
Luck 400%
Magnet 300%
Power 200%
Amount +5

MONEY FARM +
Greed 1000000%
(On a single money bag u can take more 200k gold coins, enough to buy all skills)

Install:
1. Go to the game folder in Steam\steamapps\common\Vampire Survivors\resources\app\.webpack\renderer
2. Backup main.bundle.js file
3. Replace with the file you downloaded
4. Open the game

Note: All character stats can be changed with Notepad. Although the information is tangled up, you can filter with Ctrl+F "charname"

Re: Vampire Survivors

Posted: Tue Jan 25, 2022 7:57 pm
by Zercrow
Any way to unlock all achievements?

Re: Vampire Survivors

Posted: Tue Jan 25, 2022 8:18 pm
by coderoncruise
deuxdoom wrote:
Tue Jan 25, 2022 12:57 pm
pip install plyvel-win32

then printed this message.

ERROR: Could not find a version that satisfies the requirement plyvel-win32 (from versions: none)
ERROR: No matching distribution found for plyvel-win32


how to solve this problem ?

I got the same error because I have python 3.10 installed.

This worked for me
> py -3.9 -m pip install plyvel-win32
> py -3.9
> import plyvel
> db = plyvel.DB(r'C:\Users\{{myusername}}\AppData\Roaming\Vampire_Survivors\Local Storage\leveldb', create_if_missing=False)
> db.put(b'_file://\x00\x01CapacitorStorage.Coins', b'\x0199999')


Make sure your game is closed. Once edited the file using the above command, exit Python terminal or close the cmd terminal. My progress got reset because the game created new files.

Re: Vampire Survivors

Posted: Wed Jan 26, 2022 5:31 am
by deuxdoom
coderoncruise wrote:
Tue Jan 25, 2022 8:18 pm
deuxdoom wrote:
Tue Jan 25, 2022 12:57 pm
pip install plyvel-win32

then printed this message.

ERROR: Could not find a version that satisfies the requirement plyvel-win32 (from versions: none)
ERROR: No matching distribution found for plyvel-win32


how to solve this problem ?

I got the same error because I have python 3.10 installed.

This worked for me
> py -3.9 -m pip install plyvel-win32
> py -3.9
> import plyvel
> db = plyvel.DB(r'C:\Users\{{myusername}}\AppData\Roaming\Vampire_Survivors\Local Storage\leveldb', create_if_missing=False)
> db.put(b'_file://\x00\x01CapacitorStorage.Coins', b'\x0199999')


Make sure your game is closed. Once edited the file using the above command, exit Python terminal or close the cmd terminal. My progress got reset because the game created new files.

thx very much !