Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.
/ PolyParser Public archive

A converter for Poly Bridge 2's .layout files, written in C++. Similar to PolyConverter, but is over 25x faster and does not require the game to be installed.

License

Notifications You must be signed in to change notification settings

ashduino101/PolyParser

Repository files navigation

PolyParser

A converter for Poly Bridge 2's .layout files, written in C++. Similar to PolyConverter, but is over 25x faster and does not require the game to be installed.

How to use

  1. Open Command Prompt or your favorite terminal.
  2. Navigate to the directory you have PolyParser downloaded to.
  3. Run ./PolyParser "<path to layout>" (or ./PolyParser.exe "<path to layout>" for Windows)
  4. The converted layout should be in the same directory as the original.

Build from source

Building from source requires CMake, a C++ compiler, and GNU Make. All you have to do is execute build.sh on Linux, or build.bat on Windows. To build for both platforms, run python build.py.

License

This project and every dependency is licensed under the MIT License.

About

A converter for Poly Bridge 2's .layout files, written in C++. Similar to PolyConverter, but is over 25x faster and does not require the game to be installed.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages