Skip to main content

SpeedRunners map editing library

Project description

srmap

Python library to edit SpeedRunners maps.

Use pip to install:

$ pip install srmap

Below is some sample code to get you started. This will create a new level and save it to the file map.sr. You can also load existing levels, and modify the level however you like before saving it.

from srmap import level

lvl = level.Level()
lvl.save('map.sr')

Once you have the level, you will need to replace another one in the {STEAM}/userdata/{ID}/207140/remote/ directory with it, where {STEAM} is your Steam installation path, and {ID} is the Steam ID3 associated with the account you will be opening the game with. Then, simply start the game and you can play/edit/publish your level.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

srmap-0.0.2.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

srmap-0.0.2-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page