Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Graphics

Greatexperiment edited this page Apr 12, 2019 · 47 revisions

All graphics in the mod should follow certain standards. They are as follows:

File format: .dds

File naming conventions:

1. The name of the gfx file should be the same as whatever it represents. For example, tech art should have the same name as the tech itself. As follows:

  • "r56_tech_infantry_paratroops_04"
  • "r56_tech_infantry_marines_01"
  • "r56_tech_naval_destroyer_04"
  • "r56_leader_SOV_steve_rogers"
  • "r56_idea_USA_rampant_capitalism"
  • "r56_event_news_hungry_again"

2. See the naming article for more details.

File dimensions:

  • Tech Icons: 68 x 68*
  • Equipment: 120 x 48* ( this should probably be higher )
  • Portraits: https://imgur.com/CVVyLzZ.png (use this as a base for all portraits, thanks.)
  • Other sizes will be recorded and added here later.

File Compression Format:

  • Focus-tree icons and national spirits use "DXT5"* (this may change)
  • All portraits use "8.8.8 RGB"

1. Use the Nvidia DDS plugin for best results, and always be sure to set it to the highest quality level compression.

Tech folder structure:

1. Techs are now in more discrete sub-folders than in vanilla. Please be aware of the new paths. For example, with infantry techs:

  • technologies > infantry
  • technologies > infantry > equipment

Note:

Other than that, please keep in mind that art should always be consistent. If some techs are numbered in a series, all of them should be or none at all. If you are working off of art from someone else, try to match the style as best as possible. Cloned art is fine so long as it is only temporary. When in doubt refer to previously made art pieces that are known to follow the standards.

*Please refer to the individual Guide Files found in the mod for further reference.

Clone this wiki locally