This repository has been archived by the owner on Jan 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Naming
Logan edited this page Aug 13, 2020
·
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.
- r56
-
Types are as follows:
- cflg
( 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 )
- t
(threat)
- tt
(tool tip)
- ghost
(use for ideas that are made for tooltip or show effect purposes)
- vanilla
(use as a means to have vanilla content not conflict with mod content)
- m
(use for white peace messages)
- cflg
*Please refer to the individual Guide Files found in the mod for further reference.