diff --git a/readme.md b/readme.md index a8eb842f..f0a4fb6b 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,22 @@ # In English -TBD +This repo is just a dummy for https://rtxash.omgwtf.ru/Half-Life-RTX/Half-Life-PBR + +The original files and material description files are taken from here. + +Most of the textures are organized. If you want, you can organize the rest. + +Description of material format https://github.com/w23/xash3d-fwgs/wiki/Format-of-PBR-materials + +Now the material files in basic form are generated automatically with all the necessary includes. + +## Naming + +Naming is compromise, `-[group]` directory with textures grouped by meaning. The other folders are grouped by sets of tiles (starting with `-`) or frames of animated/switchable textures (starting with `+`). + +## Deduplication + +Repeated files in mods that are equal to files from `valve` have been removed. The implication is that if a file in a mod is not found it will be searched in `valve/pbr`. # На русском @@ -20,4 +36,4 @@ TBD ## Дедупликация -Повторяющиеся файлы в модах которые равны файлам из valve были удалены. Подразумевается что если файл в моде не найден он будет искаться в valve/pbr. \ No newline at end of file +Повторяющиеся файлы в модах которые равны файлам из `valve` были удалены. Подразумевается что если файл в моде не найден он будет искаться в `valve/pbr`. \ No newline at end of file