Preparing Our Meta.lsx - Padme4000/Bg3_Tutorials GitHub Wiki

So the Meta.lsx is a requirement for most .pak mods.

The only ones that don't require it and shouldn't use it are UI edit mods that are not adding anything new and are only editing/altering the UI elements.

If your mod is not a UI mod that is not adding new Icons and such then please continue with this mini tutorial.

Editing the Meta

So if you downloaded the zip from this repository then you will have in that zip

Mods\YourShared\meta.lsx

Copy the Mods folder into your workspace folder. The very first folder of your mod.

Mini Tool

So one way to make your Meta.lsx is by using so far my mini tool

This video shows how to use my tool to edit the meta

however once setup please update the first part of the code with this:

<?xml version="1.0" encoding="UTF-8"?>
<save>
    <version major="4" minor="0" revision="8" build="2"/>
    <region id="Config">
        <node id="root">
            <children>

This due to the code in my tool removing indentation on this section and it is needed.

⚠️ **GitHub.com Fallback** ⚠️