Skip to content

Captioning API for Minecraft to allow sounds to be displayed as text for those with no sound or that are hearing impaired.

Notifications You must be signed in to change notification settings

WyrdOne/CaptionAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

///////////////////////////////////////////////////////////////////////////////
// Caption API - Mod for Minecraft
//    by Jonathan "Wyrd" Brazell
//    Version: 0.4
//    Minecraft Version: 1.6.2
///////////////////////////////////////////////////////////////////////////////

////////////////////////////////////OVERVIEW///////////////////////////////////
// Captioning API for Minecraft allows sounds to be displayed as text for those
// with no sound or that are hearing impaired.
///////////////////////////////////////////////////////////////////////////////

//////////////////////////////////INSTALLATION/////////////////////////////////
// 1. Install ModLoader (http://www.minecraftforum.net/topic/75440-/).
//    a) FML/Forge will also work.
// 2. Copy CaptionAPI-1.6.2.zip  to your mods folder
// 3. Start up minecraft and play.
///////////////////////////////////////////////////////////////////////////////

/////////////////////////////////VERSION HISTORY///////////////////////////////
// 0.4 - Updated to Minecraft 1.6.2
//       Added sounds for horses and other assorted sounds.
//       Added localization to option button.
// 0.31 - Recompiled for Minecraft 1.5.1
// 0.3 - Updated to Minecraft 1.5, added support for MOAPI.
// 0.21 - Update to 1.4.7, minor glitch was causing issues.
// 0.2 - Updated to Minecraft 1.4.6, added option button to toggle on/off
// 0.1 - Initial release, currently only English text is provided.
///////////////////////////////////////////////////////////////////////////////

//////////////////////////////////////USAGE////////////////////////////////////
// For users:  Just install and it works.  Sound Volume must be above 0%.
//    I recommend lowering chat opacity to make the chat text not block
//    everything.
//
// For Modders:  Use CaptionAPI.addCaption method to add your own captions.
///////////////////////////////////////////////////////////////////////////////

////////////////////////////////////LICENSE////////////////////////////////////
// This software is Copyright � 2012-2013 Jonathan "Wyrd" Brazell and is
// licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0
// Unported License. (http://creativecommons.org/licenses/by-nc-sa/3.0/)
///////////////////////////////////////////////////////////////////////////////

About

Captioning API for Minecraft to allow sounds to be displayed as text for those with no sound or that are hearing impaired.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages