HocusSharp

Discuss game modding
Post Reply
MainMemory
Less than a nibble
Posts: 2
Joined: April 5th, 2013, 1:39 pm

HocusSharp

Post by MainMemory »

HocusSharp is a library and set of tools that I have written for handling data in Hocus Pocus. It is written in C# (hence the Sharp) and targets the .NET Framework 3.5.

It currently contains the following tools:
  • HocusExtract - takes a path to an exe file, determines its version, reads its DAT file table, and extracts all the files from exename.dat to an 'exename Data Files' folder.
  • HocusBuild - takes a path to an exe file, and creates a new DAT file and FAT using the files in the 'exename Data Files' folder.
  • HocusImgView - Views images in the Hocus Pocus Image Format. Also includes a Pencil tool, and the ability to import and export PNG images.
    Image
  • HocusText - Edits files in the Hocus Pocus Text Format. Includes a graphical preview, and the ability to import and export .txt files.
    Image
Download

I'm also working on the beginnings of a level editor:
Image
But I can't quite figure out how it should work, specifically regarding the info layer.
User avatar
DOSGuy
Website Administrator
Posts: 1063
Joined: September 2nd, 2005, 8:28 pm
Contact:

Re: HocusSharp

Post by DOSGuy »

Very cool!
Today entirely the maniac there is no excuse with the article.
User avatar
Lunick
6-bit nerd
Posts: 77
Joined: March 2nd, 2013, 2:55 am
Location: Tasmania, Australia
Contact:

Re: HocusSharp

Post by Lunick »

I'm keen to see more for this!
Post Reply