Apologies if this is old hat but I have just started playing around with mods and downloaded the above quests by 'tjashen' and note that he says it works well with versions 1.1 and 1.2 - some what behind the times now. I am running under steam and am running the 2.0 version. Installed this quest as per the instructions and turned on the allow mods option. Fired up the game and both quests triggered but noted however that 'Plains Of Sirius' doesn't add the token and that 'An Old Friend' doesn't add the characters to my group as the text and xml script suggests it should. Also 'An Old Friend' wasn't showing the art work in the dialogue boxes. Eventually solved that issue by copying the art work medallions to the corresponding folder under steam and not those under 'My Games' as per the quest files instructions.
However as far as I can see parts of the quest XML script for adding items to your inventory (Sirius) or characters to your group (Old Friend) is not triggering or being acted upon. See the extract from the XML script for 'An Old Friend' for Darren below as an example.
<GameModifier InternalName="GiveUnit_Unit1">
<ModType>Unit</ModType>
<Attribute>UnitJoinArmy</Attribute>
<StrVal>Quest_Darrell</StrVal>
<UnitClass>Unit</UnitClass>
<Value>1</Value>
</GameModifier>
Any idea what it should be to get it to work? Note the XML are still in the designated directories under 'My Games' and the script appears to fire but just not work for adding characters and/or items but I am not sure if it needs to be moved else where under steam.
Additionally is there a list of trigger words or attributes names for writing your own XML to be found any where ?