L Lee Saunders | June 19, 2011 |
In the last post, I introduced Intercom with an old example I wrote using VB6. This post will be a much more modern example using C#.
I’ve also included a “Round Trip” example where the command is initiated via CC3. By adding this small macro, you now have a command that draws a diamond on the screen.
Code Snippet
- MACRO DIAMOND
- GP TEMP ^DCenter:
- SENDM 2 TEMP
- ENDM
What this does is as the user to get a point (GP) and then send it via Intercom to the c# application.
Once it gets to the c# code, it takes the string from CC3 (all data sent from CC3 via Intercom is in strings), splits it on the comma and converts the two substrings into doubles. Then it creates a command string and passes it back to CC3.
Code Snippet
- var strNumbers = System.Text.Encoding.ASCII.GetString(bytMsg).Split(‘,’);
- var x = double.Parse(strNumbers[0]);
- var y = double.Parse(strNumbers[1]);
-
- var strDiamond = “LINE \n” +
- (x – 100) + “,” + y + ” \n” +
- x + “,” + (y – 100) + ” \n” +
- (x + 100) + “,” + y + ” \n” +
- x + “,” + (y + 100) + ” \n” +
- (x – 100) + “,” + y + ” \n\n” +
- “ENDM”;
-
- icSendMsg(20, strDiamond);
Here is a link to the C# portion
Comments Off on Interfacing with CC3 via ‘Intercom’
Mark Fulford | June 15, 2011 |
Last week a 1760s map of Colonial Massachusetts, by an unnamed “professional cartographer”, was sold by auction at Bonhams in London for £84,000 / $135,000. Perhaps one day CC3 users will achieve a similar amount for their work, though I hope they don’t have to wait 250 years!
I think the most important lesson to learn, though is include the copyright notice when you start the New Map Wizard – imagine not getting a credit after all that time.
1 Comment
Simon Rogers | June 7, 2011 |
It has come to my attention that some of you are, let us say, not exclusive to CC3. You galavant off with other software such as Photoshop, GIMP, or even Fractal Mapper or Dundjinni. Some of you (I hestitate to say this) don’t use CC3 at all! However, in the face of such naughtiness, we turn the other cheek. In many of our products we offer our PNG art, with transparencies, to non-CC3 users, for commercial and non-commercial use.
- Campaign Cartographer 3 includes a full set of overland map symbols for use with any software.
- Dungeon Designer 3 will install its dungeon and floorplan artwork without CC3 installed. Read more here.
- City Designer 3 installs its city building art to a convenient location. More here.
- Fractal Terrains Pro is stand-alone and exports PNG files.
- Our Source Maps series include a stand alone viewer which allows PNG export, as well as PDFs of all the maps, and HTML formatted linked information on all the maps.
- We are rebuilding Cosmographer, Symbol Set 1 and Symbol Set 2 to install their artwork, too.
- Some monthly issues of our annuals include PNG artwork, but in general you really need CC3 to make use of them.
The artwork consists of folders of high resolution PNG files of symbols, along with a variety of seamless tiles.
3 Comments
ralf | June 1, 2011 | Annual, dungeon, Jon Roberts
We’ve just released the June issue of the Cartographer’s Annual 2011, and we’re very happy to present another style created by map-making artist Jon Roberts.
This time we went for a dungeon/floorplan style and the result is really gorgeous again. Take a look at these beautiful maps: Continue reading »
2 Comments
ralf | May 26, 2011 |
The Profantasy user library is a very old feature of our website, where users can upload their own creations to share it with the community.
Despite its age, the quality of the stuff submitted there manages to surprise me again and again. Check out these great Perspectives symbols create by Pete Ludwig for his post-apocalyptic game:
Comments Off on Post-Apocalypse – in Perspectives Pro
Simon Rogers | May 18, 2011 |
ProFantasy Software has been producing cartography software since 1993. We’ve got this far by making software we are proud of, and treating our customers well. As a result, we offer a 14-day money-back guarantee, an upgrade guarantee and a ten-year download guarantee.
Our minimum ten year download guarantee
Since 2001, our mail order customers have been able to re-download any product they’ve ordered from us. We want you to continue using your software evenif you change computers, move, or lose track of what you’ve ordered. So, for at least ten years after ordering your software and probably a lot longer you’ll be able to re-download it. In the very unlikely event of download links being unavailable we’ll send you a DVD – this has never happened in ten years.
Our 14-day money-back guarantee
We are confident that you will be pleased with any software you buy from us. If you buy any of our software from our store and it doesn’t live up to your expectations for any reason, we’ll give you your money back. Please let us know within 14 days of receipt of the software that you would like to cancel your licence and get a refund.
Our upgrade guarantee
If a new version of our software comes out within three months of your purchase, you’ll get a free upgrade, within six months, 60% off the full price, up to a year, 40% off. Even if it’s more than a year, we still offer a substantial discount for upgrades up to at least five years.
2 Comments
ralf | May 12, 2011 |
Speaking of science fiction rpgs and maps done in Cosmographer 3 in our previous post…
I recently had the pleasure to create a trio of maps for the new FATE edition of Brennan Taylors Bulldogs! game. I drew the following encounter, galaxy and deckplan maps with Cosmographer 3: Continue reading »
Comments Off on Bulldogs!
ralf | May 5, 2011 | Annual, city, Modern
The May issue of the Cartographer’s Annual 2011 has been available since Sunday. It contains a new style to draw modern road atlas maps, both on a regional or local level:
Modern City Street Map
1 Comment
Simon Rogers | April 18, 2011 | CADView, iPad
Mike Riddle, CAD pioneer and creator of FastCAD the software on which CC3 is based, has released a free iPad/iPhone app for FastCAD. It does not support bitmap art – only vector styles, nor does it yet support effects. It’s called CADView.
Campaign Cartographer drawings tend to be much bigger than the usual CAD drawings, and on an iPad 1, detailed overland drawings are a little slow. That said, I’d love to hear how fast CADView is on iPad 2, and get other feedback. Who knows, we might have a full-blown CC3 viewer in a year or two’s time.
Comments Off on CADView iPad App
ralf | April 1, 2011 | Annual, Cthulhu, Floorplan, Horror, Modern, Pulp
We’ve released the April issue of the current Annual. The included floorplan style is inspired by the maps in vintage (1930s) Baedeker travel guides – just perfect for your pulp or horror games .
National Gallery Berlin done in CC3
2 Comments