Please or Register to create posts and topics.

Camera + Screen ?

Page 1 of 2Next

Hi everyone !
I am curently working on a map, but the room is huge so I would need a screen (like wheatley's screens for example) that displays what's happening on the other side of the map. I guess there is kind of a "camera" entity, looking at a target, and a screen dispalying but I have no idea on how to do this ^^'.

That would be nice if you could help :)

also, sorry for my relative english ^^.

Making a puzzle is a puzzle in itself
My Workshop : >-Click Me-<
--> Reflection Gel Testing 4 <--

1. Place a point_camera where you want the camera to be. This is the viewpoint that your screen will look from. Give it a name like "camera_1", but don't bother changing any other fields (except fog colour, if you want).

2. Create a brush to be your screen. Texture the front with "dev/dev_tvmonitor1a", and tie it to a func_monitor. In the 'Camera name' field, put the name of your camera (i.e. "camera_1")

I think that's all there is to it. Try it and see what happens (it should work).

ImageImage

Thanks ! It worked ! :)

Making a puzzle is a puzzle in itself
My Workshop : >-Click Me-<
--> Reflection Gel Testing 4 <--

Yay! Glad to know it worked :thumbup:

Any idea as to when we'll be able to see it in action?

ImageImage

I am curently finishing the details of the map ;) I'll post it on the site :)
It will be released this evening if I have time, or next week because I go on holidays tomorrow ^^

Making a puzzle is a puzzle in itself
My Workshop : >-Click Me-<
--> Reflection Gel Testing 4 <--

Have fun on your holiday ;)
Also: you can only have one camera enabled at the same time. So if you want more; you have to toggle between them ;)

Lpfreaky90 wrote:
Also: you can only have one camera enabled at the same time. So if you want more; you have to toggle between them ;)

This is kinda true? You can only have one _RT_camera on for each PVS (potentially visible set).

Happy Mapping

http://www.tophattwaffle.com/ - My site for Source Engine Level Design
http://therewillbescience.com/ - Portal 2, Lab Rat
http://www.moddb.com/mods/portal-2-lab-rat - Portal 2, Lab Rat (MODDB)

Thanks for the tips guys :)

I am having an issue : The screen resolution is very low, so it's ... very ugly:

My screen is a 120x120 brush. I applied the Monitor texture, and then I had to extend it.
Here is how it looks in hammer :
http://image.noelshack.com/fichiers/201 ... hammer.png

And In-Game :
http://image.noelshack.com/fichiers/201 ... -01-13.png

Is there anyway to set a bigger resolution for the camera/screen ?

Making a puzzle is a puzzle in itself
My Workshop : >-Click Me-<
--> Reflection Gel Testing 4 <--

That's what that texture does. It's intentional. To reduce the effect scale the texture down in Hammer to its default, then change the properties of the camera itself to get the zoom you want. It's like with real cameras--to get the best resolution use optical rather than digital zoom.

If you want to get rid of those lines entirely, make a new UnlitGeneric texture with $basetexture _rt_camera instead of a VTF file.

Falsi sumus crusto!

I think he was asking how to get the image on the camera to be higher-res. If that's it, I don't know.

Happy Mapping

http://www.tophattwaffle.com/ - My site for Source Engine Level Design
http://therewillbescience.com/ - Portal 2, Lab Rat
http://www.moddb.com/mods/portal-2-lab-rat - Portal 2, Lab Rat (MODDB)
Page 1 of 2Next