UFO: Alien Invasion Issue Tracker
UFO: Alien Invasion
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png UFO: Alien Invasion / Open Bug report #5636 Weather effects (rain/snow) cross the roofs
Go to the next issue (open or closed)
Go to the next open issue
Issue basics
  • Type of issue
    Bug report
  • Category
    Not determined
  • Targetted for
    Not determined
  • Status
    Open
  • Priority
    Not determined
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (1)
People involved
Times and dates
  • Posted at
  • Last updated
  • Estimated time
    Not estimated
Issue details
  • Resolution
    Not determined
  • Reproducability
    Not determined
  • Severity
    Not determined
  • Complexity
    Not determined
  • Platform
    Not determined
  • Architecture
    Not determined
Attachments (4)
  • /bugs/files/show/564
    ufo03.jpg uploaded Jan 27, 2017 by unknown user
  • /bugs/files/show/559
    ufo00.jpg uploaded Jan 25, 2017 by unknown user
  • /bugs/files/show/558
    ufo01.jpg uploaded Jan 25, 2017 by unknown user
  • /bugs/files/show/557
    ufo02.jpg uploaded Jan 25, 2017 by unknown user
Duplicate issues (0)
This issue does not have any duplicates
Description
Particles of rain and snow cross the roofs of buildings when falling.

There is something done as a temporary hack for alien base, but nothing for base defense; check [http://ufoai.org/bugs/ufoalieninvasion/issues/5446#comment_9963 comment #5] from DarkRain in issue #5446

Check CP_CreateBattleParameters() in src/client/cgame/campaign/cp_missions.cpp lines 341 to 345

<source lang="cpp" line start="341">
/* Hack: Alienbase is fully indoors (underground) so no weather effects, maybe this should be a mapdef property? */
if (mission->category == INTERESTCATEGORY_ALIENBASE)
cgi->Cvar_Set("r_weather", "0");
else
cgi->Cvar_Set("r_weather", "%s", cgi->csi->terrainDefs.getWeather(color));
</source>

and consider if it should be extended for INTERESTCATEGORY_BASE_ATTACK, while not implemented a mapdef property.
Steps to reproduce this issue
Nothing entered.
Todos (0 / 0)
Issue created
footer_logo.png The Bug Genie 4.3.1 | Support | Feedback spinning_16.gif