Changes to CryEngine 3 source code for own project.You can directly copy-paste the repo to your Code folder.Don't forget to make backups since code here will alter whole engine.
- Isometric Diablo style camera CameraModes.cpp
- Mouse Movement PlayerInput.cpp
- Crafting system - Combine collectible items to make a new one with special effects CraftSystem.cpp
- Skill system SpellSystem.cpp
- Controller for updating skillbar and other UI elements ArkenUIController.cpp
- Gameplay Elements Campfire.cpp PuzzleController.cpp Trap.cpp PuzzleFire.cpp
- Custom Flow Nodes to compensate if flowgraph is absolutely needed(not really) CraftSystemNodes.cpp