Compare commits

...

6 commits

Author SHA1 Message Date
yannk
22f2f8dadb Fixing links 2023-03-04 11:06:18 +01:00
yannk
4f37811ca3 Beginning retopo of first blockout 2022-03-21 18:07:22 +01:00
yannk
05c9abcd30 Adding pendo first draft 2022-03-21 15:46:29 +01:00
yannk
a52d42bb89 Correcting README and redirecting to Best practice manual 2022-03-21 13:05:33 +01:00
yannk
12524692ef Adding practices for files and blender usage 2021-10-11 13:09:22 +02:00
yannk
23f7dd065c Adding wiki page information & link 2021-10-11 12:51:02 +02:00
3 changed files with 38 additions and 3 deletions

View file

@ -1,13 +1,36 @@
# Khanat client 3D assets source
3D Game client 3D assets source files providing the files for the [Khanat client 3D assets](https://git.khaganat.net/khaganat/mmorpg_khanat/khanat-client-3d-assets) repository.
3D Game client 3D assets source files providing the files for the [Khanat client 3D assets](https://port.numenaute.org/khaganat/mmorpg_khanat/khanat-client-3d-assets) repository.
This repository contains only sourcefiles, not exported files. These are mainly [Blender](https://www.blender.org/) files.
It is intended to be used as sources to generate the Godot compatible formats of the [Khanat client 3D assets](https://git.khaganat.net/khaganat/mmorpg_khanat/khanat-client-3d-assets).
It is intended to be used as sources to generate the Godot compatible formats of the [Khanat client 3D assets](https://port.numenaute.org/khaganat/mmorpg_khanat/khanat-client-3d-assets).
This repository is using [Git Large File Storage](https://git-lfs.github.com/).
You can get more informations on our [wiki](https://khaganat.net/wikhan/fr:collabo_khanat_client_3d_assets_sources)
## Blender usage
**Use only the latest 3.0 Blender version. Never save any file with another version !**
**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](https://port.numenaute.org/khaganat/mmorpg_khanat/khanat_gamedev_guide) 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"
}
```

BIN
creatures/pendo/pendo.blend (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,9 @@
{
"contributors":
[{
"name" : "YannK",
"email" : "yannk@khaganat.net",
"url" : "https://khaganat.net"
}],
"license" : "CC-BY-SA-4.0"
}