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, 11455279 views, last view: 05/20/2024 03:32

for questions, announcements etc.

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

#10804: Re: New Map?

by tentus_ on 06/30/2008 08:20, refers to #10802

Their complaint about that (I showed them how on two separate occasions) was that they found it to contain a high error risk. One mistake and you've just deleted or misplaced half your map (and you might not realize it immediately if you're not familiar with Sauer).

It's one of those things that yeah, anyone with much experience could pull it off flawlessly... but considering how difficult it would be to implement (read: not very), wouldn't it make more sense for us to just lend the newcomers a hand? It's not like they're asking for dynamic terrain or deformable water or flickering lights, just an augmentation to an existing command. I've looked at line 1027 of world.cpp, we are not talking about a complex command.

reply to this message

#10805: Re: New Map?

by SheeEttin on 06/30/2008 15:31, refers to #10804

Yeah, for you... :P

I've demonstrated before that I totally suck at C, so if you (or anyone) wants to implement the command to set the selection to something arbitrary, I can do the rest.

Oh, and we can certainly do flickering lights now... See the dynamic rocket/grenade/explosion lights. (And there's the pulseglow shaders, too.)

reply to this message

#10806: Re: New Map?

by Quin on 07/01/2008 07:37, refers to #10805

Yeah, but dynlights are very limited in use and for shaders only. As for the selection stuff, I'll look into it after the BF release is done with, sounds interesting and I've been meaning to play with the editor more.

reply to this message

#10807: Regarding texture scaling

by SephoD on 07/01/2008 14:39

I just wanted to get your thoughts about this...

I am making an RPG world that I want to make as realistic as possible. I have a lot of textures that I have either bought or made myself in high resolution (up to 10.000 x 10.000 px). I find that I get the best resolution on textures ingame by using these big textures and scaling them down using scaletex 0.1

What I am wondering is if this does lower the fps a lot? I have applied some of these textures on large areas without noticing a big framerate drop but I just thought of asking if anyone had done this before and could let me know if this was a really bad idea...

reply to this message

#10808: Re: Regarding texture scaling

by Hirato Kirata on 07/01/2008 15:24, refers to #10807

fyi, most video cards are limited to 8192^2 pixels (and older ones, even less). also using textures above 1024^2 is just overkill, any sauer mapper can tell you that.

this may be acceptable for a few textures, but remember, the images are not compressed in memory, so using a lot of big textures become very taxing on loading times (especially the initial load), and can trigger substantial FPS drops, specially due to the huge space they occupy in memory

For future reference, 1024^2's the current sane limit

reply to this message

#10809: Re: Regarding texture scaling

by SheeEttin on 07/01/2008 16:21, refers to #10807

Someone recently mentioned (mitaman, I think) that he creates textures twice as large as they need to be and then scales them with texscale .5.
That's probably acceptable, but huge (10,000 px sq) isn't, really. As Hirato Kirata mentioned, it's going to eat up all the video memory.

One of the big draws of Sauer is that you get high quality on older hardware. We don't want to exclude that part of the fan base, now do we? :)

reply to this message

#10810: Re: Regarding texture scaling

by SephoD on 07/01/2008 16:42, refers to #10809

He he I get the point :)

Its still amazing how much better the textures look if you scale them down this much, have you guys tried this? I used a grass texture sized around 8000^2 and it looked amazing, almost as being outside :)

But I will try to scale this down a bit and use as few high-res textures as possible :)

Thank you for your pointers :)

P.s. The heightmap problem is still annoying me. Does anyone know where I can find the code for the heightmap... I really want to try to get it down one cubesize :)

reply to this message

#10811: Detail Mapping

by Osbios on 07/01/2008 16:52

You don't need such big textures. Textures with Detail Mapping would also look nice.

Detail Mapping in the left side:
http://wiki.delphigl.com/index.php/Bild:Detailtex.jpg

Basically you just scale a repetitive noise texture down and lay it over the real texture. I'm sure you can do this in Sauerbraten with shaders. I tried to do this in fixed-function mode but it didn't work. :(

reply to this message

#10812: I have an idea.

by Blazing_Portals on 07/01/2008 21:06

How many of you know about the game Portal?

Well, I need to know a few things:
One: What type of models does Cube 2 use?
Two: Wheres a good place to learn how to use the Cubescript?

If anyone would like to help me with this small little mod, please, tell me!

reply to this message

#10813: Re: Detail Mapping

by killhour__ on 07/02/2008 00:22, refers to #10811

by Osbios on 07/01/2008 16:52 through 217.87.89.203

You don't need such big textures. Textures with Detail Mapping would also look nice.

Detail Mapping in the left side:
http://wiki.delphigl.com/index.php/Bild:Detailtex.jpg

Basically you just scale a repetitive noise texture down and lay it over the real texture. I'm sure you can do this in Sauerbraten with shaders. I tried to do this in fixed-function mode but it didn't work. :(
---------------------------------

http://shadow516.googlepages.com/decaltex2.jpg

http://shadow516.googlepages.com/detailwall2.jpg

Unfortunately, it's very hard to do without obvious tiling

http://shadow516.googlepages.com/detailtex1.jpg

------------------------------

by Blazing_Portals on 07/01/2008 21:06 through 96.26.233.19

How many of you know about the game Portal?

Well, I need to know a few things:
One: What type of models does Cube 2 use?
Two: Wheres a good place to learn how to use the Cubescript?

If anyone would like to help me with this small little mod, please, tell me!

----------------------------------------

tentus':

http://quadropolis.us/node/1066

mine:

http://www.quadropolis.us/node/1086

reply to this message

#10814: Error with core textures

by eragon on 07/02/2008 04:12

when i load sauerbraten.exe it tell me that it could not find core textures.

can anyone help?

reply to this message

#10815: Re: Error with core textures

by MovingTarget on 07/02/2008 04:20, refers to #10814

Run sauerbraten.bat in the main folder.

reply to this message

#10816: Re: config for controller

by MovingTarget on 07/02/2008 04:24, refers to #10797

Where exactly are these "detailed instructions"? They're not on the wiki, as far as I can tell, and there not in the node, unless I totally skipped over them.

reply to this message

#10817: Re: config for controller

by Quin on 07/02/2008 05:08, refers to #10816

In the its readme or source files.

reply to this message

#10818: Sauerbraten

by DBV on 07/02/2008 12:19

Hello everyone :)
I am currently playing Sauerbraten on Mac OS X.
I am into it so far, but I would like a more realistic setting without Devils and other Monsters. :)
Are there any Mods wich would make Sauerbraten look different?
Excuse me if this Question ist stupid, but I am new to this subject :).

Greetings,
Nick

reply to this message

#10819: Re: Sauerbraten

by SephoD on 07/02/2008 15:10, refers to #10818

Im not sure I understand what you are saying...

Are you asking for more realistic monsters, or more realistic maps?

reply to this message

#10820: Re: Sauerbraten

by MovingTarget on 07/02/2008 15:16, refers to #10818

If you want more realism, go with AssaultCube, which is a Cube mod.

reply to this message

#10821: ..

by DBV on 07/02/2008 15:22

More realistic everything... :)
Like actual weapons instead of light-guns etc,
I checked on Blood Frontier, but was not able to Install it...

I will take a look an AssaultCube thought, thanks for your answer!

reply to this message

#10822: Re: I have an idea.

by tentus_ on 07/02/2008 17:00, refers to #10812

If you're looking to start a Portal Mod, check out these two maps:
http://quadropolis.us/node/1066
http://quadropolis.us/node/1086

That reminds me, I've made some more puzzles (flinging!) that I need to finish polishing and upload.

reply to this message

#10823: Re: Detail Mapping

by SheeEttin on 07/02/2008 18:04, refers to #10813

Try scaling up the (or using a bigger) noise texture.

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

1 times 3 is?


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