Hi there .
Thanks so much Botr !!! it works perfect !! At first I had to figure out what was the object number to start "100001 100002 100003 etc..." . I had an example made some time ago with a lightmapper I made with the Evolved function and it really loads dbo and its lightmaps.... now we can even use the Darklights to light our levels.
This is the piece of code I had to use to load my level of four limbs.
loadimage(1,"raw:D:\agk2\dbo to agk\media\bunker.png")
loadimage(2,"raw:D:\agk2\dbo to agk\media\madera.png")
loadimage(3,"raw:D:\agk2\dbo to agk\media\metal5.png")
loadimage(4,"raw:D:\agk2\dbo to agk\media\sombrasver.png")
SetObjectImage(100001,1,0)
SetObjectImage(100002,2,0)
SetObjectImage(100003,2,0)
SetObjectImage(100004,3,0)
SetObjectLightMap(100001,4)
SetObjectLightMap(100002,4)
SetObjectLightMap(100003,4)
SetObjectLightMap(100004,4)
I would like to upload an image but no idea how to do that
Cheers.
I'm not a grumpy grandpa