Which Entity Do I Use To Put A Model In My Map?
blackjackel
Join Date: 2002-11-01 Member: 2151Members, Constellation
<div class="IPBDescription">to make a hologram?</div> which entity do i use to put a 3d model and make it a hologram in my map?
Know how i can make a hologram?
Know where i can read tutorials about making holograms?
let me know!
And no, cycler_sprite does not take .mdl and creashes when i try to put mdl
Know how i can make a hologram?
Know where i can read tutorials about making holograms?
let me know!
And no, cycler_sprite does not take .mdl and creashes when i try to put mdl
Comments
voila, instant hologram
im using valve/players/barney is there anywhere else ?
I think is the hldm barney hence the red and yellow colors
try unpacking you .pak file. no clue where the tut is. I know you use wally
Use aditive, and set it to 254 - that way it will come out like a proper model - i would show you my cs map, that i did this with, but i don't have the screens online any more
amckern
What would i use to do that?
edit: o yeah, and a cycler will make a solid box about the size of a standing marine (cant walk through hologram) I use a env_sprite, which is also how hera did it.
amckern
"classname" "monster_furniture"
"renderfx" "16"
"rendermode" "5"
"renderamt" "220"
"rendercolor" "0 0 0"
"model" "models/player/alien4/alien4.mdl" // Fade model
"angles" "0 180 0" // Ignore
"origin" "-1876 -2992 670" // Ignore
Creates a very nice flickering animated hologram. I have two marking each of the entries to my readyroom.
--Scythe--