Skip to content

randomperson189/ComponentsPlus

Repository files navigation

ComponentsPlus_logo
Components+ is a plugin for CryEngine 5.7 that exposes more functions to it's ECS & Schematyc system

How to install the plugin to your project:

  1. Download the files in this repository (either by cloing or via zip download)
  2. Open the bin folder and then inside that, move the two folders called win_x64 and win_x64_release into your CryEngine 5 project's bin folder (don't replace if prompted)
  3. Open your CryEngine 5 project's Game.cryproject in a text editor and look for this line
{
  "guid": "",
  "type": "EType::Native",
  "path": "bin/win_x64/Game.dll"
}
  1. Add a new entry underneath so that it now looks like this
{
  "guid": "",
  "type": "EType::Native",
  "path": "bin/win_x64/Game.dll"
},
{
  "guid": "",
  "type": "EType::Native",
  "path": "bin/win_x64/ComponentsPlus.dll"
}

Credits

RandomPerson189 - Creating the plugin and most the code

PixelAZ - Designing the plugin logo

About

Components+ is a plugin for CryEngine 5.7 that exposes more functions to it's ECS & Schematyc system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors