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, 8826951 views, last view: 12/09/2021 06:36

for questions, announcements etc.

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

#6942: WTF?

by shadow,516 on 11/06/2006 02:55

This is retarded.

A: it's not cool to hack people's shit.

B: whoever sent that email CERTAINLY doesn't have the approval of anyone with half a brain (and I HIGHLY doubt it was Passa).

C: people are entitled to their own opinions (this is for EVERYBODY, I'm not trying to take sides)

D: Amen to MitaMAN, this is all bullshit. Let's get back to what's important: making a kick ass game. Agreed?

reply to this message

#6943: Re: Soft Shadows

by shadow,516 on 11/06/2006 03:00, refers to #6939

Do you have a crayon stuck in your brain?

We have developers, you aren't going to upload ANYTHING to CVS without aard's approval, and you aren't in ANY position to be making demands about what will and will not go into sauer.

reply to this message

#6944: Re: Soft Shadows

by Aardappel_ on 11/06/2006 03:30, refers to #6939

why don't you start by showing us your working implementation of this in sauer? Then we'll talk.

reply to this message

#6945: Installing new Mapmodels

by Man O War on 11/06/2006 03:46

This forum looks like fun, although half of what you say is incomprehensible :) Would anyone be kind enough help me with installing new mapmodels into Saurbraten? I've searched the Wiki and the help files with no success. Am I missing something obvious? Most likely :)

reply to this message

#6946: Re: Installing new Mapmodels

by Man 'O War on 11/06/2006 12:07

These were md2 files with no cfg file, but they worked anyway. I think my main problem was that I couldn\'t find the models in the editing menu. Anyhow, after you showed me how to fiddle the default_map_settings.cfg file, I felt brave enough to muck around with the menus.cfg, and voila! Now my new models are in the editing/models list where even a non-programming dummy like myself could find them. TYVM Brian, for your time and for steering me in the right direction. :)

reply to this message

#6947: ..

by makkE on 11/06/2006 20:43

Bryan See: the default cfg is called default for a reason : itīs the default.

Adding new mapmodels should be done in the specific mapīs cfg. Default cfg shouldnīt be changed AT ALL.

It doesnīt need to be md3, md2 works too, and a .cfg file isnīt neccesairy too.

Get to know how it works before you tell people how to do it please.

Manowar:
Check /docs/dev
(thereīs files concerning md2 and md3)

also see:
http://cube.wikispaces.com/sauerbraten+md3+howto

reply to this message

#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

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

2 plus 2 is?


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