Meister Posted November 13, 2012 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share Posted November 13, 2012 Is there a ready to use program that will convert iteminfo.lua back to old itemid files text? example. iteminfo.lua will become > idnumresnametable.txt and etc.. TY! Quote Link to comment Share on other sites More sharing options...
Vach Posted November 13, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 326 Reputation: 19 Joined: 09/27/12 Last Seen: February 27, 2021 Share Posted November 13, 2012 The only one I know of is the one that does it the other way around. How many custom items do you have? You may have to do it manually; although if you open a bunch of files at once with something like notepad++ that won't take too long... Unless you have hundreds of custom items. May I ask why you need to do this? Moving from 2012-04-18+ to an old exe for what reason? Quote Link to comment Share on other sites More sharing options...
Meister Posted November 13, 2012 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Author Share Posted November 13, 2012 The only one I know of is the one that does it the other way around. How many custom items do you have? You may have to do it manually; although if you open a bunch of files at once with something like notepad++ that won't take too long... Unless you have hundreds of custom items. May I ask why you need to do this? Moving from 2012-04-18+ to an old exe for what reason? going back to 2012-04-10. Just for rathena's purpose. Haven't tried 2012-04-18. Does it works like a charm like 2012-04-10? Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted November 13, 2012 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: April 15 Share Posted November 13, 2012 Just as a side note Vach, if you know of one that can convert around 10k custom items in the item_db2 to the iteminfo.lua please let me know. Thanks. Peopleperson49 Quote Link to comment Share on other sites More sharing options...
Vach Posted November 13, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 326 Reputation: 19 Joined: 09/27/12 Last Seen: February 27, 2021 Share Posted November 13, 2012 going back to 2012-04-10. Just for rathena's purpose. Haven't tried 2012-04-18. Does it works like a charm like 2012-04-10? To be honest, I'm not sure. I had absolutely no problems with 04-24 except the weapon sprite issue that I recently posted about. I just very much dislike the old text file system compared to the itemInfo.lua structure. I am actually using a stabilized 06-18 now. Just as a side note Vach, if you know of one that can convert around 10k custom items in the item_db2 to the iteminfo.lua please let me know. Thanks. Peopleperson49 I don't, I used the same converter that is available here on the forum downloads. I only had about 200 or so custom items. My recommendation is to use that file but parse it into sections of the highest it can manage. And copy/paste to your own itemInfo.lua. That's a lot of custom items! XD Quote Link to comment Share on other sites More sharing options...
Peopleperson49 Posted November 14, 2012 Group: Members Topic Count: 219 Topics Per Day: 0.05 Content Count: 1181 Reputation: 141 Joined: 01/27/12 Last Seen: April 15 Share Posted November 14, 2012 (edited) Is the iteminfo more reliable than using the seperate txt files? I have somewhere between 10k and 15k custom items. Over 5k custom skills scrolls for every active skill with a duration and many more items... Anybody know what the maximum limit for what the converter can handle without errors? When I try to convert the entire file it would convert all the files, but parts of them would be missing info when I tried to use them. Peopleperson49 Edited November 14, 2012 by Peopleperson49 Quote Link to comment Share on other sites More sharing options...
Earthlingz Posted November 14, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 187 Reputation: 35 Joined: 01/01/12 Last Seen: September 20, 2014 Share Posted November 14, 2012 Kind of out of topic Since i didnt announce it to public that we still have a way to use .txt files, but with some modifications to etcinfo.txt, i had it commited to repository long ago. See: http://svn6.assembla.com/svn/ClientSide/Translation_Project/Dev/ there were no notes but in order for the text files to work etcinfo.txt must has the line event#1# also some old .txt files are totally removed to the client so they are remained in System/iteminfo.lub http://svn6.assembla.com/svn/ClientSide/Translation_Project/Dev/System/itemInfo.lub <-- this has only slots, unidentified and identified item names. Quote Link to comment Share on other sites More sharing options...
Vach Posted November 14, 2012 Group: Members Topic Count: 21 Topics Per Day: 0.00 Content Count: 326 Reputation: 19 Joined: 09/27/12 Last Seen: February 27, 2021 Share Posted November 14, 2012 I think it is more reliable and useful. There are technically less lines of text being used even though it's one big file and it becomes easier to format and see errors (at least to me). Quote Link to comment Share on other sites More sharing options...
Question
Meister
Is there a ready to use program that will convert iteminfo.lua back to old itemid files text?
example. iteminfo.lua will become > idnumresnametable.txt and etc..
TY!
Link to comment
Share on other sites
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.