Search found 2 matches

by johnhsq
Tue Jan 11, 2022 1:07 pm
Forum: Single Player Cheat Requests
Topic: Vampire Survivors
Replies: 213
Views: 273895

Re: Vampire Survivors

bbinshadow wrote:
Tue Jan 11, 2022 11:22 am
Thanks! your guide is so kind
I pasted 'pip install plyvel-win32' in IDLE (Python 3.10 64-bit), then it saied ' SyntaxError: invalid syntax'
Well, you have to run it from cmd, press Win + R and enter cmd.exe, press enter, then enter the command 'pip install plyvel-win32'
by johnhsq
Tue Jan 11, 2022 3:00 am
Forum: Single Player Cheat Requests
Topic: Vampire Survivors
Replies: 213
Views: 273895

Re: Vampire Survivors

So for those who is trying to modify save file with python on Windows , you can try following steps: 0.Install python3.8+, if you don't have one, download it here: https://www.python.org/downloads/release/python-3812/ 1.Instead of "leveldb", you are supposed to use "plyvel" on Windows, press Win + R...