Print at Dec 20, 2025, 8:49:42 PM

Posted by alied at Jan 9, 2010, 8:41:50 PM
Re: SH3F file TROUBLE!!!
Hi, Maybe the problem is the compressing algorithm. sh3f files are standard zip files. Ensure Winrar to use deflate algorithm. Just in case, use the jar utility (it comes with the JRE) for help, go to the command prompt and type
jar
Help should be printed.
This is an example of a .cmd file to jar a directory:

set DIRECTORY="your_directory/"
set FURNITURE_FILE=my_furniture.sh3f
jar -cvfM %FURNITURE_FILE% -C %DIRECTORY% .

copy this code to a text editor and save it on your furniture directory's parent with .cmd extension. Edit your directory and furniture file, then double click on it.
please answer if it worked
Good luck!