-
Notifications
You must be signed in to change notification settings - Fork 36
Home
Hendrik Polczynski edited this page May 23, 2015
·
54 revisions
8000
Purpose of the Plugin SDK is to automatically load Plugins without modifying the GameDll. Developers can use the Wizard to save time when setting up Plugin projects.
- Plugin_Videoplayer - Videoplayer for 2D screen and 3D objects using WebM format - Contact me when interested
- Plugin_Shroud - Cloth simulation plugin for Shroud by CloakWorks
- CoherentUI - User Interface middleware for games (Game developers and UI artists can use standard modern HTML, CSS, and JavaScript to create game interface and interaction) from Coherent Labs
- Blue's OculusRift_Plugin - Support for Headtracking, barrel distortion
-
CryVR - Wii Devices - Support for Wiimote / motion plus, Nunchuk, Balance Board, Classic and Guitar Hero controller
- CryVR - One Euro Filter - Smoothes input of controllers
- Plugin_OSC - Open Sound Control protocol support for integrating external applications / sound hardware
- Plugin_Flite - Provides Speech synthesis/Lipsync
- Plugin_Animation - Provides Bone Control/Morph Control/Lipsync
- Plugin_D3D - Contact me when interested
- Plugin_Crash - Crashes the process and serves as sample plugin
- Plugin_Joystick - Adds Joystick as Flownode Input node - Ported from FGPS
- Plugin_VariousStuff - Various Stuff from Tutorial Series (ValueChannel, ValueTransform, TCP)
- Plugin_Camera - Advanced configurable camera system (Third Person, Stategy/Top, Side-Scroller, Static, whatever)
If you miss a Flownode from FGPS in this list then it is probably already in the normal CryEngine, if not then it can be ported easily using the Plugin SDK.
If you developed a new Plugin or are in the progress of creating one then let me know so I can list it here or include it in the Webinstaller.
- CryMono - Brings the power of .NET into the world of CryEngine
- AwesomiumCE3 - Create HTML5 UIs or simply surf the web ingame
- MumbleLink - VoIP using 3D positional player data
- AwesomiumForCryEngine3
- CryServer - MySQL, CURL integration
Those plugins require additional work and are either not released as binary or require further configuration in the form of source code modifications.
- CryBlend - Blender Exporter
- SoftCry - Softimage Exporter
- Minimal CryGame.dll - Minimal CryGame implementation
- Toolbox - Custom Sandbox Editor
- Plugin SDK Readme
- The Readme of the Plugin you need help to