Please or Register to create posts and topics.

The Thread For Small Problems And Requests

PreviousPage 16 of 24Next

Id set both colors to light blue, and set the start distance to 300 for a normal look, and 0 for foggy look. Depending on how large the views are, not the entire map, should set your end distance. To be safe, I would do 3000 for the end distance if you're indecisive.

When life gives you lemons, make apple juice and have everyone wonder how you did it.
Musical website Moddb

Is there any way to change texture of funnel (not model, but blue beam?) without editing vpk?

No, unless you did something crazy like make a custom model + materials to sorround the funnel effect covering up the originals. Then you'd need to make a complicated script to make the models move to match the position of the funnel through portals.

My stuff:
[spoiler]- BEE2 Addons | (BEE2)
- Hammer Addons
Maps:
- Crushed Gel
- Gel is Not Always Helpful[/spoiler]
PedroDeak wrote:
Hey people, I'd like to ask if someone knows a good fog_controller setting for this case:
I have a map that starts in a room right under the surface, with a huge hole in the ceiling (the ceiling model)

I'm not a fan of using the global_ents, but of adding in my maps some of the entities it contains, like the env_fog_controller or the env_tonemap_controller, but more important is the following output fired from a logic_auto for example:

OnMapSpawn > !player > SetFogController > [your_fog_controller_name_here]

Depending on the environment proximity, adjust the fogend property (set the fogstart to "0" btw) to value of 1500 for shorter distances and 3000-5000 for further ones (you can use the output "SetEndDist" to change it on the fly in mid-game). I'd suggest a dark brown fog colour for the undergroundish areas. And finally, I do use the Use_angles property (set it to YES) with the fogdir set to "1 0 0".

Additionally, I like to use the following output (also borrowed from the global_ents.VMF :p) fired from a logic_auto to a point_clientcommand entity (that I called "@clientcommand") in order to get the right overall brightness and shadow-mapping for the env_projectedtexture:

OnMapSpawn > @clientcommand > Command > r_flashlightbrightness 1

PedroDeak wrote:
EDIT: I also would like to ask how to make the door_handle_1 model performs that particular movement when a door is locked.

Well, I parent it to a func_rot_button with the right moving/rotating direction, and an ambient_generic playing the sound "doors/default_locked.wav"

d3m0l1sh3r wrote:
Is there any way to change texture of funnel (not model, but blue beam?) without editing vpk?

Well, Habzs retextured it, althought I'm sure you'll need to edit the funnel texture and later pack it into the BSP or distribute it somehow...

SHhfsOJCshU

ImageImageImageImageImageuseful tools and stuff here on TWP :thumbup:
[spoiler]ImageImageImageImageImage[/spoiler]
josepezdj wrote:
d3m0l1sh3r wrote:
Is there any way to change texture of funnel (not model, but blue beam?) without editing vpk?

Well, Habzs retextured it, althought I'm sure you'll need to edit the funnel texture and later pack it into the BSP or distribute it somehow...

SHhfsOJCshU

Unfortunately, that is done by editing the VPK.

Hi ! I'm struggling with a simple industrial elevator. I'm sure it's something stupid I'm doing wrong but I can't figure what.

I've got my elevator : prop_dynamic parented to a func_tracktrain moving along 3 vertical path_tracks. When the map spawns, the elevator is not set on his track but in a corner of the room, and doesn't stop at ground level but a little bit higher. I've tried everything I know/could find : the "Fixed orientation" is set everywhere, everything has a name, I've tried a "LockOrientation" output, etc.

Any ideas ?

Look where the origin of your tracktrain is. That will move to the path_track.

Falsi sumus crusto!

You also want to make sure "height above the track" is set to 0.

My stuff:
[spoiler]- BEE2 Addons | (BEE2)
- Hammer Addons
Maps:
- Crushed Gel
- Gel is Not Always Helpful[/spoiler]

It was not the origin, and not the distance above track. I had check those. I still don't know what it was, but I got it working ^^ Thanks anyway !

Alright, so I've had this problem for a little over a year. The underground salt/rock textures have been screwing with Hammer, and now that I've developed the need for them, it's bothering me. Basically, they render in either red, green, or blur, depending on what axis they're on (this might be normal, I've no clue). Also, it becomes stretched horizontally, in addition to warping every OTHER texture the same way, as well. Any suggestions to fix this?

Online daters be like:
Guy: Hey dure i will date u
Girl: sure
PreviousPage 16 of 24Next