VulcanTR Posted August 31, 2019 Share Posted August 31, 2019 I am trying to use automation tools but still i haven't succeed it. Can you check the picture? Link to comment Share on other sites More sharing options...
HadToRegister Posted August 31, 2019 Share Posted August 31, 2019 Your path is correct.The problem is, is you have the script looking for the value of 5, instead of 5.000000You need to type in the values EXACTLY, and not just 5 and 3They need to be 5.000000 and 3.000000 Easy tip, all of the numeric values have 8 characters, so when I type them in I start counting 1 2 3 4 5 6 7 82 . 0 0 0 0 0 0 Also, if you're planning on changing a lot of values, instead of typing in that path every time DATA - Data\Weight, make sure to copy it, so you can just paste it in the field the next timeAlso, if you want to make an entire section (such as BOOKS) weightless, just put * in the search field, and 0.000000 in the value fieldSo DATA -Data\Weight * 0.0000000 will make everything in the branch you have highlighted weigh 0I do this with Ingredients (Because I think it's ridiculous to get overencumbered by picking one extra flower), and Books Another tip is, you can hit the + on the screen (like in your screenshot), and it will add ANOTHER entry under your previous one, so you can make multiple edits at once.Just make sure to not make one of your end results, be a search term for the next lineIE don't have one line changing values of 5.000000 to 3.000000 then have the next line search for 3.000000 and change to 2.000000 because you'll end up change all your 5.000000 and 3.000000 to 2.000000 Link to comment Share on other sites More sharing options...
VulcanTR Posted August 31, 2019 Author Share Posted August 31, 2019 Your path is correct.The problem is, is you have the script looking for the value of 5, instead of 5.000000 You need to type in the values EXACTLY, and not just 5 and 3They need to be 5.000000 and 3.000000 Easy tip, all of the numeric values have 8 characters, so when I type them in I start counting 1 2 3 4 5 6 7 82 . 0 0 0 0 0 0 Also, if you're planning on changing a lot of values, instead of typing in that path every time DATA - Data\Weight, make sure to copy it, so you can just paste it in the field the next time Also, if you want to make an entire section (such as BOOKS) weightless, just put * in the search field, and 0.000000 in the value field So DATA -Data\Weight * 0.0000000 will make everything in the branch you have highlighted weigh 0 I do this with Ingredients (Because I think it's ridiculous to get overencumbered by picking one extra flower), and Books Ok it was an example. Here it is what i try to do. I want to change all these selected values damage from 30 to 27. Check the picture please. But it is not works. If i learn how to, i need to change thousands of records. Link to comment Share on other sites More sharing options...
HadToRegister Posted August 31, 2019 Share Posted August 31, 2019 Ok it was an example. Here it is what i try to do. I want to change all these selected values damage from 30 to 27. Check the picture please. But it is not works. If i learn how to, i need to change thousands of records. Check my previous post, I added a lot to it. your values need to be 30.00000 and 27.00000 not 30 and 27. Are you looking to reduce ALL of the weights by 3? Link to comment Share on other sites More sharing options...
VulcanTR Posted August 31, 2019 Author Share Posted August 31, 2019 Ok it was an example. Here it is what i try to do. I want to change all these selected values damage from 30 to 27. Check the picture please. But it is not works. If i learn how to, i need to change thousands of records. Check my previous post, I added a lot to it. your values need to be 30.00000 and 27.00000 not 30 and 27. Are you looking to reduce ALL of the weights by 3? Ah it counts for this one too? Now i am using replaceDATA - Data\Damage 30.00000 26.00000 and boom.. Now i am trying to decrease damage to these items from 30 to 26. And it doesn't worked. What am i missing? Link to comment Share on other sites More sharing options...
VulcanTR Posted August 31, 2019 Author Share Posted August 31, 2019 Ah forgot to add picture Link to comment Share on other sites More sharing options...
HadToRegister Posted August 31, 2019 Share Posted August 31, 2019 Try DATA - Game Data\Damage Link to comment Share on other sites More sharing options...
VulcanTR Posted August 31, 2019 Author Share Posted August 31, 2019 (edited) Hmmmm no error this time but why there is changes :D Edit: I have discovered something. I have tried to do like this, and it looks worked Used Function instead of ReplaceData - Game Data\Damage26 (not to 26.00000) and it seems damage records of items i've selected, changed into 26. Thank you for your help my friend. Is there any downside of this way? I hope it will not changes anything instead of damage. Edited August 31, 2019 by VulcanTR Link to comment Share on other sites More sharing options...
HadToRegister Posted August 31, 2019 Share Posted August 31, 2019 Oops!My Mistake, I usually only work with Weight, so I'm used to always using 3.000000, 5.000000 etcFor the Damage, the numbers are just regular 30 and 27 Link to comment Share on other sites More sharing options...
HadToRegister Posted August 31, 2019 Share Posted August 31, 2019 Uh...I would stick with Replace to Replace values Link to comment Share on other sites More sharing options...
Recommended Posts