TNT with CCcam-ScEmu

Status
Not open for further replies.

gogoman

Moderator
Messages
1,374
download and do manual install of attached file
-add this line to cccam.cfg

Code:
N: ip box 6001 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14

add this line to the script of your cccam(/var/script)

/var/bin/ScEmu.ppc &

Code:
#!/bin/sh
#emuname=CCcam_2.2.1
#ecminfofile=ecm.info

remove_tmp () {
	rm -rf /tmp/ecm.info /tmp/ecm0.info /tmp/pid.info /tmp/cardinfo
}

case "$1" in
	start)
	remove_tmp
	sleep 1
	/var/bin/CCcam_2.2.1 &
        /var/bin/ScEmu.ppc &
	sleep 3
	;;
	stop)
	touch /tmp/CCcam.kill
	sleep 3
	killall -9 CCcam_2.2.1 2>/dev/null
	sleep 2
	remove_tmp
	;;
	*)
	$0 stop
	exit 1
	;;
esac

exit 0

Test please i d ont have EDG on gemini not work
 

nimou6

Registered
Messages
447
tnt and CCcam ( EDG Nemesis ) OK

Tested with CCcam_2.2.1

RESTART YOU EMU ....

LlTor.jpg


WwCaL.jpg


sUHWH.jpg
 
Last edited by a moderator:

hilton

Registered
Messages
7,622
this is the last version (.mips .ppc .x86)
-.ppc is tested and works fine with cccam(up) E1.
-you can test others E2 (with cccam only).
 

nimou6

Registered
Messages
447
TNT back WITH ScEmu-CCCAM(EDG-Nemesis)

Code:
TNT BACK

download and do manual install of attached file(.tbz2)
-add this line to cccam.cfg

Code:
N: ip box 6001 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14

add this line to the script of your cccam(/var/script)
Code:
/var/bin/ScEmu.ppc &

example

Code:
#!/bin/sh
#emuname=CCcam_2.2.1
#ecminfofile=ecm.info

remove_tmp () {
	rm -rf /tmp/ecm.info /tmp/ecm0.info /tmp/pid.info /tmp/cardinfo
}

case "$1" in
	start)
	remove_tmp
	sleep 1
	/var/bin/CCcam_2.2.1 &
        [COLOR="Red"]/var/bin/ScEmu.ppc &[/COLOR]
	sleep 3
	;;
	stop)
	touch /tmp/CCcam.kill
	sleep 3
	killall -9 CCcam_2.2.1 2>/dev/null
	sleep 2
	remove_tmp
	;;
	*)
	$0 stop
	exit 1
	;;
esac

exit 0

Tested with CCcam_2.2.1

Reboot your box ....


iPK3O.jpg
 

juli13

Staff member
Administrator
Messages
10,198
Ccam_2.2.1_ScEmu for DS TEAM Image


for manual install
don't forget to add this line to cccam.cfg

N: ip box 6001 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14
ip box= ip of your dream
 
Status
Not open for further replies.
Top