-
Notifications
You must be signed in to change notification settings - Fork 52
How to install?
Dmitriy edited this page Dec 27, 2016
·
2 revisions
If you want add this plugin in you project copy folder StoryGraphPlugin from folder plugins in "your progect folder"\plugins.
You also need create HUD class witch inherit AHUD_StoryGraph. And create Widgets for jurnal, game screen, invebntory, radar and dialog. Witch inherit UJurnal_StoryGraphWidget, UGameScreen_StoryGraphWidget, URadar_StoryGraphWidget, UDialog_StoryGraphWidget.
Plased objects on level must inherit ACharecter_StoryGraph, AScenObjectActor_StoryGraph, APlaceTrigger_StoryGraph, AInventoryItem_StoryGraph, ALevelScriptActor_StoryGraph.