Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 875525e8228ccb9231e71b8d7ba27544 > files > 16

freecraft-1.17-3mdk.i586.rpm

<!--
----	$Id: faq.html,v 1.21 2001/03/09 17:50:24 johns Exp $
-->
<HTML><HEAD>
    <TITLE>FAQ for FreeCraft (fka ALE Clone) Version 1.17</TITLE>
</HEAD>
<BODY>
    <H1>FAQ for FreeCraft (fka ALE Clone) Version 1.17</H1>
<HR><PRE WIDTH=80>
     ___________		     _________		      _____  __
     \_	  _____/______   ____   ____ \_   ___ \____________ _/ ____\/  |_
      |    __) \_  __ \_/ __ \_/ __ \/    \  \/\_  __ \__  \\   __\\   __\ 
      |     \   |  | \/\  ___/\  ___/\     \____|  | \// __ \|  |   |  |
      \___  /   |__|    \___  >\___  >\______  /|__|  (____  /__|   |__|
	  \/		    \/	   \/	     \/		   \/
    ______________________                           ______________________
			  T H E   W A R   B E G I N S
	   FreeCraft - A free fantasy real time strategy game engine
</PRE>
<P><B>(C) Copyright 1998-2001 by The FreeCraft Project. Distributed under the
<A HREF="artistic-license.html">"Artistic License"</A></B>
<HR>

Any questions not mentioned here, please contact
<A HREF="mailto:aleclone@FreeCraft.org"> aleclone@FreeCraft.org</A>.<P>

<DL>
<P>
<DT>Q: I was playing in 800x600 mode, and the graphics around the edge didn't paint the full screen?
<DD>A: The original graphics aren't designed for this resolutions, you could
    design your own user interface, see "data/ccl/ui.ccl".
<P>
<DT>Q: The graphics didn't fit on 800x600 or higher resolution?
<DD>A: The original graphics aren't designed for this resolutions, you could
    design your own user interface, see "data/ccl/ui.ccl".
<P>
<DT>Q: The graphics didn't fit on 800x600 or higher resolution?
<DT>Q: gzseek already defined or undefined!

<DD>A: You have an incompatible libpng version, better you install the latest
libpng1.0.X. You get it here:
    <A HREF="ftp://swrinde.nde.swri.edu/pub/png/">SwRI</A>
<P>
<DT>Q: The software cursor is too slow

<DD>A: I will improve the speed later, but me was told:<BR>
Using Accelerated X on a Pentium 75 FreeCraft is now playable.
<P>
<DT>Q: Did FreeCraft work with ALSA?

<DD>A: Yes, FreeCraft works with the Advanced Linux Sound Architecture (ALSA) - Driver.
I have tested it with version 0.3.2 - 0.4.1.<P>
More informations <A HREF="http://www.alsa-project.org">
http://www.alsa-project.org</A><P>
<P>
<DT>Q: How did I get big maps?

<DD>A: If you want a map of the size 256 x 256.
Create and edit 4 maps (128 x 128) in the original editor.
Save them as bigmap1.pud, bigmap2.pud, bigmap3.pud and bigmap4.pud.
Now create a file bigmap.cm containing:
<P><PRE>
	(define-map 256 256)
	(load-pud "bigmap1.pud")
	(load-pud "bigmap2.pud")
	(load-pud "bigmap3.pud")
	(load-pud "bigmap4.pud")
</PRE><P>
If you now load this file as map (freecraft bigmap.cm), you see this big map.
bigmap1.pud is in the upper left corner.
bigmap2.pud is in the upper right corner.
bigmap3.pud is in the lower left corner.
bigmap4.pud is in the lower right corner.
<P>
<DT>Q: Can I use the original without expansion?

<DD>A: There are only more graphics and sounds in the expansion CD version.
Me was told, it works without problems with the german version. Just try it.
With the new versions this should work without problems.

<P>
<DT>Q: I get the error message "gcc: No input files", when I build freecraft.
    (Reported with pgcc version 1.1.1.) What should I do?

<DD>A: Try changing the line in the freecraft toplevel Makefile <BR>
        $(CC) -Lsrc -lclone $(CLONELIBS) -o freecraft -I. $(CFLAGS) <BR>
    to <BR>
        $(CC) -Lsrc -lclone $(CLONELIBS) -o freecraft -I. $(CFLAGS) dummy.c <P>
    and execute the command "<I>touch dummy.c</I>" in the freecraft toplevel
    directory. <P>
    Or install a better gcc version without this bug.
<P>
<DT>Q: I have tried to start a level with
    './freecraft data/puds/internal/internal01.pud.gz' and I only get this error
    message
    'pud: fopen,gzopen,bzopen(): No such file or directory'.
<DD>A: We have changed the loading syntax:
    <UL>
    <LI>file.pud loads relative from $CLONE_LIB_PATH (in my source "data").
    <LI>./file.pud loads relative from the current directory.
    <LI>/file.pud loads absolute from the root directory.
    </UL>
    This means you must type './freecraft ./data/puds/internal/internal01.pud.gz'!
<P>
<DT>Q: The mouse react after seconds on my moves?
<DD>A: I didn't found the real problem. Currently use the threaded sound
support and enable it (in data/ccl/sound.ccl) or and add to the line
<P>
DFLAGS= $(THREAD) $(CCL) $(VERSION) $(VIDEO) $(ZDEFS) $(DSOUND) \
	$(DEBUG)
<P>
"-DSLOW_INPUT" in Rules.make.
<DT>Q: I want play but do not want use CD...  can i copy files from cd to hdd ? 
    what i have to copy ?
<DD>A: After running 'build.bat' (WINDOWS) or 'build.sh' (UNIX) the CD isn't
    longer needed. This script converts the data on CD into our own format.
    <BR>
    A: You didn't need to copy, the installation did it for you.
<DT>Q: The game becomes very slow under X11.
<DD>A: Give your X11 server a higher priority than the clients.<P>
    renice -5 &lt;pid-of-your-x11-server&gt;<P>
    or start freecraft with<P>
    nice -n 5 ./freecraft

<DT>Q: Can I use FreeCraft to join in an original network game?
<DD>A: Sorry, FreeCraft use its own network protocol. You can only play
    with FreeCraft against other FreeCrafts.

</DL>

<HR>
Last changed: $Id: faq.html,v 1.21 2001/03/09 17:50:24 johns Exp $<BR>
All trademarks and copyrights on this page are owned by their respective owners.
<ADDRESS><A HREF="mailto:aleclone@FreeCraft.org">The FreeCraft Project</A>
</ADDRESS></BODY></HTML>