Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.37 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.37 KB

Short description

CEVProjectSettings - plugin for CRYENGINE V allowing you easy configure you project settings from Sandbox

Features :

  • Automatic project file backup befory save any changes
  • Update project settings at runtime and save it to .cryproject file
  • Automatic Sandbox restart if you changes needed it
  • Customize settings pages without coding (See CustomSettingsExample.settings)

Building

Before compiling

  • Download full source code from official CRYENGINE repository
  • Copy CEVProjectSettings sources to CRYENGINE/Code/CryPlugins/CEVProjectSettings
  • Add CEVProjectSettings module to CRYENGINE/Code/CryPlugins/CMakeLists.txt
add_subdirectory(CEVProjectSettings/Module)

Compiling

  • Generate CRYENGINE solution, select CEVProjectSettings target and compile it

Using

  • Copy CEVProjectSettings.dll to CRYENGINE/bin/win_x64/EditorPlugins folder

GitHub community

I will be happy with any help from the community, so I'm waiting for your pull requests

If you have any problem with this plugin please use GitHub issues mechanism

Contacts

If you need more from me, write me directly to my email : [email protected]

Disclaimer

This is a third party plugin which has not been developed nor is being maintained by Crytek.