Modify the look of units #580
-
Hi! Thank you very much for making available this repository. I have so many nice childhood memories connected to this game and it is really great to have the opportunity to make changes to it now. At the moment, I am just playing around with the code to find out how the parts are related to each other. For this purpose, I would like to change the look of one unit. I saw that there are some bmps stored for the UI, but it seems that the units are drawn by the allegro tool. If you have time, I would be happy if you could give a hint on the following questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Do not waste your time ! Suddenly, (if I dare say) you arrive too early: the easy mod of d2tm is indeed planned, but not current |
Beta Was this translation helpful? Give feedback.
-
To change this I created pull requests |
Beta Was this translation helpful? Give feedback.
-
FYI: In d2tm you can unpack the .dat files with grabber and replace them. If you do not change the naming (important!) of those resources (and thus make sure the order does not change) it will work. If you start adding new things, the game will break. |
Beta Was this translation helpful? Give feedback.
Do not waste your time !
Unit images are stored in .pak files, it is a tarball type container.
If you modify an image, (center of the sprite, size of the image etc...) you have to reconfigure the sources, which is an nightmare.
Suddenly, (if I dare say) you arrive too early: the easy mod of d2tm is indeed planned, but not current