Monsen
Monsen
About
- Username
- Monsen
- Joined
- Visits
- 677
- Last Active
- Roles
- Administrator
- Points
- 8,897
- Birthday
- May 14, 1976
- Location
- Bergen, Norway
- Website
- https://atlas.monsen.cc
- Real Name
- Remy Monsen
- Rank
- Cartographer
- Badges
- 27
-
issue exporting
-
Edit direction
Not sure exactly how the algorithm is working internally, but it seems to like keeping the start/end node of the polygon (which would be located where you started drawing the poly in the first place.)
A few ways to deal with this:
- Try taking out smaller chunks, doing it over several operations.
- Draw a completely new polygon instead, using the trace feature of the tool to trace the part of the coastline you want to keep, instead of using the edit feature.
-
Question on XP Dev - RDATA and DLScan (Do I use both for sub-entity selection?)
Look for EType in CStuff in the entity record first. That tells you what kind of entity this is. You'll find the ID's in _ESTRUC.H.
My issue from the very brief look I gave that one was that I didn't seem to actually get valid entities at all, just uninitialized memory. Which may be due to a mistake on my side, or perhaps something that needs to be done that I don't know about, there is no documentation about that call.
-
Attach option
Attaching doesn't automatically make corners for you. The only thing that modifer does is to ensure the nodes are in the exact same place, so for your road, it would ensure the start node of the new road is at the exact same point as the end node of the existing one. But line endings are perpendicular to the the direction of the line, so unless the direction of the two road pieces are 100% the same, there will be gaps, which is what you see both with your original example with the effects, and the later one in the last post.
As for symbols, you cannot really attach these to each other. A symbol only have one node, the symbol origin (or placement point). You can attach them to a line or snap them to a grid, but using attach to make them line up won't work.
-
Battle map question






