Art assets repo for the Spooky Game Jam Game. Collab with Nina Olsson.
Go to file
Fredrick Amnehagen 6d51c73881 Added image to the readme
- Updated readme with an animation.
2020-08-19 21:28:04 +02:00
examples-and-screenshots JAMSPOOK-13 - Lots of screen captures 2020-08-19 21:21:49 +02:00
models JAMSPOOK-13 - Updated kart 2020-08-19 21:22:15 +02:00
textures JAMSPOOK-13 - kart model ready to be tested! 2020-08-19 15:40:25 +02:00
.gitignore Renamed texture renders to texture exports 2020-08-19 15:29:00 +02:00
LICENSE Add LICENSE 2020-08-15 20:39:19 +00:00
README.md Added image to the readme 2020-08-19 21:28:04 +02:00
logo.png added logo 2020-08-15 22:31:40 +02:00

README.md

Art for the Spooky Game Jam entry

![An animation from development of the game.][game_animation_dev]

Models

You can find the project files for the models in the models in directories corresponding to the software used.

Maya

Models created with Autodesk Maya 2019 are located in models/maya2019.

Blender

Models created with Blender 2.8x are located in models/blender280.

References

References for modeling work are located in models/references.

Exports

bcos

Meshes for rendering and for collision checking are exported using the blender bcos exporter for Blender 2.8x, and are located in models/exports/bcos.

The files are using the ecos engine data format, bcos, and since the game engine differentiate asset loaders by file extension a letter has been added to the file extension differentiate between meshes for rendering and for collision checking.

  • bcosm are meshes for rendering.
  • bcosp are meshes for collision checking; p as in physics.

Wavefront obj

Some models have also been exported into obj-files with accompanying mtl-files, as a clean intermediary format between Autodesk Maya and Blender.

Textures

Gimp

Textures created with Gimp 2.8x are located in textures/gimp280.

Photoshop

Textures created with Photoshop CC 2019 are located in textures/photoshop2019.

References

References for texture work are located in textures/references.

Exports

Located in textures/exports,
These are the textures ready for use by the game engine as well as Blender and Maya for rendering.

Examples and screenshots

The directory examples-and-screenshots contains a collection of art related to- or exported during the development.

[game_animation_dev]: examples-and-screenshots/Peek 2020-08-19 21-17.gif "An animation from development of the game."