Map Markers which connect to make a line between them

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is ON
[img] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Map Markers which connect to make a line between them

Re: Map Markers which connect to make a line between them

by RockstarRaccoon » Tue May 15, 2018 7:57 am

Yeah, I'm asking because I'm screwing with the Auto map code to add a basic feature, because one has to alter the C code and compile the engine to get basic features.

Like I said, don't make it a high priority. I might even realize that I can add it myself once I get this stupid compiler working.

Re: Map Markers which connect to make a line between them

by Rachael » Mon May 14, 2018 2:39 pm

Oh, I missed the automap part. Yeah that's definitely not DIY. :)

Re: Map Markers which connect to make a line between them

by Graf Zahl » Mon May 14, 2018 2:34 pm

The automap is still being drawn and handled by native code.

Re: Map Markers which connect to make a line between them

by Xaser » Mon May 14, 2018 2:27 pm

Is it even possible to DIY? I'm vaguely aware that there's a line drawer now, but to implement this in ZScript you'd need to get the automap zoom & panning values. Are these accessible in UI scope somewhere?

Re: Map Markers which connect to make a line between them

by Rachael » Mon May 14, 2018 11:51 am

This kind of seems to me to be a "DIY" with ZScript. There's no legitimate reason that I can think of that the engine should be doing this internally.

Map Markers which connect to make a line between them

by RockstarRaccoon » Mon May 14, 2018 10:31 am

This is pretty low priority, but I'd eventually like the ability to draw some sort of line, preferably dotted, between two map markers. The use of this would be for things like teleporters, portals, and silent-teleporting-elevators, where mappers could put in a line which showed on the AutoMap where the portal / teleporter / elevator leads to.

I'm thinking this could take arguments which use the first three fields to describe a color, and the fourth field can specify a "group", which would be independent of TID, and the engine would link all the markers together.

Top