Posted 12 June 2013 - 08:23 PM
- I code Lua and Lua accessories
-
-
Posts:
67
-
Joined:
08-January 07
-
Gender:Male

00
Made this in an hour for something im making, figured I'd share
KensSharp C# Command Line Tool
Download
Download
Note: This is highly untested, which is why its beta, expect to see problems.
Edit: Made a new one, this time it uses a list
This post has been edited by Tribeam: 19 June 2013 - 09:44 AM
Posted 13 June 2013 - 02:43 PM
-
Posts:
54
-
Joined:
20-November 06

00
What exactly is the program used for? It appears to be something with compression but I think in your excitement to post you left out some details
Posted 13 June 2013 - 06:52 PM
- Every day's the same old thing... Same place, different day...
-
-
Posts:
3369
-
Joined:
14-August 09
-
Gender:Not Telling
-
Project:SonLVL
-
Wiki edits:1,339

02
Quote
KENSSharp is a cross-platform compression and decompression library by FraGag written in C# for the .NET Framework 3.5 Client Profile and later.
Posted 16 June 2013 - 12:34 PM
-
Posts:
271
-
Joined:
07-December 12
-
Gender:Male
-
Project:Sanik Quest: Journey To The Right

02
What is the use of this software V.S. the already released Kensharp?
Posted 16 June 2013 - 02:16 PM
-
Posts:
1595
-
Joined:
22-July 08
-
Gender:Male
-
Location:Japan
-
Wiki edits:16

00
I believe one use would be the ability to compress/decompress multiple files under the control of say a batch file, rather than using the GUI to compress/decompress files in a singular manar.
Observe the original Sonic 1 disassembly that had the data uncompressed as well as compressed, there was a tool in there to compress all of the uncompressed data during the building of the ROM, this allowed anyone to edit the uncompressed data rawly, and building it would handle the compression before assembling the game.
Posted 19 June 2013 - 09:47 AM
- I code Lua and Lua accessories
-
-
Posts:
67
-
Joined:
08-January 07
-
Gender:Male

00
Made a new version, this time it uses a list from a text file, instead of 1 file at a time. (it's faster to run 1 instance with a list, than it is to run an instance for each file)