hud-merger icon indicating copy to clipboard operation
hud-merger copied to clipboard

Strange error

Open russandro opened this issue 1 year ago • 1 comments

image This weird error pops up when I try to merge those two huds. (I even looked at the code but it seems that there aren't any errors...) Screen below: image

russandro avatar Sep 14 '24 11:09 russandro

The HUD Merger is set to not allow multiple line strings, because it's usually a sign of a missing closing double quote, which if skipped optimistically could cause an incorrect parse.

As a workaround, you can remove the "command" section, run the merge, then add the section back in inside the result HUD.

cooolbros avatar Sep 15 '24 00:09 cooolbros

Actually... to solve this.. at the time.. It happened that I just needed to invert the merging process so that it would work. My fault for actually not updating the thread but yeah... basically I just inverted the process (merging RebelHud into BudHud) and that was enough.. I guess cuz the richer hud in terms of changes & files was BudHud, so for the program it was easier to port those few little thing from Rebel into Bud.

~~Even tho yeah you right, maybe that could've worked too.~~

russandro avatar Oct 25 '24 02:10 russandro

(Just realized it was the author replying.. at the time I didn't actually read that so in detail 😅) Assume it worked (my method) cuz doing the opposite (inverting which hud change which) the program managed to not edit that particular file then..

russandro avatar Nov 02 '24 19:11 russandro