Custom Profiles

How do I give players custom profiles? Let’s say gas masks and oxygen tanks with plasma guns?

1 Like

Need to create custom_profile entity (for bots custom_bot_profile) and then write link to json file. After that you will need to edit team__armies in team entities.

Link to file is enl/globals/data/PROFILE_NAME.json. PROFILE_NAME can be:

  • aprilfools_2022_profile β€” (armies: berlin_axis vs berlin_allies).
  • aprilfools_2022_bot_profile β€” (berlin_allies vs berlin_axis).
  • aprilfools_2022_profile_alt β€” (normandy_allies vs berlin_axis).
  • aprilfools_2022_bot_profile_alt β€” (normandy_allies vs berlin_axis).
  • modern_squads_profile β€” (berlin_allies vs normandy_allies).
  • modern_squads_bots_profile β€” (berlin_allies vs normandy_allies).
  • gun_game_profile β€” (any, but not pacific_allies and pacific_axis).
  • lb_event_profile β€” (any, but not pacific_allies and pacific_axis).
  • lb_event_bots_profile β€” (any, but not pacific_allies and pacific_axis).
  • mech_event_profile β€” (stalingrad_allies vs stalingrad_axis or normandy_allies vs normandy_axis).
  • mech_event_bot_profile β€” (stalingrad_allies vs stalingrad_axis or normandy_allies vs normandy_axis).
  • sea_predator_profile β€” (any armies).

You can to not edit team__armies property, but then you will unable test map in editor. In post/custom matches settings you will need to add some campaigns (Battle of Stalingrad if you want to use mech_event_bot_profile or Battle of Berlin + Invasion of Normandy if you want to use modern_squads_profile).

You also can create your custom profile. Unofficial Guide. Would be good if you check comments. They may contain some useful info.

1 Like

aprilfools_2022 is the moon right?

Yep.

1 Like