MW is being delayed because I'm having trouble getting it to work in MP. I figured out how to get the template cogs working correctly on all comps, but the missile is not synced on the other player's machines.
I want it to work like this: The player fires a homing missile. When the template is created, the template cog will run on all comps in the MP game. Only the person-who-fired-the-missile's computer will run that cog's homing code. And this homing code will sync the missile with, SyncThingPos(missile); But this isn't working.
On the shooter's comp, the missile homes in and hits it's target perfectly. But on all the other comps, the missile just stays beside the shooter. (the missile's velocity is controlled by the homing code).
Any suggestions?
------------------
Thank you for sending me a copy of your mod - I'll waste no time playing it.
I want it to work like this: The player fires a homing missile. When the template is created, the template cog will run on all comps in the MP game. Only the person-who-fired-the-missile's computer will run that cog's homing code. And this homing code will sync the missile with, SyncThingPos(missile); But this isn't working.
On the shooter's comp, the missile homes in and hits it's target perfectly. But on all the other comps, the missile just stays beside the shooter. (the missile's velocity is controlled by the homing code).
Any suggestions?
------------------
Thank you for sending me a copy of your mod - I'll waste no time playing it.