Game Development Community

Texture Downloading Bug

by Xavier "eXoDuS" Amado · in Torque Game Engine · 01/15/2003 (7:16 am) · 4 replies

I've tried to see if texture downloading worked, and it works, but it echoes in the console lots of times the same warning saying onFileChunkReceived unknown command.
Funny thing is that the textures download fine and the game loads afterwards, thought something needs to be added to notify that it is downloading textures. Guess that's my next task.

#1
01/31/2003 (2:18 pm)
Ya, they forgot to write that script function. Its an easy fix but I forget exactly 'where' you are supposed to put it.
#2
02/01/2003 (3:18 pm)
Guess it's not very important if they forgot to include it :)
It would be nice to see it fixed though
#3
02/01/2003 (4:17 pm)
Well, they have the function implemented in the rw scripts but not the fps scripts.
You can look there to see how to fix it.
#4
02/01/2003 (5:20 pm)
Ahhh thanks a lot Robert, will take rw's one then :)