Game Development Community

Several Concerns

by Zuero · in Torque Game Engine Advanced · 12/26/2008 (4:43 pm) · 1 replies

I just have a few questions.

1. I am trying to integrate the Yack Pack into TGEA 1.8.0. And I have to edit the aiPlayer.cs file to finish integrating it. Problem is, there is no aiPlayer.cs located anywhere in the TGEA directory. Can someone tell me what is wrong here?

2. I am having problems using interiors in TGEA. I am getting an error when I click the interior in the World Creator, which right after I click ok on the error box, TGEA shuts down. I am using some DIF models from arteria.com, which worked perfectly in TGE. Am I missing something?

#1
12/26/2008 (4:53 pm)
1. The aiplayer.cs would be in your game directory, not with the engine files. It's not included in every game example - Look in this directory:

GameExamples\Stronghold\game\scriptsAndAssets\server\scripts

2. Some dif's need to be re-exported to work in TGEA. Load the map file in Constructor, and then reexport the file with the "Export as Dif" option.