8,913
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
| Line 47: | Line 47: | ||
'''Distribution notes''' | '''Distribution notes''' | ||
Experimenting with a new workflow: LevelRecycler.vbproj contains a switch <code><SkipToolPublish>false</SkipToolPublish></code> to build a standalone executable that gets zipped together with a release package structure (as seen above) via post-build command running a bat. No additional installations of NET libraries necessary. The file size increases by 50 MB but as advantage it is usable ''out of the box''. | Experimenting with a new workflow: | ||
* LevelRecycler.vbproj contains a switch <code><SkipToolPublish>false</SkipToolPublish></code> to build a standalone executable that gets zipped together with a release package structure (as seen above) via post-build command running a bat. No additional installations of NET libraries necessary. The file size increases by 50 MB but as advantage it is usable ''out of the box''. | |||
* Paths are adaptable for other environments through a <code>BuildPaths.xml</code>. See <code>BuildPaths[Dummy].xml</code> in project folder. | |||
'''Blender detection / management''' | '''Blender detection / management''' | ||
edits