Vampire Survivors
Re: Vampire Survivors
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
- notpikachu
- Table Makers
- Posts: 311
- Joined: Wed Apr 01, 2020 10:32 am
- Reputation: 337
Re: Vampire Survivors
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 .
Edit1: If anyone has the same problem while 100% sure they have the v0.2.8, please drop a PM to me.
-
- What is cheating?
- Posts: 3
- Joined: Wed Oct 07, 2020 5:32 am
- Reputation: 0
Re: Vampire Survivors
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
- notpikachu
- Table Makers
- Posts: 311
- Joined: Wed Apr 01, 2020 10:32 am
- Reputation: 337
Re: Vampire Survivors
Alright, the jigs is up as I can't do this forever , change all of these inside one file, which should be in this path:Dark Demon96 wrote: ↑Thu Jan 20, 2022 4:54 amHey 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
\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
Best regards,
notpikachu
Re: Vampire Survivors
Thanks notpikachu so much for sharing how to edit the stats! After restore default value of
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!
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
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 stuffnotpikachu wrote: ↑Thu Jan 20, 2022 6:28 amAlright, the jigs is up as I can't do this forever , change all of these inside one file, which should be in this path:Dark Demon96 wrote: ↑Thu Jan 20, 2022 4:54 amHey 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
\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)Modify it according to what you believe, a fun experience, or you be bored like I did.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
Best regards,
notpikachu
- notpikachu
- Table Makers
- Posts: 311
- Joined: Wed Apr 01, 2020 10:32 am
- Reputation: 337
Re: Vampire Survivors
Hello there,Atmogenic wrote: ↑Fri Jan 21, 2022 7:05 pmsorry 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
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
This version fixes the graphic error happens after the update today
- Attachments
-
- resources v0.2.8 updated 23rd of Jan.zip
- (484.11 KiB) Downloaded 668 times
-
- Noobzor
- Posts: 7
- Joined: Sat Nov 17, 2018 3:33 pm
- Reputation: 2
Re: Vampire Survivors
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 ?
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
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"
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"
- Attachments
-
- Money Farm.rar
- (159.81 KiB) Downloaded 1445 times
-
- Survivor 1.rar
- (159.81 KiB) Downloaded 709 times
-
- Survivor 2.rar
- (159.8 KiB) Downloaded 377 times
-
- Survivor 3.rar
- (159.81 KiB) Downloaded 1088 times
Last edited by vinny969 on Wed Jan 26, 2022 6:50 pm, edited 4 times in total.
Re: Vampire Survivors
Any way to unlock all achievements?
-
- What is cheating?
- Posts: 1
- Joined: Tue Jan 25, 2022 8:13 pm
- Reputation: 1
Re: Vampire Survivors
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
coderoncruise wrote: ↑Tue Jan 25, 2022 8:18 pm
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 !
Who is online
Users browsing this forum: Broname, Colinious, q13gh, WhoAmI