An Unreal Engine powered framework designed to bootstrap ARPG game with a mid-large open world setting.
It composes of base classes, pipelines, conventions, and toolings that streamline the process of creating new content in UE4 for said genre.
NujasGen is a VSCode extension created to streamline the process of working with the framework. For more info, read its README.
Follow this Stack Overflow answer using the nujasgen.vsix
file in Tools
: https://stackoverflow.com/questions/37071388/how-to-install-vscode-extensions-offline
- Open
TheJanusFramework
folder in VSCode - Open the
TheJanusFramework.uplugin
file. This file must be the current active file in order to to accessnujasgen
command. - Press
CTRL + SHIFT + P
- Search for the desired feature, i.e, try typing
new mod
. It should autocomplete for you. Follow the instruction and it should behave as expected.