Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

??? ????? ??????, ???????? ? ?????????? ????? ?? ????, ? ????? ??? ! [Icarus Online]

Featured Replies

  • Author
  • Localization

aluigi, posted Tue Aug 15, 2017 2:45 pm (25546)


Name of the game?

That item.bin file you uploaded is a localization file and so it contains no data/files.

You can use google translate to post in english.
  • Author
  • Localization

salam, posted Tue Aug 15, 2017 5:25 pm (25556)


ICARUS ONLINE ??? !! Than you can open this file ?
  • Author
  • Localization

aluigi, posted Tue Aug 15, 2017 5:42 pm (25558)


Topic moved in Game Localization because it's not related to archives, this is a translation topic.
item.bin contains some text but I don't think there is really something to edit. Worst case scenario open it with a hex editor.
  • Author
  • Localization

salam, posted Tue Aug 15, 2017 8:47 pm (25563)


I have a method that You can use it in the xlsx format to convert and edit, but back to the (.bin) to pack I don't know how
  • Author
  • Localization

aluigi, posted Tue Aug 15, 2017 9:55 pm (25566)


The only thing I can do is a simple script that dumps all the strings so you can edit them with a normal text editor and you can use the reimport feature of quickbms to store them back.
What's important is that you do NOT make longer strings, they must be the same length of the original of maybe shorter..
Read section 3 of http://aluigi.org/papers/quickbms.txt

Script for quickbms:
Code:
goto 0x39   # info about strings? let's guess them
get BIN_SIZE asize
for i = 0
    savepos BASE_OFF
    get OFFSET long
    if OFFSET u> BIN_SIZE
        break
    endif
    putarray 0 i OFFSET
next i
math STRINGS = i
get NAME basename
string NAME ".txt"
for i = 0 < STRINGS
    getarray OFFSET 0 i
    math OFFSET BASE_OFF
    if OFFSET < BIN_SIZE
        slog NAME OFFSET -1
    endif
next i

Please note that I can't help further, this solution works correctly but with some limitations.
If it's not enough I hope someone else is interested in helping you.

*edit* script updated against invalid offsets
  • Author
  • Localization

salam, posted Tue Aug 15, 2017 11:33 pm (25575)


how to pack back in the bin format ?
  • Author
  • Localization

aluigi, posted Wed Aug 16, 2017 8:05 am (25579)


I have updated the previous script to handle the invalid information in these other bin files.
For packing back read section 3 of http://aluigi.org/papers/quickbms.txt as I already told you.
  • Author
  • Localization

salam, posted Wed Aug 16, 2017 3:44 pm (25606)


Thank you but I don't understand the translation via Google bad
  • Author
  • Localization

salam, posted Wed Aug 16, 2017 3:48 pm (25607)


you could write a full script for these files I think other people will also be interested in it
  • Author
  • Localization

aluigi, posted Wed Aug 16, 2017 9:52 pm (25609)


Generate item.txt using the script.
Edit one of the korean texts without changing the length of the text (it's just a test)
Run reimport.bat and select the script, item.bin and the output folder where you generated item.bin (SAME files and folders you selected the first time).
That's all.
  • Author
  • Localization

aluigi, posted Thu Aug 17, 2017 4:03 pm (25636)


aluigi wrote:
SAME files and folders you selected the first time
It means you must select item.bin, NOT item.txt. And also your output folder is probably wrong. SAME SAME SAME, ok?
  • Author
  • Localization

salam, posted Thu Aug 17, 2017 4:23 pm (25638)


??, ? ??? ??????? ???? ? ??? .bin.
  • Author
  • Localization

aluigi, posted Thu Aug 17, 2017 4:40 pm (25641)


You must select ITEM.BIN in both extraction and reimporting
  • Author
  • Localization

salam, posted Thu Aug 17, 2017 5:10 pm (25645)


does not work
  • Author
  • Localization

salam, posted Thu Aug 17, 2017 5:15 pm (25647)


?????
  • Author
  • Localization

salam, posted Fri Aug 18, 2017 3:37 am (25662)


Happened!!! Thank you !!!! Just translating clumsy very)) tried through other translators to translate the text, and it turned out that the meaning became clear!
  • Author
  • Localization

salam, posted Fri Aug 18, 2017 3:40 am (25663)


But here other files he does not want to translate in txt !! How to solve this?
Can you make a script for them too?
  • Author
  • Localization

salam, posted Fri Aug 18, 2017 8:05 pm (25708)


?????
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.