I’m trying to port one of my mods from HW2 to HWRM. However, the game type is not showing up in the drop-down list in skirmish screen. There are no errors in HWRM.log.
Here are the first few lines of the script:
GameRulesName = "HWC Enhanced 2.0.0"
Description = "Multiplayer options from the Homeworld Classic and Gameplay Enhanced mods for Homeworld 2."
SaveGameVersion = 1.0
SinglePlayer = 0
ExtFilter = "rules_hwce"
Race_Paths = "deathmatch"
Level_Pass_Tags = "hwcm"
Race_Pass_Tags = "race_dm,race_random"
Did you add this filter to your cmd-line, or to a ConfigFilters.lua under scripts for your mod? If HWCE plays with the base game (done right it should), you don’t need that.
No I didn’t. Nor did I do that with my other mods, which work.
Mostly, it plays with the base game assets. There are some slight adjustments to build and research, as well as a few extra ships. The gametype rules are completely different though.