/map-save-analyzer

Check and modify assets of BF3RM Save Files

Primary LanguageJavaScript

Requirements

  • NodeJS
  • NPM

Installation

  • Clone the repository
  • Install node_modules and build with npm run install && npm run build

Editing Map Saves

  • node server.js and go to localhost:5000
  • You can remove items from a save, like trees, to make loading way faster.
  • You can combine the removed items back into the original save file.

Adding items to map saves

  • node AddItemsToMapSave.js ITEM_NAME NUMBER_OF_ITEMS
  • This can currently add a specified amount or 200, of sandbags or razorwire.