Configuring Tools
MV3D's configuration files all end in .conf and are scattered throughout the codebase. However, it is not recommended that you edit these files. Instead, create local configuration files in your home directory under the .mv3d folder. To configure the client, for example, on Windows, create a new file called c:\Users\YourUserName?\.mv3d\client.conf and add configuration there.
Standalone Servers
In versions 0.44 and below, all tools and clients are pre-configured to log in using the public login server. If you are operating your server in standalone mode, you will need to change the configuration of your tools. To do this, make local configuration files for importer.conf, solid.conf, builder.conf, and composer.conf and add the following info:
[Red] servers=pb://localhost:1999/Player [PBClient] loginServices=https://localhost:8080/service/
If you are running your server on another machine, replace localhost with the hostname or IP of that machine.
In order to configure the client, do the same for client.conf except instead of [Red], add [Player].
