Changes between Version 18 and Version 19 of standards


Ignore:
Timestamp:
2016-01-24 16:38:59 (8 years ago)
Author:
dky
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • standards

    v18 v19  
    5151* '''Level designers should not shift-clone or copy-paste cubemaps.''' 
    5252  * Rationale: Accident avoidance-- If a cubemap has a high resolution, shift-cloning or copy-pasting that cubemap could mean accidentally causing the new resulting cubemaps to also have high resolution. This can balloon file size dramatically, and is a pain to fix after the fact. 
    53 * '''If there is a named character NPC, that NPC's entity should simply be the name of that character. If the character corresponds to multiple NPC entities within the same level, their entity names should still be named after their name in the script, but suffixes should be added to differentiate them.''' 
     53* '''If there is a named character NPC, that NPC's entity name should simply be the name of that character. If the character corresponds to multiple NPC entities within the same level, their entity names should still be named after their name in the script, but suffixes should be added to differentiate them.''' 
    5454  * Rationale: This makes it so level designers are never confused when they encounter an NPC called "GRD07_BATHROOMBREAK" and have absolutely no idea that he actually corresponds to "Otis" in the script. In the map, he would just be called "otis". In addition, this allows choreographers to not have to guess or look up the names of the actors in any choreographed scene. 
    5555* '''Linearly-moving elements should use func_door textured in tools/toolsuseful, rather than using a func_tracktrain.'''