My list of questions/posts.
by Thomas Salisbury · in 3D Isometric Kit · 07/22/2009 (5:20 pm) · 3 replies
I didn't want to hijack anyone else's thread, so I figured I would start a new.
1. In you documentation ou have this line :
2. I would like to take this kit back to the AFX style camera and movement, but add point click. Can you please post some resources/references.
3. I would like to edit all the GUI's, but can find the proper references for this. Can you post this also?
Thats it for now. Thanks
1. In you documentation ou have this line :
All the mouse movement functions are held in Source/Engine/afx/UI/afxTSCtrl.cpp.The file reference is wrong. Its actually Engine/Source/......
2. I would like to take this kit back to the AFX style camera and movement, but add point click. Can you please post some resources/references.
3. I would like to edit all the GUI's, but can find the proper references for this. Can you post this also?
Thats it for now. Thanks
About the author
Managing Partner DarkForge LLC
Torque Owner Timothy Castagna
TK Games LLC
%this.Advcamera
$advCameraCCB = %this.advCamera; //ccbhack
$regCamera = %this.camera;
$CurrentCamera = $advCameraCCB;
mQuaker has click to move working here www.garagegames.com/community/forums/viewthread/86875
the health/mana/spell gui are all stock AFX guis the inventory Gui can be found in game\scriptsAndAssets\client\ui
inventory.png for the background and playgui.gui for the GUI and playgui.cs for the script that controls the gui