|
From: Martin <mar...@un...> - 2003-03-14 23:28:28
|
On Fri, Mar 14, 2003 at 10:33:05AM -0800, Todd A. Jacobs wrote:
> I couldn't find anything about where the scidlet*.sbk files are supposed=
=20
> to be installed. In fact, I couldn't find anything about the scidlet=20
> options at all.
Use the source :-) </joke>
I run scidlet engine through "xscidlet" shell script:
#!/bin/ksh
cd ~/.scidlet && exec nice -n 19 scidlet "#@"
and I have scidlet.ini scidlet.sbk files in ~/.scidlet/ directory. You
can find those files in scid source package.
> The same for installing photos.
Move {historic,gm}.spf file into ~/.scid/ directory. If you want to
add photo, create 80x100 gif (with convert or gimp) and convert it
into base64, you can use "base64-enc <infile >outfile" with script.
#!/usr/bin/python
import sys
import base64
base64.encode(sys.stdin,sys.stdout)
The output add to the gm.spf file (look inside of it).
> Where are all these files supposed to go, and how can I get scid to
> recognize them? There doesn't seem to be an obvious configuration
> option for them.
Anything else? :-)
--=20
Martin Ma=E8ok http://underground.cz/
mar...@un... http://Xtrmntr.org/ORBman/
|