Using CEED-Migrate

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Revision as of 20:03, 11 June 2014 by Nickenstein79 (Talk | contribs) (Created page with "{{VersionBadge|0.8}} '''Written by Nickenstein79 (Working correctly as of 11th June, 2014)''' If you have built CEED for windows see this guide (http://cegui.org.uk/wiki/Bui...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 for windows see this guide (http://cegui.org.uk/wiki/Building_CEED_for_Windows)

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.

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