No, optimizing the map should not impact the protection. An optimizer that fiddles with any string literals (except CrLf -> Cr perhaps), or string contents for that matter, would not be optimizing your map, it would be messing up your map.Gloomfrost wrote:Hey if after adding the code, the map was optimized in any way, would it screw this protection up, or is it best to add it in AFTER the optimization?
Also as a side note: is widgetizer ment to be used BEFORE vex's opt? and if we're planning to use both, do settings need to change in either programs?
P.S: I'm not a noob, just haven't used the widgetizer before
Btw, "REPLACE THIS" should be replaced by a string literal ("Hello World!"), not the name of a string variable (sMyString).
edit: I rewrote the entire first post to improve understandability.