Difference between revisions of "Using CEED-Migrate"
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Line 7: | Line 7: | ||
Then you can migrate your old CEGUI_0.7.x data files to be compatible with CEGUI_0_8 by running "python ceed-migrate [params]" or by creating a batch file similar to the runwrapper.bat file in your CEED\bin folder to process all of your old data files into the new format. | Then you can migrate your old CEGUI_0.7.x data files to be compatible with CEGUI_0_8 by running "python ceed-migrate [params]" or by creating a batch file similar to the runwrapper.bat file in your CEED\bin folder to process all of your old data files into the new format. | ||
− | (Note: The version of ceed-migrate that comes with 'CEED-Snapshot11' has known bugs and very is likely to fail when converting your data. So it is currently recommended that you build CEED yourself by following the above mentioned guides.) | + | |
+ | * (Note: The version of ceed-migrate that comes with 'CEED-Snapshot11' has known bugs and very is likely to fail when converting your data. So it is currently recommended that you build CEED yourself to get the latest bug-fixes, by following the above mentioned guides for building CEED.) | ||
=== Python ceed-migrate examples === | === Python ceed-migrate examples === |
Revision as of 05:31, 12 June 2014
Written for CEGUI 0.8
Works with versions 0.8.x (stable)
Works with latest CEGUI stable!
Written by Nickenstein79 (Working correctly as of 11th June, 2014)
If you have built CEED yourself (Guide here: http://cegui.org.uk/wiki/CEED , Windows-specific Guide here: http://cegui.org.uk/wiki/Building_CEED_for_Windows)
Then you can migrate your old CEGUI_0.7.x data files to be compatible with CEGUI_0_8 by running "python ceed-migrate [params]" or by creating a batch file similar to the runwrapper.bat file in your CEED\bin folder to process all of your old data files into the new format.
- (Note: The version of ceed-migrate that comes with 'CEED-Snapshot11' has known bugs and very is likely to fail when converting your data. So it is currently recommended that you build CEED yourself to get the latest bug-fixes, by following the above mentioned guides for building CEED.)
Python ceed-migrate examples
python ceed-migrate --sourceType "CEGUI layout 3" --targetType "CEGUI layout 4" layout MainMenu_0_7.layout MainMenu_0_8.layout python ceed-migrate scheme TaharezLook.scheme TaharezLook_0_8.scheme python ceed-migrate looknfeel TaharezLook.looknfeel TaharezLook_0_8.looknfeel python ceed-migrate font TimesNewRoman_12.font TimesNewRoman_12___V_0_8.font