| How to disable the autoload of Map 3D files to improve performanceIssueBy default, when Civil 3D starts, it loads all the Map 3D functions. This does result in an increased memory load of appproximately 85 MB on your computer. If you are experiencing performance, stability or Out of Memory issues, and don't often use Map 3D commands, you can disable them autoloading to increase available memory. SolutionThe zip file below is a Windows Script File (.wsf), which will toggle on/off autoloading of Map 3D files on startup of Civil 3D. You can create two desktop icons, one which will toggle off autoloading and another which will toggle back on autoloading. Note: this file makes a change in the User registry settings, so permissions to edit the User registry settings is required. To use this function: - Save and unzip the file below to a specific location on your computer
- Right-click on Civil3DMapControl.wsf, and select "Create Shortcut"
- Right-click on the Shortcut icon created, and select "Properties"
- On the General tab, in the upper field, enter an appropriate name, like Civil 3D with Map - Disable
- On the Shortcut tab, make one of the following additions to the end of the Target field (note there should be a space after the "...\Civil3DMapControl.wsf" entry):
For Civil 3D 2009 //Nologo /2009 /Disable //Nologo /2009 /Enable For Civil 3D 2010 //Nologo /2010 /Disable //Nologo /2010 /Enable
For Civil 3D 2011 //Nologo /2011 /Disable //Nologo /2011 /Enable 
- Repeat steps 2-5 to make one icon to disable autoloading and one to enable autoloading
- If autoloading is disabled, you can always manually load all the Map files during a current session by typing "_MapStartWSpace" on the command line (do not try to run Map commands without doing this first, or Civil 3D will crash). The next time you start Civil 3D, it will still disable autoloading.
Note: for Non-English versions, you should add an additional switch to the shortcut in step 5 above. Refer to the following table below to select the correct language code. For example, for Civil 3D 2010 Korean your Enable switch would be //Nologo /2010 /Enable /KOR | Language Version | Code | | Chinese -Simplified | CHS | | Chinese -Traditional | CHT | | Czech | CSY | | French | FRA | | German | DEU | | Hungarian | HUN | | Italian | ITA | | Japanese | JPN | | Korean | KOR | | Polish | PLK | | Portuguese -Brazilian | PTB | | Russian | RUS | | Spanish | ESP |
Support – Terms of UseAUTODESK DOES NOT GUARANTEE THAT YOU WILL BE ABLE TO SUCCESSFULLY DOWNLOAD OR IMPLEMENT ANY SERVICE PACK OR WORKAROUND, OR ANY OF THE TIPS, TRICKS, EXAMPLES OR SUGGESTIONS OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENTS. TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS ARE SUBJECT TO CHANGE WITHOUT NOTICE TO YOU. AUTODESK PROVIDES TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL AUTODESK OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF DATA, OR LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, THAT MAY OCCUR AS A RESULT OF IMPLEMENTING ANY SERVICE PACK OR WORKAROUND, OR ANY SUGGESTION OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENT, EVEN IF AUTODESK OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. | |
|