Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

NotYetGames/OLD-DlgSystemExample-Submodules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️OLD example project

🚨 USE NEW example project instead 👉 https://gitlab.com/NotYetGames/NotYetDlgSystemExample-Submodules 👈

DlgSystem (Dialogue System) Plugin Example Project

Branch Unreal version: 4.24

Example project for the DlgSystem plugin.

See the Wiki for the manual and tutorials.

Clone

git clone -b 4.24 https://gitlab.com/NotYetGames/DlgSystemExample.git

Update (pull)

Update:

# Update this repo
git pull
# Update Subtree
git subtree pull --prefix Plugins/DlgSystem https://gitlab.com/NotYetGames/DlgSystem.git 4.24 --squash

Push subtree modifications

NOTE: This is only if you modified the Plugins/DlgSystem subtree.

git subtree push --prefix=Plugins/DlgSystem https://gitlab.com/NotYetGames/DlgSystem.git 4.24

Other

NOTE: repo was added with the following command.

NOTE: Branch master does no longer exist.

git subtree add --prefix Plugins/DlgSystem https://gitlab.com/NotYetGames/DlgSystem.git master --squash