Jump to content

How can i change values of the hundreds of files?


VulcanTR

Recommended Posts

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 3
They 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 8

2 . 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

 

 

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 line

IE 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



Quckchange-Script-Xedit.jpg

Link to comment
Share on other sites

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 3

They 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 8

2 . 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

 

 

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

 

 

 

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 replace

DATA - 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

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 Replace

Data - Game Data\Damage

26 (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 by VulcanTR
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...