Leinadz Posted February 9, 2013 Posted February 9, 2013 How to delete file inside my GRF using Thor Patcher? Quote
Brian Posted February 11, 2013 Posted February 11, 2013 You specify the file path and filename like this: http://www.eathena.ws/board/index.php?act=findpost&pid=1216681 In delete file tab, put a list of files you want to delete (eg. data\sclientinfo.xml), note that file name only supports in ACSII at this moment. then the output you still choose GRF or File, other than that it's same as regular patch. 2 Quote
Mootie Posted February 9, 2013 Posted February 9, 2013 In delete file tab, put a list of files you want to delete (eg. data\sclientinfo.xml), note that file name only supports in ACSII at this moment. then the output you still choose GRF or File, other than that it's same as regular patch. Quote
Leinadz Posted February 9, 2013 Author Posted February 9, 2013 (edited) Thanks BTW , to delete , where i will put the files to delete?...in " Add to List?" or " File Import". Im confused in here. And , will it be automatically search the directory of the files to delete inside my GRF?. Ex. /data/sprite/ Edited February 9, 2013 by Leinadz Quote
BreatheVeiN Posted February 9, 2013 Posted February 9, 2013 (edited) Ahh ,thanks .. BTW , can you explain what is ASCII and UNICODE? Thanks BTW , to delete , where i will put the files to delete?...in " Add to List?" or " File Import". Im confused in here. And , will it be automatically search the directory of the files to delete inside my GRF?. Ex. /data/sprite/ Hmm, Unicode is a way to assign unique numbers (called code points) to almost every character that is in active use today. This includes characters from nearly all languages plus many other characters such as mathematical symbols. There are many ways to encode Unicode strings as bytes, such as UTF-8 and UTF-16. ASCII assigns values only to 128 characters (a-z, A-Z, 0-9, space, some punctuation, and some control characters). As such it has a very limited use. For every character that has an ASCII value, the Unicode code point and the ASCII value of that character are the same. In most modern applications you should prefer to use Unicode strings rather than ASCII. This will for example allow you to have users with accented characters in their name or address, and to localize your interface to languages other than English. Get it? ..... Edited February 9, 2013 by BreatheVeiN Quote
Leinadz Posted February 9, 2013 Author Posted February 9, 2013 Lols , i think you are not talking about Thor Patcher. Im just only asking this" "BTW , to delete , where i will put the files to delete?...in " Add to List?" or " File Import". Im confused in here. And , will it be automatically search the directory of the files to delete inside my GRF?." Ex. /data/sprite/ Quote
Leinadz Posted February 11, 2013 Author Posted February 11, 2013 (edited) In deleting files , does Thor Patcher will auto locate the directory were the files should be delete? Edited February 11, 2013 by Brian *merged topics Quote
Balmung Posted September 17, 2013 Posted September 17, 2013 (edited) thanks Edited September 17, 2013 by Balmung Quote
Question
Leinadz
How to delete file inside my GRF using Thor Patcher?
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.