Page 1 of 1

Questions on editing Ta3d

Posted: Sat Apr 07, 2012 9:36 pm
by Flashbang232
Modelling - Do i/can i still use wings3d ? if so, what formats to export? how so
3dmEditor - anything in specific thats useful to remember?
Frag/Vert files - any good links for tutorials? (tried google and all are very confusing for me)
Any CPP files i could look at?

Re: Questions on editing Ta3d

Posted: Sat Apr 07, 2012 10:07 pm
by Flashbang232
New:

Okay, looking at Weights.h and what are the weights classified in?
weights range from 0x0 to 0x80, can this be compared to the average 1,2,3 number system or a range of small weight/medium/large weighting?

Also, is 'unit_manager.unit_type' in ai_controller.cpp a form of detector for what kind of unit is present at the ai's disposal?

In 'pathfinding.cpp' what is it when the nodes.front().x() & .z() is called?