Results 1 to 3 of 3

Thread: Don't know how to run Jedi Outcast...

  1. #1
    Join Date
    Apr 2013
    Beans
    37

    Don't know how to run Jedi Outcast...

    Hi guys,
    I'm trying to run Jedi Outcast... I have downloaded it from this page
    Code:
    https://github.com/xLAva/JediOutcastLinux
    But when I try to run ./jk2sp this message appears...
    Code:
    Initialising zone memory .....
    ----- FS_Startup -----
    Current search path:
    /home/radovan/Videos/JediOutcastLinux-JediOutcastLinux/code/Release/base
    
    ----------------------
    0 files in pk3 files
    
    Running in restricted demo mode.
    
    ----- FS_Startup -----
    Current search path:
    /home/radovan/Videos/JediOutcastLinux-JediOutcastLinux/code/Release/demo
    
    ----------------------
    0 files in pk3 files
    Error: Couldn't load default.cfg
    Can anyone help? thanks...

  2. #2
    Join Date
    May 2007
    Beans
    49
    Distro
    Ubuntu

    Re: Don't know how to run Jedi Outcast...

    This looked interesting so I had a go. worked for me. Did you install it correctly? You will still need the original game to use this.

    1. First of all you only need two files from the git repository. they can be found in code/release
    • jk2gamex86.so
    • jk2sp


    2. Secondly you need some orignal files from the game. either install the game in windows or use wine. After you install the game apply the 1.04 patch. this is required according to the instructions.

    3. Now locate the directory where you installed the game and copy the "base" folder located in GameData. Place it in the directory where you put the files from the git repository. it should look like this:
    • yourDir/
      • base/
      • jk2gamex86.so
      • jk2sp




    4. Open the terminal and go the the folder where you put jk2sp. make it executable by typing
    Code:
    chmod +x jk2sp
    5. to run the game type
    Code:
    ./jk2sp
    this worked for me. if you have the steam version you dont need to apply the patch.
    Last edited by The Squig; April 17th, 2013 at 06:00 PM.

  3. #3
    Join Date
    Apr 2013
    Beans
    37

    Re: Don't know how to run Jedi Outcast...

    Oh thanks... I thought I don't need the original files... working now

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •