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.
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.
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).
Well I ain't no modder, that's for sure.I don't know, I haven't reviewed Idol's Sandbox+ yet. You should see if the files from both mods overlap each other.
Just one. Here's the entry: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.
<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>
<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)