MysteriousMilk / NS2_CombatPlusPlus

Recreation of Natural Selection Combat mode with with some tweaks and enhancements.
MIT License
6 stars 5 forks source link

Does not work when client and server platforms aren't the same #42

Closed L-as closed 6 years ago

L-as commented 6 years ago

Linux server and Linux client works fine, but Windows server and Linux client doesn't. Windows server and Windows client also works fine.

I suspect this is due to case-insensitivity.

L-as commented 6 years ago

I also get [ 9.735] MainThread : Error: File 'game_setup.xml' failed consistency check!

MysteriousMilk commented 6 years ago

I'm currently changing my file hooks over to the folder style used in Combat Classic. Hopefully that will fix it. I won't have a Linux client to test though. I also realized I hooked CPPMarineHUD.lua twice. One was located with the same path structure as vanilla and one was not. They both had different code in it. I moved it to one file in my working branch. With the game_settings.xml, could it be that I didn't have all the tags in it? That's been corrected in my working branch as well.