Skip to main content

A set of tools for Dreamcast VMU icon

Project description

VMU Tools

This python project is designed to be a fully loaded suite of VMU tools for the dreamcast.

Features

  • Read and extract data from .VMS and .VMI files
  • Generate icons from ICONDATA and VMS files
  • Generate VMI files from VMS
  • Read and manipulate VMU dumps files
  • Extract and upload savegames from VMU dump files

Example

import vmut

#Load .VMS file
VMS = vmut.vms.load_vms("example_files/SCALIBUR.VMS")  

#Print info
print(animated_vms.info)  

#Save icon
animated_vms.image_save("animaed.gif")  

#Generate Checksum
print(animated_vms.generated_checksum())

Roadmap

  • Create ICONDATA and VMS icons from PNG and JPEG
  • Change VMU color
  • Convert VMU dumps to and from .DCI files
  • Modify VMU ICONDATA from VMU dumps
  • Possibly implament a built in webserver for file transfers from Dreamcast

Special Thanks to:
  • Marcus Comstedt https://mc.pp.se/dc/
    • For providing the best documentation on the Dreamcast
  • mrneo240
    • for assistance on creating ICONDATA tools
  • bucanero
    • For providing a dump of usefull test files

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

vmu_tools-0.1.3.tar.gz (17.9 kB view hashes)

Uploaded Source

Built Distribution

vmu_tools-0.1.3-py3-none-any.whl (18.2 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