Want to draw my own rivers
I want to draw my own rivers that are not a single thickness line. So of like Joachim de Ravenbel's of his close up map here: http://forum.profantasy.com/comments.php?DiscussionID=3119&page=1#Item_8 I tried using the smooth poly tool but it ends up filling the color of the map background (which is parchment) and I would like it just black. Of course I may be using the wrong tool anyways. Can someone kick me in the right direction please?
Thanks
JSM
Thanks
JSM
Comments
- In the style you are using, right-click the Rivers drawing tool.
- Click "Advanced"
- Click the "River, Default" tool
- Click "New" and give it a new name, e.g. "River, My Rivers"
- Click "Properties" and change them to what you want them like. If you want a purely color river, make sure to set the fill style to "Soild", otherwise it's bitmap fill will show instead of the color.
- Click "Ok" and "Save" the tool. You can now use it.
Hope that helps.
Discussion here
JSM
JSM - JdR's thread, at the very top, tells where to put the DLL file (I think in your root CC3 folder) - you may also need to download the Visual C++ redistibutal that Monsen mentions and links in that thread.
To use the macro you must first load it with the LOADMAC command, selecting the riv.mac file. This means that all the other macros will be unloaded, so once you're finished, reload then : LOADMAC, FCW32.mac file.
Once the riv.mac loaded, you invoke the command by typing RIV.
To use the XP you just have to type XRIV, select a few points to shape the river, enter parameters (first width, last width, color1, color2, fractal depth and fractal strength). Except for the colors, you can right click or hit Enter to select default values. Right clicking for the colors invokes the colors dialog. You should not have to download the C++, I believe it's done automatically when you instal CC3.
Thanks
JSM
In short, to draw rivers like I did on the mentionned map, you extract the XPRIV.dll into the CC3 root folder, than you launch CC3 (you can't put a dll in the folder when CC3 is running), you type XRIV, hit Enter, and... relax.
XP means eXternal Procedure whereas in Windows XP, XP comes from eXPerience, dll means Dynamic Linked Library, whatever that means.
Macro means a bunch of standard commands, or a big command (as opposed to micro).
For the user :
XP : + fast, - not editable
Macro : +editable, - slow
Hope that helps.
JSM
JSM
Thanks for finding the bug.
JSM