All Projects → NotYetGames → DlgSystem

NotYetGames / DlgSystem

Licence: MIT license
Dialogue Plugin System for Unreal Engine | 🪞 Mirror of https://bit.ly/DlgSource

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to DlgSystem

ProceduralDungeon
This is an Unreal Engine 4/5 plugin to generate procedural dungeon.
Stars: ✭ 95 (-30.15%)
Mutual labels:  ue4, unreal-engine-4, ue4-plugin, unreal-engine-plugin
UE4-Plugin-Resources
A list of community resources for Slate, Graphs, and UE4 Plugin Development.
Stars: ✭ 105 (-22.79%)
Mutual labels:  ue4, unreal-engine-4, ue4-plugin, unreal-engine-plugin
ue5-style-guide
An attempt to make Unreal Engine 4 projects more consistent
Stars: ✭ 2,892 (+2026.47%)
Mutual labels:  blueprint, ue4, unreal-engine-4, unreal-marketplace
RyansUE4Helpers
Extremely helpful helper functions for developing Blueprint and C++ projects in Unreal Engine.
Stars: ✭ 55 (-59.56%)
Mutual labels:  blueprint, ue4, unreal-engine-4, ue4-plugin
Ue4 Style Guide
An attempt to make Unreal Engine 4 projects more consistent
Stars: ✭ 2,656 (+1852.94%)
Mutual labels:  blueprint, ue4, unreal-engine-4, unreal-marketplace
tsu
TypeScript plugin for Unreal Engine 4
Stars: ✭ 62 (-54.41%)
Mutual labels:  blueprint, ue4, unreal-engine-4, ue4-plugin
gamedevguide
Game Development & Unreal Engine Programming Guide
Stars: ✭ 314 (+130.88%)
Mutual labels:  ue4, unreal-engine-4, unreal-engine-plugin
MaRLEnE
Machine- and Reinforcement Learning ExtensioN for (game) Engines
Stars: ✭ 47 (-65.44%)
Mutual labels:  ue4, unreal-engine-4, ue4-plugin
DualSenseWindows UE4
Unreal Engine 4 port of the Windows API for the PS5 DualSense controller created at Ohjurot/DualSense-Windows
Stars: ✭ 25 (-81.62%)
Mutual labels:  ue4, ue4-plugin, unreal-engine-plugin
modio-ue4-legacy
Unreal Engine 4 Plugin for integrating mod.io - a modding API for game developers
Stars: ✭ 83 (-38.97%)
Mutual labels:  ue4, unreal-engine-4, ue4-plugin
PsWebServer
Civet web server integration plugin for Unreal Engine 4
Stars: ✭ 24 (-82.35%)
Mutual labels:  ue4, unreal-engine-4, ue4-plugin
PsData
Flexible data model plugin for Unreal Engine 4
Stars: ✭ 34 (-75%)
Mutual labels:  ue4, unreal-engine-4, ue4-plugin
AnimationPreviewer
Plug-in for previewing Animation Asset
Stars: ✭ 39 (-71.32%)
Mutual labels:  ue4, unreal-engine-4, ue4-plugin
RuntimeBPs
This project allows for visual scripting in UE4 similar to Blueprints, but at runtime. The way this is set up does not make use of any UE4 boilerplate and could with a few adjustments be used in another engine.
Stars: ✭ 77 (-43.38%)
Mutual labels:  ue4, unreal-engine-4, unreal-engine-plugin
LocalSimulation
This plugin allows you to essentially create PxScene or Physic Scenes by placing an Actor, and adding other Static Mesh Components and soon Skeletal Mesh components within this space. Adding Constraints, and Forces will work as expected, but now with the additional layer of abstraction so that simulation can be anchored to a transform.
Stars: ✭ 42 (-69.12%)
Mutual labels:  blueprint, ue4
UE4-BYGLocalization
Simple CSV localization system for Unreal Engine 4
Stars: ✭ 54 (-60.29%)
Mutual labels:  ue4, ue4-plugin
BluePrintRenderer
Javascript Unreal Engine 4 Blueprints Renderer
Stars: ✭ 81 (-40.44%)
Mutual labels:  ue4, unreal-engine-4
Awesome Unreal Engine 4
UE4/UE5 Ressources Collection (Plugins, Effects, Doc, Tools, etc...)
Stars: ✭ 153 (+12.5%)
Mutual labels:  ue4, ue4-plugin
UnrealMosquitto
A MQTT client with blueprint support for Unreal Engine 4, based on Mosquitto.
Stars: ✭ 41 (-69.85%)
Mutual labels:  blueprint, unreal-engine-4
UE4-Noise-BlueprintLibrary
UE4 plugin: Noise Blueprint Function Library
Stars: ✭ 25 (-81.62%)
Mutual labels:  ue4, ue4-plugin

Not Yet: Dialogue Plugin System

Supported unreal versions: 4.26, 4.27, 5.0

Features

  • 100% free, source code included
  • Full Blueprint and C++ support
  • Events and conditions
  • Branching based on different node types and conditions
  • Well structured runtime and editor modules
  • Full editor support including:
    • Graph Editor
    • Search window
    • Dialogue Browser to get a good overview of all the dialogues
    • Customized blueprint nodes to handle certain events and conditions in Blueprint easily
    • Settings panel in Project Settings to modify the layout
    • Option to import from and export to plain text formats (e.g. json)
    • Real time display/edit functionality of the Dialogue runtime data.

Not yet convinced? Have you seen our showcase page?

Links

Showcase games

Games that use this Plugin:

Want to have your game showcased here? Contact us!

General Information

This plugin is primary developed and used for our own game (WarriOrb). We have put significant effort into it and decided to make it open source in order to help out other teams facing similar challenges.

Contribution, feedback and constructive criticism are appreciated and we would be really happy to hear about your game using our tool.

Support

NOTE: that initially the plugin was free on the marketplace but later we switched to a small fee because maintaining all of the binary versions for different engine targets took a lot of time, consider buying the plugin on the marketplace as a donation :).

Buy

You can buy this plugin or our other plugins on the unreal engine marketplace and always get binary support for the latest 3 engine versions.

Spread the word

Should it prove useful to you, the best way to say thanks is to mention us and our game to your own audience.

Conventions

Branches

The supported unreal versions have their own branches. The outdated version branches are kept but not updated anymore.

Code Style

The code style follows the one from the UE Coding Standard with the additional changes located in the .editorconfig.

Commit messages

Every commit message that has [C] means that after updating to that commit, a recompile is required. Eg: [C] Added awesome Dialogue feature

Every commit message that has [G] means that after updating to that commit the solution files should be regenerated (and recompiled, obvious).

Right click on project file -> Generate Visual Studio project files (or from the command line regenerate the project).

Eg: [G] New Dialogue Editor mode

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].