Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(4 edits)

Back to building the sources again and I have a few new issues:

  1. You seem to have placed these files in the wrong folder when updating the sources package for Update 31.

  2. ModelsF/Items/Ammo/Bolts/Bolts.h file is included in AmmoItem.es but it doesn’t exist in the package and nothing from it is used in the source code anyway.

  3. PlayerWeapons.es is still using constants starting with KNIFE_, despite there not being any. Models/Weapons/Knife/Knife.h has all constants start with SLEDGEHAMMER_.

  4. Several enemies have the wrong names for model constants, such as animations and collision boxes, for example:

  • ANT_ANIM_BLOCKWOUND instead of ANT_ANIM_BlockWound
  • CATMAN_COLLISION_BOX_PART_NAME instead of CATMAN_COLLISION_BOX_DEATH

Classes with this problem: Ant.es, Catman.es, Cyclops.es, Grunt.es, Mamutman.es, Monkey.es, Scorpion.es.

(+1)

Hey, thanks for looking out. Most of these I have fixed already, I just forgot to add the updated files. The source has been fixed now.

Builds fine now.

Missing the new particles code for Update 32.

(+1)

Oops, sorry it should be good now.