Demand

Post bug reports and ask for game support here.

Moderator: MOD_Command

Post Reply
Gaigan
Posts: 6
Joined: Tue Feb 06, 2018 7:44 pm

Demand

Post by Gaigan »

Can I write demands for the staff here ?

1. Ship unit symbols of the directional stylized mode are hard to see for hiding other units and unnatural. So I hope to render SurfaceGroup.png(384x384), carrier.png and seasurface.png(256x256) at 96x96 size. Or enable users choose to their rendering size as a option, please.

2. Define circle mode is useless, I guess. The number of reference points made by the mode is crazy. I recommend define pentagon or Hexagonal mode.
thewood1
Posts: 10048
Joined: Sun Nov 27, 2005 6:24 pm
Location: Boston

RE: Demand

Post by thewood1 »

There is a feature request thread near the top of one of the sections.
User avatar
stilesw
Posts: 1572
Joined: Wed Jun 25, 2014 10:08 pm
Location: Hansville, WA, USA

RE: Demand

Post by stilesw »

DEMANDS!?

You will get a MUCH more favorable response from this community if you couch things as requests or possible enhancements rather than as a demand.

The circle definition is quite useful for many things - no navigation & exclusion zones, patrol areas and so forth. If the reference points are not highlighted then they are not much of a distraction - and you can make them invisible. You can actually create areas with a different number of reference points and name them using Lua. Here is some sample code I've used with some modifications from the original creator.

-- Create reference points around an object on the world map
-- Written by Baloogan
-- Modified draw_circle by Yautay
-- Modified by Wayne Stiles (2016-11-14)
---------------------------------------------------
function draw_circle(a, b, First_Pt, Last_Pt, Num_Pts, txt) -- ([lat,lon], First_Pt, Last_Pt, Number_of_Pointsts, name)
if txt == nil then
txt = ""
end
lat1 = a.latitude
lon1 = a.longitude
r = b / 60
-----
for i = First_Pt, Last_Pt do -- Consecutive integer numbers
th = 2 * math.pi * i / Num_Pts
rlat = lat1 + r * math.cos(th)
rlon = lon1 + r * math.sin(th) / math.cos(math.rad(lat1))
ScenEdit_AddReferencePoint({
side = 'PlayerSide',
lat = rlat,
lon = rlon,
name = txt..i,
highlighted = "yes"})
end
end
---------------------------------------------------
Owner = "Coalition"
Unit_Name = "XcenterX"
Radius = 25
Number_of_Points = 12
First_Pt = 00
Last_Pt = 11
Point_Names = "AEW2-"
---------------------------------------------------
local unit = ScenEdit_GetUnit({side=Owner, name=Unit_Name})
draw_circle({latitude=unit.latitude, longitude=unit.longitude}, Radius, First_Pt, Last_Pt, Number_of_Points, Point_Names)


Thewood1 is absolutely correct, this should be posted in the request thread. Personally, I do not respond well to demands and never have.
“There is no limit to what a man can do so long as he does not care a straw who gets the credit for it.”

Charles Edward Montague, English novelist and essayist
~Disenchantment, ch. 15 (1922)
Rory Noonan
Posts: 2418
Joined: Thu Dec 18, 2014 1:53 am
Location: Brooklyn, NY

RE: Demand

Post by Rory Noonan »

I suspect it’s a language issue.

Anyhow, I don’t really know anything about the rendering stuff but personally I’ve found the circular area tool quite handy. Used it to coordinate time on target for some separately launched missiles earlier, worked a treat.

Perhaps you could just delete the extra reference points you don’t want? If you want a hexagon it’s 6 clicks and the ctrl + del, then you have a hex and we don’t need to lose the circle functionality.

Image
User avatar
AlGrant
Posts: 912
Joined: Tue Aug 18, 2015 4:38 am

RE: Demand

Post by AlGrant »

The define circle is really useful, as for the stylised/ directional icons ..... Never used them and probably never will.

NTDS all the way [:D]
GOD'S EYE DISABLED.
User avatar
nukkxx5058
Posts: 3141
Joined: Thu Feb 03, 2005 2:57 pm
Location: France

RE: Demand

Post by nukkxx5058 »

ORIGINAL: stilesw

DEMANDS!?

You will get a MUCH more favorable response from this community if you couch things as requests or possible enhancements rather than as a demand.


Is this the right way to welcome a new member on the Matrixgames forums ?
Don't forget this is an international community and some people will not use the same language conventions. Having a demand is perfectly correct in my perspective. There is absolutely nothing shocking in Gaigan's message.
On the contrary, using bold+redColor+underlined+caplock is inappropriate by all standards of the netiquette, if the concept still exists in 2018 ...

Winner of the first edition of the Command: Modern Operations COMPLEX PBEM Tournament (IKE) (April 2022) :-)
User avatar
stilesw
Posts: 1572
Joined: Wed Jun 25, 2014 10:08 pm
Location: Hansville, WA, USA

RE: Demand

Post by stilesw »

Valid point.
“There is no limit to what a man can do so long as he does not care a straw who gets the credit for it.”

Charles Edward Montague, English novelist and essayist
~Disenchantment, ch. 15 (1922)
thewood1
Posts: 10048
Joined: Sun Nov 27, 2005 6:24 pm
Location: Boston

RE: Demand

Post by thewood1 »

Still, a valid response is critiquing how he posted. Regardless of language skills, part of it is learning how to communicate in general.

For example, using the word useless in a post about a feature that the devs put in on request is not going to earn new friends. Its good to learn that.
BDukes
Posts: 2664
Joined: Wed Dec 27, 2017 12:59 pm

RE: Demand

Post by BDukes »

ORIGINAL: thewood1

Still, a valid response is critiquing how he posted. Regardless of language skills, part of it is learning how to communicate in general.

For example, using the word useless in a post about a feature that the devs put in on request is not going to earn new friends. Its good to learn that.


The Wood federal case #28746. Ticket issued.

Maybe you and stiles can be Batman and Robin hall monitors. Jay walks, bad spellers and foreign guys beware!
Don't call it a comeback...
User avatar
stilesw
Posts: 1572
Joined: Wed Jun 25, 2014 10:08 pm
Location: Hansville, WA, USA

RE: Demand

Post by stilesw »

Great idea. One problem:

Image
Attachments
BR.jpg
BR.jpg (117.94 KiB) Viewed 340 times
“There is no limit to what a man can do so long as he does not care a straw who gets the credit for it.”

Charles Edward Montague, English novelist and essayist
~Disenchantment, ch. 15 (1922)
thewood1
Posts: 10048
Joined: Sun Nov 27, 2005 6:24 pm
Location: Boston

RE: Demand

Post by thewood1 »

Really, are you starting this up again. I thought the little vacation might have helped whatever condition was ailing you. Are you still stalking me? Want to go back in time again and look at some of your posts.

I would have done this through PM, but you seem to want it publicly since you post private messages in public.
Rory Noonan
Posts: 2418
Joined: Thu Dec 18, 2014 1:53 am
Location: Brooklyn, NY

RE: Demand

Post by Rory Noonan »

Quick guide to the block function (as I have been asked in private a few times now); below each post is a small green circle. Clicking that circle will block the user who made that post.
Image
BDukes
Posts: 2664
Joined: Wed Dec 27, 2017 12:59 pm

RE: Demand

Post by BDukes »

ORIGINAL: thewood1

Really, are you starting this up again. I thought the little vacation might have helped whatever condition was ailing you. Are you still stalking me? Want to go back in time again and look at some of your posts.

I would have done this through PM, but you seem to want it publicly since you post private messages in public.

I will continue until you stop harrassments of any user who does anything you do not like. You seem to target foreign guy repeatedly and ride line. Should I post list again showing or do you think most user know now? Many user tell me you have done this for years and seem to have a green card to do. You get really angry when done to you but still do to other. Everybody entitled to like game the way they want. Not the way you say.

I will post your threats publically so people see what you are. What is the worse crime me post your threats or you making them? It interesting you didn't do so publically that make me think maybe you are not boss.

I will post the friendly reminder when you harrass for stupid thing.

Have nice day and perhaps find something more positive to focus.

Thank You
Don't call it a comeback...
User avatar
stilesw
Posts: 1572
Joined: Wed Jun 25, 2014 10:08 pm
Location: Hansville, WA, USA

RE: Demand

Post by stilesw »

In other words - Har Mateys:

Image
Attachments
Beatings_450.jpg
Beatings_450.jpg (72.9 KiB) Viewed 339 times
“There is no limit to what a man can do so long as he does not care a straw who gets the credit for it.”

Charles Edward Montague, English novelist and essayist
~Disenchantment, ch. 15 (1922)
thewood1
Posts: 10048
Joined: Sun Nov 27, 2005 6:24 pm
Location: Boston

RE: Demand

Post by thewood1 »

I am totally confused as to what is going on with this guy. He still makes no sense to me.
Post Reply

Return to “Tech Support”