Home - SmArtKar/AthenaFramework GitHub Wiki
Welcome to the Athena Framework documentation!
Athena is an advanced framework that contains multiple tools and features for both XML and C# modders. It also has a couple of code fixes that don't affect players directly but allow modders to use some of the game's features to their full potential.
You can find the full feature list in the sidebar
To add this mod as a dependency, include the following lines in your About.xml
file
<modDependencies>
<li>
<packageId>smartkar.athenaframework</packageId>
<displayName>Athena Framework</displayName>
<steamWorkshopUrl>steam://url/CommunityFilePage/2903359518</steamWorkshopUrl>
<downloadUrl>https://github.com/SmArtKar/AthenaFramework</downloadUrl>
</li>
<modDependencies>
I also recommend adding the following header to your mod's steam page
It can be done by pasting [url=https://steamcommunity.com/sharedfiles/filedetails/?id=2903359518][img]https://raw.githubusercontent.com/SmArtKar/AthenaFramework/master/Headers/RequiresAthena.png[/img][/url]
into your mod's steam description and will create an image that redirects the user to Athena Framework's steam page when clicked