Awesomod discussion/questions/helpful tips thread
rohina:
Quote from: Skadi on 2011 October 25, 21:46:33
ATTN NOOBS.
If you look here: http://alpha.moreawesomethanyou.com/ts3/hax/ you can see AM and it's current timestamp. Don't go by the post dates, Pescado doesn't announce every single update he does.
This is not the only time we have noted this error. Consider this an official warning.
Signed, the Grammar Police.
PA:
I am trying to create a trait plug in for Awesome and am encountering some trouble. I have an assembly named PArtemis.dll, the instance for the traits XML is the FVN64 of PArtemisTraits, this is my XML:
Code:
<?xml version="1.0"?>
<traits>
<TraitNames>
<Name></Name>
<Hex></Hex>
</TraitNames>
<TraitNames>
<Name>Asexual</Name>
<Hex>0xFEFA3E87D5E70EC4</Hex>
</TraitNames>
<TraitList>
<Name></Name>
<Description></Description>
<ShortDescription></ShortDescription>
<Hex></Hex>
<Version>1.0</Version>
<CodeVersion>BaseGame</CodeVersion>
<AgeSpeciesVisible>B,P,C,T,Y,A,E</AgeSpeciesVisible>
<SetNumbers></SetNumbers>
<Points>0</Points>
<RandomWeight>0</RandomWeight>
<Category></Category>
<CommodityName></CommodityName>
<FacialIdle></FacialIdle>
<AutonomousDesiredCommodity></AutonomousDesiredCommodity>
<AutonomousAvoidedCommodity></AutonomousAvoidedCommodity>
<IncreasedEffectiveness></IncreasedEffectiveness>
<ReducedEffectiveness></ReducedEffectiveness>
<xMin></xMin>
<DesireMin></DesireMin>
<xMax></xMax>
<DesireMax></DesireMax>
<Decay></Decay>
<Predicate></Predicate>
<CanBeLearnedRandomly>FALSE</CanBeLearnedRandomly>
<IntimacyLevel>10</IntimacyLevel>
<ActiveTopic></ActiveTopic>
<PreferredBookGenre></PreferredBookGenre>
<ThumbFilename></ThumbFilename>
<ThumbPieMenu></ThumbPieMenu>
<ThumbDislikePieMenu></ThumbDislikePieMenu>
<ThumbPose></ThumbPose>
<AddListenerFunction></AddListenerFunction>
<TraitTipDescription></TraitTipDescription>
<TraitTipIndex></TraitTipIndex>
<TraitToolTipText0></TraitToolTipText0>
<TraitToolTipText1></TraitToolTipText1>
<TraitToolTipText2></TraitToolTipText2>
<TraitToolTipText3></TraitToolTipText3>
<CanBeLearnedThroughConversation>True</CanBeLearnedThroughConversation>
</TraitList>
<TraitList>
<Name>Asexual</Name>
<Description>AsexualDescription</Description>
<ShortDescription>AsexualShortDescription</ShortDescription>
<Hex>Asexual</Hex>
<Version>1.0</Version>
<CodeVersion>BaseGame</CodeVersion>
<AgeSpeciesVisible>T,Y,A,E</AgeSpeciesVisible>
<CommodityName></CommodityName>
<Predicate>IsAsexual</Predicate>
<CanBeLearnedRandomly>FALSE</CanBeLearnedRandomly>
<IntimacyLevel>80</IntimacyLevel>
<ActiveTopic>Asexual Trait</ActiveTopic>
<ThumbFilename>trait_asexual</ThumbFilename>
<ThumbPieMenu>trait_asexual_s</ThumbPieMenu>
<ThumbDislikePieMenu>trait_asexual_s_crossed_out</ThumbDislikePieMenu>
<TraitToolTipText0>AsexualToolTipText0</TraitToolTipText0>
<TraitToolTipText1>AsexualToolTipText1</TraitToolTipText1>
<TraitToolTipText2>AsexualToolTipText2</TraitToolTipText2>
</TraitList>
</traits>
...but, when I check to see if the trait exists, Awesome reports that it does not. I believe that Awesome is reading the XML because it was throwing FSEs at me involving Awesome.Traits.Awesome.Traits.Manager:Load for a few attempts when there was an apparent gremlin in the XML. The assembly loads fine, though as I understand it, at this point, it's just there to let Awesome know to look for an XML. My question is, why won't this load? What am I doing wrong?
J. M. Pescado:
This method is long obsolete. With the EAxis adding the ability to inject traits via the store, AwesomeMod has altered its own system to hijack this syntax. See the "AwesomeTraits.xml" file inside AwesomeMod for the new syntax.
Koriandr:
Quote from: rohina on 2011 October 25, 22:22:59
Quote from: Skadi on 2011 October 25, 21:46:33
ATTN NOOBS.
If you look here: http://alpha.moreawesomethanyou.com/ts3/hax/ you can see AM and it's current timestamp. Don't go by the post dates, Pescado doesn't announce every single update he does.
This is not the only time we have noted this error. Consider this an official warning.
Signed, the Grammar Police.
Skadi used the correct its/it's. The current timestamp belongs to 'it'.
PA:
Quote from: Koriandr on 2011 October 31, 02:05:30
Quote from: rohina on 2011 October 25, 22:22:59
Quote from: Skadi on 2011 October 25, 21:46:33
ATTN NOOBS.
If you look here: http://alpha.moreawesomethanyou.com/ts3/hax/ you can see AM and it's current timestamp. Don't go by the post dates, Pescado doesn't announce every single update he does.
This is not the only time we have noted this error. Consider this an official warning.
Signed, the Grammar Police.
Skadi used the correct its/it's. The current timestamp belongs to 'it'.
You're kidding, right?
Navigation
[0] Message Index
[#] Next page
[*] Previous page