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, 12526743 views, last view: 11/02/2024 03:27

for questions, announcements etc.

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

#10611: Re: Scripted NPC characters in Sauerbraten?

by rknigh21 on 06/03/2008 23:39, refers to #10603

Hi

You can use the aiclip material to restrict the movements of monsters, and provided they have room to move around that makes them seem quite a bit more “intelligent”, especially with carfull map layout ( see my game the DAM which is a large outdoor sp game see http://www.quadropolis.us/node/1264
).

You can bind a key to launch a menu that is scripted in the cfg file. Also mapmodels can trigger functions in the cfg that do various things. Like start a platform/elevator moving, open doors, pickups, open a menu, etc. These can be combined to allow the player some interaction with the game world.

Platforms (carrying monsters) and teleports can be combined to make a neat monster machine that drops monsters into the players current area.

This takes a bit of work in cube script.

I am working on a map combining all these effects if anyone is interested I will put a demo on quodropolis.

Regards Robin

reply to this message

#10612: Sauerbraten is stuck in Fullscreen!

by Shale on 06/04/2008 02:47

I want to make Sauer windowed.
I uncheck the FS option in the menu.
It tells me I need to use /t.
So I type /t.
Nothing happens.
Any suggestions?

reply to this message

#10613: Re: Sauerbraten is stuck in Fullscreen!

by Hirato Kirata on 06/04/2008 03:18, refers to #10612

it's far more like to say -t, and that's what you're meant to use when you start it up.

I'm assuming you're on windows, so jsut go to the sauerbraten directory and open the start up script with notepad, and add a -t in there somewhere

still don't know what I'm talking about, then I'm not the one to help you.. but I think you'll find the situation is much improved in CVS, and definitely the next release

~Hirato Kirata

reply to this message

#10614: ..

by princeoftheburb on 06/04/2008 08:31

would i be able to use my xbox 360 controller to play?

reply to this message

#10615: Re: ..

by tman_elite on 06/04/2008 13:10, refers to #10614

I doubt you'd want to, because using a mouse to aim is a lot easier. I'm not sure if you can hook up xbox 360 controllers to your computer, but if you can I think there's a joystick mod on quadropolis.

reply to this message

#10616: ..

by SheeEttin on 06/04/2008 23:34

Not sure if this is a problem with Sauer or not (I did some major messing with my X server recently) so I'm posting it here...

I have an ATI Radeon X1600 Pro.
Since yesterday, whenever I start up Sauerbraten, I get this:
http://i31.tinypic.com/10f5a53.png

It appears to me that somewhere, all but one part (pixel?) of the texture is being discarded, and that's being used for the whole thing. This applies to all maps.
As you can (kind of) see, models are all black, and the playermodel (at least mrfixit) is invisible. (hudguns and vweaps are still visible.)

The only startup message that I can see that's odd is a complaint about not having a vertex_buffer_object extension, which apparently is important.

Everything works if I use -f0 (everything that normally works in -f0, anyway). Also, when I use -f0, I get a warning about using the ATI texgen bug workaround.

Additionally, glxinfo | grep direct returns "direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)", though everything else claims direct rendering is working. (I also don't know what to do after setting LIBGL_DEBUG, so I can't try that path).

I've tried reinstalling/upgrading my graphics driver (fglrx), reinstalling Mesa packages, and a few other things, but to no avail.

Any suggestions?

reply to this message

#10617: Re: ..

by SheeEttin on 06/04/2008 23:45, refers to #10617

Renderer: Radeon X1600 Series (ATI Technologies Inc.)
Driver: 1.4 (2.1.7537 Release)

This matches the driver I have installed.

reply to this message

#10618: Re: ..

by SheeEttin on 06/05/2008 04:15, refers to #10618

Problem solved. Looks like even though I did "make uninstall" for everything I was messing with, some OpenGL libraries got left in /usr/local/lib (when the ones it needed were in /usr/lib).

reply to this message

#10619: Breaking off a copy of the CVS branch

by toughmccuddllo on 06/05/2008 21:58

How do I make a copy of the Sauerbraten CVS directory without copying all the CVS directories inside, with it.

In time I would like to create a total conversion of Sauerbraten.

I am not all that versed with CVS though.

Thanks

reply to this message

#10620: Re: Breaking off a copy of the CVS branch

by MeatROme on 06/06/2008 00:38, refers to #10619

mkdir copy_of_sauer
cp -r CVS_sauerbraten/* copy_of_sauer
ls -R *|grep CVS|grep ":$">toremove
for x in $(cat toremove); do rm -r $(echo "$x"|tr -d ":");done

HTH

reply to this message

#10621: Re: Breaking off a copy of the CVS branch

by Quin on 06/06/2008 05:34, refers to #10620

or..

cp -R sauer mymod
cd mymod
find ./ -name "CVS" -exec rm -r {} \;

I think it's a less complicated, if only a little :P

reply to this message

#10622: ..

by toughmccuddllo on 06/06/2008 05:59

lol
thanks I'll give that a try.

*thumbs*

reply to this message

#10623: ..

by toughmccuddllo on 06/06/2008 06:02

is this with CVS command line.
Or a windows one?

reply to this message

#10624: Re: ..

by MeatROme on 06/06/2008 07:21, refers to #10623

You can install MinGW/MSYS on your Windows OS to finally have an enviroment that empowers you to actually use your computer to automate repetitive tasks .. if you try to do that in Windows BATCH-files ... good luck ;-)

reply to this message

#10625: ..

by {Qs}Homicidal on 06/06/2008 07:43

mm vb script anyone ?

reply to this message

#10626: SourceForge.net Community Choice Awards 2008

by noerrorsfound-on-windows on 06/06/2008 13:49

Want to nominate Sauerbraten?
http://sourceforge.net/community/cca08-nominate

reply to this message

#10627: HELLP!

by Needs Help Guy on 06/08/2008 07:47

I don't know how to make walls, buildings, roads... anything involved with buildings, roads...

reply to this message

#10628: Re: HELLP! SILLYn00b

by {Qs}Homicidal on 06/08/2008 08:42, refers to #10627

http://www.youtube.com/watch?v=DaT4BQmJGQE

http://www.youtube.com/watch?v=lCbx2D0YNew&feature=related

http://sauerbraten.org/docs/editing.html
http://sauerbraten.org/docs/editref.html

READ

reply to this message

#10629: creating arches

by n00b on 06/09/2008 03:43

I see many maps in Sauerbraten that have arches or curved shapes. How were they created? Did the mapmaker use the Q key and the mouse wheel to create these arches? I think it would take forever to make an arch that way. Is there a quicker more easy way to create an arch or a curved shape of any kind?

reply to this message

#10630: ..

by {Qs}Homicidal on 06/09/2008 05:37

once you get the hang of it its easy all done with the good'ol scroll

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

6 multiplied by 7 =


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