Legacy GM Toggling Multiple Included Files' Properties At Once [GM:S 1.4]

Posho

Member
Hey there,

I have a project that has a folder in the Inclided Files that contains about 800 images. I want them to not be exported for the HTML5 version of the game, though I need them for the Windows version. I noticed you can right-click and change the properties of each file individually but not multiple files at once or an entire folder.

Is there a way I can change this? It's a folder I remove and replace a lot so I need an easy/quick way to change the settings back again in case I move anything.
 

YellowAfterlife

ᴏɴʟɪɴᴇ ᴍᴜʟᴛɪᴘʟᴀʏᴇʀ
Forum Staff
Moderator
Open the .project.gmx in a text editor, copy the entire subsection into a new document, find-replace the platform flags (a large number, easy to spot) by a new value, copy them back, save, reload the project.
 
  • Like
Reactions: Yal

Posho

Member
find-replace the platform flags (a large number, easy to spot) by a new value
You mean the <CopyToMask> Element inside of each <datafile>, right? The new value should be one that is equal to the setting I want, right?
This worked fine. Thanks a lot!
 
Top