Hi,
I've been programming C++ for a while, and basically, I've been making this console-based program that simulates the way bots in FPS games talk to each other.
The bots can insult/ compliment each other in a few different ways- for example, if another bot insults them, they might insult them back in a more aggressive way. As I mentioned, right now it's just console based. Events in the game are just simulated with text messages- ie "Ranger fragged Klesk". And then the bots in the program react accordingly. I started doing it because I'm interested in what I could do with their social behaviour.
So I'm wondering, how hard would it be to convert something like this into a mod for Nexuiz? Would I need to compile the entire source code or can you do something like make a dll for your mod like you could with Quake 2?
Cheers.