
Re: Portable ALPHA version?
Current design does not allow easy portability: the hack:
-install LBZ op usb drive: "E:\LBZ-Portable"
-Run LBZ from there and let it update
-Copy mydocument/LBZ ALPHA GAME DATA to "E:\LBZ-Portable\Profile"
-Edit "E:\LBZ-Portable\data\cb9enginedefaults.xml" and ""E:\LBZ-Portable\Profile\data\cb9enginedefaults.xml".
-Change the following lines:
Code:
<profilefolder>/.LBZ ALPHA Game Data/</profilefolder> <!--The sub-folder we will try to use for updates/tmpfiles/config/mods -->
<profilefolder os="WINDOWS">/LBZ ALPHA Game Data/</profilefolder> <!--On windows we will not use . -->
<systemprofile getenv="HOME">./FAIL/</systemprofile> <!--SystemProfile, use retrieve this for system environment variables-->
<systemprofile os="WINDOWS" getenv="USERPROFILE" getMyDocuments="true">c:/fail/</systemprofile> <!--Has a different environment name on windows-->
-- Change to --
Code:
<profilefolder>/Profile/</profilefolder>
<systemprofile>/LBZ-Portable/</systemprofile>
-Edit "E:\lbz-portable\Profile\etc\updater.xml" and disable all updating.
(Or the game will update and undo your changes)