#Map Drawing

1 messages · Page 1 of 1 (latest)

drifting charm
#

Discuss here.

shrewd drift
#

Will this have the marker duplication issue?

#

What I mean specifically is, is this built off of the marker system?

drifting charm
shrewd drift
#

Great to hear

pseudo spade
#

Amazin

grizzled creek
#

What is the TTP with this mod?

tacit jolt
#

For controller deletion could always be a variant of hold left dpad and X or something along those lines but awesome mod been waiting for this will make milsim operations so much more detailed now with marking AO and routes

drifting charm
#

We are already using it for a Milsim mission right now :)

tacit jolt
#

Understandable I don't believe the Y/Triangle button does anything on map for comtroller

drifting charm
flat gorge
#

it no worky on my end

shrewd sierra
drifting charm
#

It's purely drawing on map

drifting charm
haughty oriole
#

Quickly checked the code, it is almost perfect, instead of asking the server to send all the data, via RpcAsk_SendAllDrawings, you could just use RplSave and RplLoad.
As well as everything inside TILW_DrawingSyncComponent could just be directly in the system itself directly
Otherwise looks good 👍

shrewd sierra
#

Suggestion: maybe a menu for changing the color, width, opacity, who the line shows up for (squad/group, everyone, yourself) instead of chat commands. Could toggle the menu via keybind or via the black tool bar that’s on the map (where the compass and protractor are listed).

And will there be a freehand option for drawing?

drifting charm
# haughty oriole Quickly checked the code, it is almost perfect, instead of asking the server to ...

Thanks for having a look, I appreciate any feedback!

you could just use RplSave and RplLoad
I'll definitely consider it - are there any significant advantages to it, or is it just the "proper" way?
As well as everything inside TILW_DrawingSyncComponent could just be directly in the system itself directly
The reason I put it into a component is that the system is clientside, it's only responsible for displaying the drawings and does not even exist on the server. Originally I wanted to use a world controller but these don't work yet AFAIK.

drifting charm
# shrewd sierra Suggestion: maybe a menu for changing the color, width, opacity, who the line sh...

I'll consider adding an UI in the future, for now tools options are configured via chat commands because I'm not much of a UI guy.
Freehand drawing is technically possible, but simply due to the amount of points required, the workload on replication and rendering would increase by several orders of magnitudes.
My system should keep things very light in terms of performance, to the point of not even being noticeable under normal usage, but I don't know if many hundreds or potentially thousands of points per drawing could affect performance in case of heavy usage.
That's why I prefer to keep it to polyline mode, which still allows for detailed drawing but doesn't encourage adding an excessive amount of points for what you're drawing.

spare gull
#

hm it doesnt seem to work for me? I drew something for a second but it stopped

bleak cave
#

These are the real mods we need, thanks Til

drifting charm
spare gull
spare gull
fervent shuttle
haughty oriole
weak rose
#

Hey @drifting charm, not sure if you are aware but the left D-Pad bind for Xbox doesn’t work to well. I

Sadly it’s the button to move the highlight box to the left and when you press A you select another map option (i.e making a line, objectives, protractor ext.) This prevents you from drawing.

Secondly is there a possibility to add the option to change the binds for your mod in the settings via the controls tab please?

drifting charm
#

I asked like four times in the Xbox/PS channels on the weekend and didn't get useful responses.

#

The main criterium is that the binds cannot do anything else on the map.

weak rose
#

I’d say try Right D-Pad or Hold Right D Pad.

The main problem solver I’d say though is to just put the option to rebind them in the controls tab in setting.
That way you never have to worry about the binds because if someone doesn’t like them they can just re-bind them themselves

drifting charm
#

Hold Right D-Pad for draw mode, and then what button for drawing a line to the cursor?

weak rose
#

A should work. Ones you set them so Xbox can’t use the feature of drawing I can get back to you on some conferrable binds once’s I get using it. You should definitely still add the option to be able to rebind them though.

Would give the option for people to test different binds including my self. Which I can then get back to you with some good default bind

drifting charm
#

Okay thanks for the feedback, I will update it tomorrow or later today

merry gyro
#

Can it show who drew what, so you know who to blame for drawing 🍆 ...? On public servers these features always lead to it "raining men" if you get what I mean.

drifting charm
#

I may consider adding support for this, but have not decided yet.
Main drawback is that it would require doubling drawing metadata size, since there's only 5 bits left in the current metadata integer, not enough for player IDs.

nova bone
spare gull
drifting charm
drifting charm
#

What colors do you prefer for drawing, the left or right ones (of the pairs)? Originally I was going to add both, but most look quite similar anyway.

#

Currently it's the right ones, but I'm thinking the left ones look a bit less intense.

#

I could also do something inbetween hypothetically.

grizzled creek
#

Mostly left for me personally