Lost Password?


Go Back   CodeCall Programming Forum > Software Development > C and C++

C and C++ C and C++ forum for discussing all forms of C except for C#. These languages are powerful low level languages used for creating Operating Systems, Device Drivers, compilers and much more.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-16-2007, 09:00 AM
SamehSpiky SamehSpiky is offline
Newbie
 
Join Date: Jun 2007
Posts: 6
Rep Power: 0
SamehSpiky is on a distinguished road
Default .QSD files reader program

hi,
these extention for files in the quest data files for ROSE game and its needed to finish a private server for the game,

by the way, how can i make a reader looks like this, and i attached file example from them with the thread ( note: the language in the file is korean ), or how to convert the .QSD to a readable format .dat maybe or in Excel

thx

this one done by someone will not share it
Attached Files
File Type: zip QN-053.zip (258 Bytes, 10 views)

Last edited by SamehSpiky; 06-16-2007 at 09:13 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 06-19-2007, 01:40 AM
SamehSpiky SamehSpiky is offline
Newbie
 
Join Date: Jun 2007
Posts: 6
Rep Power: 0
SamehSpiky is on a distinguished road
Default

no one want reply
thx at all
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-19-2007, 07:06 AM
v0id's Avatar   
v0id v0id is offline
Retired
 
Join Date: Apr 2007
Location: Denmark
Posts: 2,654
Last Blog:
CherryPy(thon)
Rep Power: 29
v0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of light
Send a message via MSN to v0id
Default

The reason why there's no replies is probably because no one in here, knows about what you're trying to do, and because of that, can't help you.

Personally I don't know anything about .qsd-files and the game your talking about. If you really want to make the file readable, you've to read some specification on how the file's structure is, and how to read and write to/from them.

That's exactly like that in all formats. There's a description, or something similar, and then the user (you, or anybody else) can implement it, using the description, specification, or whatever.

Usually all this information is closed, when it's f.ex. is a game - there isn't open source. So it can be hard to make a program like the one you're trying to make. But if there's some specification somewhere, then try to read it, and see if you can make an implementation of it.
__________________
05-03-2007 - 11-13-2008
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-19-2007, 04:20 PM
TkTech TkTech is offline
 
Join Date: Jun 2006
Posts: 1,033
Last Blog:
Having trouble with yo...
Rep Power: 20
TkTech is on a distinguished road
Send a message via MSN to TkTech
Default

A quick search reveals nothing on the specs - you'll need to reverse engineer the file format.

Taking the time to make your post neat and readable would really improve your chances of getting help.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Chat with other CodeCall members on IRC; connect to irc.codecall.net and join #codecall
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-21-2007, 07:01 PM
SamehSpiky SamehSpiky is offline
Newbie
 
Join Date: Jun 2007
Posts: 6
Rep Power: 0
SamehSpiky is on a distinguished road
Default

thx void and tktech for the reply, but unfortunately i dont know the structire of the data inside the files
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 06-22-2007, 01:02 AM
v0id's Avatar   
v0id v0id is offline
Retired
 
Join Date: Apr 2007
Location: Denmark
Posts: 2,654
Last Blog:
CherryPy(thon)
Rep Power: 29
v0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of lightv0id is a glorious beacon of light
Send a message via MSN to v0id
Default

Then you've a problem.
You need to know the structure of the file to "unpack" the "real" content of it. If you don't have it, then you're maybe lucky if there exists some specifications for the structure on the internet.
__________________
05-03-2007 - 11-13-2008
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 06-22-2007, 12:08 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,418
Last Blog:
wxWidgets is NOT code ...
Rep Power: 37
WingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to behold
Default

If you have a way to generate .QSD files in a predictable way, the other option is to make changes from the interface and attempt to track the nature of the changes in the QSD. This is a long, painful process, at times.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 09-10-2007, 05:50 AM
koop koop is offline
Newbie
 
Join Date: Sep 2007
Posts: 1
Rep Power: 0
koop is on a distinguished road
Default

Hoping this helps me out with a lil problem i been having.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-21-2008, 12:42 PM
langtuvn langtuvn is offline
Newbie
 
Join Date: May 2008
Posts: 1
Rep Power: 0
langtuvn is on a distinguished road
Default Re: .QSD files reader program

Whats up!! i hate it!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 09-29-2008, 04:25 AM
jabbar567 jabbar567 is offline
Newbie
 
Join Date: Sep 2008
Posts: 2
Rep Power: 0
jabbar567 is on a distinguished road
Default Re: .QSD files reader program

Thank You. i nid this.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows XP Tricks & Tips!!!!..new ones. pranky Tutorials 9 08-23-2008 04:22 PM
How do I read .mbm (Multi BitMap) files? moondog General Programming 7 08-07-2007 08:08 AM
How to modify a program written in .NET 2.0? jackyjack C# Programming 7 03-27-2007 01:26 PM
Java Help Files xXHalfSliceXx Java Help 3 11-29-2006 12:30 AM


All times are GMT -5. The time now is 03:22 AM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 100%


Complete - Celebrate!

Ads