![]() |
|
|||||||
| Real Warfare 2: Northern Crusades A new chapter in the Real Warfare realistic real-time strategy games series. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
No I don't know any mod for 1242; but look like linked the wrong aix file to object; the parameter StateMachine.LoadFromFile in the properties file what reports?
|
|
#2
|
|||
|
|||
|
I've created additional "teutonic.serjant.infantry.crossbowman.propert ies" (exact copy of "teutonic.militia.infantry.crossbowman.properties" ) and StateMachine.LoadFromFile = .\data\aix\units\west.europe\infantry\west.europe. infantry.crossbowman.aix
|
|
#3
|
|||
|
|||
|
and how you add it to tech tree?
|
|
#4
|
|||
|
|||
|
..\data\maps\global\teutonic.order\map.grade.tree
Code:
[*] : struct.begin
template=crossbowman_inf
x = 0
y = 2
links : struct.begin
link=serjant_crossbowman_inf
armyexp=666
gold=666
struct.end
struct.end
[*] : struct.begin
template=serjant_crossbowman_inf
x = 0
y = 1
links : struct.begin
struct.end
struct.end
Last edited by Goblin Wizard; 11-27-2011 at 06:21 PM. |
|
#5
|
|||
|
|||
|
Your must add it also to west.europe.race.objectcollection file. but for the values you must verify also the init state of aix related to type of unit. My suggestion is to use the debug much for verify the things and if pass by some routines.
|
|
#6
|
|||
|
|||
|
Quote:
Code:
var infSerjantCrossbowmanIndex : Integer = 54; |
|
#7
|
|||
|
|||
|
Quote:
|
![]() |
|
|