Yack pack with multiplayer dialog
by Steven Chiu · in Torque Game Engine Advanced · 02/08/2009 (6:41 am) · 1 replies
I'm using the YACK pack with AFX and would like two on-line players can talk to a quest npc simultaneously in the dedicated server mode. Just wondering if someone has try that before?
Torque Owner John E. Nelson
Suspicious Activity
I looked at this and the solution I am considering is below...
Since each player would have the local dialog files, each resonse could have a command to send a text response via the built in chat system.
So each persons response via the YackPack gui would insert the real world response via the multiplayer chat window.
The alternative is to incorporate this method with the GreenEar Chat, and play the audio file, or text message via chat.
I believe it can be done quite easily, but it is low on my list to complete right now.