Changes between Version 6 and Version 7 of PortA26ToA27


Ignore:
Timestamp:
Jun 19, 2023, 8:33:42 AM (11 months ago)
Author:
Freagarach
Comment:

Phab:D4921

Legend:

Unmodified
Added
Removed
Modified
  • PortA26ToA27

    v6 v7  
    2020**IMPORTANT**: The reason they were removed is that the more materials the least performance. You should always use empty normal maps and spec maps (2x2 null_white.dds or null_black.dds for spec) and default_norm for normal.
    2121You might notice some artifacts on transparent meshes.
     22
     23=== r27722 ===
     24The diplomacy stuff is taken out of the Player component, this leaves a smaller Player.js file and allows easier modding of just diplomacy-related code. One should change the player templates to have
     25{{{
     26    <SharedLosTech/>
     27    <SharedDropsitesTech/>
     28}}}
     29in a new `Diplomacy` node.