The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.
Do you have an info_player_start? If not the map will leak. Do you have a model in the void? (You'd get entity leaked in the debug window if this is the case). Is it a custom sky shader? If so, post that. Failing that have you made the skybrushes... [Read More]
And to go back to simple English: To texture a single face (or to select a single face to be more accurate) hold down Ctrl and Shift then click the face you want to texture; you can then apply a texture to a single face. Seen as you've brought this... [Read More]
That still doesn't explain it, in EF (the game before JO by Ravensoft) water and fog were both full brush texturing; why would they leave that to go to top/bottom texturing in JO to then return back to the original method (which is the easiest of the... [Read More]
Where on earth are people getting this texture the top and bottom thing from for water and fog? Try covering the entire brush in the fog shader.... [Read More]
I'm so glad I skipped JO and went straight to JA from EF, the amount of times I hear JO being mentioned in association with a problem or hard way of doing something is amazing! :)... [Read More]
"Any other shape of water brush will most likely turn solid." - not if you always cover the entire brush in caulk_water then texture visible faces only with a water shader. If you use the clip tool on brushes that will become water then af... [Read More]
Apply system/caulk_water to the entire brush then cover the top face with the water texture you want to use. It works every time and it follows the rule of texturing visible faces only.... [Read More]
Are you doing this in single player? If that's the case there is a spawnflag FALLING and you set a key/value called count to determine how long it should last.... [Read More]
I just realised there is no trigger_kill....where did that come from? Make a brush, cover it in the system/trigger texture, right click and turn it into trigger_hurt. Set dmg to -1 to cause fade death.... [Read More]
Or coding, modelling, skinning. Just because the gameplay seems boring doesn't mean the game should be! As for gameplay, you can do FFA, CTF, Siege, Racing, Flying. You can't be bored of them all, surely!... [Read More]
I've had a model that's been scaled too big and got that error I'm pretty sure. As for breaking stuff up, how about using _lightmapscale 2 or 4?... [Read More]
I've had this problem recently but I just am not sure what the problem was. I think it's one of the following: -Lightgrid on a surface is too big so it can't be stored -A bad model that is resulting in the lightmap going wrong -Something else that d... [Read More]
Type in "Rylockfacility.arena" including the quotation marks and it won't add the .txt ending. Or if you know DOS you can use that to rename it, or if you know how to turn off hide file extensions in Windows, do that.... [Read More]
Actually maybe...my Icarus is still in the raw stage so I'm not sure but can you use the "SET_PARMx" on a player? If so you could set one of the parameters to "1" or something and check for that on the exterior trigger.... [Read More]
Looking around the best I can find is the reason you should avoid it is it overcomplicates the BSP making it bigger and more complex than in necessary. In some situations it's probably a good idea though (like your exterior texturing of the L shape... [Read More]
For a start once you issue a move command it 'gets put onto another runner' or something like that...what I mean is even though you're telling the move command to take 3 seconds, once the move command has been executed the next command will be execut... [Read More]