Page 1 of 1

uni_Alias file

Posted: Fri Apr 13, 2012 10:18 am
by Leibst
This kind of files are used by the game or are just for developers information?
example in the uni_Alias file:
'$uni_CMN_Erroneous = 0
$uni_RED_Div1 = 1
$uni_RED_Div2 = 2
$uni_RED_Div3 = 3
$uni_RED_Div4 = 4
$uni_RED_Div5 = 5
$uni_RED_Div6 = 6
$uni_RED_Div8 = 7
$uni_RED_Div7 = 8
$uni_RED_Div9 = 9'

or it determines that $uni_RED_Div1 is the UID 1 of the Units file in the GameData directory?

Posted: Fri Apr 13, 2012 11:20 am
by yellow ribbon
Leibstandarte wrote:This kind of files are used by the game or are just for developers information?
example in the uni_Alias file:
'$uni_CMN_Erroneous = 0
$uni_RED_Div1 = 1
$uni_RED_Div2 = 2
$uni_RED_Div3 = 3
$uni_RED_Div4 = 4
$uni_RED_Div5 = 5
$uni_RED_Div6 = 6
$uni_RED_Div8 = 7
$uni_RED_Div7 = 8
$uni_RED_Div9 = 9'

or it determines that $uni_RED_Div1 is the UID 1 of the Units file in the GameData directory?


as you figured out, this is the ALIAS description

it means this "name" is the way it is refered to whenever you want to use a command, in this case about the unit or what status it shall have...

$ means regularly this is an ALIAS wihtin the AGEOD games

uni is the abbreviation for the "topic", in this case unit, "di" for instance would refer to diplomatic actions and so on

RED determines the faction which shall be addressed

and so on

how would one want to use it...well, AGEOD gives us help to understand it:

http://www.ageod.net/agewiki/Category:Script_commands

http://www.ageod.net/agewiki/Script_Commands_for_Internal_Use

as an example:

CountUnitDef = REG $Boston; [color="#FF0000"]$uni_GBR_Inf0[/color]; >=; 5

hope that helps you, to know that you need the alias whenever you want to program a command for anything (like a potential spanish civil war mod ^^)

Posted: Fri Apr 13, 2012 11:41 am
by Leibst
thanks yellow ribbon, now i undertand better, im just beginning with this stuff.

Posted: Fri Apr 13, 2012 1:56 pm
by Leibst
Is avalaible the setup file for any RUS scenary?

Posted: Fri Apr 13, 2012 2:05 pm
by lodilefty
Leibstandarte wrote:Is avalaible the setup file for any RUS scenary?


http://www.ageod-forum.com/showthread.php?5358-Official-Files-for-modding&p=42555&viewfull=1#post42555

Posted: Fri Apr 13, 2012 2:07 pm
by Leibst