: First problem is, that there is no actual protocol.h in the ai-develoment-kit anymore
The AI development kit is based on Pascal and therefore has no protocol.h. The AI development stuff included with earlier versions (which was no kit, just the protocol.h and a documentation) is still maintained, you can download it from here:
Documentation
protocol.h
: Next problem is the RW-Block.
The usage of this item has not changed since version 0.10.
: Starting a new game the data-pointer to RO.Data is zero (0x0000). So will it work, if i allocate my Data like RO.Data=new byte[4096]
No, you must handle the cInitModule command and specify the memory size there, the game will then allocate and deallocate the memory.
Steffen
Posted 20-Nov-05 21:17 by Steffen
