Swarm SDK Bugs: Difference between revisions
Jump to navigation
Jump to search
NullSoldier (talk | contribs) |
No edit summary |
||
Line 1: | Line 1: | ||
== Alien Swarm SDK & Hammer Bugs == | == Alien Swarm SDK & Hammer Bugs == | ||
=== swarm_sdk_server.vcproj Visual Studio 2010 Conversion === | |||
Project doesn't get upgraded with Visual Studio 2010 because of an error (Invalid characters in path). | |||
The only available solution for now is to compile the source code under Visual Studio 2005/2008. | |||
=== func_precipitation "Particle Snow" === | === func_precipitation "Particle Snow" === | ||
The func_precipitation's precipitation types that start with "Particle" do not function correctly in alien swarm when compiled. For instance, the func_precipitation type "Precipitation Snow" creates the wind effect on the ground but does not show the snow particles. The regular precipitation types however do work as expected. | The func_precipitation's precipitation types that start with "Particle" do not function correctly in alien swarm when compiled. For instance, the func_precipitation type "Precipitation Snow" creates the wind effect on the ground but does not show the snow particles. The regular precipitation types however do work as expected. |
Revision as of 12:54, 22 July 2010
Alien Swarm SDK & Hammer Bugs
swarm_sdk_server.vcproj Visual Studio 2010 Conversion
Project doesn't get upgraded with Visual Studio 2010 because of an error (Invalid characters in path). The only available solution for now is to compile the source code under Visual Studio 2005/2008.
func_precipitation "Particle Snow"
The func_precipitation's precipitation types that start with "Particle" do not function correctly in alien swarm when compiled. For instance, the func_precipitation type "Precipitation Snow" creates the wind effect on the ground but does not show the snow particles. The regular precipitation types however do work as expected.