STEAM-GRUPP
Potato's Custom MvM Servers potatomvm
STEAM-GRUPP
Potato's Custom MvM Servers potatomvm
2,205
SPELAR
9,940
ONLINE
Grundades
31 mars 2017
Språk
Engelska
Plats
United States 
Visar 1–10 av 55 poster
1
So are medals no longer dropping for Canteen Crasher?
2
How can I download the maps?
1
Meme Vs Machine Files
10
Another one.
3
Some questions about Meme Vs Machine
8
Where Behind/Ahead/Anywhere
CUtlVector<CNavArea *> aCollectedAreas; // collect nav area bullshitery from blu spawn points // end of collect bullshitery int iTotalNavAreas = aCollectedAreas.Count(); if ( iTotalNavAreas ) { int iAreaArrayIndex = 0; if (this->m_where == 2) // Behind { iAreaArrayIndex = ffloor((1.0 - fmaxf(RandomFloat(0, 1), RandomFloat(0, 1))) * (float)iTotalNavAreas); } else if (this->m_where == 3) //Anywhere { iAreaArrayIndex = ffloor(RandomFloat(0, 1) * (float)iTotalNavAreas); } else if (this->m_where == 1) // Ahead { iAreaArrayIndex = ffloor(fmaxf(RandomFloat(0, 1), RandomFloat(0, 1)) * (float)iTotalNavAreas); } else { iAreaArrayIndex = 0; } if ( iAreaArrayIndex >= iTotalNavAreas ) // Avoid out of array bound crash iAreaArrayIndex = iTotalNavAreas - 1; aCollectedAreas.Get(iAreaArrayIndex); }
Already posted my finding on discord, but for future reference posting here as well.
Nav Areas are collected from the given spawn point name, as long a robot can walk there, or drop down (18 HU max up, 100 HU max down)
If using AnyWhere attribute, then a random nav area will be picked from the list of nav areas collected.
If using Behind then it picks a random nav area at the end of the list of nav areas collected.
If using Ahead then it picks a random nav area at the beginning of the list of nav areas collected.

And if not using any attribute it takes the first nav area collected (so usually the nav area right under the spawn point entity)

Note: There's also other conditions for which nav areas get picked or not, but it's not really that relevant.
3
Where can I find the credits for Canteen Crasher?
7
Ban on Discord
2
Server IPs?
Visar 1–10 av 55 poster