How to add an emulator in Dbox-2

KRHTIKOS

Registered
Messages
23
Always talking about Enigma and PB images (others are the same apart from Rudbox).
The file uploading is the same as the Dreambox.
Executable files go into the /var/bin file. They also must be chmod'd to 755 after uploading.
The key and config files in most cases go into /var/keys.

Now the big difference is that on Dreambox you use an emu script for each emu you want to add into the blue panel while on the D-box2 you must edit one single file and add the scipt to it.

The file is located at /var/tuxbox/config/emulatoren.xml .
You must edit the file with an editor (wordpad and notepad will not work).
You need to add the line below the <emulist> tag.
Let's add newcamd with newcardserver...

<emu text="Newcamd-NewCS" emufilename="newcamd" emuzusatz="newcs" killall="" />

In emutext goes the name the emu choosing program will display.
In Emufilename goes the name of the actual executable file you have uploaded to the /var/bin/ folder.
In emuzusatz goes the name of the actual executable file you have uploaded to the /var/bin/ folder and acts as a server for the emu.

Save and you should have your new emu inside your menu now.
 

samot4

Registered
Messages
6
Most images are nowdays allready prepaired for all emus.So after you installed and restarted the box they will show up in the emu menu under blue button without any editing.
 

Ferret

Marching On Together !
Staff member
Administrator
Messages
17,481
Hi mate

DCC or Cute FTP in fact any FTP program will chmod

All you need to do is highlight file right click and select chmod.

Same for editing the CCcam.cfg select it and right click then select edit.

Ferret
 
Top