As I hinted I am no programmer and have no such experience.
But if I had the slightest clue (or thought I did), then this is the first way I would try to solve this SkyWire issue:
----------
Let's pretend that DevPath only supports maps up to the size of a football field.
The map SkyWire you've just built is five times larger than that.
So, in order to try to fix this you add 5 instances of the DevPath pack into your map.
Example of the code you will try to put together:
Instructions for bots:
========================
Initial conditions starting point beginning of CTF map session:
-------------------------------------------------------------------------------
Bot 1, blue team, blue flag home base location = west side of the map.
Enemy = red team, red flag home base location = east side of the map.
Activate DevPath 1
IF blue team carries no red flag THEN move to the east as far as you can (according to DevPath 1)
WHEN done
THEN activate DevPath 2
THEN move to the east as far as you can (according to DevPath 2)
WHEN done
THEN activate DevPath 3
THEN move to the east as far as you can (according to DevPath 3)
WHEN done
THEN activate DevPath 4
THEN move to the east as far as you can (according to DevPath 4)
WHEN done
THEN activate DevPath 5
THEN move to the east as far as you can (according to DevPath 5)
WHEN done
THEN give bot the exact red flag location
THEN move to that location and capture red flag
---
WHEN red flag captured THEN activate DevPath 5 + "Blue Flag West"
THEN move to the west as far as you can (according to DevPath 5)
WHEN done
THEN activate DevPath 4 ("Blue Flag West" still activated)
THEN move to the west as far as you can (according to DevPath 4)
WHEN done
THEN activate DevPath 3 ("Blue Flag West" still activated)
THEN move to the west as far as you can (according to DevPath 3)
WHEN done
THEN activate DevPath 2 ("Blue Flag West" still activated)
THEN move to the west as far as you can (according to DevPath 2)
WHEN done
THEN activate DevPath 1 ("Blue Flag West" still activated)
THEN move to the west as far as you can (according to DevPath 1)
THEN move to blue flag home base location
WHEN flag captured
THEN activate DevPath 1
IF blue team carries no red flag THEN move to the east as far as you can (according to DevPath 1)
.....
Repeat above until session ends
ADDITION to the map SkyWire: Instruct bots how to walk in and out of the sky lift, and give them orders to do it
-----------------------
Could that be a successful way to tackle it?
sektor2111 wrote: ↑Sun Jan 14, 2024 7:55 am The problem that arises in such wide open spaces is whether "Devpath" can work. There have been maps for a long time that prove that the navigation in them is only spam without any use.
It's simple, you work to make all the logical links, you waste a lot of time to finish everything, and at the end nothing works anymore.
At the first time, some tests must be done, it must be found if we do not reach anywhere or we will have the expected results.
Let me see what's up...
Edit: Not a lot of testing and... it's already funny...
XAN was trying to protect carrier... and he was boosted away... He landed somewhere in "basement" (some BS area at bottom with ZERO purposes). That thing will be deleted, it's not like the map needs more "paths" just for the sake of having more spam added...Swire4_1.png