<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://www.soulsmodding.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.soulsmodding.com/feed.php">
        <title>?WikiName? - Souls Modding Wiki - tool</title>
        <description></description>
        <link>http://www.soulsmodding.com/</link>
        <image rdf:resource="http://www.soulsmodding.com/lib/exe/fetch.php?media=favicon.ico" />
       <dc:date>2026-04-17T10:04:35+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.soulsmodding.com/doku.php?id=tool:main&amp;rev=1772389094&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.soulsmodding.com/doku.php?id=tool:wem-mapper&amp;rev=1740614685&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.soulsmodding.com/lib/exe/fetch.php?media=favicon.ico">
        <title>?WikiName? - Souls Modding Wiki</title>
        <link>http://www.soulsmodding.com/</link>
        <url>http://www.soulsmodding.com/lib/exe/fetch.php?media=favicon.ico</url>
    </image>
    <item rdf:about="http://www.soulsmodding.com/doku.php?id=tool:main&amp;rev=1772389094&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-03-01T18:18:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Tools</title>
        <link>http://www.soulsmodding.com/doku.php?id=tool:main&amp;rev=1772389094&amp;do=diff</link>
        <description>Tools



Below is an assorted list of tools to modify games made by FromSoftware. If you have a tool that you would like to add, feel free to ping a wiki contributor or a staff member on the modding discord server.

Game Files
 Games  Name  Usage  Link</description>
    </item>
    <item rdf:about="http://www.soulsmodding.com/doku.php?id=tool:wem-mapper&amp;rev=1740614685&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-02-27T00:04:45+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>WEM Mapper</title>
        <link>http://www.soulsmodding.com/doku.php?id=tool:wem-mapper&amp;rev=1740614685&amp;do=diff</link>
        <description>WEM Mapper

Authors: WindShadowRuins

Preamble

Put this inside python script inside your soundbank folder where the soundbank.json is located and it will generate a csv file that will tell you what Play_c and Play_s ID plays Wem files.

Script


#!/usr/bin/env python3
import json
import os
import csv

def extract_wem_mappings(json_file):
    print(&quot;Starting extraction...&quot;)

    # Load JSON data
    try:
        with open(json_file, &#039;r&#039;, encoding=&#039;utf-8&#039;) as f:
            data = json.load(f)
  …</description>
    </item>
</rdf:RDF>
