Hey guys! I made an Interior Tester for MB! It's easy, really. Just make a text document and name it Interior Test.bat. Then, open with notepad/notepad++ and paste in the following code:
NOTE: Replace <yourgame> with the name of the MB executable.
Code:
@echo off
color 0b
echo Browse the Interiors folder for dif files (Have to add a .dif at the end)
set /p i=marble/data/interiors/
<yourgame>.exe -test marble/data/interiors/%i%
exit