Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Aug 15th, 2007, 2:06 PM   #11
peace_of_mind
Professional Programmer
 
peace_of_mind's Avatar
 
Join Date: Sep 2004
Location: Hell if I know most of the time
Posts: 439
Rep Power: 5 peace_of_mind is on a distinguished road
Send a message via MSN to peace_of_mind Send a message via Yahoo to peace_of_mind
Quote:
Originally Posted by mattireland View Post
Oh right. I won't post any more then!

DaWei, you used to be really nice to noobs like me - what changed?
His mood :p

Actually in all fairness I think you'll find DaWei to be tolerant and pretty helpful to newbies so long as they've put forth some effort and don't act like script kiddie jackoffs. Those he has no patience for, and the rest of us have very little.
__________________
Amateurs built the ark
Professionals built the Titanic

peace_of_mind is offline   Reply With Quote
Old Aug 15th, 2007, 9:30 PM   #12
moondog
Newbie
 
Join Date: Jul 2007
Posts: 9
Rep Power: 0 moondog is an unknown quantity at this point
apologies

I apologize for not having posted back. What I have found out for those who care (not DaWei the crusty one ) or not found out so far.

1. The company that originally put this game and thereby these files together was Israeli (I knew this already) and hasn't been in business since about 97 (maybe).

2. The programmers apparently created this file and had to have had some way to open it and manipulate it, but did not pass it along to anyone. They didn't even pass it along to the people they "left" the game to.

3. I have tried all the "known" mbm type viewers that have been recommended in a number of forums (as DaWei knows). These are all mainly based on the .mbm files used for Symbian stuff and Nokia.

4. The chances that anyone will be able to actually open this are slim and none.

5. I have also posted these questions in a number of Graphics forums, just in case and received some of the same recommendations as I've received in all the Programmer forums that I've posted in. (as DaWei the Crusty knows).


thanks for your indulgence (yeah even you DaWei)

dog
moondog is offline   Reply With Quote
Old Aug 16th, 2007, 3:53 AM   #13
mattireland
Hobbyist Programmer
 
mattireland's Avatar
 
Join Date: Jul 2007
Location: Wales, United Kingdom
Posts: 203
Rep Power: 2 mattireland is on a distinguished road
Send a message via MSN to mattireland Send a message via Skype™ to mattireland
Just had a final quick thought... is it really an mbm file or did they give it a false extension to try and through other devlopers off?
__________________
Matt Ireland
http://www.mattireland.org
matt@mattireland.co.uk
mattireland is offline   Reply With Quote
Old Aug 16th, 2007, 11:03 AM   #14
moondog
Newbie
 
Join Date: Jul 2007
Posts: 9
Rep Power: 0 moondog is an unknown quantity at this point
Interesting thought. I DO know that the file is some type of compressed file as I can open it in Notepad and see the names of the files and such. But it's all gibberish to me .... I'm a graphics guy. That's one of the reasons I came here was to get the brains to see if they could figure it out.

Would you care to take a look at the file so that you can see what I'm talking about? Here's the LINK

This link takes you to a page that has screenshots as well as one of the files I'm trying to figure out. To download the file click on the link at the top of the page.

I have tried changing the format of the file to .zip .rar .jpg and .bmp with no luck. Not sure what other formats I should try. Any ideas?

dog

Last edited by moondog; Aug 16th, 2007 at 11:11 AM. Reason: needed to add another sentence
moondog is offline   Reply With Quote
Old Aug 16th, 2007, 12:19 PM   #15
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
That link at the top of the page leads to http://www.moondographics.com/chain/mag1.zip and gives a page not found error.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Aug 16th, 2007, 3:23 PM   #16
moondog
Newbie
 
Join Date: Jul 2007
Posts: 9
Rep Power: 0 moondog is an unknown quantity at this point
DaWei, thanks .... "it's a good thing I tested that link out BEFORE I posted it" he said sarcastically.

It works now ... honest!

dog
moondog is offline   Reply With Quote
Old Aug 16th, 2007, 4:25 PM   #17
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
I didn't have any problem unzipping it with ALZip. Just drug it out of the folder, and there it was. A cursory inspection of the contained file suggests that it begins with a header containing the name of each .bmp file plus what is probably an offset into the file for that .bmp. I would suspect that the internal images contain an ordinary .bmp header, but I won't have time today to look further into that.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Aug 16th, 2007, 4:58 PM   #18
mattireland
Hobbyist Programmer
 
mattireland's Avatar
 
Join Date: Jul 2007
Location: Wales, United Kingdom
Posts: 203
Rep Power: 2 mattireland is on a distinguished road
Send a message via MSN to mattireland Send a message via Skype™ to mattireland
Yeh. I did the same. It worked for me. Also in future maybe try changing the ending to .jpg or .gif just in case?

Would love to hear how you get on... please reply!
__________________
Matt Ireland
http://www.mattireland.org
matt@mattireland.co.uk
mattireland is offline   Reply With Quote
Old Aug 16th, 2007, 7:12 PM   #19
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
The simplest inspection of the file with a hex editor reveals that it isn't a jpeg or a gif. It has its own magic number and a list of the included images.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Aug 16th, 2007, 8:59 PM   #20
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
There is no way that these files represent any kind of program that you can import into a 3D editor (3dsMax, Maya, et.al.) and modify.

They are image files. You can rip the same images independently from the page that you linked, if you right click on the thumbnails and view and save the original images at their original size.

If you are expecting to find editable files somewhere, you have not yet discovered (or, at least, published) the appropriate link.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
how to read such type of files.... rsnegi C++ 5 Jun 22nd, 2005 12:27 PM
Using Fstream to read files Cipher C++ 7 Jun 15th, 2005 8:37 PM
bitmap files Daniel_kd C 4 May 3rd, 2005 6:20 AM
help writing script to read files names technett Bash / Shell Scripting 2 Apr 26th, 2005 1:38 PM
Can python read in word files? Fred Python 5 Mar 9th, 2005 4:00 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:39 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC