New in item_db

Hello there, the last changes were just switch from numbers to constants you can change them for your custom items using any find and replace tool available for your OS. 

 
Hello there, the last changes were just switch from numbers to constants you can change them for your custom items using any find and replace tool available for your OS. 
ya but like example i did many edit on my item_db. also it give really pain when messing it up with armors and weapons. for example i'd like to replace a loc: 1 then the loc: 16, 132, and so on will get affected too. i'm using natural notepad. I don't know how to use expression on notepad++

 
You can use regex to replace those, for notepad++ select Regular expression in the search mode and for example search for

Loc: 1\n


and replace with 

Loc: "CONSTANT"\n


this will change only the target number without affecting the others such as 16, 132....

 
Back
Top