Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.
Greatexperiment edited this page Jul 27, 2018 · 19 revisions

Names for all assets and code should follow these conventions:

Style Guide

  • All names generally look something like this:

    • "r56_tech_infantry_paratroops_04"
  • Remember, the breakdown for a name is always:

    • r56 (mod prefix)
    • type (tech, idea, leader, etc.)
    • category ( naval, country tag, infantry, etc. )
    • name ( stallion_riders, bob_bobson, evie, starbucks, etc. )
    • If applicable, add a number. Use two digit places ( 01, 02, 03 ) Note that 00 is reserved for root nodes in tech and country trees. Always start at 01 unless it's a root.
  • Types are as follows:

    • cfl ( code flag )
    • equip ( equipment )
    • event ( events )
    • focus ( focuses )
    • decision ( decision )
    • idea ( ideas )
    • flag ( graphic flag )
    • leader ( country leader or general )
    • se ( scripted effect )
    • st ( scripted trigger )
    • tech ( technology )
    • var ( variable )
    • There may be others yet to add here.
Clone this wiki locally