Failed.Bard wrote...
Then there's the nwnx method a server like Sinfar uses, where you add the erf to the module through the nwnx_resman plugin, and can then both work on and add to the module while it's up and running as a server.
That method is a bit more advanced, but by far the best system for it if you can manage to set it up, and give your brother limited ftp access to the resman directory.
I use this method also.
I would be building in toolset, while also in my server, and when I build a script, I would ftp it to my server, test it out there, before committing to the final module.
Heck - sometimes I just run them from the externalsources folder - as it is a fast easy way to get around the 16k file limit.
If you and your brother want to work collaboratively, you could run a server at location X
Have a SVN Repository of your external sources - at location Y
Location X would be setup to download/svn update the external sources directory every 10 minutes or so.
Then, when you or your brother have stuff to test out, you just svn commit, and then that way its all version controlled, and self sustaining.