Skip to content
flango edited this page Dec 29, 2022 · 7 revisions

🦩 Welcome to flangoCore wiki! 🦩

🦩 About flangoCore:

WIP

✨ Feature spotlight:

WIP

  • Skill trees
  • Equipment abilities and requirements
  • Draftable non-human pawns
  • Projectile VFX
  • Decoys
  • Hediff combos
  • ...

🔧 How to use it in your mod:

WIP, enjoy copy pasted text from VEF

First of all, you'll need to add the framework as a dependency. You do this by adding this to your mod's about.xml file:

<modDependencies>
  <li>
    <packageId>flangopink.flangoCore</packageId>
    <displayName>flangoCore</displayName>
    <!--<steamWorkshopUrl>Coming soon.</steamWorkshopUrl>-->
    <!--<downloadUrl>Coming soon.</downloadUrl>-->
  </li>
</modDependencies>

It is also recommended that you add in Steam this framework mod to your list of Required Items.

Then, you'll need to link the classes you want to use from your mod's XML code. Each class has a different way to use them, so we have divided this wiki into different pages explaining how to use most of them.

🦩 Home

🚧 - 404 Page not found.
🖼 - Preview needed.

🟡 - Works but has some TODOs.
🟠 - Basic functionality implemented.
🔴 - Not working properly.
❓ - Not tested.


--== XML ==--

💡 Abilities

General

Ability Givers

Equipment Abilities

🟡 Should recode some stuff 🟡

🌳 Skill Trees

🟠 WIP, work/kill XP gain not implemented 🟠

Defs

Comps

🏘 Buildings

⚙ Comps

🏹 Equipment

General

Weapons

Projectiles

🧪 Hediffs

🧍‍♂‍ Pawn behaviors

📊 Stats

🎲 Misc

🧔 Vanilla Expanded

✨ Debug (Dev Mode)


--== C# ==--

📂 Shared Classes

🧬 Patches


Clone this wiki locally