sNeaksieGarrett on 20/7/2013 at 00:07
Any idea what could be causing this:
[ATTACH=CONFIG]1746[/ATTACH]
I thought it was something messed up with my newgame.str, so I copied it exactly from Thief 2 and then just changed one line to say MONSTER ARENA:
Code:
difficulty: "Difficulty:"
skip_training: "MONSTER ARENA"
options: "Options"
cancel: "Cancel"
diff_0: "Normal"
diff_1: "Hard"
diff_2: "Expert"
And yes, there's an extra space after Expert. Makes no sense why it'd do this. I'm at a loss.
MysteryMan on 20/7/2013 at 00:26
Quote Posted by sNeaksieGarrett
Any idea what could be causing this:
[ATTACH=CONFIG]1746[/ATTACH]
I thought it was something messed up with my newgame.str, so I copied it exactly from Thief 2 and then just changed one line to say MONSTER ARENA:
Code:
difficulty: "Difficulty:"
skip_training: "MONSTER ARENA"
options: "Options"
cancel: "Cancel"
diff_0: "Normal"
diff_1: "Hard"
diff_2: "Expert"
And yes, there's an extra space after Expert. Makes no sense why it'd do this. I'm at a loss.
Shouldn't start_training: "Start Training" be just above skip_training: "Monster Arena"
Yandros on 20/7/2013 at 01:02
If you have a file called NEWGAMER.BIN in your \intrface folder, delete it and try again.
kdau on 20/7/2013 at 01:10
In addition to deleting newgamer.bin: if you are distributing a custom dark.cfg, check the rect_newgame setting in that file. For the default T2 interface it should be set to 4,5,6,0,1,2,3 . A different order of the numbers could also cause your problem. (The .bin file and that setting work together; either change both appropriately or leave both at their defaults.)
sNeaksieGarrett on 20/7/2013 at 05:53
Nope, I didn't put newgamer.bin in there.
Ah, it's got to be the dark.cfg then. I don't recall changing that though.
Just checked it, there was a 7 in there.:o
Thanks kdau, that fixed it. :thumb:
Yandros on 20/7/2013 at 14:05
Ah yes, I should have thought to mention dark.cfg also - glad you fixed it.