Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Simon The Sorcerer 5 - .d0xx files

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
Sheen
beginner
Posts: 25
Joined: Tue Mar 02, 2010 7:29 pm
Has thanked: 8 times
Been thanked: 3 times

Simon The Sorcerer 5 - .d0xx files

Post 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.
bacter
veteran
Posts: 142
Joined: Mon Feb 22, 2010 8:42 pm
Has thanked: 2 times
Been thanked: 83 times

Re: Simon The Sorcerer 5 - .d0xx files

Post 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.
Last edited by bacter on Thu Jun 23, 2011 6:18 pm, edited 1 time in total.
Sheen
beginner
Posts: 25
Joined: Tue Mar 02, 2010 7:29 pm
Has thanked: 8 times
Been thanked: 3 times

Re: Simon The Sorcerer 5 - .d0xx files

Post by Sheen »

I have already tried to extract the files and work perfectly!! :D

Thanks a lot bacter!

Best Regards.
User avatar
XpoZed
veteran
Posts: 144
Joined: Sat Oct 24, 2009 5:08 pm
Location: Bulgaria
Has thanked: 2 times
Been thanked: 50 times
Contact:

Re: Simon The Sorcerer 5 - .d0xx files

Post 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. ;)
You do not have the required permissions to view the files attached to this post.
stevenx
veteran
Posts: 130
Joined: Sat Nov 01, 2008 12:02 pm
Has thanked: 3 times
Been thanked: 1 time

Re: Simon The Sorcerer 5 - .d0xx files

Post 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.
stevenx
veteran
Posts: 130
Joined: Sat Nov 01, 2008 12:02 pm
Has thanked: 3 times
Been thanked: 1 time

Re: Simon The Sorcerer 5 - .d0xx files

Post 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.
Sheen
beginner
Posts: 25
Joined: Tue Mar 02, 2010 7:29 pm
Has thanked: 8 times
Been thanked: 3 times

Re: Simon The Sorcerer 5 - .d0xx files

Post 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.
stevenx
veteran
Posts: 130
Joined: Sat Nov 01, 2008 12:02 pm
Has thanked: 3 times
Been thanked: 1 time

Re: Simon The Sorcerer 5 - .d0xx files

Post by stevenx »

Sheen ,thanks for useful infomation!
jacquel
n00b
Posts: 13
Joined: Sun May 29, 2011 10:21 am
Been thanked: 1 time

Re: Simon The Sorcerer 5 - .d0xx files

Post 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
dupa4488
ultra-n00b
Posts: 1
Joined: Wed Mar 28, 2012 6:55 am

Re: Simon The Sorcerer 5 - .d0xx files

Post by dupa4488 »

I need some useful tool, to extract/edit text files from text_db.

Someone know something about such tool?
djokay
n00b
Posts: 18
Joined: Sat Jun 05, 2010 7:44 am

Re: Simon The Sorcerer 5 - .d0xx files

Post by djokay »

You can use if you you have Mozilla Firefox, the Web application SQLiteManager
Post Reply