khanshoaib3 / minecraft-access

A mod for minecraft java (fabric/forge) that adds accessibility feature
GNU General Public License v3.0
43 stars 10 forks source link

Memorizable Location #147

Open boholder opened 1 year ago

boholder commented 1 year ago

Inspired by game Lost and Hound in this video and famous Set Homes (/sethome, /home) and Residence (/res) server plugins, also thanks to NiShuang for this idea.

Memorizable Location

Users can set a list of special locations (positions and areas) with meaningful words and descriptions like home, village_on_cliff.

Will add a bunch of commands (yeah, this feature is suitable for it) and keys.

Key design:

High Level Combination

Ali-Bueno commented 1 year ago

can this be improved to, instead of pressing one button to listening to the sound make it continuous? There's an audio game called Swamp (https://www.[kaldobsky.com/ssl/audiogames.php](https://www.kaldobsky.com/ssl/audiogames.php) Where you can use a set of hotkeys (shift 1 through 0 if I remember correctly) which after pressing some of those shortcuts, a sound begins to play. That sound is continuous and it becomes faster if you are near the location or slower wen you are far. perhaps that can be applicable there. There's another example on the audiogame called a hero's call (http://outofsightgames.com/a-heros-call/) where you can select from a list the available places where you can go and after selecting them, a continuous sound begins to play, telling the player what direction they need to go until reach the location.

boholder commented 1 year ago

Thanks for the detailed advice!

after pressing some of those shortcuts, a sound begins to play. That sound is continuous and it becomes faster if you are near the location or slower wen you are far.

Good idea, expressing proximity to a target in terms of frequency of sound can add another layer of information in addition to direction.

select from a list the available places where you can go and after selecting them, a continuous sound begins to play

I think it's better to use auto-completion mechanism for commands to accomplish this "iterator list" feature.

until reach the location.

Yeah, will take this into account.