News:

Come Chat with us live! Learn how HERE!

Main Menu

A few mapping questions.

Started by Odin, July 08, 2006, 08:06:43 AM

Odin

1. How do I make an elevator that does not have a default point to return to?
For example: I have an elevator, and I want it to rise up when I enter a certain location(like on the ledge of the elevator pit), and stay there, even when you leave the area.

2. When I make a light source, the light often bleeds through walls onto floors. It's extremely awkward, and I noticed official trem maps don't have this problem. How do I solve this problem?

3. Where is a good source for tutorials for making maps for trem?

[db@]Megabite


Odin

That topic doesn't really have any tutorials at all, besides setting up GTKRadiant.

And, for the "right and wrong" thing, I've already done that, and it still goes through the bottom. Is there a differant between structural and detail that is causing this?

Wait, that's two floor brushes, right?

Basilisco

Some mapping resources you might find useful:

http://tremmapping.pbwiki.com


This one has more mapping links at the end
http://soubok.googlepages.com/tremulous_editing_tips

Odin

Quote from: Basiliscohttp://tremmapping.pbwiki.com
Please read the topic before posting.

Stof

Quote from: OdinWait, that's two floor brushes, right?

Yes, by making it two floor brushs, you ensure that en engine will allocate for each brush it's own shadow map.
urphy's rules of combat
8 ) Teamwork is essential; it gives the enemy someone else to shoot at.
18 ) Make it too tough for the enemy to get in and you can't get out.

Odin

Thanks, I'll try that.

EDIT: Nope, didn't work. Same result.

Survivor

Could you perhaps post a screenshot of what's happening? And maybe try making the wall thicker. try 32 gu
I'm busy. I'll ignore you later.

Odin

Screenshot here.
It's a bad shot, I know, but it still shows what's wrong.

Survivor

Are you compiling with a high -bounce parameter?
I'm busy. I'll ignore you later.

Odin

-bounce 8
Is that bad? Or should I not use bounce?

Survivor

-bounce enhances light sources and is sometimes even able to make them go round corners. try it without bounce
I'm busy. I'll ignore you later.

Odin

Ok, another problem. When making a tubular walkway, there are lines that show through the brushes, even though the brushes cover those areas. Here is a screenshot:
HERE

DarkRogue

Those are what are known in q3 mapping as 'sparklies'  

http://fps.brainerd.net/sparklestut.htm
n game name: Xiane

Odin

Ah, ok.
Another question: How do I go about adding a "steam" particle system to my map? Like a broken pipe or something?

Catalyc

misc_particle_system

Key: PsName
Value: /pathto/particlesystem

All particle systems are saved in *.particle files in the scripts folder, pretty similiar to shaders.

More info on the .particle files can be found here. Its pretty much the same info on the manual.