Espyo
Member
In WadAuthor, there is a function called Custom Tools, which basically allow you to create a "tool" that runs an application with custom command lines. Well, the thing is, WadAuthor can't load the map with SRB2 by itself, it causes an error. I decided to create a custom tool to open the current wad with SRB2, but the problem is that I don't know what is appropriate command line. To add a file, it's just "-file <filename.wad>", but I really wanted it to open the current loaded file with the app (SRB2). I think that it should be -file %1 or something, but it doesn't seem to work. BTW: I'm using that custom tool thing on a computer with Windows Vista.