Skip to content

Patched version of PyMS modding tool suite for Starcraft.

Notifications You must be signed in to change notification settings

milestone-dev/PyMS-Veeq

Repository files navigation

PyMS

PyMS is a cross platform BroodWar modding suite written using Python. PyMS contains 15 programs to edit most of the file types you will encounter while modding. This modding suite was originally created by poiuy_qwert and has since been maintained by Neiv, iquare, Veeq7, DarkenedFantasies, and Pr0nogo. This repository is home to the final updates the suite will see from us before a new modding suite enters development.

Table of Contents

  1. Installation
  2. Issues
  3. Programs

Installation

  1. Install Python. You will have to download and install Python 2.7.12
  2. Install PILLOW. Use PIP, the Python package manager, to install PILLOW 6.2.2, using pip install pillow==6.2.2 command.
  3. Download PyMS. Always get the most up to date PyMS from github. If you are updating PyMS, you can keep your settings files located in the Settings folder and any modifications you've made to unitdef.asc3.

Issues/Feedback

If you run into any issues with the programs, or have any feedback to improve the programs, please do one of the following:

  1. Create an issue here on github
  2. Contact us on Discord
  3. Email Pr0nogo or Veeq7

Please include as much information as possible. If you are reporting an issue, please include:

  • The version of the program you had issues with (you can check in Libs\versions.json)
  • The OS you are running on
  • The error message or crash logs. If the program crashed without an error dialog, you can check in the Libs\Logs\ folder for the program's log file

Programs

PyMS contains 15 programs to edit most of the file types you will encounter while modding.

PyAI

PyAI is used for editing AI .bin files.

PyBIN

PyBIN is used for editing dialog .bin files.

PyDAT

PyDAT is used for editing the various .dat files.

PyFNT

PyFNT is used for converting .fnt Font files to and from .bmp files.

PyGOT

PyGOT is used for editing the Game Template .got files.

PyGRP

PyGRP is used for editing various graphics in .grp files.

PyICE

PyICE is used for editing the graphics animation script .bin files.

PyLO

PyLO is used for editing the various offset .lo? files.

PyMPQ

PyMPQ is used for editing .mpq files.

PyPAL

PyPAL is used for editing the various image palette files (.pal, .wpe, etc.)

PyPCX

PyPAL is used for converting .pcx files to and from .bmp files.

PySPK

PySPK is used for editing the space paralax .spk files.

PyTBL

PyTBL is used for editing the strings .tbl files.

PyTILE

PyTILE is used for editing the tileset files (.cv5, .vx4, .vf4, .vr4, .dddata)

PyTRG

PyTRG is used for editing triggers (.trg files)

About

Patched version of PyMS modding tool suite for Starcraft.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages