# # $Id: getdown.txt 24858 2006-04-22 02:19:32Z mdb $ # # Yohoho! scene editor deployment descriptor # General information appbase = http://download.threerings.net/yotools/editor # Configure the update UI ui.name = Yohoho! Tools ui.background = background.png ui.progress = 32, 211, 361, 15 ui.progress_bar = C9B612 ui.progress_text = FBFAD8 ui.status = 30, 125, 364, 80 ui.status_text = FFEC48 # Our game code code = code/config.jar code = code/yohoho-boot.jar code = code/editor-pro.jar code = code/commons-beanutils.jar code = code/commons-digester.jar code = code/commons-logging.jar code = code/commons-io.jar code = code/commons-lang.jar code = code/xml-writer.jar code = code/retroweaver-rt-1.2.2.jar # This allows us to update Getdown resource = code/getdown-dop-new.jar # Our media resources resource = rsrc/bundles/media/yohoho-general.jar resource = rsrc/bundles/media/yohoho-tools.jar resource = rsrc/bundles/tiles/adventure/props/bundle.jar resource = rsrc/bundles/tiles/adventure/structures/bundle.jar resource = rsrc/bundles/tiles/buildings/caribbean/bundle.jar resource = rsrc/bundles/tiles/fringe/bundle.jar resource = rsrc/bundles/tiles/furniture/bundle.jar resource = rsrc/bundles/tiles/indoors/base/bundle.jar resource = rsrc/bundles/tiles/outdoors/base/bundle.jar resource = rsrc/bundles/tiles/outdoors/props/bundle.jar resource = rsrc/bundles/tiles/outdoors/structures/bundle.jar resource = rsrc/bundles/tiles/props/containers/bundle.jar resource = rsrc/bundles/tiles/props/desktop/bundle.jar resource = rsrc/bundles/tiles/props/misc/bundle.jar resource = rsrc/bundles/tiles/props/monuments/bundle.jar resource = rsrc/bundles/tiles/sea/battle/bundle.jar resource = rsrc/bundles/tiles/sea/islands/bundle.jar resource = rsrc/bundles/tiles/sea/sailing/bundle.jar resource = rsrc/bundles/tiles/structures/bar/bundle.jar resource = rsrc/bundles/tiles/structures/doors/bundle.jar resource = rsrc/bundles/tiles/structures/misc/bundle.jar resource = rsrc/bundles/tiles/structures/stairs/bundle.jar resource = rsrc/bundles/tiles/structures/walls/bundle.jar resource = rsrc/bundles/tiles/structures/windows/bundle.jar resource = rsrc/bundles/tiles/treasures/artifacts/bundle.jar resource = rsrc/bundles/tiles/treasures/misc/bundle.jar resource = rsrc/bundles/tiles/treasures/paintings/bundle.jar resource = rsrc/bundles/tiles/vessel/base/bundle.jar resource = rsrc/bundles/tiles/vessel/object/bundle.jar resource = rsrc/config/resource/editor.properties # Parameters passed to the JVM jvmarg = -Xmx128M jvmarg = -client jvmarg = -Dappdir=%APPDIR% jvmarg = -Dresource_dir=%APPDIR%/rsrc # The main Java class class = com.threerings.yohoho.tools.editor.YoEditorApp # We don't pass any arguments # apparg = N/A