Space Engineers
Няма достатъчно оценки
ModAdjusterV2 User guide
От Stonelords
A Basic Guide on how to use the ModAdjusterV2 to edit mods with out reuploading mods
   
Награда
Добавяне към любими
В любими
Премахване от любими
What is ModAdjusterV2
this guide is on how to make mods that edit other mods using this mod https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3017795356

ModAdjusterV2 is a mod that allows other users to edit settings with out having to reupload modders assets like scripts, models and textures and so allow them to have mods with the settings they want with out breaking steam workshop guidelines by making what is essentially a dummy mod that has the changed settings in it and will override the mod one on world load.

It would also help looking at these guides on sbc modding first just so you have a basic understanding how it works in SE

https://github.com/THDigi/SE-ModScript-Examples/wiki/Quick-Intro-to-Space-Engineers-Modding

https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2292841964
Software
The only software you would require is a text editor a popular choice is is Notepad++
https://notepad-plus-plus.org/
Setting up the folders
Firstly you want to go to "%AppData%\SpaceEngineers\Mods" .


Create a new folder and name this whatever you want the name the folder anything though id recommend something like " "copied mod name" Config change (ModAdjuster)" This way people know which mod you adjusted and as well it using the ModAdjuster so it less likly to be flagged and taken down for copyright. For this example i will be editing the advanced power mod


Next you going to want to make a folder inside that and call it "Data" and then make another folder in there called "ModAdjuster"


Getting the Mod Files
First you want to goto the mod on the workshop and click share then copy the number at the end of the link this is the mod id which you use to find it in your files.


Next you want go to your "SteamLibrary\steamapps\workshop\content\244850" and in here search for the mod id that you got from the workshop


Now in the mod you going to want to only go into the data folder and find the .sbc files that have the settings you want to change and copy and paste them into your "ModAdjuster" folder
Changing the .sbc to work with ModAdjuster
Next change the file extensions on all your copied .sbc files to .xml


Now create a new .txt file called "ModAdjusterFiles"


then open the text file and put each one of the copied .xml files in one per line and then save that


now you can open the xml files with a tool like notepad++ and make the edits to them as you want.

Note:
Delete all the enterys except for the lines you are changing and the key information like defintions and subtype and typeid this help it load the world faster.
Uploading it to the work shop
Now to publish the mod you want to load up Space Engineers and go to new game/ custom world/ mods and then select your mod and in the bottom right it will say publish click that and it will publish the mod


Next on the workshop you will want to add both the original and the modadjusterv2 mod as dependency by clicking Add/Remove Required Items and finding them in the list of subscribed items i recommend add the mods as favourites to make them easier to find



and that it you are now done just add this mod to your worlds and it automatically add the others and make the changes you set
16 коментара
Godimas 10 ноем. в 9:05 
@Stonelords appreciate the reply. After much fiddling, I have it working. I don't think it should work, but it is for some reason so im not going to question it, lol
DisasterAhead 9 ноем. в 6:29 
turns out yes you can
DisasterAhead 9 ноем. в 5:57 
Ok, another question. Would I be able to use modadjuster to make edits to vanilla sbc files? I'm assuming no, but I figured there was no harm in asking.
anzellott 8 ноем. в 18:42 
Nvm I found it, I had to have a world with the mod open in order for the folder to load in the content folder, my bad lol
anzellott 8 ноем. в 18:10 
I can't find the 244850 in the content folder for the workshop folder, it only shows a folder called "4000". How do I fix it, or get the 244850 folder?
Stonelords  [автор] 8 ноем. в 12:39 
yeah you can change components
DisasterAhead 8 ноем. в 12:37 
You are able to change what components something needs with ModAdjuster, right? I've been trying to change the components required for the frameshift drive mod, but for reasons I can't figure out, it refuses to take the components from my file instead of the mod itself.
Stonelords  [автор] 6 ноем. в 10:53 
no i dont know both mods effect the hud so im guesting there some wierdness maybe with how mod adjuster your better asking the maker of mod adjuster or one the devs of the other mods since i have little expirence with HUDs
Godimas 5 ноем. в 17:08 
Question for you
We are using Hud Modern Fancy, and Eat, Sleep, Drink, Repeat on our server
I edited ESDR with ModAdjuster as instructed, and it seems to work, BUT when I actually use the mod Hud Modern Fancy stops working for some reason. When I swap back to the original ESDR everything is fine again. Any idea what might be happening?
Kham 23 окт. в 9:00 
Haha hadn't even realised the guide was by a different user than the mod. My eyes failed me.
I'll have to run some checks then, looks like the fields I edit aren't on the list of things it can't do so that's interesting.