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, 8826476 views, last view: 12/09/2021 04:22

for questions, announcements etc.

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

#6948: f

by CorpseTumor on 11/07/2006 00:53

eh

reply to this message

#6949: Re: ..

by Man O War on 11/07/2006 01:04, refers to #6947

I put default_map_settings.cfg and menu.cfg back the way they were. I copied the models list from default_map_settings.cfg into mymap.cfg., and added the path to the new models at the end of the list. This turned out to be important because I still wanted to use the editing menu for the old models. I now know how to bring up the new models by using "newent mapmodel #" Boy, the info in the Wiki is hard to get your head around...my brain hurts. Thanks guys, they say the journey is half the fun :)

reply to this message

#6950: SDL problems

by DDDaniel on 11/09/2006 00:02

Hi,

I\\\'m trying to play Sauerbraten on Gentoo Linux. I\\\'m getting the output:

init: sdl
Unable to initialize SDL: No available video device

I use the fglrx driver for my Radeon 9800Pro and OpenGL usually works. Does anybody know what I could do to get the game to run?

reply to this message

#6951: ..

by makkE on 11/09/2006 00:11

You might be missing the needed libraries.
See /bin_unix/readme.
Check if you have those.

reply to this message

#6952: A few binds

by err on 11/09/2006 03:30

Here's a few useful binds I came up with, and thought I'd share... comments / criticism welcome.

Specifically these binds allow you to do the following:

- adjust mouse sensitivity and gamma (brightness) in-game

- "zoom" the view as though through a scope

- travel more quickly while map editing.

// ---------- copy below ---------



// bound keys

bind "F5" [sensdown]
bind "F6" [sensup]
bind "F7" [gammadown]
bind "F8" [gammaup]

bind "SPACE" [zoom]

editbind "SPACE" [fastforward]

// cubescript routines

"zoomfov" = [10]
"zoomsens" = [1]
"zoom" = [
if (= $fov $zoomfov) [ ] ["oldfov" = $fov]
if (= $oldsens $sensitivity) [ ] ["oldsens" = $sensitivity]
fov $zoomfov; sensitivity $zoomsens; hudgun 0; onrelease [fov $oldfov; sensitivity $oldsens; hudgun 1;]
]

"sensdown" = [sensitivity (- $sensitivity 1); echo < sensitivity $sensitivity < ]
"sensup" = [sensitivity (+ $sensitivity 1); echo > sensitivity $sensitivity > ]

"gammadown" = [gamma (- $gamma 10); echo gamma $gamma ]
"gammaup" = [gamma (+ $gamma 10); echo gamma $gamma ]

"fastforward" = [gamespeed 500; onrelease [gamespeed 100;] ]


// --------- stop copying --------

reply to this message

#6953: question

by MAST3R on 11/09/2006 03:59

everytime i go into cube 2 game it shuts off on me?

reply to this message

#6954: Message censored by administrator

by Dynamo 3D on 11/09/2006 08:26

#6955: Azyle Server – banned?

by SanHolo on 11/10/2006 00:32

I just got banned from the Azyle Server for no apparent reason. Anyone knows who is an admin there or why this has happened?

reply to this message

#6956: Re: Azyle Server – banned?

by c0rdawg on 11/10/2006 01:36, refers to #6955

You should probably read about masters, basically almost anyone could have banned you. But the good news is the ban is never permanent, it lasts like 3 hours I believe, or until the server is empty. Which ever is first...

reply to this message

#6957: Re: GLSL shaders

by MeatROme on 11/10/2006 16:56, refers to #6957

Actually I've roamed the interwebs some too, to find useful docs ... it's pretty scarce :-/
If you _do_ find out some stuff,
could you maybe compile it - so we can put it on the wiki? THX!

reply to this message

#6958: Question

by MAST3R on 11/11/2006 15:16

I'm not sure if it's a ban,but it happens all the time i am on the game (Cube 2)

reply to this message

#6959: Re: question

by MeatROme on 11/11/2006 15:46, refers to #6953

whatever you mean by "it shuts off on me" - please be more descriptive for us to be more helpful,
try reading/posting the output from the game.

reply to this message

#6960: Question

by MAST3R on 11/11/2006 16:30

not sure what this means but this is what it said: Sauerbraten fatal error-Sauerbraten Win32 Exception:0xc0000005 [0x0]

reply to this message

#6961: Re: Question

by MeatROme on 11/11/2006 16:45, refers to #6960

nice, the devs'll know more on the cryptics ...
could you also post the stuff from stderr.txt and stdout.txt in here?

Have you already tried running with minimal parameters? If not, you might try changing your sauerbraten.bat to something like this:

REM bin\sauerbraten.exe -w1024 -h768 %1 %2 %3 %4 %5
bin\sauerbraten.exe -t -w800 -h600 -b8 -z16 -f -a0 -lpindakaas

reply to this message

#6962: Re: Question

by MAST3R on 11/11/2006 16:50, refers to #6961

how do i change it?

reply to this message

#6963: Re: Question

by MeatROme on 11/11/2006 17:14, refers to #6962

use "notepad" or "wordpad".
keep backups!

reply to this message

#6964: sound init failed (SDL_mixer): Could not open requested file

by thesraid on 11/11/2006 22:15

WHen I run the program as a non-root user on Linux I get the following error and no sound

"sound init failed (SDL_mixer): Could not open requested file"

Anybody know which file it refers to so I can setup the permissions correctly for sound.

reply to this message

#6965: Bin folder not neaded in Cube or Sauer

by -Baxter- on 11/12/2006 05:01

this is a message to every one who for some reason the bat files dont work copy the bin folders contents and put it in the main cube or sauer folder then create a shortcut to the sauerbraten.exe or cube.exe and put this code in after the target directory -w1024 -h768 if you want 1024 by 768 but you can change the resolution to your preference this meens that you didnt need to have the .bat file I think

reply to this message

#6966: Re: Bin folder not neaded in Cube or Sauer

by Passa on 11/12/2006 05:32, refers to #6965

For organizational purposes its better to have a /bin directory, otherwise you'll have all those .dll files floating around.

reply to this message

#6967: ..

by Max of S2D [Fr] on 11/12/2006 15:55

Maybe i'll be blamed if i ask that, but...

where could i download EDM ? :x

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 plus 9 is?


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