jow can anyone tell me how to make a (working
) teleport when u dont have trigger_teleport and misc_teleporter_dest in ur right click menu? (plz explain it in details
)
teleports again
Try Detoeni’s site for the tank models. You can find him if you search for his Alpine Assault map, he has made a nice American tank model.
For the teleport: rather search on how to add those “special entities”. Search for “updated entity list”.
(The search button for this forum is located at the top, a little button)
duuuude ive looked everywhere for the stupid teleport plz just tell me how to make a stupid trigger_teleport and misc_teleporter_dest if they arent in the ****ing right click list !!! 
Here is the topic on adding those things in the entities list: updated Entities list beta 2
Since you want to do it the “die-hard” way:
-Take a brush, no matter what size, on the place you want your trigger_teleport.
-Turn it into a func_group.
-Edit it’s classname key/value so that it reads “trigger_teleport”. Paint the brush with the common/trigger shader
-Give it a target key/value.
-Take a brush, no matter what size, on the place you want your trigger_teleport_dest.
-Turn it into a func_group.
-Edit it’s classname key/value so that it reads “misc_teleporter_dest”. Radiant will turn the brush into a colored cube if I’m right.
-Give it a targetname key/value, same as the target key/value of the trigger_teleport.
-Done.
EDIT: Ok, I mistyped the classnames, it is trigger_teleport and misc_teleporter_dest. Fixed it.
Then please tell me what isn’t working. When I did it, it worked. Maybe I wasn’t clear enough about one step, or you did something wrong.
EDIT: I think I’ve found an error in my text, I’ll fix it. Noz you know: write the classname wrong and this way doesn’t work. Better keep a list of classnames if you’re serious about using this method, but I strongly advise to replace your current entity list with the updated one. Info on how to do it can be found in the topic of which I posted a link.
euhm i didnt misspeel misc_teleporter_dest or trigger_teleport it just isnt working
even when i put on a new map
Loffy has released a CTF map called Darija (or something similar).
The map source is included.
He used teleports.
So you could have a look there.
In your etmain folder, like all other pk3’s.
Don’t forget to rename your et_entities.def in the etmain/scripts folder to something like et_entities_old.txt before you install this pk3. (Or if you can’t change the type, move it to your etmain folder where it should be useless.)
If you don’t, most entity types will be placed double in the entity list.
weird
i copied a teleport from tutorialjump into my map and when i copy it they both show as little green cubes ??? the trigger_teleport was a transparent brush in tutorialjump ??? :s
nvm i added the trigger_teleport and misc bla bla to my entitie file and now its much more easy, thanks
