8000 GitHub - JakeSESaunders/py-rdf: A python rewrite of the UBFunkeysRDF utility
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

JakeSESaunders/py-rdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

py-rdf

A python rewrite of the UBFunkeysRDF utility

Created by Jake Saunders

The file convert.py can be used to convert befween .rdf (Radica Data Files) used in the game UB Funkeys and .xml files for easy editing.

The code used to translate between rdf (Radica Data Files) and xml is based off Daleth and Vincentetcarine's Java UBFunkeysRDF utility which can be found here.

Requirements

Python 3.x

Usage

Open cmd (or your operating system's equivalent). Navigate to the py-rdf directory and type python convert.py PATH, where PATH is the path of the .rdf/.xml file to be converted.

PATH can be relative or absolute. The converted file will have the same name but with a different extension and will be placed in the same location as the original file. The original file will be retained.

Note if a file with the name intended for the converted file already exists at PATH, it will be overwritten with the new converted file. With this in mind, ensure you backup any profile.rdf files so as to not lose your saves.

About

A python rewrite of the UBFunkeysRDF utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0