Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 680 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 680 Bytes

BattlefieldMapListParser

A PHP file parser for Battlefield 3 and Battlefield 4 MapList files

This repository is meant to be used on dedicated BF3/BF4 servers, not EA ones. The idea for making this project come out one day I realized that no one has made anything like this.

Using

  • On the locations.ini you have to place the name and the MapList file location.
  • On the index.php change the $version variable according to the game version (integer).
    • BF3 = 3
    • BF4 = 4

Dependencies

  • Bootstrap CSS v4.0.0
  • Bootstrap JS v4.0.0
  • jQuery v3.3.1

I do love open source so you can use whatever code, style or script you want 😊.