Hi,
I'd like to know where are managed the graphics and sounds of any unit/weapon the user creates ? For instance, if I "add" a new weapon through the editor, I can edit some values, but how does the game recognize this new weapon to play effects and sounds ? I see nothing in the .whdat either.
Thanks.
(by the way, it seems impossible to add/edit traits through the editor)
Units and weapons graphics/sounds ?
Moderators: Slitherine Core, BA Moderators, WH40K Armageddon moderators
Re: Units and weapons graphics/sounds ?
Have a look at:
attack.whdat
\Steam\steamapps\common\Warhammer 40,000 Armageddon\Graphics
efx.whdat
\Steam\steamapps\common\Warhammer 40,000 Armageddon\Graphics
attack.whdat
\Steam\steamapps\common\Warhammer 40,000 Armageddon\Graphics
efx.whdat
\Steam\steamapps\common\Warhammer 40,000 Armageddon\Graphics
Re: Units and weapons graphics/sounds ?
attack.whdat is the right one, I did not realize efx.whdat remained in game folder. It is not used any more.
For movement sounds see Audio/Movement/move.whdat
For movement sounds see Audio/Movement/move.whdat
Re: Units and weapons graphics/sounds ?
Does the editor allow you to change the position of where the attack effect is displayed. So if you've made your own unit graphic with the ends of guns in different places, is their a way to ensure the guns shots appear in the right place?
Thanks
Thanks
Re: Units and weapons graphics/sounds ?
You just have to mesure the pixels where the gun is. There is like a grid-system starting in the upper left corner with 1x 1y. Every pixel is a step on the grid. So if the end of your gun is 40 pixels from the left image border and 130 pixels from the upper border, you will have to write (40,130) in the offset part from the attack.whdat-file to the fitting direction (like NW if the unit faces to the upper left).
Re: Units and weapons graphics/sounds ?
Nice one thanks mate 


