dark_apprentice Posted December 29, 2015 Posted December 29, 2015 Hey guys and specially to all coders/scripters in here. I am in need of your help. The only basic JKA map, that i love to fly on as you already know from the title is map "t2_trip". The thing is, that I am sick of it's heavy fog on this map. I know about this cheat "r_we clear" (that is supposed to change the weather to a clear one, instead of foggy), but it does not work for me. Is there any other way and if "yes", than how can it be done and who might be able to help me with this. I was willing also to change the daytime into night, but that's a detail that is not so important for me. I only need help to remove this fog somehow from this map. Any help would be appreciated. Thanks in advance.
Ramikad Posted December 29, 2015 Posted December 29, 2015 To my knowledge that fog isn't caused by weather, but it's globally spawned by the map. Try increasing r_fogDistance. The map's distance cull is still quite limited, so once you remove the fog you'll notice a lot of holes in the map structure from afar.
dark_apprentice Posted December 29, 2015 Author Posted December 29, 2015 Ok, but is there other way, than this one (without causing holes in the map), buy by changing somehow the weather itself? For example i remember in Makermod that most of the times i was again on this map, but you've had the chance to make it as how you want. Is it possible to take some of it's coding create similar once and just replace the basic map with a new one without the fog?
Asgarath83 Posted December 29, 2015 Posted December 29, 2015 Ok, but is there other way, than this one (without causing holes in the map), buy by changing somehow the weather itself? For example i remember in Makermod that most of the times i was again on this map, but you've had the chance to make it as how you want. Is it possible to take some of it's coding create similar once and just replace the basic map with a new one without the fog? It's not a code question. :\ for making this you need to decompile the map with q3map2 from bsp to map format, load it on radiant (with all texture and shaders loaded fine.) after you need to remove the fog by the worldspawn, or delete eventually brushes with the fog textures.at the end, you need to rebuild the map.what's is wrong on that?1: you lost all light entities.2: you lost uvmap coordinate of textures on the brushes and you need to re-allineate all textures! >,< (this is a damned long work)entity modding can edit the entity, but cannot edit the sctructural brushes of the map. and fog depends by brushes or by wordlspawn parameters. mmmm the other solution MAYBE should be to remove by wordspawn entity with entmodding the eventually presence of a global fog into the map. but this can get unpredictable effect. the fog is generated during the building of the map. simply removing of the fog or switchng it off can cause graphical issues. :\ it's not an easy solution. dark_apprentice likes this
Ramikad Posted December 29, 2015 Posted December 29, 2015 1: you lost all light entities.2: you lost uvmap coordinate of textures on the brushes and you need to re-allineate all textures! >,< (this is a damned long work) Yeah, VERY long, especially in a map with a brush count of 9033 and spanning ~50k map units in both length directions. Asgarath83 likes this
dark_apprentice Posted December 29, 2015 Author Posted December 29, 2015 I understand. Thanks for clearing it up for me guys ^^
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now