Skip to content

For the Minecraft mod, Computronics. A group of Utilities, including an easy-ish way for players on servers to write longer songs onto computronics cassette tapes, using a web location, and other utilites

License

Notifications You must be signed in to change notification settings

nimbuldev/computronics-tape-util

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Originally forked from https://github.com/RVRX/computronics-tape-util

A Computronics Cassette Tape Utility (for server players)

For the Minecraft mod, Computronics (a ComputerCraft addon). A group of utilites for Computronics Cassette Tapes, with focus on utilites that work on Minecraft servers.
Current Included Utilities are:

  • Download utility for writing batches of files to a single cassette,
  • Looping a cassette from start to finish of all songs (not entire cassette), with automatic detection for song ending.

Getting the Program On Your CC Computer

Copy tape-dl.lua code to pastebin, and enter:

pastebin get [pastebin url] tape-util, to download the program.
Or Alternatively,
wget https://raw.githubusercontent.com/RVRX/computronics-tape-util/master/tape-util.lua ./tape-util

Usage

general usage can be seen by typing tape-util

Downloader Utility

Downloads multiple tracks from a github directory and writes them to the cassette sequentually.

Setup/Prerequisites

In either order:

  • Download .wav or convert music file to .wav
  • Use LionRay to convert those to .dfpwm (Note: LionRay doesn't appear to have any batch converting, must be done one-by-one).
  • Upload .dfpwm files to a folder on github.

Running

Run the Program with tape-util dl [Directory URL] for example: tape-util dl https://github.com/nimbuldev/computronics-tape-util/tree/master/example-files

Song Looper Utility

The song looper utility searches your cassette for the end of the song, then loops only up until that point, thereby skipping any dead/unwritten space at the end of a cassette.

Running

tape-util loop

About

For the Minecraft mod, Computronics. A group of Utilities, including an easy-ish way for players on servers to write longer songs onto computronics cassette tapes, using a web location, and other utilites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%