Art assets repo for the Spooky Game Jam Game. Collab with Nina Olsson.
Go to file
Fredrick Amnehagen da31cadce5 Some gifs and track pieces. 2020-08-29 01:42:54 +02:00
concept/photoshop2019 updated obj level 2020-08-23 11:28:56 +02:00
examples-and-screenshots Some gifs and track pieces. 2020-08-29 01:42:54 +02:00
models Some gifs and track pieces. 2020-08-29 01:42:54 +02:00
sound sound 2020-08-27 21:28:53 +02:00
textures Some gifs and track pieces. 2020-08-29 01:42:54 +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 trigger cube 2020-08-20 00:19:15 +02:00
logo.png Fixed transparency in the art logo 2020-08-22 23:57:17 +02:00

README.md

Art for the Spooky Game Jam entry

An animation from development of the game.

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.