One of the uses of fog is that it hides things that are too far away and thus can be used for optimizing.
There should be settings in the fog entity where you can change this I do belive.
I dont think there is such a possibility without coding to be honest.
The info_player_start cannot be told to fire outputs and none of the enemies have a OnDamagedPlayer output either that can be used.
I'll try and see what can be done from console later on and maybe something useful can...
For future reference.
When you hit F9 and the map starts to compile, a load of text should appear in a box. This text is also saved as mapname.log where mapname is ofcourse the name of your map.
Thats the log and should be posted in full when having errors like this.
That works for you but since he wants the big 3D skybox "to watch 2 big giants battle it out with knifes" the toolsskybox texture needs to be used because otherwise ther will be no giants in the sky
Hello..
Yes there is but you shall not use it because it tends to cause leaks. Making things not snap makes it very hard to seal you map and therefore you get leaks. However there are two button in the top field of buttons that make the grid that things snap to larger and smaller. So all you...
Ooh. I recognize this one... :P
I still want to have a look at the vmf prior to release though so that I can have a final look at it before it goes to the masses.
Good to see it is all up and running though...
//Unarmed
To make a map you must first make the sky yourself, you cant just choose a textue that catches your fancy. So you need 6 (front, back, left, right, up, down) black textures named accordingly. Type sky in the texture browser and then you should see what I mean.
Once that is done you can use the...
Could be doors involved or something since they have a very handy OnBlocked output. Trains just force their way though i do belive. Then have that trigger whatever you like
Textures that emit light light the map just like normal lights do, but instead of making the light come from one spot (light_enviroment excepted) the light is emitted by a surface, just like with light_enviroment which makes the TOOLSSKYBOX texture emit light.
All textures can be configured to...
A env_shooter does not take an exisiting item and shoot it in a certain direction. It makes a shiny new object and shoots them in a direction. So they are useful for things like vending machines. Press button and bottle appears. If thats what you want then make a shooter and set angles and speed...
I may be way off here since I really havent mapped in a long time but there was an issue with props and displacements sometime back in the days. Might still be there...-
Thi fix is to add -novirtualmesh to the BSP compiler.
More accurate info can be found here...