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, 15527 messages, last message: 03/01/2024 13:02, 11452604 views, last view: 05/19/2024 11: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

#3565: ..

by jean pierre on 11/04/2004 18:49

Oh ok.....

reply to this message

#3566: newbie

by handler on 11/07/2004 02:13

Greetings!

Ok, here come all the stupid newbie questions! I\'m breaking out of my 2D gaming world and into this. Now, granted I found out how to move around but how do you pickup items. I really don\'t see any doc on this game although it seems really neat. Can you help a fella out or at least point me in the right direction!

Much appreciated!

reply to this message

#3567: Re: newbie

by J-C-D-P-C on 11/07/2004 03:53, refers to #3566

wow. that is quite the noobish question :) your gonna kick yourself when you find out that all you have to do is run through them. in case you havent figured it out, you click to shoot, and right-click to jump. when playing you should never stop moving, because you will probably get hit if you do. When playing SP the best way to kill large groups of monsters is to run around them in a circle while shooting at them. This will probably be a little tricky the first time you try it.

reply to this message

#3568: Graphic problems with Radeon 8500

by Polar_Bear on 11/07/2004 07:43

Ok I installed the latest version that's posted at Scourceforge onto Windows. I start it up and nothing but greyscale colors (looks like a old black and white film) is there anyway to fix the win 98 version here's my specs:
AMD Athlon 1700+ XP Mobile
Radeon 8500 with 32 MB VRAM (cheap Appollo card)
Win 98SE

reply to this message

#3569: help me!!!!!!!

by Big Dazz on 11/07/2004 08:18

the game only runs at 6 FPS and i have updated my drivers what do i do?

reply to this message

#3570: Cube server - server waiting for response

by Doktor Prokt on 11/07/2004 10:13

Hello,

I'm running a cube server on my router. It is a Slackware 9.1 box. I can establish a connection over my LAN (i.e. when I connect to 192.168.0.1 (my router's address). But when I try to connect through the server browser, it just keeps saying [waiting for server response].

My ISP is t-online (german adsl).

reply to this message

#3571: ..

by makkE on 11/07/2004 13:42

Doctor Prokt: Have you tried "Update from masterserver" before using the server browser ? (console command is /updatefrommaster)

Big Dazz: Cube has problems with certain newer versions of drivers, maybe try out older ones?

Polar Bear: How old are your drivers? Maybe try some different version older OR newer, depends (as seen above)

Handler: the readme.html in your cube directory schould give you some hints, also play the "cube101" singleplayer map which is sort of a tutorial map..

reply to this message

#3572: ..

by Drakker_ on 11/07/2004 23:09

You could also check the config file of egysp1 to see how I did it with custom messages. This is an incomplete version of the level that was not supposed to be in Cube 2004, but the secrets counter is working.

reply to this message

#3573: ..

by Drakker_ on 11/07/2004 23:16

Ooops, sorry for the uselessly late reply, I didnt realise I was reading so far back... man I need to keep up more often with this thread. ;)

reply to this message

#3574: help again!!!!!!!!!!!!!!1

by Big Dazz on 11/08/2004 08:11

ive rolled back my drivers but the game is still running at 9 fps!!!!!!!! please help me!!!!!!!!!

reply to this message

#3575: Re: help again!!!!!!!!!!!!!!1

by staffy2000 on 11/08/2004 09:53, refers to #3574

hmmm. right click cube.bat. click edit. change 1024 to 640 and 768 to 480 and then save it.

then run cube.bat.
This should solve your problem. if you are not running a geforce or radeon card ctrl + alt + delete before you run it and get rid of anything that doesn't look important: antivirus, firewall etc.

reply to this message

#3576: Re: help again!!!!!!!!!!!!!!1

by mitaman at other on 11/08/2004 12:53, refers to #3574

Hello, you could try setting your desktop color depth to 16 bit if it's currently set at 32 bit. Also check your video card properties and turn off any "forced" filtering (anti-alias, ansiotropic). I have found that making these changes greatly increase frame rates.
MitaMAN

reply to this message

#3577: Re: Cube server - server waiting for response

by D.plomat on 11/08/2004 15:39, refers to #3570

You need to open the UDP ports 28765 and 28766 on it so that both players from internet and the masterserver can connect. They're probably closed by default for the external interface.

# iptables -I INPUT -p udp -i ppp0 --dport 28765 -j ACCEPT
# iptables -I INPUT -p udp -i ppp0 --dport 28766 -j ACCEPT

and then some utilities to save the rules (i don't know Slackware, generally it's /etc/init.d/iptables save)

reply to this message

#3578: ..

by makkE on 11/08/2004 15:42

Yes, all that FSAA and Anisotrophic Filtering, is really totally unneccesary... My FPS drop from 100 to 25 when I max all that eyecandy...

Maybe try to rollback drivers even more? Afaik Cube has problems with the latest two detonators , at least on my machine...

reply to this message

#3579: This Game ROKZ !

by John Phoenix on 11/08/2004 16:04

Hi,
I Love this game!! Thanks to the dev staff and it's Creator! This is THE most powerful 3d game engine for it's size I have ever seen! I can't belive it has so many 'maps' for only 25 megabyte download! I am a download freak with my new dsl and this open source game Is the Best I've come across! I look forward to the next updates to this game. Btw, runs like a dream on my system:
1.80 ghz celeron 768 mb of Ram, 128 MB Nvidia Gforce 5500FX video card.

Thank You Sooo Much for making this Gem!
John Phoenix

reply to this message

#3580: Scripting

by miono on 11/08/2004 23:08

Okay, so I have a small problem.

I wan't a command to activate when I press my right mousebutton.

That's not very hard, but here comes the tough part.

I want another command to be executed when I release the button, How can I do that?

//makkan

reply to this message

#3581: Re: Scripting

by pushplay on 11/09/2004 01:47, refers to #3580

eg:
bind MOUSE2 "alias oldfov $fov; fov 50; sensitivity (- $sensitivity 1); onrelease [fov $oldfov; sensitivity (+ $sensitivity 1)]";

reply to this message

#3582: Help yet again!!!!!!!!!!

by Big Dazz on 11/09/2004 06:44

i have done everything everyone has said above and the game is still running at 9 FPS. this is my last hope!!!!!!!!

reply to this message

#3583: Aard i HAVE to ask you this

by jean pierre on 11/09/2004 17:16

When will be the first playable/stable version or SauerBraten be released i cant wait for a stable/playable version its so cool so can you reply me please.

reply to this message

#3584: Oh and another Question.

by jean pierre on 11/09/2004 17:27

What type of music/sound it can support

can it support .wma or just .mid?

If it can support .wma that is nice too and can it support .mp3 also?

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

9 times 3 is?


content by Aardappel & eihrul © 2001-2024
website by SleepwalkR © 2001-2024
54042757 visitors requested 71824086 pages
page created in 0.229 seconds using 10 queries
hosted by Boost Digital