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.

Chasm .ser files

Featured Replies

  • Author
  • Localization

Ogoshi, posted Tue Jul 31, 2018 11:55 pm (37137)


Hello guys, The game is Chasm. > Steam

Can anyone help me with this ".ser" files? I dont how program use for extract/import this files.

Here is the folder of language of the game:

Regards.
  • Author
  • Localization

aluigi, posted Wed Aug 01, 2018 11:43 pm (37151)


it's a sort of binary csv file.
You can use this quickbms script for dumping all the strings and possibly reimporting them (size limit), it's not like a csv but it's better than nothing if nobody else replies:
Code:
callfunction DUMP 1
get ELEMENTS long
for x = 0 < ELEMENTS
    callfunction DUMP 1
next x

startfunction DUMP
    get STRINGS long
    for i = 0 < STRINGS
        get SIZE byte
        slog "" -1 SIZE
    next i
endfunction
  • Author
  • Localization

Ogoshi, posted Thu Aug 02, 2018 12:23 am (37154)


aluigi wrote:
it's a sort of binary csv file.
You can use this quickbms script for dumping all the strings and possibly reimporting them (size limit), it's not like a csv but it's better than nothing if nobody else replies:
Code:
callfunction DUMP 1
get ELEMENTS long
for x = 0 < ELEMENTS
    callfunction DUMP 1
next x

startfunction DUMP
    get STRINGS long
    for i = 0 < STRINGS
        get SIZE byte
        slog "" -1 SIZE
    next i
endfunction


Ty Aluigi, i'll test. <3
  • Author
  • Localization

Ogoshi, posted Sat Aug 04, 2018 2:23 am (37197)


aluigi wrote:
it's a sort of binary csv file.
You can use this quickbms script for dumping all the strings and possibly reimporting them (size limit), it's not like a csv but it's better than nothing if nobody else replies:
Code:
callfunction DUMP 1
get ELEMENTS long
for x = 0 < ELEMENTS
    callfunction DUMP 1
next x

startfunction DUMP
    get STRINGS long
    for i = 0 < STRINGS
        get SIZE byte
        slog "" -1 SIZE
    next i
endfunction


Hi Aluigi! I test the scritp, but the scritp dont work on only this file "formatted_text.ser", you can help me with this?

Here the all the texts files with text:


Regards.
  • Author
  • Localization

aluigi, posted Sat Aug 04, 2018 10:06 am (37210)


Eh no the structure of that specific file isn't clear.
  • Author
  • Localization

Ogoshi, posted Sun Aug 05, 2018 1:30 pm (37238)


aluigi wrote:
Eh no the structure of that specific file isn't clear.


:/

I hope someone can figure out this file, remain just this for translate that game.
  • Author
  • Localization

Delutto, posted Sun Aug 05, 2018 7:51 pm (37245)


Chasm SER Tool
By Delutto
See Readme.txt for instructions.
Attention! The tool doesn't work with *formatted_text.ser files yet.

Chasm_SER_Tool_By_Delutto.7z

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.