home home

downloads files

forum forum

docs docs

wiki wiki

faq faq

Cube & Cube 2 FORUM


General Thread

by Aardappel on 01/05/2002 01:55, 15499 messages, last message: 12/08/2021 21:22, 8826054 views, last view: 12/09/2021 02:37

for questions, announcements etc.

Go to first 20 messagesGo to previous 20 messages    Board Index    Go to next 20 messagesGo to last 20 messages

#1643: Re: Removing hud

by Gordon on 06/22/2003 21:00, refers to #1640

Yah, that removes the gun, but I wanna get out the health, ammo and armr display.

Thanks anyway :)

reply to this message

#1644: Re: Removing hud

by Goetzenzar on 06/22/2003 21:18, refers to #1643

try /hidestats 1

reply to this message

#1645: ..

by ~zerro~ on 06/22/2003 21:39

http://zerroxy.cube-city.de/raiden.htm
the new cube mod Raiden 0.5

reply to this message

#1646: Re: ..

by Case on 06/23/2003 01:39, refers to #1645

This problem has probably been asked a thousand times, so please forgive my n00bage. I am new to linux, I only installed it this week.

How do you install this game? I found two of the required dll files in the folder where i decompressed it, but where do I find the opengl and all? I am running Slackware 9.0. Thanks for your time.

reply to this message

#1647: Re: Raiden

by D.plomat on 06/23/2003 10:14, refers to #1646

Raiden doesn't contain linux binaries, you've got to copy the bin_unix dir of original Cube into Raiden install dir.
Then normally, if Cube works on your machine, you can:
# cd /where/you/unzipped/raiden
# bin_unix/linux_client
to launch it.

P.S: I know it should be run under non-root, but if you're a newbie, first try to run it as root, then when ok try with other user ;)

reply to this message

#1648: Re: Aard, you're a smart guy. riddle me this...

by Aardappel on 06/23/2003 11:06, refers to #1626

the $arg problem can be overcome... but more importantly adding menus "dynamically" doesn't really work at the moment (you would run out of menus). So I suggest you stick with your hardcoded 64 triggers or whatever :)

alternatively, that executes a "saycommand /newent trigger ..." which allows you to quickly fill in the number.

reply to this message

#1649: Re: Excessive latency?

by Aardappel on 06/23/2003 11:13, refers to #1627

there are some conditions under which the cube network layer (enet) freaks out and gives several-second pings leading to disconnections altogether. We have not been able to narrow down the causes of this, in some cases they can be remedied with the throttle console variables, but this requires extensive tweaking.

The effect of this is usually other players that appear to stand around or move in bursts. You cannot kill them because they have to acknowledge your kill, which they don't :)

reply to this message

#1650: Re: Aard, you're a smart guy. riddle me this...

by pushplay on 06/23/2003 11:59, refers to #1648

I think I have the arg problem licked by thinking in terms of list operations. At this point I just want to do it as a challenge.

In what way do you run out of menus? What I mean is, if I keep trying to generate a menu of the same name, will I run out?

reply to this message

#1651: Re: Raiden

by Case on 06/23/2003 15:51, refers to #1647

Thanks, and I did print what you said out. I should have been more specific though, I meant the game Cube itself, lol. I read on this site something having to do with permissions and the readme says that certain dynamic link libraries need to be present or something along those lines. Do I have to ldd the SDL .so files? Or do I have no idea what i'm talking about? Hey, at least I'm making an effort, right? ;)

reply to this message

#1652: Re: Raiden

by D.plomat on 06/23/2003 16:19, refers to #1651

For the permissions: in Cube dir:

chmod +x cube_unix
chmod -R +x bin_unix

then run ./cube_unix

For the libs, as i remember, you need the libs: SDL, SDL_image, SDL_mixer, zlib, libjpeg

hope i don't miss one... if it give error messages, u can cut&paste the output here.

if it someway seems related to libs, it's important that you have the most recent, specially SDL & SDL_mixer(an old version was incompatible).

if it's running very slow (<10 fps), i don't know what's your video card, but probably you need to install the video card driver that's on the manufacturer page, cause generally distros have standard XFree drivers without OpenGL acceleration (or Mesa software-rendered OpenGL unacceleration ;) .

good luck and good frags :)

reply to this message

#1653: Re: Raiden

by ~zerro~ on 06/23/2003 16:23, refers to #1647

ok thx d.plomat i've modified it!
http://zerroxy.cube-city.de/raiden.htm

reply to this message

#1654: Re: Raiden

by Case on 06/23/2003 20:13, refers to #1652

I received the following error:

./bin_unix/linux_client: error while loading shared libraries: libSDL_image-1.2.so.0: cannot open shared object file: No such file or directory

This probably means that I need the SDL_image? I downloaded an SDL package,do i use that?

I have a 32mb ATI Radeon card... early version in the series, but it has served me faithfully. ;) Slackware came with a Radeon option when I was setting up XFree, but I am unsure if it included OpenGL. Is there any way to find out?

Thanks once again for your help,
Case

reply to this message

#1655: Re: Raiden

by D.plomat on 06/23/2003 23:58, refers to #1654

I never used Slackware, but on a Mandrake/Redhat, SDL_image and SDL_mixer are different packages than SDL, so you need to d/l & install'em both three. do slackware use rpm for installation? if yes, can you post the output of (as root):
rpm -qa | grep SDL

For the radeon, as they say in:
http://www.tjansen.de/xfree-features/
looks like you're lucky 'cause the XFree driver support OpenGL, so if you have XFree 4.3 you're probably almost OK:
rpm -qa | grep XFree
to check XFree version

Also, do:
cat /etc/X11/XF86Config-4 | grep glx
to check if OpenGL is enabled.
you should see a line:
Load "glx"
not commented with a # before.

You'll quickly see if this driver is efficient when you launch Cube, if you have a good fps. If not, you're gonna have to d/l & install driver from ATI site, but that's more complex, cause you then have to first configure your system to boot in text mode by default to be able to get back to normal if this driver fails. To simplify things, XFree drivers are generally more stable, cause they're open-source, and hardware-vendor drivers are more performant 'cause they obviously knows better their hardware (but less XFree;)

So let's test it with XFree driver first, optimisations later...
Then you may do a search on the forum for 'radeon' to see other users experiences with cube+linux+radeon, and... of course there's always this thread on the forum ;)

Just the final steps before happy linux cubing :)

reply to this message

#1656: disable this maybe flamebait...

by D.plomat on 06/24/2003 00:06

comparison of XFree/vendor driver is very based on my GeForce -needless to say the proprietary one is very buggy-, i would prefer opensource driver if it had OpenGL ;)
i'm myself a free software enthusiast and member of a LUG.

reply to this message

#1657: ..

by Case on 06/24/2003 00:47

Yes, Slackware does use rpm, however those commands did not work. However, I used "pkgtool" to check the version of the XFree package, and it is 4.3. However, none of the commands you gave me ran in Console. However, I opened the XF86Config file and saw a line:

# Load "glx"

Since I believe that means I do not have openGL enabled, is there a way to go about doing so?
in XF86Config-4 there were loading lines, but no such command.

when downloading SDL, do i download the source or the binary? I think I downloaded the source, but I am unsure if this is right. But, I will give it a shot. ;)

reply to this message

#1658: Re: ..

by D.plomat on 06/24/2003 01:27, refers to #1657

With bin packages it'll be easier... you can either download'em on Slackware site, but i think they're already on the CD.
looked in google, i think Slackware uses rpm only for compatibility, not as native install method, so you're gonna have to use tool of your distro (pkgtool i think) to install them, there must be available docs on installing a slackware package, and some slackware-specific forums if you need help on this step.

http://www.slackware.com/config/packages.php

In XFree4, it's XF86Config-4 that's used... before modifying it, does your system boot in text mode and you have to type startx or init (4 or 5) to go to graphic mode, or does it launch a graphic login/session manager before you do anything?

http://www.slackware.com/config/init.php

Look in /etc/inittab for 'initdefault', what is the number before?

reply to this message

#1659: ..

by Case on 06/24/2003 01:56

my system starts in console and I have to login and type startx in order to login.

the number before initdefault is 3

I'll download the bin packages then, thank you. :)

reply to this message

#1660: ..

by Case on 06/24/2003 02:12

Aah, the sweet taste of progress!

I downloaded the bin packages, and used console to "rpm2tgz" on them, since Slackware doesn't load rpm packages. Then ran pkgtool, and that auto-installed them. Now when I run ./cube_unix I get the following:

init: sdl
init: net
init: world
game mode is ffa/default
init: video: sdl
init: video: mode
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Unable to create OpenGL screen (Couldn't find matching GLX visual)

which leads me to believe that OpenGL isn't active.

reply to this message

#1661: Re: ..

by Case on 06/24/2003 02:44, refers to #1660

I'm starting to wonder if instead of using pkgtool on those if i should have done ./install ... but since it didn't create any errors, maybe it is alright?

I feel like I'm taking up space in this forum, perhaps I should start a new thread?

reply to this message

#1662: ..

by Pathegreat on 06/24/2003 03:03

Case no more threads! hehehe =)

reply to this message

Go to first 20 messagesGo to previous 20 messages    Board Index    Go to next 20 messagesGo to last 20 messages


Post a Message

Username

Email

Subject

Body

4 added to 8 is?


content by Aardappel & eihrul © 2001-2021
website by SleepwalkR © 2001-2021
42366567 visitors requested 58072072 pages
page created in 0.063 seconds using 9 queries
hosted by Boost Digital