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"
Here’s the path to the script:
E:\SteamLibrary\steamapps\common\Homeworld\HomeworldRM\DataHWClassicEnhanced\scripts\rules\homeworldclassicenhanced.lua
Here is the command line:
CmdLine: -overrideBigFile -luatrace -noMovies -w 1366 -h 768 -windowed -ssTGA -moddatapath DataHWClassicEnhanced -mpbeta -freeMouse
Any clue what is going on? My other mods are working fine.
[edit]
Also, have the build and research Lua files moved because of the update?