As we all know nwnx string is the only way to feed nwn with external data. Dosen't matter if you're using sockets, sql, text files you'll always end with nwnx string.
My question is how effective it is for large structures? Doing many things outside nwn using object orientated languages is much simpler(it would be even simpler if i could call nwn functions to give parameters, but I have no idea how to hook main loop to call them on fly) and then use method toString() to forward it to nwn.
But then I have to parse the whole string to structure or load it in sequential order during running algorithm in nwn.
What are best practices to work with that kind of data flow? What if i have multiple sources at the same time(sockets won't work because you have to send message and then listen for correct one)





Retour en haut







