Yeah, so this issue is probably not all that complex but it's insanely difficult to word it so I can't google it.
Basically, I've got this several times inside of a .blb:
UV COORDS:
0.6 0.2
0.3 0.1
0.5 0.7
0.4 0.5
Now this varies about in the blb, one time it's this, another it's something like
UV COORDS:
0.3 0
0 0
0.001 0.1
0.5 0.2
And I want to replace ALL of those with the exact following:
UV COORDS:
0.5 0.5
0.5 0.5
0.5 0.5
0.5 0.5
So no matter what is on the 4 lines below 'UV COORDS:', I need it to become just 0.5's.
Is there any way to do this with any text editor? I'm currently using Notepad++. I'd do it manually but most .blb's I have are over 500 lines and some even over 5000, and I need to change 18 blbs in total.
Thanks in advance.