Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lk-KEVIN/BattlefieldMapListParser
A PHP file parser for Battlefield 3 and Battlefield 4 MapList files
https://github.com/lk-KEVIN/BattlefieldMapListParser
battlefield battlefield-3 battlefield-4 bf3 bf4 maplist parser php-parser snet
Last synced: 2 months ago
JSON representation
A PHP file parser for Battlefield 3 and Battlefield 4 MapList files
- Host: GitHub
- URL: https://github.com/lk-KEVIN/BattlefieldMapListParser
- Owner: lk-KEVIN
- Created: 2021-01-23T05:01:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-24T04:19:49.000Z (almost 4 years ago)
- Last Synced: 2024-05-15T11:26:06.248Z (6 months ago)
- Topics: battlefield, battlefield-3, battlefield-4, bf3, bf4, maplist, parser, php-parser, snet
- Language: PHP
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- cuban-opensource - BattlefieldMapListParser
README
# BattlefieldMapListParser
A PHP file parser for Battlefield 3 and Battlefield 4 MapList filesThis 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`](locations.ini) you have to place the name and the MapList file location.
* On the [`index.php`](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.1I do love open source so you can use whatever code, style or script you want 😊.