Changes between Version 6 and Version 7 of Internals


Ignore:
Timestamp:
06/23/16 12:22:47 (10 years ago)
Author:
Henrik Heimbuerger
Comment:

Update image, download and repository links

Legend:

Unmodified
Added
Removed
Modified
  • Internals

    v6 v7  
    55== MDL files ==
    66
    7 CortUI and the HUDs are a modification of various MDL text files of Allegiance. Therefore, understanding the language used is very essential. [http://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.
     7CortUI 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.
    88
    99The rest of this page assumes you have read and understood the introduction and have the reference ready for lookup.
     
    3232== The installer ==
    3333
    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].
     34The 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].
    3535
    3636When running the installer, it goes through the following steps: