RimWorld

RimWorld

863 ratings
Mines 2.0
2
3
10
5
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.2, 1.3, 1.4, 1.5, 1.6
File Size
Posted
Updated
22.444 MB
31 May, 2021 @ 1:42pm
23 Jul @ 1:41am
34 Change Notes ( view )

Subscribe to download
Mines 2.0

Description
Description
This version of Mines mod makes it possible to mine resources added with mods

The Mines, a place for your pawns to excavate the treasures of the earth.
This is a remake of the mod from AngleWyrm to version 1.3.

Adds a new building to the game - a mine in which you can mine all the available ores and rocks from the main game and mods. This mine is essentially a resource generator, which greatly simplifies the game, it can disrupt the game balance and be too OP.

You need "Minecraft" research to build Mine.

You don't need to download WexMan's version of Mines for this to work.

Big NEWS
There is a mod now called Choose Your Recipe. Which lets you disable some recipes from your workstations. I didn't tested it but it should work with Mines!

Planned
-Adding options to disable some ores and rocks. Can be DONE with above mod ^
-Patch for material mods to make them mineable after researches. The way mod operates makes it harder. DONE but you have to create your own xml files
-Maaybe fix rocks breaking game balance by filtering them out from general multipliers. DONE

About No Bills Issue
This mod generates bills from other mods by patching them after they load. If there is a mod in your modlist that changes the mod load order (like BetterLoading) it can most likely cause no bills to show up on your mines.
Also "Alpha Implants" can be breaking it too. Try to place it after this mod, if its breaking your game when its on top... or the other way around...

Original mod is at: https://ludeon.com/forums/index.php?topic=34231.0
and at: https://github.com/AngleWyrm/Mines/releases/tag/17-8-17

Savegame compatible. Just make sure to backup your save and remove Mine building before removing the mod.

Adding your own resource recipe
<li Class="MinesAutomatedExtension.MineableSettings"> <researchPrerequisites> <li>MinesAutomated_ResearchProjectDef_minecraft</li> </researchPrerequisites> <workOffset>200</workOffset> <mineableYield>1</mineableYield> </li>
Adding this codeblock in <modExtensions> block of the ThingDef of resource you want to add as recipe will allow the item to be mined. You can edit;
-Research prerequisites. If you want item to be mineable after a certain research.
-Amount of work for resource to be produced.
-Amount of resource that will be produced.
(Note that these settings will not be affected by general mod settins nor will have options to be changed in game.)

Updates
1.6 Update

20.04.2024 - 1.5 Update
-Done by Scorpio. Thanks.

07.11.2022 - 1.4 Update
-Done by Scorpio. Thanks.

05.06.2022 - Big Update ig.
-You are now able to disable the stone chunks. I have big hopes for it to solve wealth problem. If it doesn't please comment.
-You are now able to add your own resources that doesn't have mineable sources. Mines 2.0 Extension mod is integrated in main mod.

21.05.2022 -
-Mines are now rotatable. I am not an artists but I hope you like other textures.

24.09.2021 -
-Fixed wealth tab. But unfortunately this only fixes new games, not the games that already have this bug.
-Updated 1.2 version too.

20.09.2021 - a.a.a.smol Update (I should clean this)
-Added option to disable logging. ( The thing appears in debug log at the launch of game)
-Fixed the issue with special characters in resource names. (ex. "(")

19.09.2021 - smol Update
-Fixed missing resources.
-Betterloading makes some bills disappear for some reason. Statist is looking in to it.

14.09.2021 - another smol Update
-Recipes not appearing should be fixed now.
-Name change, so that people don't confuse "automated" part of the mod.
-1.2 support added

14.09.2021 - smol Update
-Same name resources from different mods are showing up now.
-Harmony need removed from About.xml. It won't ask for it.

13.09.2021 - BIG Update
-Code rewritten from zero by StatistNo1
-New mod settings
-No more Harmony needed

[github.com]

[discord.gg]

Credits
AngleWyrm - For this awesome mod.
WexMan - For updating it to 1.2.
StatistNo1 - For rewriting the mod from 0.
Jacque Pott - For this awesome extension.
Scorpio - For updating this mod to 1.4 and 1.5.

Special Thanks
SirLalaPyon for this awesome texture.
Rebel_Rabbit for letting me use it and making it possible to update mod.
StatistNo1 for rewriting the mod from 0.
Popular Discussions View All (4)
44
6 Aug @ 10:18am
Bugs
StatistNo1
1
10 Sep @ 5:32am
Steam keeps downloading 1.5 version of the mod
Leutian Kane
1
26 Jul @ 5:11pm
Using <ModExtensions> Throws Red Error on Load if youve added it to another ThingDef.
Leutian Kane
600 Comments
ThatFatGuyML 5 Oct @ 11:31am 
ty Cain

and thats fine, I'm used to the old Mine mod.
Cain  [author] 5 Oct @ 10:18am 
There is a button in settings to enable stone chunks. But it is high likely that it will break your wealth. It is related to how stone chunks wealth is calculated by the game. Think of it like that your map is made of granite and limestone and lacks sandstone. So if you get sandstone to your colony it is very valuable. I didn't pry deeper to how the calculation works but be careful.
UEemperor 5 Oct @ 5:44am 
Aaaaand yep all working fine now. Thank you!
UEemperor 5 Oct @ 5:32am 
Gotchu. I missed this part. Will repost once tested.
ThatFatGuyML 5 Oct @ 3:44am 
UEmperor

as it says above, you have to load it *before* the mods conflicting

especially Alpha Implants
UEemperor 5 Oct @ 12:54am 
Hello, question.

Im having an issue where the mine doesnt show any bills (whether chunks or minerals).

Its loaded last after every content mod, I have a lot of mods, yes, what im trying to ask here is "what could be messing with it?"
ThatFatGuyML 4 Oct @ 7:27am 
is there a way to add the basic stones (Granite, Limestone, Sandstone, Marble, and Slate, maybe Vacstone) to this mode? the OG mines one had it but I cant seem to get both working
Leutian Kane 12 Sep @ 2:16am 
otherwise you get red errors saying it cant find this or that if something isnt installed thats patched , its a lot less effort than using MayRequire for every patch.
Leutian Kane 12 Sep @ 2:15am 
because i use load Folders so it only loads certain folders if certain things are loaded and if not it loads a different folder.
Cain  [author] 11 Sep @ 10:59pm 
Why do you have a patch in multiple folders? Doesn't it usually work if its only at one place?