Bobplates Tin Masher 5dim incopatibility

Some mods, made by Bob. Basically streaks every Factroio-area.

Moderator: bobingabout

Post Reply
IG2
Burner Inserter
Burner Inserter
Posts: 19
Joined: Wed Mar 30, 2016 11:53 pm
Contact:

Bobplates Tin Masher 5dim incopatibility

Post by IG2 »

Hello Guys!

I just startet using the Bob-Modpack and ran into a Problem:

I am not able to build a standard Masher besaue of some small Tinplate incompatibility. I habe Tin plates markes as "bobplates" but it seems like i my Masher doesnt want those plates. I can also find other Tin plates from 5dim_ores. Is it possible to "convert" those or to get rid of the incompatibility?

Edit: Both kinds of plates show the same way of production.
Edit2: Deactivation of 5dim_ores made it possible to craft the Masher but i couldnt mash Tin anymore. After reactivating it, o hade two different types of Tin Plates.

Thanks in advance!


PS: Sorry for my english XD

User avatar
bobingabout
Smart Inserter
Smart Inserter
Posts: 7352
Joined: Fri May 09, 2014 1:01 pm
Contact:

Re: Bobplates Tin Masher 5dim incopatibility

Post by bobingabout »

The issue with the tin plates is a 5dim's error, He's looking into it apparantly.
The masher isn't one of my things either, so, I assume another 5dim error?
Creator of Bob's mods. Expanding your gameplay since version 0.9.8.
I also have a Patreon.

IG2
Burner Inserter
Burner Inserter
Posts: 19
Joined: Wed Mar 30, 2016 11:53 pm
Contact:

Re: Bobplates Tin Masher 5dim incopatibility

Post by IG2 »

OK, thanks.
But is it possible to reduce those 2 items to only one like with ores, which are working fine?

IG2
Burner Inserter
Burner Inserter
Posts: 19
Joined: Wed Mar 30, 2016 11:53 pm
Contact:

Re: Bobplates Tin Masher 5dim incopatibility

Post by IG2 »

It seems I solved the bug by replacing every "5d_tin_plate" inside the Mods folder by "tin_plate" like it is used in your Mods.

User avatar
bobingabout
Smart Inserter
Smart Inserter
Posts: 7352
Joined: Fri May 09, 2014 1:01 pm
Contact:

Re: Bobplates Tin Masher 5dim incopatibility

Post by bobingabout »

I think he said he was going to fix it himself in the near future.
Creator of Bob's mods. Expanding your gameplay since version 0.9.8.
I also have a Patreon.

aqmery
Manual Inserter
Manual Inserter
Posts: 1
Joined: Mon Apr 11, 2016 8:09 am
Contact:

Re: Bobplates Tin Masher 5dim incopatibility

Post by aqmery »

Which config files do i need to change to get this working, or can some one post the edited file so people can download it?

User avatar
bobingabout
Smart Inserter
Smart Inserter
Posts: 7352
Joined: Fri May 09, 2014 1:01 pm
Contact:

Re: Bobplates Tin Masher 5dim incopatibility

Post by bobingabout »

I think IG2 basically modded 5dim himself to fix the error.
This is an error in 5dim though, you really should be poking him for a fix.
Creator of Bob's mods. Expanding your gameplay since version 0.9.8.
I also have a Patreon.

Godred
Manual Inserter
Manual Inserter
Posts: 2
Joined: Thu Apr 14, 2016 7:16 pm
Contact:

Re: Bobplates Tin Masher 5dim incopatibility

Post by Godred »

Hey IG2 can you post a walkthrough on which mod folders you editted to make this work? This is like a huge stopping point for me since I really want those Electric Mk 2 Smelters but can't because of this issue. Crafting spd 3 would be great for my build. Less reliant on coal

ncc1702
Burner Inserter
Burner Inserter
Posts: 6
Joined: Sat Apr 16, 2016 1:10 am
Contact:

Re: Bobplates Tin Masher 5dim incopatibility

Post by ncc1702 »

I created a snippet of code you can add to bobplates_x.xx.xx/prototypes/recipe/plates-recipe.lua or to 5dim_ores_x.x.x/prototypes/tin-ore.lua that will enable you to convert from 5dim's plates to Bob's Plates using a smelter.

Code: Select all

  {
    type = "recipe",
    name = "tin-plate-convert",
    category = "smelting",
    subgroup = "bob-material-smelting",
    energy_required = 0.5,
    ingredients = {{"5d-tin-plate", 1}},
    result = "tin-plate"
  },
Alternativly I'd assume if you wanted to convert the other way you could add it as

Code: Select all

  {
    type = "recipe",
    name = "tin-plate-convert",
    category = "smelting",
    subgroup = "bob-material-smelting",
    energy_required = 0.5,
    ingredients = {{"tin-plate", 1}},
    result = "5d-tin-plate"
  },

Godred
Manual Inserter
Manual Inserter
Posts: 2
Joined: Thu Apr 14, 2016 7:16 pm
Contact:

Re: Bobplates Tin Masher 5dim incopatibility

Post by Godred »

ncc1702 wrote:I created a snippet of code you can add to bobplates_x.xx.xx/prototypes/recipe/plates-recipe.lua or to 5dim_ores_x.x.x/prototypes/tin-ore.lua that will enable you to convert from 5dim's plates to Bob's Plates using a smelter.

Code: Select all

  {
    type = "recipe",
    name = "tin-plate-convert",
    category = "smelting",
    subgroup = "bob-material-smelting",
    energy_required = 0.5,
    ingredients = {{"5d-tin-plate", 1}},
    result = "tin-plate"
  },
Alternativly I'd assume if you wanted to convert the other way you could add it as

Code: Select all

  {
    type = "recipe",
    name = "tin-plate-convert",
    category = "smelting",
    subgroup = "bob-material-smelting",
    energy_required = 0.5,
    ingredients = {{"tin-plate", 1}},
    result = "5d-tin-plate"
  },
Thank you! Works like a charm. Also works on multiplayer, now I can bask in the glory of 5.4 crafting speed with rank 1 raw speed modules.

Post Reply

Return to “Bob's mods”