Egoboo?

Discussion in 'Linux' started by Duncan_Rowland, Oct 7, 2008.

  1. Duncan_Rowland

    Duncan_Rowland

    Joined:
    Aug 25, 2008
    Messages:
    246
    Likes Received:
    0
    I see from other forums that some people have egoboo working... for me, when I install with yum the avatar is missing, alternatively if I compile the latest version it runs at about 1 frame per second... Anyone else having trouble with this/know how to fix it? Thanks -Duncan.
     
    Duncan_Rowland, Oct 7, 2008
    #1
  2. Duncan_Rowland

    Darryl

    Joined:
    Sep 1, 2008
    Messages:
    308
    Likes Received:
    0
  3. Duncan_Rowland

    Duncan_Rowland

    Joined:
    Aug 25, 2008
    Messages:
    246
    Likes Received:
    0
    Interesting, thanks for the link, unfortunately this build suffers from the same problem as the ones I built myself...
    (they run fast enough with screen size set at 800x600 and anti-aliasing turned off in the .egoboo/setup.txt file),
    ...but there are no character models, only landscape and shadows...
     
    Duncan_Rowland, Oct 8, 2008
    #3
  4. Duncan_Rowland

    chaogai

    Joined:
    Sep 20, 2008
    Messages:
    6
    Likes Received:
    0
    I downloaded the latest stable from egoboo website.
    Took a good guess at the libraries (ignore build-essentials)
    you need to change some lines because of a separator in makefile.unix.
    Basically change spaces in tab. Found instructions on egoboo website.
    build as instructed in readme.
    gets 1fps, so lower graphics settings and you are in business
     
    chaogai, Oct 8, 2008
    #4
  5. Duncan_Rowland

    Duncan_Rowland

    Joined:
    Aug 25, 2008
    Messages:
    246
    Likes Received:
    0
    Hiya, yes that's what you'd think isn't...
    With the version where there characters are invisible you just need to set the screen to 800x600 and turn off anti-aliasing.
    But with the version you've compiled, nothing I've tried will get the frame rate up...
    ..unless you discover different? (in which case, please can you post the setup.txt here?)
    Thanks, -Duncan.
     
    Duncan_Rowland, Oct 8, 2008
    #5
  6. Duncan_Rowland

    chaogai

    Joined:
    Sep 20, 2008
    Messages:
    6
    Likes Received:
    0
    {GRAPHIC}
    [MAX_NUMBER_VERTICES] : "100"
    [COLOR_DEPTH] : "32"
    [Z_DEPTH] : "32"
    [FULLSCREEN] : "TRUE"
    [Z_REFLECTION] : "FALSE"
    [SCREENSIZE_X] : "800"
    [SCREENSIZE_Y] : "600"
    [MAX_TEXT_MESSAGE] : "6"
    [STATUS_BAR] : "TRUE"
    [PERSPECTIVE_CORRECT] : "FALSE"
    [TEXTURE_FILTERING] : "BILINEAR"
    [GOURAUD_SHADING] : "TRUE"
    [ANTIALIASING] : "FALSE"
    [DITHERING] : "FALSE"
    [REFLECTION] : "TRUE"
    [SHADOWS] : "TRUE"
    [SHADOW_AS_SPRITE] : "TRUE"
    [PHONG] : "TRUE"
    [FOG] : "TRUE"
    [FLOOR_REFLECTION_FADEOUT] : "TRUE"
    [MULTI_LAYER_WATER] : "TRUE"
    [OVERLAY] : "TRUE"
    [BACKGROUND] : "TRUE"

    {SOUND}
    [MUSIC] : "TRUE"
    [MUSIC_VOLUME] : "70"
    [SOUND] : "TRUE"
    [SOUND_VOLUME] : "90"
    [OUTPUT_BUFFER_SIZE] : "2048"
    [MAX_SOUND_CHANNEL] : "32"

    {CONTROL}
    [AUTOTURN_CAMERA] : "TRUE"

    {NETWORK}
    [NETWORK_ON] : "FALSE"
    [HOST_NAME] : "HostName"
    [MULTIPLAYER_NAME] : "EgoPlayer"
    [LAG_TOLERANCE] : "10"

    {DEBUG}
    [DISPLAY_FPS] : "TRUE"
    [HIDE_MOUSE] : "TRUE"
    [GRAB_MOUSE] : "FALSE"
     
    chaogai, Oct 10, 2008
    #6
  7. Duncan_Rowland

    Duncan_Rowland

    Joined:
    Aug 25, 2008
    Messages:
    246
    Likes Received:
    0
    Many thanks for that, but it still doesn't work for me :(
    Version 2.4.3 - installed from .sh - Invisible Characters
    Version 2.7.7 - compiled from source - No HW accleleration
    What version of egoboo are you running?
     
    Duncan_Rowland, Oct 11, 2008
    #7
  8. Duncan_Rowland

    chaogai

    Joined:
    Sep 20, 2008
    Messages:
    6
    Likes Received:
    0
    Version 2.6.5b
    That is the one that is on the first page of egoobo.sourceforge.net
    I chose latest stable.
    2.7.7 would be development.

    Note however that macles wrote that acer has made a build
    http://macles.blogspot.com/
    Obviously I did not try it.
    OK, I saw you already knew that
     
    chaogai, Oct 12, 2008
    #8
  9. Duncan_Rowland

    Duncan_Rowland

    Joined:
    Aug 25, 2008
    Messages:
    246
    Likes Received:
    0
    Great - works fine :) - Many thanks
    I attach the fixed game/Makefile for 2.6.5b for anyone who is also trying...
    Best -Duncan.
     
    Duncan_Rowland, Oct 12, 2008
    #9
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.