Advanced : chapter 8
by Alienforce · in Torque Game Engine · 10/06/2005 (1:28 am) · 4 replies
I have trouble running chapter 8 AIT
AI spawns and i find him and standing infront of him
When i press "q" nothing happens...
Have don it "by the book" .... i think...
Anyone else having problem with chapter 8 ?
/Thomas
AI spawns and i find him and standing infront of him
When i press "q" nothing happens...
Have don it "by the book" .... i think...
Anyone else having problem with chapter 8 ?
/Thomas
#2
commandToServer('AITCOntact');
the console reads:
Mapping string: AITCOntact to index: 3
Mapping string: AITMessage to index: 15
Could not locate texture: demo/data/AITdefault.png
getSubStr(...): error, starting position and desired length must be >= 0: (0, -1)
Could not locate texture: demo/data/AITdefault.png
Mapping string: CloseAIT to index: 16
Any idea ? :(
10/06/2005 (1:55 am)
If i bring up the console standing infront of the NPC and type:commandToServer('AITCOntact');
the console reads:
Mapping string: AITCOntact to index: 3
Mapping string: AITMessage to index: 15
Could not locate texture: demo/data/AITdefault.png
getSubStr(...): error, starting position and desired length must be >= 0: (0, -1)
Could not locate texture: demo/data/AITdefault.png
Mapping string: CloseAIT to index: 16
Any idea ? :(
#4
03/12/2006 (10:22 pm)
Alienforce, could you share what you did to get things working? I am stuck with pretty much exactly the same set of errors you were reporting, and I copied the book code from the CD and followed the fixes from the above post, plus checked my hand-typing of the GUI code (which wasn't included on the CD?!?!). Thanks!
Torque Owner Paul Jan