RepairArcFurnaceOre(This is working. Now added inside ‘XModsInOne’ mod)
When ore is smelted in "ArcFurnace", gases from the ore come out with a temperature of 0C, and ArcFurnace itself heats the ore up to 5000C!
This mod slightly corrects this injustice and increases the outlet temperature of the gases to the minimum melting temperature of the corresponding ore.
That is, for example, when iron ore is smelted, gases with a temperature of 800K are released, and when biomass is burned – 580K.
—
WARNING: This mod will not work unless you install BepInEx 5.x[github.com]. Read how to install BepInEx scroll down.
—
The mod is ONLY for BepInEx.
Sourced included (folder Src).
———————-
При плавке руды в "Дуговой печи" из руды выходят газы с температурой 0С, а сама "Дуговая печь" нагревает руду до 5000С!
Этот мод немного исправляет эту несправедливость и увеличивает температуру газов на выходе до минимальной температуры плавления соответствующей руды.
То есть, например, при плавке железной руды выделяются газы с температурой 800К, а при сжигании биомассы – 580К.
———————-
- Click BepInEx 5.x[github.com]
- Download the appropriate zip file, x64 for Windows, unix for Linux/Mac.
- In Steam right click on Stationeers, hover the mouse over "Manage" then, click on "Browse Local Files".
- Copy/extract the contents of the zip folder into your Stationeers directory.
- You should end up with a BepInEx folder inside your Stationeers directory like:
- Run the game once. Then exit. This will initilize BepInEx creating some new folders.
- Navigate to the BepInEx folder in your Stationeers directory.
- You should have "plugins" and "patchers" folders inside that directory like:
- Now we have to jump through some hoops to get BepInEx to work with Steam Workshop. To tell BepInEx to look in our workshop folders we need to make a symbolic link to that folder. A symbolic link is like a advanced shortcut. You only need to do this once to get all BepInEx workshop mods to work.
- Navigate to the plugins folders inside the BepInEx folder in your Stationeers directory.
- Copy the path to the plugins folder.
- Now run the command prompt as an administrator.
- Windows: Right click on the start menu, and select "Command Prompt (Admin)"
- Mac: Click the Launchpad icon in the Dock, type Terminal in the search field, then click Terminal.
- Linux: press the Ctrl+Alt+t keys at the same time.
- Type the drive letter of the Stationeers folder, followed by a : and press enter.
- Type cd follow by a space, then paste the copied path to the plugins folder and press enter.
- Now we need to find our workshop folder for Stationeers.
- From the Stationeers folder, navigate up (the up arrow by to the left of the path) to the "common" folder, then up again to the "steamapps" folder
- In the "steamapps" folder, click the "workshop" folder, then the "content" folder, then the "544550" folder. Ex: SteamLibrarysteamappsworkshopcontent544550
- Now copy the path of the "544550" folder.
- Now we make the link.
- Windows: Back in the command prompt type mklink /D workshop " then paste the 544550 folder path, type another " and press enter.
- Linux/Mac: In the termal type ln -s "paste/path/to/544550/folder" "paste/path/to/plugins/folder"
- Repeat steps 10 to 24 for the StationeersBepInExpatchers folder. Hint, you can press the up arrow a couple of time to repeat the mklink command.
- The end result should look something like: