User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
guisys:guifiles [2011-06-28 10:12]
Carsten minor revision
guisys:guifiles [2016-06-21 11:34]
127.0.0.1 external edit
Line 53: Line 53:
  
 The GUI Editor is usually used to create and edit the static aspects of GUI windows, automatically generating the related script code when saving the file. The GUI Editor is usually used to create and edit the static aspects of GUI windows, automatically generating the related script code when saving the file.
-Dynamic aspects like animations or other kinds of effects typically require adding custom script code, so editing ''​cgui''​ files (usually the ''​_main.cgui''​ file) is something that you'll likely want to do often. ​ +Dynamic aspects like animations or other kinds of effects typically require adding custom script code, so editing ''​cgui''​ files (usually the ''​_main.cgui''​ file) is something that you'll likely want to do often.
  
-See the [[http://​api.cafu.de/​scripting/​group__GUI.html|GUI Scripting Reference Documentation]] for more details.+See the [[http://​api.cafu.de/​lua/|Lua Scripting Overview]] and the [[http://​api.cafu.de/​lua/​group__GUI.html|GUI Scripting Reference Documentation]] for more details.
  
  
Line 97: Line 97:
 The ''​cmat''​ files contain the material definitions for the graphical elements of this GUI. The ''​cmat''​ files contain the material definitions for the graphical elements of this GUI.
  
-At the time of this writing, the materials for GUIs are still defined in the "​global"​ material scripts for the MOD, but for the future we intend to have separate material scripts for each GUI that work analogous to [[http://www.cafu.de/wiki/​modeleditor:​modelfiles#​cmat_material_definition_files|cmat material definition files]] for models.+At the time of this writing, the materials for GUIs are still defined in the "​global"​ material scripts for the MOD, but for the future we intend to have separate material scripts for each GUI that work analogous to [[http://docs.cafu.de/​modeleditor:​modelfiles#​cmat_material_definition_files|cmat material definition files]] for models.
  
  
Line 103: Line 103:
  
 The texture images are referenced from the material definition scripts. The texture images are referenced from the material definition scripts.
-See the documentation about [[http://www.cafu.de/wiki/#​the_cafu_material_system|the Cafu Material System]] for more details.+See the documentation about [[http://docs.cafu.de/#​the_cafu_material_system|the Cafu Material System]] for more details.
  
 /* Example: /* Example:
guisys/guifiles.txt ยท Last modified: 2017-02-21 11:42 by Carsten