Dear, In CryEngine1, we were adding entities by adding them to the class registry.lua, and put the lua file, then the object being shown in the entities in the sandbox. How to add entities in CE3? Thx
Nothing Is Impossible. The Only Inpossible Is Saying Impossible. So Don't Say It.
You will have to create an ent file. ENT files are very small files that basically just reference to the actual LUA script. They are located in the folder Game/Entities. Take any file from there to look at the syntax, and it should be no problem.