Skip to content

cohstats/coh3-cdn

Repository files navigation

COH3-CDN

CDN sources for coh3stats

They are deployed to cdn.coh3stats.com

All images are stored under two versions:

  • .png (original)
  • .webp (80% quality - still indistiguishble)

Anything which is under public folder can be found under the root. For example webp:

For example png:

Emerald Bear (v1.2.0) Bugs

  • Missing all the lobby quickmatch rank folder large icons. So far the export script converted the small and medium ones.
  • Had to manually convert the large faction icons.

Development

To copy the files to the flatten folder you can run these unix commands:

cd public
cp export/**/*.webp export_flatten

Windows:

for /r export %f in (*.webp) do copy /Y "%f" export_flatten\

Converting to .webp

For example you can use this tool https://www.xnview.com/en/xnviewmp/#downloads

Steps:

  1. Open the app XnViewMP
  2. Tools --> Batch Converter
  3. Add Folder (select folder) (select only .png files remove any webp)
  4. Click Output tab, format webp, quality 80%
  5. Click on Convert
image image image