Changes between Version 6 and Version 7 of Internals
- Timestamp:
- 06/23/16 12:22:47 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internals
v6 v7 5 5 == MDL files == 6 6 7 CortUI and the HUDs are a modification of various MDL text files of Allegiance. Therefore, understanding the language used is very essential. [ht tp://cortui.rtsquad.org/download/Ksero's_MDL_Language_Documentation.zip Ksero's MDL documentation] is compulsory reading. The language documentation explains the syntax and the reference is very useful during development, because it lists the parameters to all the functions and what they do.7 CortUI and the HUDs are a modification of various MDL text files of Allegiance. Therefore, understanding the language used is very essential. [htdocs:/download/Ksero's_MDL_Language_Documentation.zip Ksero's MDL documentation] is compulsory reading. The language documentation explains the syntax and the reference is very useful during development, because it lists the parameters to all the functions and what they do. 8 8 9 9 The rest of this page assumes you have read and understood the introduction and have the reference ready for lookup. … … 32 32 == The installer == 33 33 34 The installer has been created using the excellent [http://nsis.sourceforge.net/ Nullsoft Scriptable Install System], a free and open-source installer creator. The definition files are all [source:/ trunk/ in the repository], the only external part required to build the installer is the [http://nsis.sourceforge.net/FindProcDLL_plug-in !FindProc plug-in], which is [source:/trunk/FindProc/ also in the repository].34 The installer has been created using the excellent [http://nsis.sourceforge.net/ Nullsoft Scriptable Install System], a free and open-source installer creator. The definition files are all [source:/CortUI.nsi in the repository], the only external part required to build the installer is the [http://nsis.sourceforge.net/FindProcDLL_plug-in !FindProc plug-in], which is [source:/FindProc/ also in the repository]. 35 35 36 36 When running the installer, it goes through the following steps:
