du-project READMEThis extension for Visual Studio Code provide some tools to manage code project for the game Dual Universe There is a trello available to notify Bugs and Ideas: https://trello.com/b/Dnl4fPQ9/vs-code-du-project-extension FeaturesThis extension is to be used to make it easier to manage code projects for Dual Universe outside of the game. Using the built-in command we can display an HTML preview of Json files exported from the game, create projects folders and then recompile the project to Json in order to import it back into the game. The files containing the code from the game should be named < The folders containing the generated project with each .lua files are named
DependenciesNo dependencies has been defined for this extension but as it will generate .lua files it is recommended to have a Lua parser. Extension SettingsThis extension contributes the following settings:
Known IssuesThe method and event object are not defined yet, if the Json you try to parse contains such object the preview and/or generation of the project will fail. Release Notes0.1903.2 alpha versionRefactor code: separate models and managers. 0.1903.2 alpha versionFix load project and improve project files using header in lua files instead of filenames. 0.1903.1 alpha versionBug fixes and file naming improvement. 0.1804.1 alpha versionInitial release of the DU Project extension, include :
Enjoy! |