Tutorial Point To Point Unit System

rover2341

Is riding a roller coaster...Wee!
Reaction score
113
Send a Unit To one point, and then send him to the next spot as soon as he gets there.
Keep in mind that when you send a unit to a point war craft will stop that unit with in 20 of that point. If its much less then 20 away and it notices, then it doesn't move at all.

The Steps Used
Setup
Start
Check If Unit Reached Point


Setup
First Create An Array of Points.
Second crate a Counter (To Keep Track of what your on)
Third Create a TotalPoints (So you know how many points)

Code:
Set up Points
    Events
        Map initialization
    Conditions
    Actions
        Set CustomPoint[0] = (Point(0.00, 1000.00))
        Set CustomPoint[1] = (Point(1000.00, 0.00))
        Set CustomPoint[2] = (Point(1000.00, 1000.00))
        Set CustomPoint[3] = (Point(2000.00, 2000.00))
        Set CustomPoint[4] = (Point(0.00, 0.00))
        Set TotalPoints = 5
        Set CurrentPoint = 0


Start
Forth Create A Unit And Send it To the first point
5th Turn on the trigger Check if Unit Reached Point

Code:
Start
    Events
        Player - Player 1 (Red) types a chat message containing Start as An exact match
    Conditions
    Actions
        Unit - Create 1 Footman for Player 1 (Red) at (Center of (Playable map area)) facing Default building facing degrees
        Set MyUnit = (Last created unit)
        Unit - Order MyUnit to Move To CustomPoint[CurrentPoint]
        Trigger - Turn on Check If Unit Reached Point <gen>


Check If Unit Reached Point
Every (.1) sec (or your choice of how often)
Check If the unit is with in 20 of x and 20 of y.
If So Then Current Point + 1.
And send unit to next point.
Then check if You have made it too all your points, and if you have turn off Check If Unit Reached Point

Code:
Check If Unit Reached Point
    Events
        Time - Every 0.10 seconds of game time
    Conditions
        (X of (Position of MyUnit)) Greater than ((X of CustomPoint[CurrentPoint]) - 20.00)
        (X of (Position of MyUnit)) Less than ((X of CustomPoint[CurrentPoint]) + 20.00)
        (Y of (Position of MyUnit)) Greater than ((Y of CustomPoint[CurrentPoint]) - 20.00)
        (Y of (Position of MyUnit)) Less than ((Y of CustomPoint[CurrentPoint]) + 20.00)
    Actions
        Set CurrentPoint = (CurrentPoint + 1)
        Trigger - Run Send Unit To Point <gen> (checking conditions)
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            If - Conditions
                CurrentPoint Equal to (TotalPoints - 1)
            Then - Actions
                Trigger - Turn off Check If Unit Reached Point <gen>
            Else - Actions

This is a system i came up with when working on projects that required units to have many different points, and points that were defined in game. I found it to be more easy to deal with then creating moving and working with triggered regions.

Any questions or comments are welcome.
Code:
 

Attachments

  • Point To Point Unit System.w3x
    17.5 KB · Views: 208

Azlier

Old World Ghost
Reaction score
461
Are you telling me that I have to create three triggers to move just one unit around a few points? :eek: That doesn't sound like fun at all.
 

rover2341

Is riding a roller coaster...Wee!
Reaction score
113
No, You could do all of this in one trigger. I split it apart to make it easier (Or easier for me at least)
But i know what your saying. Perhaps in most games this wont be useful.

But for my roller coaster project. It was how i determined if it made it to a The end of one track. and when to start the next.
Anyway It was useful to me. And i think it will be useful for some.
 

Romek

Super Moderator
Reaction score
964
This is far too specific and short to be a tutorial.
Also, creating a trigger with a timer event that expires every 0.1 seconds per unit is a real pain...
 

rover2341

Is riding a roller coaster...Wee!
Reaction score
113
This is far too specific and short to be a tutorial.

Well those are my favorite kinds :)

I mean its still flexible enough. And depending on yours needs you could change the timer.

But your right this would be made only a few units if the timer went off that often.
Only Reason i really seeing this not pass its , that its too easy for someone to figure out. Wasn't easy for me the first time(maybe it should have been), and i looked and looked for a tutorial on it. In general people told me it was impossible to do this. But maybe those were people that didn't know.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    New recipe is another summer dessert Berry and Peach Cheesecake - https://www.thehelper.net/threads/recipe-berry-and-peach-cheesecake.194169/

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top