Follow-up question:It seems like the .wyp format i pretty simple, and that you prepend a int32 with length -1 in front of the download site string.
Is this correct? Can I just alter the download site in the binary, and set the new length -1 of the download site string as an int32 and be done with it, or is the file fixed length? (For instance an int somewhere else which signifies the entire size of the file)
Some preliminary testing tells me that just altering the string and int32 should be enough?