Skip to content

Commit

Permalink
bandaid Fix some spawning crashes for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Grobobobo committed Jan 11, 2022
1 parent 6832eed commit 4514fb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LongWarOfTheChosen/Config/XComEngine.ini
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ bDisablePhysXHardwareSupport=true


;LWOTC-R: These are Unneeded but harmless, went with them to save time. I'll remove it if it causes problems
+ModClassOverrides=(BaseGameClass="X2Effect_SwitchToRobot", ModClass="LW_AlienPack_Integrated.X2Effect_SwitchToRobot_LW")
+ModClassOverrides=(BaseGameClass="X2Effect_SpawnShadowbindUnit", ModClass="LW_AlienPack_Integrated.X2Effect_SpawnShadowbindUnit_LW")
+ModClassOverrides=(BaseGameClass="X2Effect_SpawnPsiZombie", ModClass="LW_AlienPack_Integrated.X2Effect_SpawnPsiZombie_LW")
;+ModClassOverrides=(BaseGameClass="X2Effect_SwitchToRobot", ModClass="LW_AlienPack_Integrated.X2Effect_SwitchToRobot_LW")
;+ModClassOverrides=(BaseGameClass="X2Effect_SpawnShadowbindUnit", ModClass="LW_AlienPack_Integrated.X2Effect_SpawnShadowbindUnit_LW")
;+ModClassOverrides=(BaseGameClass="X2Effect_SpawnPsiZombie", ModClass="LW_AlienPack_Integrated.X2Effect_SpawnPsiZombie_LW")
+ModClassOverrides=(BaseGameClass="X2Effect_GetOverHere", ModClass="LW_Overhaul.X2Effect_GetOverHere_NOOW")


Expand Down

0 comments on commit 4514fb5

Please sign in to comment.