BRyeGmoney / ForTheLoveOfPower

The repo for the best game ever being worked on by absurdomatic games during this game's development cycle.
2 stars 0 forks source link

Multiplayer Combat isn't functional #19

Closed BRyeGmoney closed 9 years ago

BRyeGmoney commented 9 years ago

Multiplayer combat calculations run across all the players' individual games which means they calculate differently and look for the wrong information from the other players.

Potential Fix:

  1. Change the combat system to look into network players' unit and structure lists.
  2. Push combat system calculations to server side for multiplayer as opposed to individual players.
BRyeGmoney commented 9 years ago

Basic functionality for mp combat is in. Also many fixes to sp combat.