trying to make stairs with arm panels help
Quote from srs bsnss on May 19, 2013, 12:16 amFor a lift with a brush on it, you'll have to modify the lift_standalone instance slightly, by parenting a func_brush to the platform part. Alternatively, use this instance: Portalable Piston Instance for PTI and just retexture the panel.
For a lift with a brush on it, you'll have to modify the lift_standalone instance slightly, by parenting a func_brush to the platform part. Alternatively, use this instance: Portalable Piston Instance for PTI and just retexture the panel.
Quote from harmeister on May 19, 2013, 12:36 amCool, um I placed an observation room instance and now my map is really dark. How can I make it brighter without having to put any light panel decals?
Sincerely,
Harley Frank
Cool, um I placed an observation room instance and now my map is really dark. How can I make it brighter without having to put any light panel decals?
Sincerely,
Harley Frank
Quote from BlackWolfe on May 19, 2013, 4:55 amI prefer to make the panel itself a func_movelinear and parent the piston to it, but that's just me.
harmeister wrote:Cool, um I placed an observation room instance and now my map is really dark. How can I make it brighter without having to put any light panel decals?You need light sources. You can add env_light and other similar entities, but those are sourceless, and people will notice that, so you will need to put some models and/or overlays in the map as well. There's just no way to get around it.
Alternatively, you can set the ambient light of the level, but that doesn't look nearly as good.
I prefer to make the panel itself a func_movelinear and parent the piston to it, but that's just me.
You need light sources. You can add env_light and other similar entities, but those are sourceless, and people will notice that, so you will need to put some models and/or overlays in the map as well. There's just no way to get around it.
Alternatively, you can set the ambient light of the level, but that doesn't look nearly as good.
Quote from harmeister on May 19, 2013, 6:27 amOk, I have been doing some of the PTI stuff and then viewing it in Hammer. I noticed that in the game it looks like this anyways: http://www.mediafire.com/view/?myfiles#lgoqk004uwb60bu I am wondering if that is normal. Also, what's env_light? How does it work?
Sincerely,
Harley Frank
Ok, I have been doing some of the PTI stuff and then viewing it in Hammer. I noticed that in the game it looks like this anyways: http://www.mediafire.com/view/?myfiles#lgoqk004uwb60bu I am wondering if that is normal. Also, what's env_light? How does it work?
Sincerely,
Harley Frank

Quote from Gemarakup on May 19, 2013, 7:06 amharmeister wrote:Ok, I have been doing some of the PTI stuff and then viewing it in Hammer. I noticed that in the game it looks like this anyways: http://www.mediafire.com/view/?myfiles#lgoqk004uwb60bu I am wondering if that is normal. Also, what's env_light? How does it work?Sincerely,
Harley FrankYou can look up any questions like this on the VDC. There's a link for it on "Portal 2 mapping wiki". In the search field, type what you want to know about and usually it takes you automatically to the page.
Sincerely,
Harley Frank
You can look up any questions like this on the VDC. There's a link for it on "Portal 2 mapping wiki". In the search field, type what you want to know about and usually it takes you automatically to the page.
Quote from Lpfreaky90 on May 19, 2013, 7:31 amharmeister wrote:Ok, I have been doing some of the PTI stuff and then viewing it in Hammer. I noticed that in the game it looks like this anyways: http://www.mediafire.com/view/?myfiles#lgoqk004uwb60bu I am wondering if that is normal./quote]Quote:Invalid or Deleted File.The key you provided for file download was invalid. This is usually caused because the file is no longer stored on MediaFire. This occurs when the file is removed by the originating user or MediaFire.
Still have questions, or think we've made a mistake? Please contact support for further assistance.
Quote:Also, what's env_light? How does it work?Sincerely,
Harley Frank[I think you mean a light_env? that's a light enviroment; it casts light from the tools/toolskybox texture; you hardly ever need to use it in portal 2 and it will also greatly increase your compile time.
The key you provided for file download was invalid. This is usually caused because the file is no longer stored on MediaFire. This occurs when the file is removed by the originating user or MediaFire.
Still have questions, or think we've made a mistake? Please contact support for further assistance.
Sincerely,
Harley Frank[
I think you mean a light_env? that's a light enviroment; it casts light from the tools/toolskybox texture; you hardly ever need to use it in portal 2 and it will also greatly increase your compile time.
Quote from harmeister on May 19, 2013, 7:35 amOk here I fixed it: http://www.mediafire.com/view/?lgoqk004uwb60bu
Sincerely,
Harley Frank
Ok here I fixed it: http://www.mediafire.com/view/?lgoqk004uwb60bu
Sincerely,
Harley Frank
Quote from FelixGriffin on May 19, 2013, 9:31 amThe entities you probably want for basic lighting are "light" and "light_spot" (for light coming from a point in the map and a point at the edge, like an observation room or a hole, respectively).
The entities you probably want for basic lighting are "light" and "light_spot" (for light coming from a point in the map and a point at the edge, like an observation room or a hole, respectively).


Quote from RectorRocks on May 19, 2013, 10:06 amyishbarr wrote:Don't you need light_env for an overgrown chamber skybox?Lpfreaky90 wrote:I think you mean a light_env? that's a light enviroment; it casts light from the tools/toolskybox texture; you hardly ever need to use it in portal 2...