.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Waypoint Forum (http://forums.bots-united.com/forumdisplay.php?f=79)
-   -   Rockeyes_b1 waypoints (http://forums.bots-united.com/showthread.php?t=6762)

TomTom 03-05-2008 21:10

Rockeyes_b1 waypoints
 
zedd has just this past week posted his first ET map Rock Eyes. It is an amazingly good first ET map that took about him 8 months to do. Large in size it will likely see some changes in b2 as people provide feedback.

I have just posted an almost full waypoint (the radar bunker door controls will see more actions added in time). This test waypoint should still work without the keyword fix beta patch. Later waypoints will require the patch.

For experimenting I have added a few things not in the original (2 more mgnests, sound-visual eye candy on waterfalls and AAgun, sound files), so all comments are appreciated and will be forwarded to zedd as appropriate.

Balance favors Allies so far.

TomTom 05-05-2008 05:09

Re: Rockeyes_b1 waypoints
 
I noted a couple of bugs in the test so I am working on a better WIP but got side tracked on preventing fast wins via the ramp. Finally it looks like I will have to hack the ramp to make it appear like it is a non-staged construct. zedd has indicated he is thinking about taking out the mid-stages in the next version. The biggest thing remaining is getting the allies to reconstruct the emergency close controls on the main gate. That will break the 16 action test limit unless I add the 17th TOI. So I'll try to get the 0.02 version out mid week for keyword fix beta patched fritzbot, before trying to use a 17th TOI in say 0.03.

nedd3h 05-05-2008 06:33

Re: Rockeyes_b1 waypoints
 
i agree, an excellent first map!

things i noted after a quick look-see:
• one bug i came accross was with the truck, i got crushed by it while travelling on the back of it
• i do think the truck route and ramp needs to be of more importance if kept in later versions as it's not really needed that much to finish the main objectives



Quote:

Originally Posted by TomTom
so all comments are appreciated and will be forwarded to zedd as appropriate.

if i post all my comments here regarding this map will you forward them?
are you corresponding with zedd?

TomTom 05-05-2008 09:38

Re: Rockeyes_b1 waypoints
 
Yes but so far just via the forum on www.hirntot.org where the map has been testing.

I will have a short list of requests for waypointing and can collect others.

For waypointing I would prefer/suggest
(1) a simple constructible ramp not the current multistage one.
(2) a place say an earth pile to one side, that an engr could put a mine on in the tunnel between the ramp and south radar.
(3) Better windows to camp in at the rearmost path behind the allied final spawn. Especially overlooking the south radar. Bot camps can't be near doorways because humans can't shove bots.
(4) A scriptname on the health and ammo TOI so I could reuse it for script-to-aiscript events instead.
(5) Ramp damage trigger volume should be smaller (higher off ground)
(6) maybe something to slow down the axis near the emergency controls (a barb wire trigger_hurt, or debris whatever)

Waypoint update: Allied emergency close controls build-actions worked with no problems so I am running balance testing now so I can track down any no goals messages.

TomTom 06-05-2008 22:05

Re: Rockeyes_b1 waypoints
 
Got rid of the no goals messages and though the balance is not there yet (Allies:Axis 3:1) I have posted a full working WIP 0.02. Nothing much more planned (maybe a few more routes and an earlier camp defending the sidewall). Would like better Axis focus on the CP...

As predicted 0.02 breaks the action test limit so the keyword fix beta is required.

All comments and suggestions welcome.

TomTom 01-07-2008 02:27

Re: Rockeyes_b1 waypoints
 
Zedd has released the next version (b2) of his map, but alas it has a slight origin shift. That means the b1 waypoints can't be easily ported as is. And I don't feel like reproducing a couple days of work that is 95% the same as b1. On the otherhand it may get me programming some transformational utility after I figure out the nav file structure (by brute force if necessary). So we will see in a couple of months if I have time to do this, so till then the rockeyes_b2 map is open to anyone else to waypoint if they want to.
- - -
Oops make that about 60% of the map is shifted, still possible to program a util...

CrapShoot 01-07-2008 04:41

Re: Rockeyes_b1 waypoints
 
Quote:

Originally Posted by TomTom (Post 58318)
On the otherhand it may get me programming some transformational utility after I figure out the nav file structure (by brute force if necessary).
- - -
Oops make that about 60% of the map is shifted, still possible to program a util...

I can send you the snippets from the waypoint tool source that read the nav's. Hobbit added some code recently that gets the waypoints position. I guess I could send you the entire source. It's written in C#. Send me a pm w/ email if you want it.

nedd3h 03-07-2008 04:07

Re: Rockeyes_b1 waypoints
 
good map this one... looking forward to seeing how it evolves :)

TomTom 05-07-2008 09:36

Re: Rockeyes_b1 waypoints
 
The position data calculates as float little endian. Here is the node sub struct I have figured (followed by the variable-sized connection array, and eventually the actions and routes arrays-of-struct I guess.)
Code:

typedef struct 
 {    //stored as little endian
      //short Num;  //implied by index
      float x, y, z;  //z value is 40 below /viewpos when standing,
                          //              8 above  /viewpos when prone, 
                          //  unaffected by node radius value
      short Flags;
      short EntNum;
      short number_of_Connects;
      short Radius;
      short Team;
      short Group;
 } s_fNode;

Still trying to figure if the 9th byte in the header is string terminating nul or a version digit...

TomTom 04-06-2009 10:27

Re: Rockeyes_b1 waypoints
 
just FYI the node adjustments were more variable so i did them by hand, and created a test waypoint port for rockeyes_b2, but have not had time to fully test the drawbridge for all possible combinations. If the b2 waypoints are requested I could post them someplace (my timeframe for testing and tweaking might run into months as I am not putting much time in FritzBot these days)


All times are GMT +2. The time now is 17:53.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.