Page 1 of 1

Simon The Sorcerer 5 - .d0xx files

Posted: Thu Jun 03, 2010 3:35 pm
by Sheen
Hi,

I would like to extract the .d0xx files in this game. I uploaded two files, english.d000 (there are 4 in the game: d000, d001, etc) and resources.d000 (there are 19). I used filecutter and it's the first time I use this one.

It is possible to make a bms script or something like that? I think files are under Phyton but i'm not totally sure.

Here is the files:

english.d000
resources.d000

Best regards.

Re: Simon The Sorcerer 5 - .d0xx files

Posted: Thu Jun 03, 2010 5:44 pm
by bacter
The game uses a free database engine, named SQLITE.
(You can find a file, named SQLITE3.DLL in the <Simon5installDir>\BIN\ folder)

The information files are:
ENGLISH.META for the english.d??? files,
(or GERMAN.META for the german.d??? files, if someone uses the german version of the game)
and RESOURCES.META for the resources.d??? files.

You can find some good sqlite database editor programs, for example:
SQLite Database Browser, http://sqlitebrowser.sourceforge.net/

Some time ago I wrote a program, that extracts the files from the game, named EVERLIGHT, which uses the same engine.
I try to find that program, and will upload soon. (My proggy also calls some of the SQLite3.dll functions)

Good news, if you want to modify some files, for example you translate it to your language,
you don't have to put the new files into the big archives, you can copy your files to the game's
appropriate directory.

Oh yes, the game's texts can be found in in the english.meta, named: text_db, and that is also inSQLite3
database format.

Updated: Here is the unpacker.
Important! If the program not works, copy the SQLite3.dll to the unpacker prog's directory.

Re: Simon The Sorcerer 5 - .d0xx files

Posted: Thu Jun 03, 2010 7:18 pm
by Sheen
I have already tried to extract the files and work perfectly!! :D

Thanks a lot bacter!

Best Regards.

Re: Simon The Sorcerer 5 - .d0xx files

Posted: Fri Jun 04, 2010 10:53 am
by XpoZed
Not quite in time, but here's my tool for managing Simon 5 files.
You also can pack them back, but i didn't test them very well, so any comment about it will be appreciated. ;)

Re: Simon The Sorcerer 5 - .d0xx files

Posted: Thu Jul 29, 2010 1:47 pm
by stevenx
bacter wrote:The game uses a free database engine, named SQLITE.
(You can find a file, named SQLITE3.DLL in the <Simon5installDir>\BIN\ folder)

The information files are:
ENGLISH.META for the english.d??? files,
(or GERMAN.META for the german.d??? files, if someone uses the german version of the game)
and RESOURCES.META for the resources.d??? files.

You can find some good sqlite database editor programs, for example:
SQLite Database Browser, http://sqlitebrowser.sourceforge.net/

Some time ago I wrote a program, that extracts the files from the game, named EVERLIGHT, which uses the same engine.
I try to find that program, and will upload soon. (My proggy also calls some of the SQLite3.dll functions)

Good news, if you want to modify some files, for example you translate it to your language,
you don't have to put the new files into the big archives, you can copy your files to the game's
appropriate directory.

Oh yes, the game's texts can be found in in the english.meta, named: text_db, and that is also inSQLite3
database format.

Updated: Here is the unpacker.
Important! If the program not works, copy the SQLite3.dll to the unpacker prog's directory.
Hi,bacter

Can you make a command line version of this tool? Very thanks.
I want to make a language path of this game.
so need unpack it in command line.

Re: Simon The Sorcerer 5 - .d0xx files

Posted: Thu Jul 29, 2010 2:02 pm
by stevenx
I found a way ,just delete text_db's records in english.meta,the game will read it from english folder,so no need command line tool to pack it again. Thanks.

Re: Simon The Sorcerer 5 - .d0xx files

Posted: Fri Jul 30, 2010 1:12 am
by Sheen
You don't need to remove anything. Only put text_db and credits files in the root folder and it'll work.

For the images put gui_lang folder in the root directoy as well.

Regards.

Re: Simon The Sorcerer 5 - .d0xx files

Posted: Mon Aug 02, 2010 12:54 am
by stevenx
Sheen ,thanks for useful infomation!

Re: Simon The Sorcerer 5 - .d0xx files

Posted: Mon Jun 06, 2011 3:41 pm
by jacquel
hello bacter
i need to extract Everlight_meta.
hello
i try with xp
i can see the extract button, but there are message error at the top of blue scream when t try with the demo game
cheers

Re: Simon The Sorcerer 5 - .d0xx files

Posted: Thu Mar 29, 2012 7:19 am
by dupa4488
I need some useful tool, to extract/edit text files from text_db.

Someone know something about such tool?

Re: Simon The Sorcerer 5 - .d0xx files

Posted: Thu Mar 29, 2012 3:29 pm
by djokay
You can use if you you have Mozilla Firefox, the Web application SQLiteManager