https://mod.io/g/homeworld3/m/fleet-selector
Edits the Fleet Selection Menu to include modded Fleets in the Skirmish Lobby, special instructions for mod authors to enable this for their mod.
Modding Framework, with this mod installed you will be able to select modded Fleets inside Skirmish.
Installation Instructions:
-
Unzip the downloaded zip file inside Homeworld 3\Homeworld3\Mods\FleetSelector (Create the Mods folder if not present)
-
Move ~FleetSelector_pak_P.pak into Homeworld 3\Homeworld3\Content\Paks~mods (Create the ~mods folder if not present)
Setup for mod authors required, see below.
For Modders:
- Create a** DataTable** of type **"FleetSelectionData" ** anywhere inside your mod and add an entry for each Fleet, that should be all. This mod will automatically add all entries not marked as Coop to the Skirmish Fleet Selection.
You can find an example of how to setup this DataTable in the game files, look for "Content/GameModes/MainMenu/Blueprints/DT_FleetSelection.uasset"
More instructions for mod authors on the mod.io page