Awe
New Member
- Joined
- Dec 20, 2012
- Messages
- 21
- Reaction score
- 0
Just a quick update for the Trinity XML tag "TrinityLoadOnce" for Trinity 1.7.2.6
With this mod Trinity can select from several iterations of the same randomly chosen profile, similar to the ATOM plugin.
Simply separate the similar profiles with a semi-colon ";". There isn't a restriction to the amount of similar profiles to add (i think...
).
Backwards compatible with your existing profiles already using the TrinityLoadOnce XML tag too.
Example code:
Attached is the modded "TrinityLoadOnce.cs" source file you can copy into your /Plugins/GilesTrinity/XMLTags directory.
Also attached is a blank test profile to check the functionality.
Cheers!
With this mod Trinity can select from several iterations of the same randomly chosen profile, similar to the ATOM plugin.
Simply separate the similar profiles with a semi-colon ";". There isn't a restriction to the amount of similar profiles to add (i think...

Backwards compatible with your existing profiles already using the TrinityLoadOnce XML tag too.
Example code:
Code:
<TrinityLoadOnce questId="1" stepId="1" >
<ProfileList>
<LoadProfileOnce profile="StonefortA.xml;StonefortB.xml" />
<LoadProfileOnce profile="SkycrownA.xml;SkycrownB.xml" />
<LoadProfileOnce profile="DamnedTowerA.xml;DamnedTowerB.xml" />
<LoadProfileOnce profile="CursedTowerA.xml;CursedTowerB.xml" />
</ProfileList>
</TrinityLoadOnce>
Attached is the modded "TrinityLoadOnce.cs" source file you can copy into your /Plugins/GilesTrinity/XMLTags directory.
Also attached is a blank test profile to check the functionality.
Cheers!