Game Development Community

how to create minimap in T3d?

by Tsai Ming Hung · in Torque 3D Professional · 12/25/2011 (12:01 am) · 6 replies

I want to make a minimap in my project.But,When I search some information in this forum,just can find older version of TGE or TGEA,is someone can teach me how immplement this idea,Thanks.

#1
12/27/2011 (4:45 pm)
Look at the latest comments in this resource.
#2
12/27/2011 (5:19 pm)
is it can work for torque 3d Pro 1.1?because I find the source code its named .cc not .cpp?thanks
#3
12/27/2011 (8:18 pm)
.cc is what TGE used back in the day. It's still a C++ source file.
#4
12/28/2011 (4:58 am)
I understand a bit,please ask kcpdas that you mean the latest comments is the #148 codes?
#5
12/28/2011 (6:01 pm)
Yes, I meant the code in 147 and 148. You might get more help if you post on that thread. I tried the code myself with T3D 1.2 but it didn't compile right away and even after getting past that it isn't displaying when I add it to my game. I will need to look at this in more detail but I'm busy and may not get to it right away which is why you should post in the resource thread.
#6
12/29/2011 (5:26 am)
That resource I had try,but it didn't compile right.I will try it to that thread,thanks^^