Skip to content

blAPI 1.1

Choose a tag to compare

@akwaz akwaz released this 16 Jan 11:46
· 2 commits to master since this release

Release notes:

  • now names of maps are case insensitive. Battlelog guys decided to change some names to lowercase for some reason, what made blAPI live in a fake sense that it doesn't know what map is it.
  • to make case insensitive flow work, all (game)_map_map.php files have been changed - all names of maps are written in lowercase now. Why haven't I done this earlier?
  • setGame() now supports blAPI light - so you can load all files for BF4, then change game to BFH and load only bfh_config_map.php
  • new maps' names have been added
  • fixed some ridiculous things I don't want to talk about. They are fixed, forget about them.
  • now commanders' ids are changed to the proper nicknames
  • changed way of loading files - now there are 3 file maps - universal, for BF4 and BFH.
  • some inner stuff has been changed in order to optimize code or make it look pretty. Or at least not ugly.
  • now players' ids in "players" battlereport section are changed to nicknames.

Fixed bugs:

  • fixed DLC naming bug - reason why it didn't work is still a secret
  • fixed bug that caused lack of proper nicknames in some squads

All previous calls will work perfectly with this edition.