Comrades in Arms Discussion Board
Howto support modules for JIP - Printable Version

+- Comrades in Arms Discussion Board (http://forum.ciahome.net)
+-- Forum: Comrades in Arms Life (http://forum.ciahome.net/forumdisplay.php?fid=3)
+--- Forum: Mission Making (http://forum.ciahome.net/forumdisplay.php?fid=8)
+--- Thread: Howto support modules for JIP (/showthread.php?tid=2798)



Howto support modules for JIP - Watchmen - 10-29-2014

I need some help with a mission im making. Its sniper mission where you as players are all snipers and have to kill some targets with the help of ai mortar/CAS support and your sniper rifles. I use the ancient method of syncing modules to players but this don't work on MP. Any ideas what i could do instead to ensure all players have access to the support menu at all times on a mp server?


Re: Howto support modules for JIP - Alwarren - 10-29-2014

(10-29-2014, 06:02 PM)Watchmen link Wrote: I need some help with a mission im making. Its sniper mission where you as players are all snipers and have to kill some targets with the help of ai mortar/CAS support and your sniper rifles. I use the ancient method of syncing modules to players but this don't work on MP. Any ideas what i could do instead to ensure all players have access to the support menu at all times on a mp server?

Syncing in MP should work just as well as it does in SP. You should be able to sync multiple units to the same support requester module and this give everyone control.

It's also possible to do it on the fly. In White Knight, I had an unsynchronized helo transport support giver that I linked to the network with

FHQ_supRequest synchronizeObjectsAdd [FHQ_HeloTransport];

(with the FHQ_supRequest being the requester module, and the FHQ_HeloTransport being a support giver module that was synced with a helicopter.

If it doesn't work then I am quite sure there is something else wrong with your setup. Just to make sure, you synchronized the mortar and CAS to the appropriate support provider module, synchronized that to a support requester module, and synced the units to that requester module?


Re: Howto support modules for JIP - Watchmen - 10-30-2014

I tested it on a server, say if you connect late or reconnect, you lose the support menu. I might have done something wrong but i don't thnk so, ill go check again.


Re: Howto support modules for JIP - Watchmen - 10-31-2014

Alwareen, i checked and can confirm the units and modules are synched with no error exactly as you described. You can loose the support menu by some of the following:


Connecting after the game started
Disconnecting and reconnecting
Death and being revived(psychos)


Any ideas?


Re: Howto support modules for JIP - Watchmen - 11-06-2014

bump


Re: Howto support modules for JIP - Varanon - 11-06-2014

Did you actually try the scripted solution Alwarren proposed ?


Re: Howto support modules for JIP - Alwarren - 11-06-2014

(10-31-2014, 05:35 AM)Watchmen link Wrote: Any ideas?

'fraid not.