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, 12524408 views, last view: 11/01/2024 23:39

for questions, announcements etc.

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

#11323: Re: ..

by Quin on 10/02/2008 09:51, refers to #11321

Also: http://cube.wikispaces.com/Modding+Guide

reply to this message

#11324: Zombie Survival FPSRPG

by qubodup on 10/02/2008 13:22

Hey there, I want to announce that a new sauerbraten-based project started. It's hosted here <http://www.assembla.com/wiki/show/zsfpsrpg> and a discussion on it can be found on the FreeGameDev Forums there <http://forum.freegamedev.net/index.php?t=msg&th=1628>.

As you can guess from the title, it's a zombie survival fps rpg :)

reply to this message

#11325: ..

by qubodup on 10/02/2008 13:22

God damn it.

The correct links are http://www.assembla.com/wiki/show/zsfpsrpg and http://forum.freegamedev.net/index.php?t=msg&th=1628

reply to this message

#11326: Recording high quality video

by Ezdaroth on 10/02/2008 18:49

Hi, I'm in a hurry with a problem as I need to get a video to show on a projector tomorrow. It should be as high quality as possible. It only needs to be few minutes long and the size doesn't matter as I'm going to show it from external hard disk anyway, even if it's like 100 gigs, it's a np.

First I tried fraps, it dropped my smooth 200 fps to less than one when I started recording. ZD Soft Game Recorder does a bit better, but it's still like a power point show.

First thing that comes to my mind is that the hard drive can't take so much data quickly enough, but I have 500gb seagate barracuda 7200rpm disk with 32mb buffer, so it shouldn't actually be a problem. Also all the recording softwares I have tried have been on a second disk that's identical to the first one I mentioned as I thought it could improve the framerate even a bit.

Then the other computer specs come into question, but I'll cry if it's about other specs as I have phenom 9950 black edition processor, hd 4870x2 graphics card and 4gb of 1066mhz ddr2-ram. I'm running on vista ultimate 64-bit.

So what's the matter? I'm running sauerbraten at 1920x1200 resolution and all effects maxed, but even if I tune down the resolution, the framerate of the video just won't get even near the rate I want to have.

All help is welcome, I'm in a hurry.

reply to this message

#11327: Re: Recording high quality video

by Ezdaroth on 10/02/2008 19:17, refers to #11326

One possible solution that came to my mind is that if I'd record a demo in sauerbraten. Play it and slow it down to few fps (if it's possible), capture each frame with a software and then speed up the framerate of the final video.

Even tho this would take alot of time to "render", I could still get a high fps on a video, right?

No idea how to do this tho.

reply to this message

#11328: Re: Recording high quality video

by SheeEttin on 10/02/2008 21:11, refers to #11327

It's probably because it's trying to render Sauer and encode video at the same time.
If you can get your screen recorder to record to a raw video stream and encode later, that'd do it (though I doubt it can do this).

You might also look for already-made videos (e.g. on YouTube).

You could, of course, always turn down the graphics.

reply to this message

#11329: Re: Recording high quality video

by jbuk2k7s cookie has gone on 10/03/2008 18:51, refers to #11328

Try setting the affinity of the capture program to a different processor to that of Sauer?

reply to this message

#11330: CUBE2 TEXTURES - Pan/Scale/rotate a feature?

by KenDeel on 10/06/2008 01:13


Was surprised to see no one has looked into coding in a way to be able to manipulate applied textures.
Mainly scale and pan.
In order:
PAN, SCALE, and rotate in that order.

Also being able to rotate imported models in the editor in real-time is a great one feature also.

Lastly.

A way to do ala Duke3D/Build engine, keyframing the brush face extrusion in the game. Just as when we select a face in the Edit mode and can move a face. Image the ease of moving platforms, lifts, sci-fi doors. Animating the action with a set keyframe.

Are any of these features in the works?
Too hard to implement? I am NOT a programmers BTW. Artist here.

reply to this message

#11331: Re: CUBE2 TEXTURES - Pan/Scale/rotate a feature?

by tentus_ on 10/06/2008 01:54, refers to #11330

The texturing stuff was implemented a long time ago, but the slowdown was so great that they were removed in favor of doing it via shaders.

I'm not sure what you mean about rotating models. The yaw is the first parameter of any mapmodel. http://sauerbraten.org/docs/editref.html#_mapmodel_

Finally, in regards to the keyframe animation: I'm a bit unclear as to what you mean on this one too, but from what I understand, you want to be able to position geometry into tweened keyframes? This has three rock-solid reasons it would be disadvatageous to implement, along with some lesser reasons I won't get into.
1) Lighting. Trying to light geometry that is not in a fixed location means that you *have* to use dynlights for each mobil sections of geometry, which is tremendously resource-intensive. Trying to prerender all possible lightmaps puts you into an infinite spiral pretty quickly.
2) Imagine the interface for how this would work. You'd have to use a set of commands for navigating between frames, because trying to use a palette of some kind (like in flash or 3Dmax) would go completely against the rest of the interface.
3) Animated geometry would not fit on the octree, which means that aside from the nasty rendering hacks that would be needed, the 100% accurate hit detection of the Sauer engine would be lost.

I'm probably just misunderstand what you're asking, feel free to correct me.

reply to this message

#11332: Very Slow gameplay

by sgman on 10/08/2008 02:58

For some reason this game won't run for more than 1-2fps.

My hardware:
AMD 1.8ghz
Radeon 9600
1 gig ram

I know this is old stuff, but this game isn't exactly top of the line. Even after putting all the in game settings on the lowest possible it doesn't help the fps at all.

I know I have the latest drivers for all my stuff.

reply to this message

#11333: ubuntu 8.04 / Sauerbraten/ sound/ help!

by doctor-death on 10/08/2008 11:08

ok i have sound for music dvd youtube wine games other linux games but no sound with Sauerbraten

i am using esound as i had trouble with pulse

Any idea's please ??

reply to this message

#11334: Re: ubuntu 8.04 / Sauerbraten/ sound/ help!

by Quin on 10/08/2008 13:30, refers to #11333

Try: esddsp ./sauerbraten
Or turn off esound before starting the game.

reply to this message

#11335: Message censored by administrator

by asdf on 10/09/2008 12:14

#11336: master of server

by reyalp on 10/10/2008 00:37

whenever i go into a server and try to claim master by saying /setmaster 1 it says that i need to use the word /auth

what is the word or way to become master when it says this?

reply to this message

#11337: Re: master of server

by Hirato Kirata on 10/10/2008 02:26, refers to #11336

you first need to have an authorisation key, and use /authkey to load your private key. the authkey should be placed in your autoexec if you have one.

in game you can just use /auth to grab master. I would sugest you make sure you have appropriate updates installed

reply to this message

#11338: Re: master of server

by Quin on 10/10/2008 03:34, refers to #11337

*kicks Hirato*

Note that auth keys are given out on a person-to-person basis, you can't just add one and get master.

reply to this message

#11339: Re: master of server

by JadeMatrix on 10/11/2008 01:30, refers to #11337

When was that implemented? Was there a patch?

reply to this message

#11340: Compiling

by eTronicGaming on 10/11/2008 06:52

I'm interested in modding and coding Sauerbraten, but I was wondering how the compiling works. Is there a site with a tutorial or something to get started with this? I know how to compile c++ files and write to them, but I didn't understand how I would go about doing this for this game with all its files and it being outputted as a bat file, not exe.

reply to this message

#11341: Re: @11357:Compileing

by eTronicGaming on 10/11/2008 07:52, refers to #11341

Forums are for helping. So please, if you have no contributions, don't reply. Save your time.

reply to this message

#11343: Re: Compiling

by MovingTarget on 10/11/2008 15:08, refers to #11342

And it compiles to (Sauer directory)\bin\sauerbraten.exe unless you change it so it won't replace the vanilla executable.

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 plus 2 =


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