home home

downloads files

forum forum

docs docs

wiki wiki

faq faq

Cube & Cube 2 FORUM


Map Editing

by Goetzenzar on 01/05/2002 19:30, 4767 messages, last message: 05/05/2023 08:39, 3545908 views, last view: 05/19/2024 11:49

Welcome to the map editing saloon:
here u can post ur screens, maps, comments, questions and answers about mapediting, and meet other ppl for coop-sessions online :)

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

#1361: Re: fog color

by spentron on 11/01/2004 14:23, refers to #1359

If you're willing to use a bunch of triggers, you can get two changes per trigger with the sleep command, although if the triggers are done too fast and the sleep is too slow, you'll start skipping the extras. Eaxmple:

fogcolour 0x203250
alias level_trigger_1 [ fogcolour 0xFFFFFF
sleep 600 "fogcolour 0x203250" ]

reply to this message

#1362: It is a beta ;-)

by CK|Davros on 11/01/2004 17:55, refers to #1356

but it's just a beta makke, plus i have spotted some bigg mistakes (look at the center pillar).
Any name suggestions are v.welcome.
I also included the lloong command in the text file for copy&pasting, because it's such a long name, hence my pointing it out in my post :-p

Fun with triggers, you can change the sky!! To maybe put in a "teleported to another planet" effect. Last night i made a quick map, you are in a place with snowy skybox, goblins, stone walls etc, you teleport into place with techy textures, rhinos, mars sky. I used the excuse that the rhino's "hi-jacked" the teleport signal... yeah... right..

reply to this message

#1363: Re: It is a beta ;-)

by sinsky on 11/01/2004 18:22, refers to #1362

Not only the sky, I also change the textures and it works pretty good (I mean change the textures with texturereset, not the teleport thing).

reply to this message

#1364: Re: fog color

by mitaman at other on 11/01/2004 18:29, refers to #1361

Spentron,
Thanks for the help. I'll start messing around with it soon.
MitaMAN

reply to this message

#1365: ..

by CK|Davros on 11/01/2004 20:08

sinsky, i had trouble getting texture reset to work.. now in hindsight i think i worked it out.. doh...

reply to this message

#1366: Re: ..

by sinsky on 11/01/2004 20:32, refers to #1365

Sorry I should have posted an example but didn't even come to my mind. Here is some cube scripting from a game I'm making (will come out sometime Christmas)

...

alias golden [ texturereset; watercolor 3; loadsky yellowsky; texture 0 yellowsky_side.jpg; texture 0 yellowwater.jpg; texture 0 yellowwall.jpg; texture 0 yellowfloor.jpg; texture 0 yellowsky_side.jpg ]

alias twilight [ texturereset; watercolor 5; loadsky purplesky; texture 0 purplesky_side.jpg; texture 0 purplewater.jpg; texture 0 purplewall.jpg; texture 0 purplefloor.jpg; texture 0 purplesky_side.jpg ]

...

So if we have a simple new map with default sky, floor and wall textures typing "golden" at the console will change all this to the golden default texture set, "twilight" to some other color combination and so on. Gets harder if you want to do this with more textures. Personally I don't intend to go beyond the default ones but it is possible. And hard too... No wonder no one does it :)

reply to this message

#1367: Re: ..

by sinsky on 11/01/2004 20:54, refers to #1365

There are also other factors that make it hard. I can't explain them in detail, I'm no specialist, but to sum up everything, you also need to use the "scalelights" command to make things look good. However, after a few changes even the scalelights are helpless and it gets out of control.

reply to this message

#1368: ..

by macher on 11/03/2004 00:56

Hi!

I'm making a new map and need a fork lift truck model carrying a pallet. Do anyone know any place where I can get one? or could anyone who reads this make one? that would be really nice.

The best where if the pallet where 1 unit high

reply to this message

#1369: Look at PolyCount.

by Pxtl on 11/03/2004 02:47

PolyCount has some map models, but I don't know if they have md2s.

reply to this message

#1370: Re: Look at PolyCount.

by J-C-D-P-C on 11/03/2004 02:57, refers to #1369

fps.brainerd.com

or something like that

reply to this message

#1371: ..

by macher on 11/03/2004 10:49

fps.brainerd.com didn't work and polycount has no md2 mapmodels.

Any other sites which can contain md2 mapmodels?

reply to this message

#1372: Re: ..

by J-C-D-P-C on 11/03/2004 12:05, refers to #1371

polycount has plemty of quake 2 models... (.md2 is quake 2.)

reply to this message

#1373: ..

by m o s h a on 11/03/2004 19:58

I just want to give you a link to my page where you can download cube stuff from me.

http://www.giana-brotherz.com/giana-brotherz/forum/viewtopic.php?t=3506

reply to this message

#1374: Re: ..

by dcp on 11/04/2004 01:46, refers to #1372

yeah, but these at polycount are player-models, not mapmodels...

reply to this message

#1375: ..

by makkE on 11/13/2004 19:14

Someone has asked some time ago where the "dg" textures have come from, and I stumbled across them :

http://www.davegh.com/blade/davegh.htm

reply to this message

#1376: Re: ..

by Aardappel_ on 11/13/2004 21:14, refers to #1375

cool... those textures are SO good..

reply to this message

#1377: Re: ..

by nieb on 11/14/2004 01:05, refers to #1375

that was me...thanks alot!

reply to this message

#1378: real scene

by lagadec on 11/15/2004 17:58

Hi all,

I would like to model a real scene from 3D GPS points I got. The scene's realy simple as it's seashore. I know for example how to create a VRML description of my map, but i cannot figure out how to build one that cube could render.

Any help/comment welcome.

reply to this message

#1379: ..

by makkE on 11/16/2004 03:46

hmmm... Though i don´t know any vrlm (that´s some modelling/rendering format, innit?), I doubt that Cube is the right engine for that... cube does simple heightfields and 45° corners, but I doubt it can render those "real" coordinates you have there.... and keep in mind that it´s not at all like any bsp engine... either you just recreate the scene by hand (living with cube´s restrictions) or render that with a diffrent engine... try sauerbraten ;)

Others: If I am talkin shite, let me know ;)

reply to this message

#1380: Re: ..

by D.plomat on 11/20/2004 20:17, refers to #1379

I think he wants to make a landscape, that is probably easy to do if he knows some C he can add some function to convert a file of GPS points+altitude into a floor heightfield, as Cube is a landscape engine.

But that would not be very efficient for rendering, as it would make a wide open heightfield without occlusion.

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 added to 3 =


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