Yerfdog


AutoCAD Color Book DWF files

can be found here.

AutoCAD 2004 and later has the marvellous ability to organise colours in colour books. This is great, and the supplied colour books have a huge range of colours. However, the problem now is that we are spoiled for choice. There are so many colours supplied that it is near impossible to choose the exact colour you need.
So, I set about producing standard drawings of each colour contained in the colour books.
These are DWF files which show colour chips ( a bit like paint company colour charts) of samples of each colour in the colour books supplied with AutoCAD. You can use them to check the output of your printer and to choose an appropriate colour to use in your drawings.
The nice thing is that, when the designer comes up to me and says "Hey, man, can you make that green a little COOLER", I just pull out my printed colour chart and say "Sure, man, just point to the one you want!" No more arguments.
I've prepared them from the Pantone, RAL and DIC colour books. Two versions are provided: one with big chips and one of a summary with small chips.
In case you're wondering, yes, I used the magic of Lisp to generate them!

Yerfdog AutoCAD Custom Commands

Please note: this is a developmental page, not intended for public release. If you have happened to come across it, please be patient.
Last updated: 14 August 2016

What is Yerfdog?

A collection of over one hundred new and enhanced AutoCAD commands developed over the years. They are mainly aimed at the architectural drafting operator, concentrating on turning out efficient design development and contract documentation drawings. However, Yerfdog is applicable to other fields also, since many of the commands have general application. You should be able to make substantial performance gains in daily AutoCAD use if you use this system.

What do I need to run it?

They are written for AutoCAD versions 2000 to 2017. AutoCAD Architecture is also supported, as is any Autodesk CAD software which supports Visual Lisp. Users of Release 14 and the various versions of AutoCAD LT are out of luck, however. This is because Yerfdog uses Visual Lisp, which is not provided with that software. However, if enough people want it, an R14 version could be forthcoming.

Why is Yerfdog available for public download?

Yerfdog has unofficially been used for many years at a number of sites. People have been asking for a copy and, so as to avoid work as much as possible, this web site has been set up for anyone to use. Enjoy!

How much does it cost?

Nothing!

It is intended that the system will be marketed either free of charge or at a very low price to the local architectural community. At the moment, there is a preview version available as a free download. Because of this, no warranties or guarantees can be made and support is limited to email only. We do of course welcome feedback.

If you have any queries or problems, send us an email and we will try to help, free of charge. Should you require personal help to set it up or to run it, onsite assistance is available in the Melbourne (Australia) area. There is, however, a small charge for this. Contact us at the address below for more details.

How do I find out what it can do?

We will be producing a complete operating guide to Yerfdog, but for now, refer to the Command Summary for brief descriptions of the commands. A partial menu is also available, which makes it easier to find your way around the system.

There are a huge number of commands; just take your time and, at first, use the ones most useful to you. Every now and then, browse through the Command Summary and experiment with new ones.

Are there any restrictions on its use?

Yerfdog is currently provided free of charge to all users. You are welcome to download and use it as much as you like, even for production. However, we do require that it is not to be sold, or any part of it used as a component of other software packages. If you wish to use some of Yerfdog for commercial gain, get in touch. We can work something out.

When you download the current version, you are authorised to use it for twelve months. There will be updates issued during the year and you are encouraged to check this site for updates on a regular basis. As updates are issued, they will have authorised "use-by" dates further into the future. This is so that you are using the latest and greatest versions at all times. Again, there is no charge for these updates. If you wish we can send you, by email, notification of significant updates. Our email address is listed below.

How do I load it?

Download the files yerdog.vlx, yerfdog.ini and alias.lsp. The links to these files are at the bottom of this page. Place the files yerfdog.vlx, yerfdog.ini and alias.lsp in your AutoCAD support files search path. If you like you can create a "yerfdog" directory for this purpose. The search path is found in the Tools/Options/Files pulldown menu. Load yerfdog.vlx and then alias.lsp, using either Appload or just dragging them into an AutoCAD drawing window from Explorer.

Alternatively, the method we recommend is to customise your acaddoc.lsp and add the following lines:

(load "yerfdog.vlx")

(load "alias.lsp")

This will load Yerfdog every time you open a drawing. If you haven't got an acaddoc.lsp, don't worry. The default AutoCAD installation doesn't include it. Just create it as a text file, with a .lsp extension using Windows Notepad and place it in your support directory.

Alternatively, a sample acaddoc.lsp is provided below for you to download. Edit it in a text editor to suit your needs.

If you have problems with error messages about files or functions not being found, the most likely cause is that your Support files search path is not set correctly. Also, note that yerfdog.vlx needs to be loaded before alias.lsp, otherwise you will get really informative AutoCAD error messages like (stringp nil).

If you wish you can download and install a partial customisation file (.CUI or .CUIX file) for your version of AutoCAD. These contain some ribbon customisations for you to play with. If you do this, I'd appreciate some feedback on what you think should be in these ribbons. If you create your own, please let me know and share a copy if you can.

Don't hesitate to email us if you come up against any dramas when installing Yerfdog.

Can I mix and match parts of Yerfdog with my other customisations?

Yes, almost certainly, you can. We have gone to some considerable trouble to ensure that the internal functions and variables which Yerfdog uses are unique. Please let us know if you find any clashes.

If you feel that you would like to use only some and not all Yerfdog commands, then that should not cause problems either. Simply edit alias.lsp and comment out any commands that you do not need: this is achieved by placing a semi-colon (";") at the start of the line. Alternatively, more advanced users can change the names of the commands to whatever they wish. Email us if you need a hand with this.

Can I configure it to suit my needs?

Yes, you can! Many Yerfdog settings, for example layer keys, are determined by a simple ASCII text file called yerfdog.ini. Feel free to edit this in a text editor if you wish. Windows Notepad works fine. You will need to close and reopen your drawing to see the changes, though.


Contact Details

For more information, call Peter Godfrey in Melbourne on 0412 835 645 or email

(If you can't see the email address above, you need to enable Javascript in your browser).

Postal address:
P.O. Box 466
Elsternwick Victoria 3185
Australia


Downloads

Yerfdog program VLX This is the main VLX for Yerfdog. Please check frequently for updates.

Alias.lsp Yerfdog command definitions (aliases).

Yerfdog INI file Data for you to customise if you want to.

Sample acaddoc.lsp file Controls auto-loading of customisations. You can customise this if you want to.

Yerfdog partial menu . (For older AutoCAD versions)

Yerfdog 2006 partial customisation file . (For AutoCAD 2006)

Yerfdog 2007 partial customisation file . (For AutoCAD 2007)

Yerfdog 2008 partial customisation file . (For AutoCAD 2008)

Yerfdog 2009 partial customisation file . (For AutoCAD 2009)

Yerfdog 2010 partial customisation file . (For AutoCAD 2010)

Yerfdog 2011 partial customisation file . (For AutoCAD 2011)

Yerfdog 2012 partial customisation file . (For AutoCAD 2012)

Yerfdog 2013 partial customisation file . (For AutoCAD 2013)

Yerfdog 2014 partial customisation file . (For AutoCAD 2014)

Yerfdog 2015 partial customisation file . (For AutoCAD 2015)

Yerfdog 2016 partial customisation file . (For AutoCAD 2016)

Yerfdog 2017 partial customisation file . (For AutoCAD 2017)

Users Guide

Note: the Users Guide is not yet complete. (This is only a preliminary site, after all!) If you would like to receive notification of its availability, send us an email at the above address.


This website and its contents copyright(c) by Peter Godfrey. We recommend Windows Notepad as the preferred website authoring tool, having recently upgraded from Edlin.