You are not logged in.
It hasn't been that long since Jedi Outcast was open sourced for everyone to view, edit and tinker with.
Here is a link to a developer who has ported it to Linux in 10 days and it is fully playable. Below is the GIT repository.
Offline
Does it also contain the resource files or just the launcher like with Quake 3 and we will have to copy some stuff from CD?
Offline
Does it also contain the resource files or just the launcher like with Quake 3 and we will have to copy some stuff from CD?
I think you have to own the game in order to play it:
In order to start Jedi Outcast, the "base" folder from your original game has to be copied into the folder of the Linux binary files.
Offline
What is needed to run this under Arch64? when I try to run "jk2sp" I get only
bash: ./jk2sp: File or Folder not found
Offline
strace -e trace=file yourgameexe will probably help to show what files it expects
Offline
Ok, lib32-openal and lib32-nouveau-dri are needed. But now I get:
./jk2sp: error while loading shared libraries: libXxf86dga.so.1: cannot open shared object file: No such file or directory
The package libxxf86dga is installed and it seems as if there is no package like lib32-libxxf86dga. So what to do?
Offline
you can find that one in AUR : https://aur.archlinux.org/packages/lib32-libxxf86dga/
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Ahhh!!!! It must be PKGBUILT! Also, I wonder if the porter will also port Academy (would be awesome)…
Anyone think this might lead there to be a steam version?
All the best,
-HG
Offline
It's running. Sadly, I can only run it in Gnome Shells "Save Graphics Mode". When I start it regular, the Mousepointer is stuck in the top-left corner and I'm not able to use controls or quit Jedi Outcast.
Offline
JK2 is one of my favorite games, thanks for posting this.
Last edited by jukkan (2013-04-22 07:40:44)
Offline
I can't get it work.
To build a package from AUR for lib32-libxxf86dga i need gcc-multilib installed.
Installing gcc-multilib aborts with a conflict between gcc-libs-multilib and gcc-libs.
Can't see the error at the moment.
Any ideas?
Sorry for my bad English.
Offline
Install gcc-libs-multilib too, simple enough?
┌─(jente @ aggicommunicator ~) 22:19:42
└─■ pacman -S gcc-multilib
[sudo] password for jente:
resolving dependencies...
looking for inter-conflicts...
:: gcc-libs-multilib and gcc-libs are in conflict. Remove gcc-libs? [y/N] y
:: binutils-multilib and binutils are in conflict. Remove binutils? [y/N] y
:: gcc-multilib and gcc are in conflict. Remove gcc? [y/N] y
Packages (6): binutils-2.23.2-2 [removal] binutils-multilib-2.23.2-2 gcc-4.8.0-3 [removal] gcc-libs-4.8.0-3 [removal] gcc-libs-multilib-4.8.0-3 gcc-multilib-4.8.0-3
Total Download Size: 21,61 MiB
Total Installed Size: 103,78 MiB
Net Upgrade Size: 6,46 MiB
:: Proceed with installation? [Y/n]
If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres
Offline
Yeah, indeed... very simple :-).
That works. Thx.
Sorry for my bad English.
Offline