News | Forum | People | FAQ | Links | Search | Register | Log in
Mapping Help
This is the place to ask about mapping problems, techniques, and bug fixing, and pretty much anything else you want to do in the level editor.

For questions about coding, check out the Coding Help thread: https://www.celephais.net/board/view_thread.php?id=60097
First | Previous | Next | Last
Screenshot 
 
One Thing To Try 
Is to use a path without spaces in it. Spaces in paths are notorious for causing trouble. But in this case, it looks more like a permission problem. 
Also Google The Error Message 
 
Ok I no longer get the error, but nothing compiles. It spits: #### Executing 'C:\Users\Sean\Desktop\Trenchbroom2\q2compiletools\qbsp3.exe -gamedir H:\Quake2\baseq2 test.map'
---- qbsp3 ----

************ ERROR ************
Unknown option "-gamedir"
#### Finished with exit status 1

#### Executing 'C:\Users\Sean\Desktop\Trenchbroom2\q2compiletools\qrad3.exe -v'
----- Radiosity ----
8 threads

************ ERROR ************
usage: qrad [-v] [-chop num] [-scale num] [-ambient num] [-maxlight num] [-threads num] bspfile
#### Finished with exit status 1

#### Executing 'C:\Users\Sean\Desktop\Trenchbroom2\q2compiletools\qvis3.exe -fast'
---- vis ----
fastvis = true

************ ERROR ************
usage: vis [-threads #] [-level 0-4] [-fast] [-v] bspfile
#### Finished with exit status 1



Is this a Trenchbroom bug or me? 
The Parameters Are All Wrong 
 
Re: Problem With Corrupted Map File 
i just had this problem with the map i've been working on in trenchbroom, it's the same issue i think. How did you fix it? not sure what you mean by 'zero the nans' or what you used to fix it. a hex editor? 
Teleporter 
Hi guys! How do i make a teleporter in trenchbroom?

I made a brush and gave it a "classname" "trigger_teleport" set the "target" to "abc"
then i created a brush with the "classname" "teleport_destination" and gave it "targetname" "abc"

http://i.imgur.com/gz4Ys2g.jpg

It doesnt work!

how do i really make a teleporter.

and a followup question. how do i make a monster teleporter? 
 
The entity you're looking for is info_teleport_destination and it's a point entity.
And for monster teleport, put one around a monster and give it a name, then trigger it (with a func_button or a trigger_once for example). 
Teteeterttreteter 
trigger_once -> teleport -> info_teleport_destination. In special room place monster in teleport. Voila! 
Skaky 
I created a path corner entity and gave it the "targetname" "abc" and gave the teleport the "target" "abc"
its worked.

But i couldnt get the monster teleporter to work properly. 
 
http://i.imgur.com/pKWhdok.jpg

personal teleporter works just fine but monsterteleporter doesnt. xLarve, you need to give me more basic instructions than that. 
 
It's very simple:
Put a monster somewhere, preferably in an unreachable room.
Put a trigger_teleport around it, give this trigger_teleport a name and target an info_teleport_destination so your monster can get teleported.
Put a trigger_once somewhere in your map and target the trigger_teleport.

Once you cross your trigger_once the monster will teleport to the designated info_teleport_destination. 
Teleport 
You do not use a path corner for the teleport target.

Use info_teleport_destination point entity.

This is what needs to be targeted by the trigger_teleport. 
 
Great success! 
How Do I Create This? 
Heres my idea for an encounter in my room. You shoot a button to lower a lift that contains a silver key, shooting the button teleports a bunch of enemies to you to deal with and the lift lowers down very slowly. 
 
Just give your lift and your few trigger_teleport the same targetname, and have the func_button target them. Obviously each trigger_teleport will have to target a different info-_teleport_destination, otherwise you'll get telefragged monsters. 
 
Thanks skacky!

how do i create the lift so that it only goes down once and does not return back up once the player walks ontop of it? 
 
You can make it a func_door with a down angle and with a wait value of -1. It opens and stays open. You'll need to calculate a proper lip value to get it to lower exactly where you want it though. 
 
The door angle is now set for the horizontal plane, how do i set it vertically? So it will go from top to bottom. 
 
Set the angle value to -1. -2 is up. 
Exporting Maps To A BSP Format In Trenchbroom 
Okay, Just Downloaded Trenchbroom And Already... Alright? At It But I Have One Problem. When I Save A Map It Saves As A .map File, Normal But How Do I Make It A .bsp File Im Looking For A Export To BSP File Button But Cant Find One Please Help.

P.S. I Think I Look Like An Idiot XD 
 
Its all working very nicely now, thanks.

What would i do if i wanted to make like an arena type of situation where the enemies would appear in waves, lets say in 10 second intervals.

I could make the arena so that there are multiple platforms, the slowest one has the key and faster ones have health and ammo pickups! >:D
holy moly my map is going to be cool! 
 
You'd have to use a bunch of trigger_relay for that, with a delay value of 10. Each trigger_relay would target a few trigger_teleport. 
1 post not shown on this page because it was spam
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.