Dwarf Fortress



Dwarf Fortress info | Achievement tool | SoundSense | Historian
  • Dwarf Fortress is an incredibly complex game, but also a huge amount of fun. This book will get you going, from world generation, planning your embark, doing your first dig, and up through working on your military, production chains, and mechanization.
  • Dwarf Fortress Wiki quickstart guides: Fort Mode, Adventure Mode. Captnduck's video Tutorials. Tutorials index. Quick Reference Guide. Getting Started with Dwarf Fortress. Utilities on the Wiki. Utilities forum board. DFHack (documentation) Tilesets & Graphics forum board. Community Mods and Utilities list.
Dwarf fortress lazy newb pack

Dwarf Fortress's next big update will let you play its adventure mode with a proper RPG party. By Wes Fenlon Interview The upcoming 'villains' release is all about scheming bad guys and a deeper. What is SoundSense? S oundSense is a sound-engine tool for Dwarf Fortress.It plays sounds based on what entries appear in the gamelog.txt. There is a thread at the official dwarf fortress forums, feel free to post your ideas and contributions there.

What is SoundSense?

Dwarf Fortress

SoundSense is a sound-engine tool for Dwarf Fortress. It plays sounds based on what entries appear in the gamelog.txt. There is a thread at the official dwarf fortress forums, feel free to post your ideas and contributions there. You can also check out wiki page for know issues and other documentation.

Downloads:

Requires java 1.6 runtime. Install by unzipping to the Dwarf Fortress directory. For alternate location, you can edit soundSenseExe.cmd and change second to last parameter. Run by running soundSenseExe.cmd.

SoundSense r2016-11006.93 kB, 13.03.2016Soundpack315.82 MB, 13.03.2016

Remember to add official sound pack (separate download) or to run automated update after instalation!

Older versions: http://df.zweistein.cz/soundsense/
  • release 2015/1 (0.9 MB)
  • release 2014/1 (0.7 MB)
  • release 42 (0.7 MB)
  • release 41 (0.7 MB)
  • release 40 (0.7 MB)
  • release 39 (0.7 MB)
  • release 38 (0.7 MB)
  • release 37 (0.7 MB)
  • release 36 (0.7 MB)
  • release 35 (0.7 MB)
  • release 34 (0.7 MB)
  • ..
  • release 28 (0.5 MB)
  • ..
  • release 23 (9.2 MB)
  • Instalation

    Instalation and setting it up can be intimidating task if you are not an IT nerd, but bear with us, it can actually be easy (and fun).

    Non-scary instructions:
    • Download and extract soundsense, does not matter where.
    • Download soundpack to packs directory in soundsense directory.
    • Run soundsense.cmd or soundsense.exe

    First, you need to have java runtime installed. It can be downloaded from java homepage. To see that you have correct instalation, go to Start->Run, type cmd in dialog that opens, press ok. You are now at commandline, type java -version. If everythig is okay, few lines starting with something similar to java version '1.6.0_14-ea' should apear, in that case you are cool to go.

    If something similar to 'java' is not recognized as an internal or external command appears, you do not have properly set up instalation and can either fix it or work around it by editing soundSense.cmd which is in root of archive. Open it in Notepad and find line line starting with java -Dja.. and replace java with full path for java instalation and java itself, for example 'C:Program FilesJavajdk1.6.0_20binjava.exe'.

    So, hard issues are now handled :).

    Now, where to install it? SoundSense expects to be in directory that is inside your DF folder, so for example if you have DF in f:/df_31_12_win_s/, you should unpack contents of SoundSense zip to f:/df_31_12_win_s/soundSense. Basically, so that gamelog.txt is one directory above .cmd file you use to launch application.

    If you want to install in different location, you need to edit configuration.xml and edit path='./gamelog.txt', replace ./gamelog.txt with path to wherever it is located (for example with f:/df_31_12_win_s/gamelog.txt).

    It is now all set up and ready to run, but you need some sounds that it will actually play: Download soundpack.zip and unzip it to directory packs.

    Now you can run SoundSense by launching soundSense.cmd or soundSenseExe.cmd (which should give you more sensible error messages regarding bad java instalation).

    Sound Packs:

    Install them by unzipping them to packs directory of the SoundSense.

    'Official soundpack'
    • soundpack.zip (315.82 MB, last update 13.03.2016)
    Credits for help for to tyrspawn and Rainseeker :). Music from following sources was also used:
    • Simon Swerwer - OST

    Official soundpack is work in progress, you can check out our status on tracking page.

    • ¤toikkus.zip¤ (1.3 MB, last update 9.7.2010), Pack of announcements voiced by Toikkus from forums
    • ¤toikkus2.zip¤ (2.3 MB, last update 29.1.2011), Seccond pack of announcements voiced by Toikkus

    Customization

    Helpfull stuff:
    • packSkeletons.zip are xml files for all known log lines without sounds, you can use this as your starting point.
    • missingMessages.cmd will parse log file and output all lines your packs will not recognize
    • Edit logging.properties to enable more debug messages from SS, set .level = ALL to view very verbose output.

    Add sound by adding entry to xml configuration file. logPattern='regexp' is a regular expression which if matched, will cause random soundFile from sound element to be played.

    sound element attributes:
    • logPattern - regular expression matching log line.
    • channel - string, channel on which sound is played. Sounds played on channel can be looped/stopped prematurely.
    • loop - string, 'start' - sound start loop on channel until different sound is played on channel (if it is non-looped sound, loop will resume when it is done playing) or sound with 'stop' is triggered.
    • concurency - number, number of councured sounds allowd to be played besides this sound. If currenty playing more than that, sound is ignored. In miliseconds, default unlimited.
    • timeout - number, timeout during which is sound going to be prevented from playing again. In miliseconds default 0.
    • propability - percentage, Propablity that sound will be played. Default is always played.
    • delay - number, delay before sound is played. In miliseconds, default 0.
    • haltOnMatch - boolean, if set to true, sound sense will stop processing long line after it was matched to this sound. Default false
    • ansiFormat - ANSI escape code, used to color console output.
    soundFile element attributes:

    Dwarf Fortress Reddit

    • fileName - path to audio file with sound.
    • weight - number, controls likelihood of sound to be chosen. Defaulkt is 100.
    • volumeAdjustment - number, adjusts volume of sample. Can range from -40 to +6 decibles, default 0.
    • randomBalance - boolean, if set to true will randomply distribute sound betweem stereo channels.
    • balanceAdjustment - number, adjusts stereo channel, can range for -1 (full left) to 1 (full right).
    sounds element attributes:
    • defaultAnsiColor - ANSI escape code, used to color console output when nothing is defined at sounds.

    Sound can contain several soundFile elements, when it is triggered one random of them is triggered. You can control how often is particular sound chosen by weight='number' attribute.

    Supported formats for soundFiles:
    • mp3
    • ogg
    • wav
    • aiff
    • au

    soundFile itself can be playlist instead of sound file itself, marked by playlist='true' attribute. Sound files in playlist inherit all properties of their soundfile parent.

    Modding resources

    Some sites of interest should you want additional sounds:

    Excellent utility mp3gain can help with keeping volume of sounds matching.

    Source Code

    Open source can be found at google code, within soundsense distribution itself and here: soundSense_2016-1_196_source.zip.

    Grand plan

    How To Get Dwarf Fortress

    Current development goals are to expand list of known events which we can react to and add apropriate sounds.

    2220 articles about v0.47.05
    Previous versions: v0.34 / v0.31 / 40d / 23a
    Bug 6722: Manager climbs a tree instead of going to office when management jobs are assigned

    Welcome to the Dwarf Fortress Wiki. This is a collection of user-submitted guides, information and advice for Dwarf Fortress. Dwarf Fortress is a game for Windows, Linux and Mac, developed by Bay 12 Games featuring twomodes of play, as well as distinct, randomly-generated worlds (complete with terrain, wildlife and legends), gruesome combat mechanics and ubiquitous dwarvenalcohol dependency.

    Download:Linux ·Mac OS X ·Windows ·other versions ·starter packs

    v0.47.05
    January 28, 2021
    Changelog
    Release Information Backup plus hub for mac seagate.

    Dwarf Fortress Reddit

    New to Dwarf Fortress?

    Reference Pages
    The King is dead. Long live the King! ·More
    Other / Mods
    Bloodline gamesCheatingKnown bugsFramerateModding guide
    Masterwork DFGraphicsUtilitiesTechnical tricksDF webcomics


    Dwarf fortress reddit
    Forums:Official Forums, Official Wiki Forum, Reddit, GamingSteve Thread, Knockout! Thread, SpringRTS Thread, French forum, Canard PC Thread (Fr), Steam Discussions
    Blogs:Dwarf Fortress Stories, Bravemule
    IRC Channels:DF-related:#bay12games on irc.esper.net, #dwarffortress on freenode.net, #df on synirc.net, #DwarfFortress on quakenet.org, #DF on tellaerad.net and #brofortress on rizon.net.
    Other:#dfwiki on freenode.net, #lazynewbpack on freenode.net
    Discord Server:Official Kitfox Games Discord
    DF Wikis in other languages:Le Wiki Français, The Japanese (日本語) Wiki, The Russian Wiki, The Polish Wiki, The Chinese Wiki
    Useful Links:Dwarf Fortress Map Archive, Dwarf Fortress File Depot (DFFD), Mantis Bug Tracker, Dwarf Fortress on Steam/itch.io, Dwarf Fortress on Twitch
    Archives:v0.23.130.23a Wiki, v0.28.181.40d Wiki, v0.31.25 Wiki, v0.34.11 Wiki

    Dwarf Fortress Lazy Newb Pack

    Retrieved from 'https://dwarffortresswiki.org/index.php?title=Main_Page&oldid=256108'