• Runes of Magic Addons
  • Runes of Magic
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

HearMe

 

Project Updated:
Files Updated: Fri, Aug 7 2009
Supports Game Version: Unknown
Category: Crafting
Tags:

, , , and [Edit Tags]

Project Manager: Vlocka
Additional Authors: No additional authors
Current Version: HearMe 0.5
License: Creative Commons License By-Nc-Sa 3.0
Development Site: CurseForge
Avg Daily DL (last 30 days): 9
Downloads Total: 5,808
Favorites: 16
Comments: 19
  • Contests
  • About HearMe
  •  

Description:

A simple addon that adds a few missing sounds to the game. I will add some more wanted sounds, based on feedback (if possible). All sounds in addon are free, found on the internet (or sounds already contained in RoM) and mixed so they fit in RoM.

Note: You will only hear sound coming from your actions, not other people's.

What I want from you:

If you like this addon (or not), please rate it. Also, if you find some sound bad / you have improved it / have some idea for next sounds / etc., all feedback is appreciated!

Sounds added:

  • Gathering - Mining, Herbalism, Woodcutting
  • Crafting - Alchemy, Armor Crafting, Blacksmithing, Carpentry, Cooking, Herbalist, * Smelting, Tailoring, Woodcutting
  • Different mount summoning

Localisation:

If you think that there is no text to translate in this addon, it's not true. Sounds are triggered by events and I need to know their names. This addon is currently (0.4b) fully localised for both EN(EU, US might too) and DE(credits to Muinimula and Sknorrell).

  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  HearMe 0.5 Release Unknown 2,525 8/7/2009
  HearMe 0.4b Beta 1825 1,660 6/11/2009
  HearMe 0.3.4b Beta 1825 432 6/2/2009
  HearMe 0.3.3b Beta 1825 237 5/31/2009
  HearMe 0.3.2b Beta 1825 395 5/21/2009
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • This addon is... awesome! <3

    Reply Report Permalink
  • BrioCloud said

    Hello. I am very appreciative of this sound addon, but are you aware of the absence of sound when casting various spells? Most knowingly the Mage's Wind tree. Half of the Mage's wind tree does not have any sound, my staple spamming attack Plasma Arrow has no sound ever since the release of this game. When I play, it's just dead silent. I think we would all appreciate it if you find some time to make an addon that can give these skills some sort of sound FX. I have posted threads here:

    http://forum.us.runesofmagic.com/showthread.php?t=24808

    You would certainly be thanked by many if you make it, there are countless Mages out there. There are also other "no sound" skills for other classes too. But the Mage's Wind spells are in the most dire need of an addon because almost the whole tree doesn't make any sound.

    Please get back to me and consider. Thank you.

    Reply Report Permalink
  • Vlocka said

    Hi, check your inbox for a message.

    For others: Wait for Chapter II, and if it stays the same, I can see what I can do

    Reply Report Permalink
  • skitey said

    Hello Vlocka,
    i thought about somebodys question about "i want a moving sound with my mount"
    i found some check in the ROMComix addon, which checks if player is jumping...
    maybe it's possible to make mount-moving-sounds...
    some example i found:

    local org_APIfunc_MoveForwardStart=MoveForwardStart;
    function MoveForwardStart()
    local result=org_APIfunc_MoveForwardStart();
    forward = true;
    return result;
    end;

    local org_APIfunc_MoveForwardStop=MoveForwardStop;
    function MoveForwardStop()
    local result=org_APIfunc_MoveForwardStop();
    forward = false;
    return result;
    end;

    maybe something like this + checking which mount is "mounted"...could maybe work, or?

    Reply Report Permalink
  • skitey said

    additional stupid ideas, which popping up in my mind....arrgh...can't hold em..must post ^_-

    How about adding sounds to following events:

    AuctionHouse - Some "Ding, Ding" from a ship-bell maybe
    Porting - after teleport some "teleport-flash-sound"
    After entering an instance - some cave sound maybe?^^
    After entering the GAME - "Welcome back after your UploadError" xD

    Reply Report Permalink
  • Vlocka said

    Hey Skitey, you have a lot of ideas and I'm not saying they are bad, but now I don't have time to improve this addon more because I have a new work and now improving ModTrader in free time.. almost dont have time to play the game :) You can improve it if you want and I can make you a co-developer :)

    Reply Report Permalink
  • Xoder said

    Oh but those are bad news. This is my favorite addon. You should in any case continue to work. Please continue working !!!!!!

    Reply Report Permalink
  • Drogean said

    Love this mod man. Makes crafting and mining a lot more fun. Just wanted to let you know great job on this, very unique mod and AWESOME. looking forward to updates with new sounds.

    Reply Report Permalink
  • skitey said

    Localisation updates (DE)
    change:
    ["Holzf\195\164llerhandwerk"] = "interface/addons/HearMe/Sounds/Crafting/woodcutting.mp3",
    }

    to:

    ["Holzf\195\164llen"] = "interface/addons/HearMe/Sounds/Crafting/woodcutting.mp3",
    }

    now wood-crafting plays again the razz, razz saw-sound ^_-

    Reply Report Permalink
  • Vlocka said

    Thanks, included in next update.

    Reply Report Permalink
  • skitey said

    Hello Vlocka,
    seems the mining events for Instrument Constructions are not in the files! Heres a fix for DE and ENEN:

    de.lua:

    -- Instrument Construction Mining events
    ["Transparente Jade"] = "interface/addons/HearMe/Sounds/Gathering/mining.mp3",
    ["Altes Fossil"] = "interface/addons/HearMe/Sounds/Gathering/mining.mp3",


    en.lua:

    -- Instrument Construction Mining events
    ["Transparent Jade"] = "interface/addons/HearMe/Sounds/Gathering/mining.mp3",
    ["Ancient Fossil"] = "interface/addons/HearMe/Sounds/Gathering/mining.mp3",

    thx for this great addon! Hope you can improve this further!
    regrats
    ~skitey

    Reply Report Permalink
  • skitey said

    damn, commented too fast...
    seems my fix doesnt work, but the item name is correct...strange

    Reply Report Permalink
  • Vlocka said

    Well, thanks. I tried mining some of this resources some time ago, and it shows just "Mining" so there was a sound for smelting :) But now it can be different. It's strange but if it cannot be recognized I can't do nothing with it.

    Reply Report Permalink
  • skitey said

    yeah, i checked again and it seems its not a "real" resource..its an item to use -.-* and maybe thats the reason why it don't work.

    Reply Report Permalink
  • Very well done. The sounds fit nicely into the world and it makes crafting a much more 'real' experience. Of all of the addons I've installed, this is my favorite so far, simply because it puts content into the game that was much needed and sorely missed.

    My only complaint is that the sound for gathering herbs has what sounds like a microphone 'pop' a little less than halfway through the gathering induction. Almost like either the sound device recording it just had a little glitch, or something physically tapped the mic that shouldn't have. A minor issue, though - I give the mod 5 stars. I especially like the gathering sounds for mining and woodcutting!

    Reply Report Permalink
  • First of all great addon, ive been adding some other sound fx that are missing also, ones that im/have adding are: dismantling and when adding all the different types of runes to armor/wpns.
    In combat id like to add something for when u miss with yr wpn.
    I changed the Blacksmithing files to one that was more hitting metal and the sound of the item being turned over, just added more realisim for me.

    Its strange that they have missed so many sounds, i think ive found maybe 3 waterfalls that have sound, ive noticed that they have added different sounds for foot steps (just hope its alot louder when they do fix it as i cant really hear my toon run) , but im not sure how that works. Also the 2 guys in Logar thet are singing but no sound.

    Anyway Keep up the good work WD 8)

    Reply Report Permalink
  • foscko said

    Hi, Im really interested in using this addon, it sounds great!

    But I cant seem to get it to work... Do I install it just like any other addon? or does it have to go in a different folder?

    Reply Report Permalink
  • Vlocka said

    Yes its installed like any other addons. Function is only dependent on language, but both EN and DE versions work. Do you get any error or something?

    Reply Report Permalink
  • foscko said

    No I dont get anything =\

    I install it like all other addons but I dont hear any added sounds while mining, mounting, etc.

    Reply Report Permalink
  • foscko said

    actually I just noticed for the nfirst time that a message pops up and says it loaded when I first login the game. But still no saound at all. I have even tried turning up my speakers all the way but nothing.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 280 yGather - Gatherers Map Map & Minimap, Auction & Economy...
  2. 164 Inventory Viewer Bags & Inventory, Crafting...
  3. 59 Fusion Crafting, Auction & Economy...
  4. 55 AdvancedCrafting Auction & Economy, Bags &...
  5. 32 GreenThumb Crafting