Tagged Questions
2
votes
1answer
199 views
UDK Fixed AIController / Pawn Height
[I already asked this question on the UDK forums, without much success though.]
I'm using a class derived from AIController to control my pawn in RTS-style. My problem is that the pawn does not have ...
6
votes
5answers
1k views
Persistent game where you program your own bot(s) [closed]
I'm looking for an online game with a persistent world where you are allowed to code (and add) your own 'players' (it can be in any language / script).
A sort of RTS but for bots.
Does that even ...
8
votes
2answers
392 views
Manage a large number of independent actors in real-time
I am working on a large scale real-time strategy game - ideally with thousands of units active at once - but I am having trouble managing all of the units at once without it becoming astonishingly ...