Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.50 KB | None | 0 0
  1. Physique Slider Script Setup (Code Vein):
  2.  
  3. This cheat engine script allows you to go beyond the maximum value of the Physique Slider, enabling different proportions.
  4.  
  5. #note: I haven't had any crashes with this cheat code in 10 hours of gameplay, but make sure to backup your save files just in case. Also worth noting that all changes made can be reverted.
  6.  
  7. 1) Download the cheat code and install the latest version of Cheat Engine:
  8. - Cheat code uploaded to the Code Vein modding discord.
  9.  
  10. 2) Run Cheat engine, load the cheat table by double clicking the file and also launch the game.
  11.  
  12. 3) at the bottom panel of CE, a script called "PhysSet" should be loaded. double click to open the code.
  13.  
  14. 4) Time to set how you want your character to look like. On the cheat code, you will see these lines followed by a set of numbers:
  15. originalcode:
  16. cmp [rdi+00001510],40700000 // insert hexadecimal number here
  17. je returnhere
  18. mov [rdi+00001510],40700000 // insert hexadecimal number here
  19.  
  20. 1.0 means 1 times the maximum value from the physical slider, 2.0 means two times, etc. Now you grab the hexadecimal number equivalent to the number you want and replace the pre-set number (40700000) on both lines, supposing it's 2.5 it would look like this:
  21.  
  22. originalcode:
  23. cmp [rdi+00001510],40200000
  24. je returnhere
  25. mov [rdi+00001510],40200000
  26.  
  27. 5) Press OK, if any error message pop up, just ignore it and save anyway.
  28.  
  29. 6) Make Cheat Engine recognize the game by clicking on the monitor/magnifier icon at the top left and selecting code vein (game must be running). You will see a pop up, press yes to keep the code list
  30.  
  31. 7) Click the box in the script row and it should be marked by a red X. Now just load your save file.
  32.  
  33. Final notes:
  34. - You can change the looks without unloading your save. To do that just open the script code again and change the values, then uncheck and recheck the box to deactivate and reactivate the script. The next time your character model gets loaded (teleporting, dying, cutscene, etc) you will see the changes.
  35. - The fastest way to try out things in game is talking to the mirror and ending customization. You can also go to character creation and try out a lot of things since every time you load a model it updates the thiccness to the new value.
  36. - The modifications aren't saved when you close the game, so you need to have the script running if you want the changes.
  37. - If you close the game you have to do step 6 again because it creates a new process.
  38.  
  39. Made by Gikkul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement