khanat-opennel-code/code/ryzom/tools/leveldesign/master
2012-05-29 08:31:11 -05:00
..
res initial version 2010-05-06 02:08:41 +02:00
ChooseDir.cpp Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
ChooseDir.h Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
ChooseTag.cpp Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
ChooseTag.h Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
ContinentCfg.cpp Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
ContinentCfg.h Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
ContinentPropertiesDlg.cpp Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
ContinentPropertiesDlg.h Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
easy_cfg.cpp Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
easy_cfg.h Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
ExportCBDlg.cpp Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
ExportCBDlg.h Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
ExportDlg.cpp Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
ExportDlg.h Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
MainFrm.cpp Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
MainFrm.h Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
master.cpp Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
master.h Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
master.rc initial version 2010-05-06 02:08:41 +02:00
MasterTree.cpp Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
MasterTree.h Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
n019003l.pfb initial version 2010-05-06 02:08:41 +02:00
NameEditDlg.cpp Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
NameEditDlg.h Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
ReadMe.txt Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
resource.h Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
StdAfx.cpp Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
StdAfx.h Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00

****************
* Master Tools *
****************

3 Main directories : Continents / Backup / Trash
------------------------------------------------

A World (like Continents or Backup) is a group of directories.
Each directory is a continent. And a continent is made by a
file continent.cfg which contains basics information about the
continent. A continent contains directories which represents regions

Example of directories

+ Continents
	+ Fyros
		+ near_the_city
		+ oasis
			oasis.flora
			oasisflora.prim
			fyros.tribe
			respawn.prim
		+ near_holes
		continent.cfg
		fyros.continent
	+ Matis
	+ Tryker
+ Backup
+ Trash


Backup/clean : keep the most recent version of all inside the backup
including continent and tag (tags are all the Continents world at a certain date)



Other launchable tools
----------------------

This tools regroup the 3 other tools in a common workspace.
- WorldEditor : Easily generates landscapes and primitives
- LogicEditor : Condition and trigger tools
- Georges : Edit the monsters, the primitives description and so on

With the master tool you can export vegetable through the landscape.
Simply create a new form herited from a vegetable.dfn and edit it.
The fields are
 + Include_patats A set of patats in which we will plant the "Plants"
 + Exclude_patats A set of patats in which the "Plants" will never appear
 + Plants         A structure of plants
    + Name            The name of the plant
    + Shape           The .shape associated
    + Shadow          The shape that will generate the shadows on the landscape 
    + CollisionRadius The radius of the base of the plant (serve to plant it on the ground)
    + BundingRadius   The minimum radius that between the center of the plant and another plant
 + Jitter_Pos     The "randomness" of the position of the plants in the patat (from 0.0 (order) to 1.0 (random))
 + Scale_Min      Minimum scaling for all plants ( normal scale is 1.0)
 + Scale_Max      Maximum scale for all plants
 + Put_On_Water   Do we have to put the plant on the water ?
 + Water_Height   If we put the plant on water at which height is the water.
 + Random_Seed    Number between 0 and 4,294,967,295 that initialize the random generation



WorldEditor
-----------

WorldEditor needs some directories to functionnate :
ZoneBitmaps	(contains the .TGA from the max plugin)
ZoneLigos	(contains the .LIGOZONE from the max plugin)
In the integrated mode (when launched from the master tool) you cannot paint zones.
This functionnality is accessible when you execute the stand alone program which is just
a DLL loader. You have access to the .prim edition of the zone and can link your primitives
to contents (vegetable plants, construction, IA zones, etc.) with the georges tool.



LogicEditor
-----------

This is a stand alone tool. It does not need any system data.



Georges
-------

Georges needs a root directory with a subdirectory called "DFN" (This directory regroups
the .DFN definition of a type class).



RESTRICTIONS
************

Do not use prim.dfn, land.dfn nor logic.dfn in georges, else if you
instanciate those you will get xxx.logic or something like that which
could be not easy to differenciate from a worldeditor logic file.