Page 1 of 3

saf extractor

Posted: Mon Oct 07, 2013 2:18 am
by litwiller934
could someone plzz post a link to a saf extractor plzzz

Re: saf extractor

Posted: Mon Oct 07, 2013 2:27 am
by WellsMX524
No.

Re: saf extractor

Posted: Mon Oct 07, 2013 3:30 am
by litwiller934
[/quote]No[/quote] why??

Re: saf extractor

Posted: Mon Oct 07, 2013 3:44 am
by Pumaxcs
The reason .saf files were created is because they were intended to keep others out of the file from making changes to the file and protect the creators artwork. An extractor defeats the purpose of the file and the creator using that file.

Re: saf extractor

Posted: Mon Oct 07, 2013 3:44 am
by Pumaxcs
The reason .saf files were created is because they were intended to keep others out of the file from making changes to the file and protect the creators artwork. An extractor defeats the purpose of the file and the creator using that file.

Re: saf extractor

Posted: Mon Oct 07, 2013 3:50 am
by litwiller934
If theres gear in a saf but the forum post says [release] psd in pack wouldn't you be aloud to rip it

Re: saf extractor

Posted: Mon Oct 07, 2013 3:54 am
by Pumaxcs
A .psd is a completely different story but it would never be put in the .saf.

Re: saf extractor

Posted: Mon Oct 07, 2013 3:54 am
by Pumaxcs
A .psd is a completely different story but it would never be put in the .saf.

Re: saf extractor

Posted: Mon Oct 07, 2013 3:57 am
by litwiller934
The last few set I tryed to get the psd from when I dl it it was a saf

Re: saf extractor

Posted: Mon Oct 07, 2013 2:59 pm
by wheels1758
Pumaxcs wrote:The reason .saf files were created is because they were intended to keep others out of the file from making changes to the file and protect the creators artwork. An extractor defeats the purpose of the file and the creator using that file.
Simple Archive Format. Not Safe wAy to keep your Files.

Granted, until JLV said otherwise, I thought it was something like safe, without the e.

Re: saf extractor

Posted: Mon Oct 07, 2013 4:50 pm
by JT43
wheels1758 wrote:
Pumaxcs wrote:The reason .saf files were created is because they were intended to keep others out of the file from making changes to the file and protect the creators artwork. An extractor defeats the purpose of the file and the creator using that file.
Simple Archive Format. Not Safe wAy to keep your Files.

Granted, until JLV said otherwise, I thought it was something like safe, without the e.
Yeah but most people have been using the saf. files as a way of protecting their work when releasing something, despite that not being the saf. files purpose. Either way, the saf. files on mx sim shouldn't be opened for obvious reasons.

Re: saf extractor

Posted: Mon Oct 07, 2013 9:56 pm
by jlv
Here you go:

Code: Select all

#!/bin/bash
#
# Simple Archive Format
#


#set -C

if test "_$1_" = _c_
then
	shift
	find "$@" -maxdepth 0 -printf '%s %p\n'
	echo -
	cat "$@"
elif test "_$1_" = _x_
then
	shift
	count=0

	while read size name && test "_${size##[^0-9]}_" = "_${size}_"
	do
		sizes[count]=$((size))
		names[count]=${name}
		count=$((count+1))
	done

	if test "_${size}_" != "_-_"
	then
		echo "Bad dir"
		exit
	fi

	i=0
	while let 'i<count'
	do
		echo ${names[i]} ${sizes[i]}
		if test "_${names[i]##*/}_" != "_${names[i]}_"
		then
			install -d "${names[i]%/*}"
		fi
		dd bs=${sizes[i]} count=1 >"${names[i]}" 2>/dev/null
		i=$((i+1))
	done

else
	echo "To create an archive use: saf.sf c files..."
	echo "To extract an archive use: saf.sf x"
fi

Re: saf extractor

Posted: Mon Oct 07, 2013 10:43 pm
by MX PRODIGY 17
It's funny cause it's JLV

Re: saf extractor

Posted: Mon Oct 07, 2013 11:08 pm
by litwiller934
Jlv I have know Idea what to do with that I dont understand it

Re: saf extractor

Posted: Mon Oct 07, 2013 11:47 pm
by Trevor
You should learn the difference of Know and No