<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://m.pac3.info/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="https://m.pac3.info/feed.php">
        <title>The PAC3 Wiki</title>
        <description></description>
        <link>https://m.pac3.info/</link>
        <image rdf:resource="https://m.pac3.info/_media/wiki/favicon.ico" />
       <dc:date>2026-04-04T16:30:07+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://m.pac3.info/part/proxy/clamp?rev=1742188783&amp;do=diff"/>
                <rdf:li rdf:resource="https://m.pac3.info/part/proxy?rev=1742160888&amp;do=diff"/>
                <rdf:li rdf:resource="https://m.pac3.info/tutorial/animated-textures?rev=1742154632&amp;do=diff"/>
                <rdf:li rdf:resource="https://m.pac3.info/addon-conflicts?rev=1734928980&amp;do=diff"/>
                <rdf:li rdf:resource="https://m.pac3.info/part/event/animation_event?rev=1734920648&amp;do=diff"/>
                <rdf:li rdf:resource="https://m.pac3.info/tutorial/simple_mdl/materials?rev=1725083724&amp;do=diff"/>
                <rdf:li rdf:resource="https://m.pac3.info/?image=tutorial%3Asimple_mdl%3Amaterials%3Avmt-basetexture.png&amp;ns=tutorial%3Asimple_mdl%3Amaterials&amp;rev=1725082404&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://m.pac3.info/?image=tutorial%3Asimple_mdl%3Amaterials%3Avmt-basetexture.jpg&amp;ns=tutorial%3Asimple_mdl%3Amaterials&amp;rev=1725082331&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://m.pac3.info/part/sidebar2?rev=1723321302&amp;do=diff"/>
                <rdf:li rdf:resource="https://m.pac3.info/testpage?rev=1723321210&amp;do=diff"/>
                <rdf:li rdf:resource="https://m.pac3.info/free_pac_outfits?rev=1720821178&amp;do=diff"/>
                <rdf:li rdf:resource="https://m.pac3.info/tutorial/hosting?rev=1718459153&amp;do=diff"/>
                <rdf:li rdf:resource="https://m.pac3.info/start?rev=1698990294&amp;do=diff"/>
                <rdf:li rdf:resource="https://m.pac3.info/intro?rev=1698981995&amp;do=diff"/>
                <rdf:li rdf:resource="https://m.pac3.info/?image=tutorial%3Areplacing-materials%3Aoverride.png&amp;ns=tutorial%3Areplacing-materials&amp;rev=1696664457&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://m.pac3.info/?image=tutorial%3Areplacing-materials%3Aentity.png&amp;ns=tutorial%3Areplacing-materials&amp;rev=1696659809&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://m.pac3.info/?image=icon%3Awiki%3Aadd_box.svg&amp;ns=icon%3Awiki&amp;rev=1695481751&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://m.pac3.info/?image=gallery%3Ajpg%3Agallery10.jpg&amp;ns=gallery%3Ajpg&amp;rev=1694622279&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://m.pac3.info/?image=gallery%3Ajpg%3Agallery10.png&amp;ns=gallery%3Ajpg&amp;rev=1694622256&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://m.pac3.info/?image=gallery%3Ajpg%3Agallesry10.jpg&amp;ns=gallery%3Ajpg&amp;rev=1694621473&amp;tab_details=history&amp;mediado=diff&amp;do=media"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://m.pac3.info/_media/wiki/favicon.ico">
        <title>The PAC3 Wiki</title>
        <link>https://m.pac3.info/</link>
        <url>https://m.pac3.info/_media/wiki/favicon.ico</url>
    </image>
    <item rdf:about="https://m.pac3.info/part/proxy/clamp?rev=1742188783&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-17T05:19:43+00:00</dc:date>
        <dc:creator>pingu7867 (pingu7867@undisclosed.example.com)</dc:creator>
        <title>clamp(x,min,max) - wrote a deep dive about normalized clamp fades and a synthesis of key points at the end</title>
        <link>https://m.pac3.info/part/proxy/clamp?rev=1742188783&amp;do=diff</link>
        <description>proxy function

clamp(x,min,max)

Used to limit the minimum/maximum value of an expression. Useful for things that need to stop at a given value.

Expression

clamp(input_value, lowest_value, highest_value)

input_value

The value that you want to limit, can be a function. A universal input that will work in most cases is</description>
    </item>
    <item rdf:about="https://m.pac3.info/part/proxy?rev=1742160888&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-16T21:34:48+00:00</dc:date>
        <dc:creator>pingu7867 (pingu7867@undisclosed.example.com)</dc:creator>
        <title>Proxy - add entry for property function, revise ease library entry</title>
        <link>https://m.pac3.info/part/proxy?rev=1742160888&amp;do=diff</link>
        <description>proxy part

Proxy

Alters a value based on a mathematical expression.

 Easy setup is useless, learn expressions.

Location

This part can be found under:

	*   Modifier &gt; Proxy

 You can easily find it by clicking on the  sign and typing proxy.

Usage &amp; Examples

Basic proxy</description>
    </item>
    <item rdf:about="https://m.pac3.info/tutorial/animated-textures?rev=1742154632&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-16T19:50:32+00:00</dc:date>
        <dc:creator>pingu7867 (pingu7867@undisclosed.example.com)</dc:creator>
        <title>Animated Textures - add notices about sprites and particles, and mention timeex for resetting at showtime</title>
        <link>https://m.pac3.info/tutorial/animated-textures?rev=1742154632&amp;do=diff</link>
        <description>tutorial texture animated material

Animated Textures

Creating and using animated textures in PAC.

Requirements

VTFEdit

Download [VTFEdit], open the archive and extract the x64 folder. 

Creating Textures

Getting image files

To create an animated texture file you'll need a sequence of image files, you can get them by converting existing animation files such as .GIFs or creating them yourself. There are multiple methods of acquiring those files, some of them will be listed here but you can …</description>
    </item>
    <item rdf:about="https://m.pac3.info/addon-conflicts?rev=1734928980&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-23T04:43:00+00:00</dc:date>
        <dc:creator>pingu7867 (pingu7867@undisclosed.example.com)</dc:creator>
        <title>Addon Conflicts - add section for tips about finding addon conflicts</title>
        <link>https://m.pac3.info/addon-conflicts?rev=1734928980&amp;do=diff</link>
        <description>Addon Conflicts

This is a list of known addons that cause or used to cause problems with PAC3. If you're having any trouble using the editor try disabling those.
Addon InformationEnhanced PlayerModel Selector  The enforce playermodel setting makes it impossible to change your playermodel through PAC.</description>
    </item>
    <item rdf:about="https://m.pac3.info/part/event/animation_event?rev=1734920648&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-12-23T02:24:08+00:00</dc:date>
        <dc:creator>pingu7867 (pingu7867@undisclosed.example.com)</dc:creator>
        <title>Animation Event - add a disclaimer and try to clear up some of the confusion about what this actually does specifically. distinguishing &quot;animation events&quot; from sequences</title>
        <link>https://m.pac3.info/part/event/animation_event?rev=1734920648&amp;do=diff</link>
        <description>Animation Event

Triggers when a given animation event (find argument) is played.

 This event is used for animation events as seen here (e.g. jump).

This doesn't mean the model's “animations” properly speaking. What we call an “animation” in common parlance usually refers to sequences. Instead, outside of pac3,</description>
    </item>
    <item rdf:about="https://m.pac3.info/tutorial/simple_mdl/materials?rev=1725083724&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-31T05:55:24+00:00</dc:date>
        <dc:creator>yagira (yagira@undisclosed.example.com)</dc:creator>
        <title>Basic Materials</title>
        <link>https://m.pac3.info/tutorial/simple_mdl/materials?rev=1725083724&amp;do=diff</link>
        <description>tutorial model obj mdl zip vmt vtf material

Basic Materials

This is a part of the Simple .MDL: Converting Models tutorial and is meant for people who want to convert their textures into .MDL compatible materials. Keep in mind that this is completely optional and you can add materials in PAC, however this method should be easier than going through all the settings in PAC materials. To keep things simple this will only cover diffuse (color) textures.</description>
    </item>
    <item rdf:about="https://m.pac3.info/?image=tutorial%3Asimple_mdl%3Amaterials%3Avmt-basetexture.png&amp;ns=tutorial%3Asimple_mdl%3Amaterials&amp;rev=1725082404&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-31T05:33:24+00:00</dc:date>
        <dc:creator>yagira (yagira@undisclosed.example.com)</dc:creator>
        <title>tutorial:simple_mdl:materials:vmt-basetexture.png - created</title>
        <link>https://m.pac3.info/?image=tutorial%3Asimple_mdl%3Amaterials%3Avmt-basetexture.png&amp;ns=tutorial%3Asimple_mdl%3Amaterials&amp;rev=1725082404&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://m.pac3.info/_media/tutorial/simple_mdl/materials/vmt-basetexture.png?w=500&amp;h=83&amp;t=1725082404&amp;amp;tok=d86f1a&quot; alt=&quot;tutorial:simple_mdl:materials:vmt-basetexture.png&quot; /&gt;</description>
    </item>
    <item rdf:about="https://m.pac3.info/?image=tutorial%3Asimple_mdl%3Amaterials%3Avmt-basetexture.jpg&amp;ns=tutorial%3Asimple_mdl%3Amaterials&amp;rev=1725082331&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-31T05:32:11+00:00</dc:date>
        <dc:creator>yagira (yagira@undisclosed.example.com)</dc:creator>
        <title>tutorial:simple_mdl:materials:vmt-basetexture.jpg</title>
        <link>https://m.pac3.info/?image=tutorial%3Asimple_mdl%3Amaterials%3Avmt-basetexture.jpg&amp;ns=tutorial%3Asimple_mdl%3Amaterials&amp;rev=1725082331&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://m.pac3.info/_media/tutorial/simple_mdl/materials/vmt-basetexture.jpg?w=500&amp;h=83&amp;t=1725082331&amp;amp;tok=e362c4&quot; alt=&quot;tutorial:simple_mdl:materials:vmt-basetexture.jpg&quot; /&gt;</description>
    </item>
    <item rdf:about="https://m.pac3.info/part/sidebar2?rev=1723321302&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-10T20:21:42+00:00</dc:date>
        <dc:creator>yagira (yagira@undisclosed.example.com)</dc:creator>
        <title>part:sidebar2 - removed</title>
        <link>https://m.pac3.info/part/sidebar2?rev=1723321302&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="https://m.pac3.info/testpage?rev=1723321210&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-08-10T20:20:10+00:00</dc:date>
        <dc:creator>yagira (yagira@undisclosed.example.com)</dc:creator>
        <title>testpage - removed</title>
        <link>https://m.pac3.info/testpage?rev=1723321210&amp;do=diff</link>
        <description></description>
    </item>
    <item rdf:about="https://m.pac3.info/free_pac_outfits?rev=1720821178&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-07-12T21:52:58+00:00</dc:date>
        <dc:creator>yagira (yagira@undisclosed.example.com)</dc:creator>
        <title>free_pac_outfits</title>
        <link>https://m.pac3.info/free_pac_outfits?rev=1720821178&amp;do=diff</link>
        <description>The best PAC3 outfits put together into a single .zip archive! This includes all the public outfits released to date, some of the stuff posted in #showcase on discord, every outfit that I ever helped with, my personal work, as well as a bunch of outfits stolen from metaconstruct and the pac server (yes I actually did that, sorry). I'm releasing this because I'm really tired of PAC at this point. Goodbye.</description>
    </item>
    <item rdf:about="https://m.pac3.info/tutorial/hosting?rev=1718459153&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-15T13:45:53+00:00</dc:date>
        <dc:creator>techbot1211 (techbot1211@undisclosed.example.com)</dc:creator>
        <title>Hosting custom content online - add privacy concern to onedrive</title>
        <link>https://m.pac3.info/tutorial/hosting?rev=1718459153&amp;do=diff</link>
        <description>tutorial general

Hosting custom content online

Custom content includes:  Models,  Textures,  Custom Animations,  Zips or any files that are not part of the base game.

If you want other players to see your custom content you have to host it online.

----------

Where can I host my files?</description>
    </item>
    <item rdf:about="https://m.pac3.info/start?rev=1698990294&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-03T05:44:54+00:00</dc:date>
        <dc:creator>yagira (yagira@undisclosed.example.com)</dc:creator>
        <title>Player Appearance Customizer 3</title>
        <link>https://m.pac3.info/start?rev=1698990294&amp;do=diff</link>
        <description>Player Appearance Customizer 3



PAC3 is a Garry's Mod add-on that gives you the ability to personalize your look by placing objects and effects on yourself. You can go from simply putting a hat on your head, to creating an entirely new playermodel, customizing vehicles and more.</description>
    </item>
    <item rdf:about="https://m.pac3.info/intro?rev=1698981995&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-03T03:26:35+00:00</dc:date>
        <dc:creator>yagira (yagira@undisclosed.example.com)</dc:creator>
        <title>Player Appearance Customizer 3</title>
        <link>https://m.pac3.info/intro?rev=1698981995&amp;do=diff</link>
        <description>&lt;slider gallery:gm_construct_m3_3110029.jpg&gt;
&lt;/slider&gt;

Player Appearance Customizer 3



PAC3 is a Garry's Mod add-on that gives you the ability to personalize your look by placing objects and effects on yourself. You can go from simply putting a hat on your head, to creating an entirely new playermodel, customizing vehicles and more.</description>
    </item>
    <item rdf:about="https://m.pac3.info/?image=tutorial%3Areplacing-materials%3Aoverride.png&amp;ns=tutorial%3Areplacing-materials&amp;rev=1696664457&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-07T07:40:57+00:00</dc:date>
        <dc:creator>yagira (yagira@undisclosed.example.com)</dc:creator>
        <title>tutorial:replacing-materials:override.png - created</title>
        <link>https://m.pac3.info/?image=tutorial%3Areplacing-materials%3Aoverride.png&amp;ns=tutorial%3Areplacing-materials&amp;rev=1696664457&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://m.pac3.info/_media/tutorial/replacing-materials/override.png?w=237&amp;h=139&amp;t=1696664457&amp;amp;tok=6ade2e&quot; alt=&quot;tutorial:replacing-materials:override.png&quot; /&gt;</description>
    </item>
    <item rdf:about="https://m.pac3.info/?image=tutorial%3Areplacing-materials%3Aentity.png&amp;ns=tutorial%3Areplacing-materials&amp;rev=1696659809&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2023-10-07T06:23:29+00:00</dc:date>
        <dc:creator>yagira (yagira@undisclosed.example.com)</dc:creator>
        <title>tutorial:replacing-materials:entity.png - created</title>
        <link>https://m.pac3.info/?image=tutorial%3Areplacing-materials%3Aentity.png&amp;ns=tutorial%3Areplacing-materials&amp;rev=1696659809&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://m.pac3.info/_media/tutorial/replacing-materials/entity.png?w=236&amp;h=116&amp;t=1696659809&amp;amp;tok=bb7590&quot; alt=&quot;tutorial:replacing-materials:entity.png&quot; /&gt;</description>
    </item>
    <item rdf:about="https://m.pac3.info/?image=icon%3Awiki%3Aadd_box.svg&amp;ns=icon%3Awiki&amp;rev=1695481751&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-23T15:09:11+00:00</dc:date>
        <dc:creator>yagira (yagira@undisclosed.example.com)</dc:creator>
        <title>icon:wiki:add_box.svg - created</title>
        <link>https://m.pac3.info/?image=icon%3Awiki%3Aadd_box.svg&amp;ns=icon%3Awiki&amp;rev=1695481751&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description></description>
    </item>
    <item rdf:about="https://m.pac3.info/?image=gallery%3Ajpg%3Agallery10.jpg&amp;ns=gallery%3Ajpg&amp;rev=1694622279&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-13T16:24:39+00:00</dc:date>
        <dc:creator>yagira (yagira@undisclosed.example.com)</dc:creator>
        <title>gallery:jpg:gallery10.jpg - created</title>
        <link>https://m.pac3.info/?image=gallery%3Ajpg%3Agallery10.jpg&amp;ns=gallery%3Ajpg&amp;rev=1694622279&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://m.pac3.info/_media/gallery/jpg/gallery10.jpg?w=500&amp;h=275&amp;t=1694622279&amp;amp;tok=cb3e71&quot; alt=&quot;gallery:jpg:gallery10.jpg&quot; /&gt;</description>
    </item>
    <item rdf:about="https://m.pac3.info/?image=gallery%3Ajpg%3Agallery10.png&amp;ns=gallery%3Ajpg&amp;rev=1694622256&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-13T16:24:16+00:00</dc:date>
        <dc:creator>yagira (yagira@undisclosed.example.com)</dc:creator>
        <title>gallery:jpg:gallery10.png - removed</title>
        <link>https://m.pac3.info/?image=gallery%3Ajpg%3Agallery10.png&amp;ns=gallery%3Ajpg&amp;rev=1694622256&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description></description>
    </item>
    <item rdf:about="https://m.pac3.info/?image=gallery%3Ajpg%3Agallesry10.jpg&amp;ns=gallery%3Ajpg&amp;rev=1694621473&amp;tab_details=history&amp;mediado=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-13T16:11:13+00:00</dc:date>
        <dc:creator>yagira (yagira@undisclosed.example.com)</dc:creator>
        <title>gallery:jpg:gallesry10.jpg - removed</title>
        <link>https://m.pac3.info/?image=gallery%3Ajpg%3Agallesry10.jpg&amp;ns=gallery%3Ajpg&amp;rev=1694621473&amp;tab_details=history&amp;mediado=diff&amp;do=media</link>
        <description></description>
    </item>
</rdf:RDF>
