Natives.txt

From Europa Universalis 3 Wiki
Jump to navigation Jump to search

This game file defines the look and type of native soldiers in various provinces. For each native group we define their graphical culture type (graphics), unit type (unit) and a list of the provinces they are to appear in.

natives_siberian = {
    graphics = muslimgfx
    unit = mongolian_bow
    provinces = {
    18
    315
    370
    371
    
    1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045
    1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062
    1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077  
    1078 1079 1080 1081 1082 1083
    }
}

Each of the groups are also represented by a 64*64 pixel image in the file gfx\interface\natives.dds. This is used in the colonisation interface. As always, the order on the .dds file is the same as on the text file.