project reality header
Go Back   Project Reality Forums > Developer Blogs > Mats391
27 Jul 2024, 00:00:00 (PRT)
Register Developer Blogs Members List Search Quick Links

Rate this Entry
Breaking the seat limit
Posted in: Coding
Posted 2020-09-26 at 19:08 by Mats391

The seat limit of 8 players per vehicle was assumed to be hardcoded for a long time. However, it turns out that it just never got really tested properly. After looking at the code and giving it a test, we found out that the real hardcoded limit is 10 players per vehicle. Those who already read the v1.6.3 update highlight will know that we broke that too and this DEV Blog will talk about some of the challenges that we had.

The first big issue and main reason why the seat limit was assumed to be hardcoded, was the control binding. Normal BF2 only has controls for switching to seats 1 to 8, but if those 8 seats were filled, you would enter the normally unreachable seats. While that would work for normal gameplay, it would make testing seats nearly impossible. With v1.6 we added new server side capabilities to hook and interact with the engine through Python code. [R-DEV]AlonTavor used these to change the F8 key binding to cycle you to the next open seat instead of switching to seat 8. This will only work on dedicated servers.

Next up was COOP. The AI module does not like any vehicle with more than 8 seats and crashes instantly on map load. This could have been avoided by creating copies of every vehicle for coop mode. Luckily the crash was fixable through some binary editing, so coop players can enjoy the same amount of seats as everyone else.

With these two issues out of the way, BF2 would support up to 10 seats per vehicle without any further changes. The limit of 10 comes from the client side HUD showing the seat positions and names of players in the vehicle. The code for that has no out of bounds check and would start accessing part of the memory it should not touch which results in a crash. Even if the seats would not show up on the HUD, it would still result in a crash. We fixed this by injecting an overflow protection through the Launcher. However this also means the normal HUD will not work for any seat above 10.

That brings us to the next step: Making a nicer HUD for used seats. While non-essential for this to work, it ties everything together. As the BF2 HUD only supports 10 seats, we started making our own HUD that gets controlled by the Launcher. For that we count the amount of currently occupied seats that do not have a seat dot in the HUD and show this number as the passenger counter in the bottom left. We decided to use this counter even for vehicles that do not go past 10 seats to ensure consistency and easy recognition across all vehicles. As such only the vehicle crew gets position dots for their seats. The crew is roughly defined as pilot/driver, co-pilot/co-driver and any gunner.


At last the only thing left to to do was to go through all our vehicles, figure out how many seats it should have and then add them. Since some vehicle got created with the assumption that there would never be more than 8 seats, we even had to change some vehicle models to add more.

Passenger numbers in v1.6.3(in game values may have changed since list got updated):

Land vehicles:


Air vehicles:


Sea vehicles:
Views: 92735 | Comments: 14

« Previous Entry  |  Main

Comments
Total Comments: 14
  1. Old Comment
    The devs prove themselves to be amazing yet again.

    GG, well done.
    Posted 2020-09-30 at 06:11 by Sapper28 Sapper28 is offline
  2. Old Comment
    Holy MOTHER OF SHIT THIS IS AMAZING!
    The 8 seat limit was my biggest issue with most vehicles and having mech infantry. I didn't even knew the supposed hard limit was 10.

    Now you can take the entire team in 2 chinooks or not leave 1 guy at base while the helicopter gives you a ride this is blowing me away!
    Posted 2020-10-01 at 02:28 by
  3. Old Comment
    This is so cool. All these years and news like this come!
    Posted 2020-11-04 at 17:35 by vonLidl vonLidl is offline
  4. Old Comment
    Michael Z Freeman's Avatar
    Truly amazing. Is any of the original BF2.exe left in there after all the patching ? Thanks for keeping Coop in the loop as well. Now to fix whatever DICE did to break the Coop commander artillery. Still pisses me off that they did that, and then never patched it themselves.
    Posted 2020-11-24 at 09:54 by Michael Z Freeman Michael Z Freeman is offline
 

All times are GMT. The time now is 05:02.