Advertisement
Guest User

roundscape mv cheat

a guest
Sep 5th, 2016
46,005
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. remember NO value follow the formula val*2+1 so use the values as they are
  2. remember to backup the files before changing them
  3.  
  4. programs used notepad++ with jstool plugin (download from plugin menu if notepad),
  5. and mvSaveFile that you can download here http://www.ulmf.org/bbs/showthread.php?t=28936
  6.  
  7.  
  8. -affection/corruption and exp
  9. open the save with mvSaveFile and edit it with notepad after using jstool/format to better dispaly the text
  10. search affection corruption like this affValue, corrValue
  11. example: with aff=2 and corruption=-2 search 2, -2 and replace with 100, -100
  12. notes: there is a space after the comma, corruption can be negative(put a -).
  13. Search exp and replace it with the desired value.
  14.  
  15. -stats in www/data folder
  16. the table that contain the relations between level and the value of a stat is in Classes.json
  17. it's based on the class and in Actors.json there is the class id of every character to know what class choose.
  18. to change a value simply search for the index (with jstool plugin you can use the viewer to read more easily the arrays)
  19. and change the value.
  20. note: the values in the game may not be equal to the ones in the file but it work if the index correspond to the right level
  21. also i only tested hp since changing skill power and exp is easier.
  22.  
  23.  
  24. -skill power
  25. in Skill.json change the formula field
  26. example: formula":"a.mat * 2 - b.mdf" --> formula":"a.mat * 200 - b.mdf"
  27. this increase the damage of the skill a hundred times (change one aoe to kill anything in one hit) .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement