From 5003d7951004087c7fec114a81cdac5c0b610f0e Mon Sep 17 00:00:00 2001 From: Benjamin Stanley Date: Sun, 15 Oct 2017 19:04:32 -0600 Subject: [PATCH 1/2] Added plugins. Added a bunch of plugins to the Readme.MD --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e1e4c0d..11caa31 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,10 @@ Inspired by [awesome-unity](https://github.com/RyanNielson/awesome-unity), - The initial release, v1, was integrated into the engine in engine version 4.7. - [UE4PlasticPlugin](https://github.com/SRombauts/UE4PlasticPlugin) - Integrates PlasticSCM as a source control provider. - [UnrealFastNoise](https://github.com/midgen/UnrealFastNoise) - A runtime noise generation plugin based on the excellent [FastNoise from Auburns](https://github.com/Auburns/FastNoise). +- [Cover Generator](https://github.com/Deams51/CoverGenerator-UE4) - A dynamic cover point generator plugin for Unreal Engine 4. +- [UE4 RTS](https://github.com/npruehs/ue4-rts) - A Real-time strategy plugin and showcase for Unreal Engine 4. +- [Articy Importer for Unreal](https://github.com/ArticySoftware/ArticyImporterForUnreal) - Articy Importer plugin for the Unreal Engine 4. +- [Marching Cubes](https://github.com/Phyronnaz/MarchingCubes) - A voxel plugin for Unreal Engine. ### Sample Projects - [Epic Games' Learning Resources](docs/epicsamples.md) - Sample content and projects provided by Epic Games. From 596f91cdfad0defc225e4b13d1388834a71e3d6f Mon Sep 17 00:00:00 2001 From: Benjamin Stanley Date: Sun, 15 Oct 2017 19:29:37 -0600 Subject: [PATCH 2/2] Added more plugins. Added Brune Save System, BrunesMissionSystem, and BrunesCharacterSystem Plugins. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 11caa31..155012a 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,9 @@ Inspired by [awesome-unity](https://github.com/RyanNielson/awesome-unity), - [UE4 RTS](https://github.com/npruehs/ue4-rts) - A Real-time strategy plugin and showcase for Unreal Engine 4. - [Articy Importer for Unreal](https://github.com/ArticySoftware/ArticyImporterForUnreal) - Articy Importer plugin for the Unreal Engine 4. - [Marching Cubes](https://github.com/Phyronnaz/MarchingCubes) - A voxel plugin for Unreal Engine. +- [Brune Save System](https://github.com/MJBrune/BrunesSaveSystem-UE4Plugin) - A simple and open source save system for UE4. Geared towards large single player RPGs. +- [BrunesMissionSystem](https://github.com/MJBrune/BrunesMissionSystem-UE4Plugin) - A mission system that will handle the complexities laid out in the gdc 2017 talk: [Building Non-linear Narratives in 'Horizon: Zero Dawn](https://www.gdcvault.com/play/1024158/Building-Non-linear-Narratives-in) +- [BrunesCharacterSystem](https://github.com/MJBrune/BrunesCharacterSystem-UE4Plugin) - A character system from simple saving and loading to dynamic narrative death and life of a character. ### Sample Projects - [Epic Games' Learning Resources](docs/epicsamples.md) - Sample content and projects provided by Epic Games.