chrxh / alien

ALIEN is a CUDA-powered artificial life simulation program.
https://alien-project.org
BSD 3-Clause "New" or "Revised" License
4.85k stars 152 forks source link

Cannot find impactor example #30

Closed drozzy closed 3 years ago

drozzy commented 3 years ago

Hi, I recently installed alien on windows using the provided installer, and started following the tutorial here: https://alien-project.org/documentation/Creatingaformationofmachines.html

During the part where it says to open the /examples/collections/impactor.col collection, I can't find it in the example diretories. I see interceptor.col and other files, but no impactor.col.

drozzy commented 3 years ago

In fact I see it's not part of the code repo either: https://github.com/chrxh/alien/tree/develop/examples/collections

drozzy commented 3 years ago

Oh, it's called interceptor.

chrxh commented 3 years ago

Hi, Thanks for the info! The documentation is not quite up to date anymore. Since version 2.5 the appearance and some naming have changed a bit. I'm currently updating the docu step by step.