Page 1 of 1

Reference Points common for all sides,...

Posted: Tue Apr 28, 2020 3:46 pm
by Scar79
...is it possible to create these? Thx in advance

RE: Reference Points common for all sides,...

Posted: Fri May 01, 2020 5:55 am
by michaelm75au
RPs are stored per side so no they can't be shared unless you add them to all sides.

RE: Reference Points common for all sides,...

Posted: Fri May 01, 2020 7:27 am
by Scar79
ORIGINAL: michaelm75au

RPs are stored per side so no they can't be shared unless you add them to all sides.
Thank you, michaelm75au. One more question: Does CMO support standard LUA math functions?

RE: Reference Points common for all sides,...

Posted: Fri May 01, 2020 8:16 am
by TitaniumTrout
Yes it does.

Image

The above functions return this :

Image

RE: Reference Points common for all sides,...

Posted: Fri May 01, 2020 8:31 am
by Scar79
ORIGINAL: TitaniumTrout

Yes it does.

Image

The above functions return this :

Image
Thank you very much, TitaniumTrout!

RE: Reference Points common for all sides,...

Posted: Fri May 01, 2020 1:24 pm
by Randomizer
You can actually make reference points (RP) common for event triggers since these require side input. As an experiment I created a reference points-only side for Vikrant Goes to War in order to manage the large numbers of relative reference points required by the VBSS events so I know this does work. You use the God's Eye function to make the RP relative to any unit, even those that are teleported by event provided the RP-only side is set to Omniscient as a side characteristic. This actually works and is neat to watch all the RP teleport to their relative positions when the unit does. One caveat though, the RP do not teleport to their reference units until the game clock starts to run but one-second is enough time.

If you place a reference point via Lua script, you can probably edit that script to insert an identically placed RP belonging to another side. Not a perfect solution but it provides essentially the same functionality. Since RP can have identical side names you can them rename them when they are inserted to match the base RP on the other side(s).

-C

RE: Reference Points common for all sides,...

Posted: Fri May 01, 2020 2:32 pm
by stilesw
I found an interesting feature. I had created a scenario with three sides all of which had reference points. Sides A & B used some of side C's reference points as areas to enter markers. After some testing I found I really needed only two of the sides and deleted the third one. I discovered that even though the third side was gone I could still reference the RPs from the deleted side. When Side A' ship entered the RPs that had been on Side C the event still fired.

I originally discovered this with CMANO but just now verified the same thing with CMO.

It would seem that reference points are stored somewhere independent of the side in which they were created.

-WS