Game Development Community

RPGDialogue upgrade to TGE 1.5

by Nmuta Jones · in Torque Game Engine · 11/04/2006 (11:31 am) · 0 replies

I recently upgraded to 1.5 SDK and I re-installed a fresh RPGDialogue resource in TGE 1.5

It works perfectly in 1.5, except for two small things:

1. I cannot access the RPGDialogue editor by hitting "F5" anymore. In Torque 1.5, the default keybinding for the particle editor has become "f5". but I remapped that in both ./client/config.cs and
./client/scripts/default.bind.cs to now be "f6".

what's even more weird is that the RPGDialogue editor used to come up automatically when you hit "F5" in Torque versions 1.3 and 1.4 , yet the mods never instruct you to remap anything to f5. How did he do that?


2. The other problem is that pictures no longer show up. I am doing
SpawnNPC("Woman","test","woman.png","1","17 -124 110");

and picture won't load. I've even tried using an absolute url for "woman.png" and it still won't work.

Just in case anyone wants the help file from the RPGDialogue resource, I've uploaded it here:

http://www.thenilepa.com/RPGDialog.txt