Search:

Type: Posts; User: Cappy; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    7
    Views
    1,153

    Re: Where can I find the game "Magus"?

    http://files.chatnfiles.com/Power-Dos-96/GAMES/ROLEPLAY/MAGUS.ZIP
  2. Replies
    3
    Views
    1,682

    Re: Forcing UT2k4 to run in Wide Screen Res?

    I think.

    rlocate is useful for finding things like this quickly btw.
  3. Replies
    3
    Views
    349

    [ubuntu] Re: Help needed on the bash script

    #!/bin/bash
    cd $i
    filenames=*.des
    filenames=`echo ${filenames//$des2/}`
    rm $filenames

    using bash expansion and then using bash to substitute, similar to sed s/hay/replacement/g
    Extra white...
  4. Replies
    5
    Views
    502

    Re: games inadvertently exiting fullscreen

    It's the screensaver/compiz. I used a script like this

    killall gnome-screensaver && game_name && gnome-screensaver
    as the problems occurs for me in metacity also.
  5. Replies
    23
    Views
    2,291

    Re: is cedega worth the money?

    No. If you're looking for a commercial solution for a few popular games you'll definitely want to choose Crossover Games instead.

    http://www.codeweavers.com/products/cxgames/
  6. Replies
    4
    Views
    525

    Re: UT2k4 load error after patching

    Look at the "Updating" section in:
    http://gaming.gwos.org/doku.php/guides:64bit:ut2004
  7. Replies
    215
    Views
    26,475

    Re: Free pokemon remake

    Replicating the maps/gameplay of an already made pokemon game is a huge waste of time imo. However, the project is still important because the engine can be used to make new, unique pokemon games...
  8. Replies
    9
    Views
    1,037

    Re: Why do people still use Cedega?

    Crossover does everything Cedega does and more but isn't behind in compatibility.

    It MUST be marketing/word-of-mouth because Cedega is the retarded child of Wine that will never catch up.

    That...
  9. Replies
    1,311
    Views
    197,605

    Re: October 2008 Screenshot Thread

    Awesome Theme! Is that E16 or E17?? Could you list everything you have in the screenshot?; I recently switched to E17 and am curious how you got it looking so good.
  10. Re: Changed mouse polling rate but still not smooth?

    I wrote a tutorial on this a while back. It may be outdated now.

    http://ubuntuforums.org/showthread.php?t=392494

    Nm .. I already linked to it. I guess everyone missed it.
  11. Replies
    7
    Views
    588

    Re: Defcon running poorly- please help.

    Turn off "Smooth Lines" in the game. Same thing happens on my laptop with an intel 945.
  12. [all variants] Looking for a cross platform network file sharing app

    I'm looking for a cross-platform (Linux, Windows) application where you can share files with other users by having them connect to your IP (It doesn't upload the file to a server first). It shouldn't...
  13. Replies
    22
    Views
    15,522

    Re: Team Fortress 2 crashes at start

    As previously mentioned, it's your ATI card...
  14. Replies
    8
    Views
    630

    [all variants] Re: new to shell scripts

    while [ $# -gt 0 ]; do
    if [ "$1" != "--" ]; then
    parameters="$parameters $1"
    fi
    shift
    done


    And then running with
  15. Thread: ETQW doesn't run

    by Cappy
    Replies
    10
    Views
    1,369

    Re: ETQW doesn't run

    No =(

    Unless you aren't already using the "intel" driver. Run

    grep "Driver" /etc/X11/xorg.conf
    to make sure.
  16. Replies
    22
    Views
    15,522

    Re: Team Fortress 2 crashes at start

    You're having a problem with your ATI card. I don't know enough about ATI to know if it is fixable or if the game won't work with an ATI card. I'm using a nvidia.

    Edit: Looking at appdb comments,...
  17. Thread: Stepmania Issue

    by Cappy
    Replies
    4
    Views
    895

    Re: Stepmania Issue

    Kill Compiz from ubuntu's special effects manager or

    compiz --replace &
    OR
    turn off your screensaver
    (they both are solutions to the same problem)
  18. Replies
    6
    Views
    831

    Re: Xubuntu 8.04 and UT2K4 audio

    There are some sound libraries in UT2004's system folder. You should delete/rename them and link them to the /usr/lib versions.

    Etc.

    ln -s /usr/lib/libopenal.so.0 <ut2004...
  19. Re: Cannot find thanked posts through the user profile

    Click on someone's public profile, click on the statistics tab and it is there, fully implemented.
  20. Replies
    3
    Views
    3,320

    [ubuntu] Re: ISO Download failure with wget

    From the wget man page:

    However, if the file is bigger on the server because it's been
    _changed_, as opposed to just _appended_ to, you'll end up with a
    garbled file. Wget has no...
  21. Thread: What's up?

    by Cappy
    Replies
    5
    Views
    814

    Re: What's up?

    It's because we all miss you A.I.!
  22. Replies
    7
    Views
    496

    Re: Suggestion for a video card

    Your best bet is a Nvidia 8600, $50 after rebate:
    http://www.newegg.com/Product/Product.aspx?Item=N82E16814130085

    Anything better (8800, 9600) costs at least $100.

    The nvidia drivers are...
  23. Re: quake wars and amarok don't play along in HH

    You could also try starting ET:QW with

    padsp
    (PulseAudio OSS Wrapper)

    Linux's constant evolution has its good and bad sides.
  24. Replies
    77
    Views
    24,993

    Re: Your Favorite 2D Linux Game

    Just extract it to a folder, change to the folder with the console, and run
    wine dwarfort.exe

    which of course requires wine: http://www.winehq.org/site/download-deb

    I'm considering packing...
  25. Replies
    77
    Views
    24,993

    Re: Your Favorite 2D Linux Game

    I'm currently playing Dwarf Fortress.

    Site: http://www.bay12games.com/dwarves/
    Screenshot: http://www.bay12games.com/dwarves/screens.html
    Guide:...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4