unreal 1 on linux

Discussion in 'Linux, BSD and Other OS's' started by peanut, Dec 16, 2005.

  1. peanut

    peanut Geek Trainee

    Likes Received:
    0
    Trophy Points:
    0
    hello there, ive recently installed linux madriva limited edition 2005 on my old computer to try and play unreal 1 over 2 computers. i have found the .exe file but when i double click nothing happens so im guessing that it wont work. but before i abandon all hope i am wondering if anyone has a solution??
    cheers peanut
     
  2. Addis

    Addis The King

    Likes Received:
    91
    Trophy Points:
    48
    .exe is the extension for windows executables. You can't run any windows programs, although sometimes you can using emulation.

    You may find a linux version, if not then you may try using WINE to run the executable instaler. Although WINE isn't designed to run games.

    try typing
    Code:
    wine {location of the executable}
    in a shell.
     
  3. Impotence

    Impotence May the source be with u!

    Likes Received:
    6
    Trophy Points:
    38
    If wine (above) fails to work, you can try cedega to run your game/s

    http://www.transgaming.com/

    It is NOT a free program, but the subscription fee (to keep it upto date) works out at about £3.... the minimum subscription you can have is 3 months, at £3 a month (once you stop your subscription, you dont get any updates but you can still use the program)

    they currently have a 14 day demo that you can try for free, the link is at the bottom of THIS page.
     
  4. Fred

    Fred Moderator

    Likes Received:
    11
    Trophy Points:
    18
    Each OS (linux, Windows, MacOS) has their own executable... windows is .exe, linux can be .rpm and some others. While a lot of games and programs do not run natively in linux, some that are very popular were not only designed in linux, but run natively and better than in Windows. A few examples of these games (that I have played personally) are Unreal Tournament 2004, Quake 4 (All of the Quakes), Doom 3, Enemy Territory, and I may have forgotten some others.
    Unreal is generally cross-platform. There is (for most unreal games) a linux executable. For example, I am running UT2004 natively in linux. Therefore, look for the executable for linux - I was going to find an example using my UT2k4 disk, but I seem to have misplaced it. It will be a .run file, if it is in there... therefore, you'd type something like
    Code:
     sh /mnt/cdrom/ut1_install_linux.run 
    Something like that anyways. I couldn't say for sure since I dont own your game ;) And although Addis offered you a way to do it through Wine, I would suggest the alternative, Cedega, since it's sole purpose is game emulation. Here is a link to the games database for the program. If you decide to download it, it is $5/month in the US, minimum payment of 3 months to start. If you are serious about Linux and about gaming, I would very highly recommend getting it. It has a GUI to make it easier on beginners now.. so you dont have to type things like
    Code:
    cedega /mnt/cdrom/mygame.exe
    or whatever. Anyways, just an idea incase it doesn't work.
    And if you haven't checked out the games that come with mandriva, you may want to give it a look-see. If you have followed the directions on HWF here, you can download some native linux games for free by going to k-menu->System->Configuration->Packaging->Install Software . And just browse around the "games" dropdown menu.
    Also, since you seem to be interested in gaming, it is to your best interest to check out this thread. For even more linux game info, check out this and this link. Best of luck to ya!
    [ot] BTW, Publicenemy - very awesome link you got there [/ot]
     
  5. Addis

    Addis The King

    Likes Received:
    91
    Trophy Points:
    48
    You know Addis likes free. ;)
     
  6. Anti-Trend

    Anti-Trend Nonconformist Geek

    Likes Received:
    118
    Trophy Points:
    63
    There is a native version for most every Unreal game out there, and the older ones run flawlessly in WINE/Cedega. I have a dual-Athlon Linux server that doesn't get enough action, maybe I should host a HWF tournament? Don't worry, you Windows people can connect too. ;)
     
  7. Addis

    Addis The King

    Likes Received:
    91
    Trophy Points:
    48
    Come on yea, ut2k3/ut2k4 and I'm in! Or we could go older and UT original.
     
  8. Anti-Trend

    Anti-Trend Nonconformist Geek

    Likes Received:
    118
    Trophy Points:
    63
    Alright, if we can agree on a date and time (GMT), I'll host it! Just think of what kinda gameplay you want -- UT2k4 Onslaught? CTF? Assault? Alien Swarm?
     
  9. Addis

    Addis The King

    Likes Received:
    91
    Trophy Points:
    48
    Damn, I'll have to go and get the full game now. I like onslaught with the uber big maps. I'll probaby only have the game until boxing day (otherwise its my own money).
     
  10. Fred

    Fred Moderator

    Likes Received:
    11
    Trophy Points:
    18
    Yeah, Onslaught is good gameplay. Actually - UT2k4 in general is a great game. Even when the normal tournament gets old, I can play Mods for it.
     
  11. peanut

    peanut Geek Trainee

    Likes Received:
    0
    Trophy Points:
    0
    thanks for all the help!!! im such a newbie when it comes to linux im just trying the free ways of running ut1 but i noticed addis was on about using wine and typing the command in a shell. the only problem is i dont know what a shell is? could someone explain what this means? ive only been using linux for less than a day so far but im slowly getting the hang of it
    cheers peanut
     
  12. Addis

    Addis The King

    Likes Received:
    91
    Trophy Points:
    48
    In default mandriva GUI, you should see an icon on your taskbar somewhere with a black command line image. Clicking it should open a shell with a program called Konsole.

    As Fred said, you'll be a lot better off with getting Cedega, its a lot easier to use than WINE, and WINE itself isn't for games. Its better suited to running windows command line programs and applications.
     
  13. Fred

    Fred Moderator

    Likes Received:
    11
    Trophy Points:
    18
    Also, Cedega now comes with a easy to use interface 'out of the box.' When I looked up Unreal 1 on their website, I noticed that Unreal 1 is fully supported, so you shouldn't have any issues. And if you are planning on using Linux for long, I would highly suggest that you try getting familiar with the shell. It is a VERY powerful tool and one of the things that makes linux so great! When referring to the shell, one is usually referring to BASH. Here is a short guide that may help you - - - http://structbio.vanderbilt.edu/comp/unix/part04.php
     
  14. Anti-Trend

    Anti-Trend Nonconformist Geek

    Likes Received:
    118
    Trophy Points:
    63
    Every OS has a shell, that's how one interacts with it. From Wikipedia:

    In computing, a shell is a piece of software that essentially provides a kind of interface for end-users. Typically, the term refers to an operating system shell which provides access to the services of a kernel. However, the term is also applied very loosely to applications and may include any software that is "built around" a particular component, such as web browsers and email clients that are "shells" for HTML rendering engines. The name 'shell' originates from shells being an outer layer of interface between the user and the innards of the operating system (the kernel).

    Operating system shells generally fall into one of two categories: command line and graphical. Command line shells provide a command line interface (CLI) to the operating system, while graphical shells provide a graphical user interface (GUI).

    The relative merits of CLI- and GUI-based shells are often debated. CLI proponents claim that certain operations can be performed much faster under CLI shells than under GUI shells (such as moving files, for example). However, GUI proponents advocate the comparative usability and simplicity of GUI shells. The best choice is often determined by the way in which a computer will be used. On a server mainly used for data transfers and processing with expert administration, a CLI is likely to be the best choice. On the other hand, a GUI would probably be more appropriate for a computer to be used for image or video editing.

    Modern versions of Microsoft's Windows operating system utilize and only officially support Windows Explorer as their shell. Explorer provides the familiar desktop environment, start menu, and task bar, as well as the file management functions of the operating system. Older versions also include Program Manager which was the Shell for the 3.x series of Microsoft Windows.

    Many individuals and developers dissatisfied with the interface of Windows Explorer have developed software that either alters the functioning and appearance of the shell or replaces it entirely. WindowBlinds by StarDock is a good example of the former sort of application. LiteStep, GeoShell and BB4Win are good examples of the latter.
     
  15. peanut

    peanut Geek Trainee

    Likes Received:
    0
    Trophy Points:
    0
    ive tryed opening unreal using wine which at first seems to start and look as though its working but as it loads it disappears for no reason does any one know why this happens??
     
  16. Impotence

    Impotence May the source be with u!

    Likes Received:
    6
    Trophy Points:
    38
    no i dont :p but you would be better using the native (linux) version that Fred mentioned + are you trying to play the game using the defualt drivers? (the generic ones that come with linux, not the ones written for your card)
     

Share This Page