<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Maeyanie.com &#187; Mods</title>
	<atom:link href="http://www.maeyanie.com/category/mods/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maeyanie.com</link>
	<description>Home of the world&#039;s first modder to tick off the ESRB.</description>
	<lastBuildDate>Fri, 18 Dec 2009 06:01:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Sacred 2: Removing Clothes Howto</title>
		<link>http://www.maeyanie.com/2008/12/sacred-2-removing-clothes-howto/</link>
		<comments>http://www.maeyanie.com/2008/12/sacred-2-removing-clothes-howto/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 08:31:22 +0000</pubDate>
		<dc:creator>Maeyanie</dc:creator>
				<category><![CDATA[Mods]]></category>
		<category><![CDATA[sacred 2]]></category>

		<guid isPermaLink="false">http://www.maeyanie.com/?p=51</guid>
		<description><![CDATA[As part of a previous post, Sacred 2 Mods, I posted a modified items file for version 2.12.0 to remove basic no-clothes outfits and turn them into the game&#8217;s default underwear, or less if you have a underwear-changing mod. For those with a different version, or who want to remove more clothes than just the [...]]]></description>
			<content:encoded><![CDATA[<p>As part of a previous post, <a href="http://www.maeyanie.com/mods/sacred-2-modssacred-2-mods/">Sacred 2 Mods</a>, I posted a modified items file for version 2.12.0 to remove basic no-clothes outfits and turn them into the game&#8217;s default underwear, or less if you have a underwear-changing mod.</p>
<p>For those with a different version, or who want to remove more clothes than just the birthday suits, here&#8217;s how.<br />
<span id="more-51"></span><br />
First, find your &#8220;scripts\shared\itemtype.txt&#8221; file, <strong>make a backup copy of it</strong>, then open in Notepad. </p>
<p>Search for &#8220;/heroes&#8221; or &#8220;/default/&#8221; or something similar until you find the item you&#8217;re after (ex. &#8220;models/heroes/highelve/default/a_helve-belly-top01.GR2&#8243; for the High Elf&#8217;s top).</p>
<p>Once you&#8217;ve found the item, change the model name line to &#8220;models/dummy.GR2&#8243; and flags line to flags = &#8220;0&#8243;.</p>
<p>For example, if for the High Elf&#8217;s top, you start with this:<br />
<code><br />
newItemType = {<br />
        -- standard info<br />
        renderfamily = "RENDERFAM_ARMOR",<br />
        family       = "FAMILY_ARMOR",<br />
        subfamily    = "SUBFAM_ARMOR_CHEST",<br />
        classification = "CLF_CHEST_ORNAMENT",<br />
        flags        = "FLAG_EQUIPCUT + FLAG_BLACKBACK",<br />
        weargroup    = "WEARGROUP_INVALID",<br />
        -- 3d model + animation info<br />
        model0Data = {<br />
          name         = "models/heroes/highelve/default/a_helve-belly-top01.GR2",<br />
          user         = "WEARGROUP_HIGHELVE",<br />
        },<br />
        -- logic bounding box<br />
  logicBox = {<br />
    minx=-6.185, miny=-6.595, minz=45.592,<br />
    maxx=6.185, maxy=2.018, maxz=61.896,<br />
        },<br />
        dangerclass   = 0,<br />
}<br />
mgr.typeCreate(3970, newItemType);<br />
</code></p>
<p>And finish with this:<br />
<code><br />
newItemType = {<br />
        -- standard info<br />
        renderfamily = "RENDERFAM_ARMOR",<br />
        family       = "FAMILY_ARMOR",<br />
        subfamily    = "SUBFAM_ARMOR_CHEST",<br />
        classification = "CLF_CHEST_ORNAMENT",<br />
        flags        = "0",<br />
        weargroup    = "WEARGROUP_INVALID",<br />
        -- 3d model + animation info<br />
        model0Data = {<br />
          name         = "models/dummy.GR2",<br />
          user         = "WEARGROUP_HIGHELVE",<br />
        },<br />
        -- logic bounding box<br />
  logicBox = {<br />
    minx=-6.185, miny=-6.595, minz=45.592,<br />
    maxx=6.185, maxy=2.018, maxz=61.896,<br />
        },<br />
        dangerclass   = 0,<br />
}<br />
mgr.typeCreate(3970, newItemType);<br />
</code></p>
<p>Repeat for every item of clothing you want to remove.</p>
<p>Here&#8217;s some pictures of what the three PC women look like normally, in their underwear, and with my topfree mod:<br />
<a href="http://pics.maeyanie.com/mods/Dryad.jpg">Dryad</a><br />
<a href="http://pics.maeyanie.com/mods/Seraphim.jpg">Seraphim</a><br />
<a href="http://pics.maeyanie.com/mods/HighElf.jpg">High Elf</a><br />
The underwear thing can be done for any class and at least some NPCs, but I figure these are going to be the ones in which people are the most interested. <img src='http://www.maeyanie.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.maeyanie.com/2008/12/sacred-2-removing-clothes-howto/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Sacred 2 Mods</title>
		<link>http://www.maeyanie.com/2008/11/sacred-2-mods/</link>
		<comments>http://www.maeyanie.com/2008/11/sacred-2-mods/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 11:41:01 +0000</pubDate>
		<dc:creator>Maeyanie</dc:creator>
				<category><![CDATA[Mods]]></category>
		<category><![CDATA[sacred 2]]></category>
		<category><![CDATA[topfreedom]]></category>

		<guid isPermaLink="false">http://www.maeyanie.com/?p=45</guid>
		<description><![CDATA[Yes, I Know I said I wasn&#8217;t going to release any more nudity mods. But what the heck, if I&#8217;m making it anyhow I may as well. Here&#8217;s a couple of topfree (aka topless) mods for Sacred 2: Fallen Angel. Underwear Mod for v2.12.0 &#8211; When all clothing is removed, the characters are in their [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, I Know I said I wasn&#8217;t going to release any more nudity mods. But what the heck, if I&#8217;m making it anyhow I may as well. Here&#8217;s a couple of topfree (aka topless) mods for Sacred 2: Fallen Angel.<br />
<span id="more-45"></span><br />
<a href="http://www.maeyanie.com/mods/sacred2/Sacred2Underwear.zip">Underwear Mod for v2.12.0</a> &#8211; When all clothing is removed, the characters are in their officially-supplied underwear instead of starting outfits.<br />
This is needed for any of the topfree mods to work, since those replace the underwear skins with their own.<br />
It does work in multiplayer, including with an unmodded client and in Closed mode. It appears to work with other versions too, but may cause crashes or strange results if you find an item that didn&#8217;t exist in 2.12.0.<br />
if you have another version, or want to remove other clothing items, it&#8217;s a relatively simple modification to do on your own. I&#8217;ve posted a quick <a href="http://www.maeyanie.com/mods/sacred-2-removing-clothes-howto/">Sacred 2: Removing Clothes Howto</a>.</p>
<p><a href="http://www.maeyanie.com/mods/sacred2/Sacred2TopfreeElf.rar">Topfree Elf</a> &#8211; When the Elf is in her underwear, the breast covers are removed. Because really, how many of us have those stuck to our skin?</p>
<p><a href="http://www.maeyanie.com/mods/sacred2/Sacred2TopfreeDryad.rar">Topfree Dryad</a> &#8211; This one just had to happen. Let&#8217;s face it; the Dryad parading around <em>au naturale</em> is just&#8230; well, <em>naturale</em>. She&#8217;s the only one I would actually consider putting completely naked. But no, this is just an equality site; while the men come wearing bottoms, so do the women.</p>
<p>Eventually I&#8217;ll get around to doing the Seraphim, but that&#8217;s it for now. If it gets requested, I may get around to doing her topfree (aka &#8220;topless&#8221;) mod sooner. <img src='http://www.maeyanie.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here&#8217;s some pictures of what they look like:<br />
<a href="http://pics.maeyanie.com/mods/Dryad.jpg">Dryad</a><br />
<a href="http://pics.maeyanie.com/mods/Seraphim.jpg">Seraphim</a><br />
<a href="http://pics.maeyanie.com/mods/HighElf.jpg">High Elf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.maeyanie.com/2008/11/sacred-2-mods/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
