| GP Forums / Computers & Technology / Other Operating Systems | |
| Games help thread | |
| Page: 1 2 |
frio
Garbage Scow Captain
EMPIRE |
Thought this might be a good idea, possibly get stickied? Anyway, I'd like this to be a thread about specific game fixes, as I've run into several things that have needed fixing over the last few days, and have had to use the Google sword to vanquish my demons. So... here's an example, explanation of the issue, format and all.
Issue: Anyway, the first is for zsnes. Having purchased a new Gamepad today (lovely price on the Belkin n45 at GPStore, and what a kind young man t()mbst()ne is... don't know if he knew who I was though ), I came home and started using it. While the tool "jscalibrator" worked fine and recognized all the controls, I found that zsnes bit the bullet when using the D-pad. After looking at forums.gentoo, I found the hack that fixes it - albeit, it's somewhat dirty.Fix: You need to edit some of the source code, and change permissions on your joystick. At time of writing, the latest version of zsnes is 1.36. Untar the source into a directory (tar -zxvf zsnes-1.36.tar.gz -C /your/directory/here). Next, proceed into "/your/directory/here/src/linux/", and open the file "sdllink.c". If your editor supports searching, now's the time to use it. If not, find this via hand:
Edit it to say
This changes the number of axes recognized by zsnes - it doesn't have to be eight, for instance, 6 works fine for me (as I have 6 axes on the gamepad) but basically, make it something higher than 4. You may find that your source is set to 3 - it appears there is a copy of the source going round like that (while most reported an inital amount of 4 axes, some found theirs on 3). Next, compile the program -
And give the generated binary a test - just use ./zsnes. If it works, copy it to where your existing zsnes binary is (on Gentoo, /usr/bin), and change user to root (su root). chmod 644 /dev/js0 /dev/input/js0, and you're done. One of those joystick locations may not exist - on kernel 2.6 there is no /dev/input/js0, however, if there is /dev/js0 is just a link to it. AND... you're done! Credits go to skh at forums.gentoo.org for this fix. As soon as I get the xmame fix verified, I'll post that too, along with a Red Orchestra fix. Cheers, FRiO ---
< reb_> later ***s, im going home to masturbate and play wow |
|||||||||||||||||
|
|
||||||||||||||||||
HellToupee
Forum Whore Deluxe with Everything
|
i have a microsoft precision 2 joystick, load joydev and it works flawlessly :P, no clabration needed or anything like that, are game pads treated like joysticks?, will ps2 controllers work u can make em plug into pcs with a bit of tweaking got a few of em around.
|
||||||||
|
|
|||||||||
frio
Garbage Scow Captain
EMPIRE |
jscalibrator is a frontend for the libjsw library - so generally no matter what you have, if you're going to use a game based on libjsw you need to calibrate it
.Yes, gamepads are treated exactly the same as joysticks - the only difference is that gamepads have multiple sets of axes (two for each analog stick, and two for the D-pad makes six total on mine)... so some programs need tweaking to recognize the greater amount of axes. PS2 controllers will work perfetly fine , though you'll need to do similar tweaking to some programs like I have to support the six axes.---
< reb_> later ***s, im going home to masturbate and play wow |
||||||||
|
|
|||||||||
SeV
Forum Whore Deluxe with Cheese and Pickles
|
Stuck!
|
||||||||
|
|
|||||||||
frio
Garbage Scow Captain
EMPIRE |
Thanks SeV
, now to keep updating it all. Next up... Savage!Issue: Whenever I play Savage, after a random amount of time the mouse starts spinning endlessly. Nothing short of quiting the program will solve it, what the hell can I do? Solve: This stems from an as-yet unpatched use of a buggy technique in SDL for obtaining mouse information. The easiest way is to modify your Savage startup script - usually named "savage". For instance, mine is /opt/savagedemo/savage. By disabling the DGA and changing the SDL method, the issue is solved. Here's my modified script:
(Credits go to trawling the Savage forums for these two fixes and nano (all you vi users can push off ) for combining them with the standard Savage script )Issue: Whenever I try and quite Savage, the game hangs for up to 5 minutes before actually quitting, and I'm getting sick of swapping to a terminal to kill it. What can I do? Solve: Obtain the newest version of [URL="http://www.fmod.org"]fmod - as at time of writing, 3.71. Next, untar it into a directory, and head into there - for the purpose of this guide, let's say you untarred it into /home/x. Copy /home/x/fmodapi371linux/api/libfmod-3.71.so to /your/savage/here/libs/libfmod.so And... you should be all done. Savage should close as normal from now on! Issue: I have an ATi card, use their binary drivers, and the game looks like utter ass. What gives? Solve: Well... as yet, there isn't one. You've been owned by ATi's crap drivers, BUT! Things are looking up. As at time of writing, they've just made a commitment to provide Catalyst-quality drivers under Linux, and have beefed up their Linux driver team. Fingers crossed guys !---
< reb_> later ***s, im going home to masturbate and play wow |
|||||||||||
|
|
||||||||||||
cyborg_jt
randomaccess
|
Where is the Quake3 installer?
---
Last edited 1985 at 11:30 am by God |
||||||||
|
|
|||||||||
frio
Garbage Scow Captain
EMPIRE |
You'll need to download it. I think the latest Q3 version is 1.32b, and the Linux version of this patch is a .run file - it will install and patch Quake 3
.---
< reb_> later ***s, im going home to masturbate and play wow |
||||||||
|
|
|||||||||
ShinKairyuu
Forum Whore.
GNU penguin ninja |
yeah its under ftp://ftp.idsoftware.com/idstuff/quake3/linux/
theres also the source code for the Quake series here, if youre interested about how some of the best games work ![]() ---
WHO IS GENERAL FAILURE and WHY IS HE TRYING TO READ MY HARDDRIVE???!! |
||||||||
|
|
|||||||||
cyborg_jt
randomaccess
|
Where can I get some free games?
Isn't Enemy Terrortory free or someit ---
Last edited 1985 at 11:30 am by God |
||||||||
|
|
|||||||||
ShinKairyuu
Forum Whore.
GNU penguin ninja |
lots of sites have free games on them..depends what you want though
if you like D&D-style games, go to www.nethack.org, and download that. Its a real good game, if you get past the somewhat graphically dated interface. also www.linuxgames.com and www.happypenguin.org have lots of free games on them. bear in mind that these games are just about all designed by non-professionals, so they arent all gonna be stellar quality or anything. ---
WHO IS GENERAL FAILURE and WHY IS HE TRYING TO READ MY HARDDRIVE???!! |
||||||||
|
|
|||||||||
HellToupee
Forum Whore Deluxe with Everything
|
only the game code for making mods none of the engine code which will cost u 250,000$, ET source code out now to. |
|||||||||||
|
|
||||||||||||
ShinKairyuu
Forum Whore.
GNU penguin ninja |
yeah for quake 3 thats true.
I was talking about q1 and q2, which have been released under the GPL, though. mind you, the .pk3 files are still copyrighted under their original licence though... ---
WHO IS GENERAL FAILURE and WHY IS HE TRYING TO READ MY HARDDRIVE???!! |
||||||||
|
|
|||||||||
KFC
Forum Whore Deluxe
|
I'm getting linux very soon, and would like to know what games actually run on linux? Do you have to buy a specific "Linux" version of games?
Mostly I'm interested in running RTS type games...does Total Annihilation work with linux? Cheers:) |
||||||||
|
|
|||||||||
HellToupee
Forum Whore Deluxe with Everything
|
being an old game it should probly work with acceptable performace on an emulator.
|
||||||||
|
|
|||||||||
HellToupee
Forum Whore Deluxe with Everything
|
or you could just get ut2003/4 and get this mod
http://ua.tauniverse.com/ its not ready yet but looks cool. http://www.transgaming.com/gamepage.php?gameid=28 total annilation on winex, which we can hook you up with ![]() Theres also a free alternative http://boson.eu.org/ I havnt tried it yet dosnt look to bad, requires kde. Last edited 1 Feb 2004 at 2:26 pm by HellToupee |
||||||||
|
|
|||||||||
KFC
Forum Whore Deluxe
|
Mint sounds good, are there any rts or any semi old games that run straight from linux? I'll try emulating it first tho:)
|
||||||||
|
|
|||||||||
cyborg_jt
randomaccess
|
Had a look at www.transgaming.com and you have to pay. Nah, I don't trust spending money overseas and I can just use windows to play games but thats not cool. Is there any other way I can play games like MP2 on linux?
---
Last edited 1985 at 11:30 am by God |
||||||||
|
|
|||||||||
Twitching_Fool
Apprentice Forum Whore.
|
u mean u want teh winex?
the cvs is free iirc. |
||||||||
|
|
|||||||||
cyborg_jt
randomaccess
|
wish I knew what u are meaning but ill research it why arn't u on msn anymore twitch? ---
Last edited 1985 at 11:30 am by God |
|||||||||||
|
|
||||||||||||
Twitching_Fool
Apprentice Forum Whore.
|
hmmm, cos i hate msn and jabbers better. furthermore, imo msn ppl arint of much use :/ "can u test this ftp for me?" "watz a ftp? lolz" |
|||||||||||
|
|
||||||||||||
cyborg_jt
randomaccess
|
ah yes, Im one of those ppl, don't forget that u got me into linux
, can't seem to get away from it now and its now my defult boot.:p---
Last edited 1985 at 11:30 am by God |
||||||||
|
|
|||||||||
ShinKairyuu
Forum Whore.
GNU penguin ninja |
most games will work on Wine with a bit of tweaking, like steam and the new CS/DOD etc
where Wine really kicks the bucket is in D3D support, which is almost nonexistant in it. WineX however has nice DirectX support, and also support for CD protection software and Install Sheild, making parts of it proprietary ..O_o ---
WHO IS GENERAL FAILURE and WHY IS HE TRYING TO READ MY HARDDRIVE???!! |
||||||||
|
|
|||||||||
KFC
Forum Whore Deluxe
|
Is there any shareware or demo versions of wine available?
|
||||||||
|
|
|||||||||
frio
Garbage Scow Captain
EMPIRE |
Wine is, uh, completely opensource and hence free
. Just grab the installer from winehq.com .Also, I think it's at http://www.transgaming.org/ that you can get a CVS version of Winex. It doesn't include Installshield stuff, but it works for emulating games. ---
< reb_> later ***s, im going home to masturbate and play wow |
||||||||
|
|
|||||||||
KFC
Forum Whore Deluxe
|
crikey, I've had a good look around and tried to find the cvs for Winex, and wine but cant manage to find them...
Can someone please give me a link?:) No hurries here, so don't go way out of your way! |
||||||||
|
|
|||||||||
| Page: 1 2 |
Show printable version Email this page to a friend Receive updates to this threadAll times are GMT +12 hours. The time now is 1:32 am. |
Previous Thread | Next Thread |