I want to add all images I use in my game to a VTD-File.
In PowerDraw3 I used the folloing:
[pascal]m_oImageList.Image[strShortName].GetAGFData(p, iSize);
m_oVTD.WriteRecordEx(strShortName, p, iSize, recAGFImage);
[/pascal]
In the new version I didnt find a funtion to do this. Can someone tell me a way how I can save the images ?
The problem is I use more than 50 images and it's too much work to add them manually with the VTD-Tool because I often change them.