Enhanced Gang Customization - VERSION 2.0 is out! Now with Zin Saints!

oh and my character_definitions.xtbl is from TroubleMaker's fun shaundi mod, and the spawn_info_groups.xtbl is from the great Idolninja, the sandbox+
 
To everyone: I made quite a lot of changes in some of the files, and so you can't simply switch between the files in this mod with other mods. The least changes were made in spawn_info_groups.xtbl so it is safe not to use it, however some pedestrian variants that were changed will not spawn in the world.

The files were loaded through bojan's XTBL Editor. That automatically organized them so that is why they appear to have a different layout.

This mod and my murderbot homies both use character.xtbl, unfortunately. It'd be pretty easy to make a version that supports both, but you'd probably need to delete one of the extra characters from this one to make room for the bots. The only conflict I see between this and Sandbox+ is the spawn_info_groups file, and you only need the SB+ version if you intend to use the "past gang spawning" command.

How much entries did you add for the Murderbots? After learning that there's a limit to the number of entries I had to cut down on the entries. My mod does have plenty of entries but apparently the limit is 36 additional entries.
 
Eh... I tried to merge it with Miku Hatsune's Past Gangs Spawning Mod, but when I compared your mod files to original I saw that your files are formated in a different way. Could you write what changes did you do in character.xtbl and spawn_info_groups.xtbl? I would be really grateful. :D

Get Notepad++ and a plugin called XML Tools, then open your two files, and at the top hit Plugins > XML Tools > Pretty Print + Linebreaks (or something similar). Do that for both files, save them both, then try comparing them both in Winmerge (or whatever program you're using).
 
  • Like
Reactions: Uzi
Get Notepad++ and a plugin called XML Tools, then open your two files, and at the top hit Plugins > XML Tools > Pretty Print + Linebreaks (or something similar). Do that for both files, save them both, then try comparing them both in Winmerge (or whatever program you're using).

Uuhhhmmm, how to do that exactly ? can u explain more plz ?
 
I don't know, I haven't reviewed Idol's Sandbox+ yet. You should see if the files from both mods overlap each other.
Well I ain't no modder, that's for sure.

I only wish I had the combined skills of ALL of SRMods' finest modders
so I could contribute something new & different.

But still, I owe ye me thanks for teaching me to edit the customization stores.xbtl file!
 
How much entries did you add for the Murderbots? After learning that there's a limit to the number of entries I had to cut down on the entries. My mod does have plenty of entries but apparently the limit is 36 additional entries.
Just one. Here's the entry:
Code:
        <Character>
            <Name>npc_s_alien_murderbotsaint</Name>
            <_Editor>
                <Category>Entries:Customization_System_Only</Category>
            </_Editor>
            <Character>saints_male_murderbotsaint</Character>
            <Spawn_Info_Rank>Commando2</Spawn_Info_Rank>
            <Team>Playas</Team>
            <AI_Personality>gang offensive</AI_Personality>
            <Flags>
                <Flag>use_bone_constraints</Flag>
                <Flag>use_gang_color_scheme</Flag>
                <Flag>use_knees_and_elbows</Flag>
                <Flag>use_leg_bone_constraints</Flag>
                <Flag>no_instagib</Flag>
                <Flag>murder_bot</Flag>
                <Flag>never_be_frozen</Flag>
                <Flag>never_catch_fire</Flag>
                <Flag>no_blood</Flag>
                <Flag>never_drop_weapon</Flag>
                <Flag>ungrabbable</Flag>
                <Flag>electrical_splat</Flag>
                <Flag>suppress_synced_attacks</Flag>
                <Flag>no_gib_effects</Flag>
            </Flags>
            <Filters>
                <Gender>Male</Gender>
            </Filters>
            <StreamCategory>Spawnable Saint</StreamCategory>
            <Customization_Category>Cops</Customization_Category>
            <Firearm_Damage_Multiplier>1.0</Firearm_Damage_Multiplier>
            <Color_Palette>NPC_Saints_Palette</Color_Palette>
            <behavior_override>Assault Bot</behavior_override>
            <Headshot_Multiplier>1.0</Headshot_Multiplier>
            <Persona_Override>Murderbot</Persona_Override>
        </Character>

And here's the spawn_info_ranks entry that goes with it:
Code:
    <Rank>
        <Name>Commando2</Name>
        <Hit_Points>3500</Hit_Points>
        <Knockdown_Points>3500</Knockdown_Points>
        <_Editor>
            <Category>Entries:Aliens</Category>
            </_Editor>
        <rank_numeric>0</rank_numeric>
        <type>specialist</type>
        <Melee_Damage_Modifier>1</Melee_Damage_Modifier>
        <Bleed_Out_Hit_Points>3500</Bleed_Out_Hit_Points>
        <per_team_info>
            <per_team_elm>
                <Team>Playas</Team>
                <weapon_loadout>
                    <weapon_loadout_elm>
                        <chance>100</chance>
                        <firearm>Murderbot_Minigun</firearm>
                        </weapon_loadout_elm>
                    </weapon_loadout>
                <personality_rotation>
                    <personality>gang offensive</personality>
                    </personality_rotation>
                </per_team_elm>
            </per_team_info>
        <Health_Pickups>
            <Min>2</Min>
            <Max>3</Max>
            </Health_Pickups>
        <attack_multiplier>1</attack_multiplier>
        </Rank>
 
Uuhhhmmm, how to do that exactly ? can u explain more plz ?

Download the program Notepad++ and Install it. Download the plugin XML Tools and open it with WinRar or 7-Zip, and extract everything inside there to your Notepad++'s plugin folder (Ex: C:\Program Files(x86)\Notepad++\Plugins). Run Notepad++ and open your file you want to merge. Click the top bar "Plugins" and select XML Tools > Pretty Print (XML only with line breaks ), Let it work (Should take some time). Save it, and redo the run Notepad++ through saving it on your second file you want to merge. Download Winmerge and open both files with winmerge. You should see at the top on the right a bit, two bars, one Orange and one Red, with an arrow pointing from one to the other, that arrow determines what data/values/text will overwrite from which document. After that, save it, and both the files should be identical, Use either one for Saints.
Pretty sure there's a tutorial around here somewhere, but that's the jist of it. (If you have any more questions, message me, I don't want to flood this thread with off-topic help)
 
Download the program Notepad++ and Install it. Download the plugin XML Tools and open it with WinRar or 7-Zip, and extract everything inside there to your Notepad++'s plugin folder (Ex: C:\Program Files(x86)\Notepad++\Plugins). Run Notepad++ and open your file you want to merge. Click the top bar "Plugins" and select XML Tools > Pretty Print (XML only with line breaks ), Let it work (Should take some time). Save it, and redo the run Notepad++ through saving it on your second file you want to merge. Download Winmerge and open both files with winmerge. You should see at the top on the right a bit, two bars, one Orange and one Red, with an arrow pointing from one to the other, that arrow determines what data/values/text will overwrite from which document. After that, save it, and both the files should be identical, Use either one for Saints.
Pretty sure there's a tutorial around here somewhere, but that's the jist of it. (If you have any more questions, message me, I don't want to flood this thread with off-topic help)

Thnx for your help. btw i had the notepad++ i used to mod with it but the plugins and the winmerge i knew nothing about it
 
Back
Top