[Automation] Extend resolution

I’m having problems getting the resolution right using the automation script system.
If I use the tag using a tiled build, it will always use the resolution of the one that is saved in the file, not the one I actually set using res. Is there a way that I can change this using the scripting without having to have 2 different wm files to load using the script?

Any help with this would be great :slight_smile:

Laurens

Hi there,

Looks like you found a bug – it was setting the resolution before changing the active extents. I have just fixed this. But in the interim, try using two blocks:

<modify>
<world use_extents="2" />
<world res="1024" />
</modify>