It isn't just the first line....every line has 4 extra spaces added in front of the text......every line has to be changed....if there is a way to just delete the first 4 spaces on each line that would be great....I'm not going to go through over 22000 lines of code to just delete 4 spaces on each line one at a time.....would take me all day...at least...lol
		
		
	 
Do you have a port or something? If this is as broken as you're saying, anyone using the same version as you will have the same problem. I haven't played this in for
ever now, but I know it never ever had what you're describing back when I had played this. And I had used the standard PC version.
Just to cover the whole "not going to go through" it all yourself point, FFR you obviously wouldn't have to delete all of this manually yourself. Open the file with a free text editor (like Notepad++). If there are supposed to be only 8 spaces and there are 12, you can then do a Find-and-Replace by having 12 spaces in the "Find" field and 8 spaces in the "Replace" field. That would replace all of those instances. The best way is probably just to put 4 spaces in the "Find" field and then nothing in the "Replace" field. That replaces 4 spaces with nothing, effectively deleting 4 spaces from every line. That said, if not every single line has this problem, you could cause issues later in the code (like if there are supposed to be 4 leading spaces and there actually are 4 leading spaces). But you get the idea.
But at this point, I think you probably want to contact whoever provided the version you're using (and if it's from the OP of this thread, report the thread with the complaint) and get a fixed version provided to you. It obviously would save you tons of time vs. doing it yourself.