Obsolète
Go to file
yannk 22f2f8dadb Fixing links 2023-03-04 11:06:18 +01:00
creatures Beginning retopo of first blockout 2022-03-21 18:07:22 +01:00
.gitattributes Adding LFS extension for versioning large files in this repository - with *.png and *.blend tracking 2021-10-11 12:11:34 +02:00
.gitignore Adding subfolders to exclude 2021-10-11 12:25:54 +02:00
LICENSE Add LICENSE (CC BY SA / A-GPL) 2021-10-10 20:48:06 +00:00
README.md Fixing links 2023-03-04 11:06:18 +01:00

README.md

Khanat client 3D assets source

3D Game client 3D assets source files providing the files for the Khanat client 3D assets repository.

This repository contains only sourcefiles, not exported files. These are mainly Blender files.

It is intended to be used as sources to generate the Godot compatible formats of the Khanat client 3D assets.

This repository is using Git Large File Storage.

You can get more informations on our wiki

Blender usage

Use only the latest stable Blender version. Never save any file with a more recent, unstable version !

  • create a root collection named "khanat" and put any model in a sub-collection. Each exported glTF file will include the content of one subfolder at a time and will be named from it.
  • create a subfolder named textures to include dedicated textures for the file

Best practices

  • please check our Best practive manual for naming conventions etc.
  • put anything copyrighted in a subfolder with "_copyright" at its end, so it will be ignored by git
  • create a .json file with contribution informations in it, named from the file, in the very same folder with such a content :
{
        "contributors":
                [{
                        "name" : "CamilleZ",
                        "email" : "camz@nowway.out",
                        "url" : "https://khaganat.net"
                }],
        "license" : "CC-BY-SA-4.0"
}