SDLQUAKE2 @ Ubuntu 5.10 Breezy

The place to discuss your client and server issues, or to post your client and server related problems. Now with added Anticheat flavour.

Moderator: Moderators

Post Reply
Shaque
is connecting
Posts: 3
Joined: Mon Aug 30, 2004 10:17 am
Location: fi

SDLQUAKE2 @ Ubuntu 5.10 Breezy

Post by Shaque »

Yeah im using sdlquake2 since i play with SOFTWARE :P and the crosshair just wont work? ive tried to rename/remake/etc the crosshairs but it just wont work. In options there is crosshair selected and @ console it shows "crosshair 1"

Wheres the pronlem?

Aq2suomi.com admin
hyper^Shaque
Caracol
was picked off
Posts: 1152
Joined: Wed Sep 01, 2004 8:11 am
Location: cl
Contact:

Post by Caracol »

Check if the client supports the format of your crosshairs.
Try to look through your paks/folders if there's something overwritting your wanted crosshair.
I can't think of anything else, but I don't really know what does that client have at all.
Ne quid nimis.
gegoj
tried to put the pin back in
Posts: 290
Joined: Sun Aug 29, 2004 3:19 pm
Location: si

Post by gegoj »

If software is the only reason You play with sdlquake2, try switching clients. As far as i know aprq2 still supports software.
If nothing else, You may deduce the error to client or pak/folders/files structure.
Some people drink from the fountain of knowledge... ...and some just gargle...
Shaque
is connecting
Posts: 3
Joined: Mon Aug 30, 2004 10:17 am
Location: fi

Post by Shaque »

gegoj wrote:If software is the only reason You play with sdlquake2, try switching clients. As far as i know aprq2 still supports software.
If nothing else, You may deduce the error to client or pak/folders/files structure.
Ive tried aprq2/KMquake2/aq2sw none of those gives fullscreen dunno why. sdlquake works the best but it just wont give crosshair. Crosshairs are in pak9 at my action folder and those are all in .pcx format.
Janner
found a way out
Posts: 200
Joined: Tue Mar 08, 2005 12:09 pm
Location: nl

Post by Janner »

My friend has Ubuntu, and he uses AprQ2 for windows (windows emulator, dunno how to start it with Turnaus or whatever though), and as far as I know everything works fine, even the crosshair.
Shaque
is connecting
Posts: 3
Joined: Mon Aug 30, 2004 10:17 am
Location: fi

Post by Shaque »

Janner wrote:My friend has Ubuntu, and he uses AprQ2 for windows (windows emulator, dunno how to start it with Turnaus or whatever though), and as far as I know everything works fine, even the crosshair.
Ok, maybe i should try with emulator.
fuct
is full of buckshot
Posts: 966
Joined: Thu Dec 30, 2004 2:36 pm
Location: ie

Post by fuct »

any chance that your crosshair might be in .png format or something like that? did u maybe download one from actiongear?
Haudrauf
tripped on its own grenade
Posts: 331
Joined: Tue Aug 26, 2003 11:20 am
Location: de
Contact:

Post by Haudrauf »

Janner wrote:My friend has Ubuntu, and he uses AprQ2 for windows (windows emulator, dunno how to start it with Turnaus or whatever though), and as far as I know everything works fine, even the crosshair.
AprQ2 for Linux is just fine. But in your special case with the crosshairs, no idea.

AprQ2 has no SDL software rendering though. It has X11 software rendering.
ImageOwner of http://aq2maps.quadaver.org
Not part of #aq2admins for a reason.
NRGizeR
feels some chest pain
Posts: 695
Joined: Mon Aug 30, 2004 1:00 am
Location: fi
Contact:

Post by NRGizeR »

AND... if you want the software part of aprq2 built, you need to open and edit the makefile... and change

Code: Select all

BUILD_GLX=YES     # X11 GLX client
BUILD_X11=NO      # X11 software client
BUILD_EVDEV=NO    # build evdev mouse input support
BUILD_XMMS=YES     # buildin xmms remote commands
to:

Code: Select all

BUILD_GLX=NO     # This isn't needed now if you only use software rendering
BUILD_X11=YES      # This is what we want
BUILD_EVDEV=NO    # build evdev mouse input support
BUILD_XMMS=YES     # buildin xmms remote commands
Post Reply