Page 1 of 1

0.12.10] Bob's plates (steel gear wheel bug)

Posted: Sun Nov 08, 2015 3:07 pm
by Pohybel
Hi i have problem i can't make a steel gear wheel i reserch it but i don't get it in craft gui menu and steel balls and bearing to ? :( i have factorio v 0.12.16

Re: 0.12.10] Bob's plates (steel gear wheel bug)

Posted: Mon Nov 09, 2015 10:28 am
by kovarex
Isn't it problem of the mod? Why is it in pending?

Re: 0.12.10] Bob's plates (steel gear wheel bug)

Posted: Mon Nov 09, 2015 11:08 am
by daniel34
Moved to Mod Compilations / Complete Overhauls (0.12) ‹ Bob's mods

Re: 0.12.10] Bob's plates (steel gear wheel bug)

Posted: Mon Nov 09, 2015 12:08 pm
by Boogieman14
Are you looking in the correct tab? Steel gear wheels aren't in the location where iron gear wheel is normally found. They're next to the bearings and such.

Re: 0.12.10] Bob's plates (steel gear wheel bug)

Posted: Mon Nov 09, 2015 1:05 pm
by bobingabout
I can't check from here, but, yeah, they should be in the Bob's Intermediates tab, a different one from the iron gear wheels.

Re: 0.12.10] Bob's plates (steel gear wheel bug)

Posted: Mon Nov 09, 2015 3:36 pm
by Pohybel
i know it should by in Intermediates tab, but it is not by there problem is i research all tech and then i mod my game so i thing this is not a bug question is what i should do now any command to reset tech or something i don't want start new game ? when factorio get over status mods problem has gone but now when you get update mods stop workin save not load and i get tired i think you know about that the dytech mod not work from 0.12.10+ and this is bug im from poland and i play in my language if thats possible.

Re: 0.12.10] Bob's plates (steel gear wheel bug)

Posted: Mon Nov 09, 2015 5:44 pm
by bobingabout
well, loading old games should work, there's a migration script to handle that. the following lines inside the migration script should turn on the mentioned recipes.

Code: Select all

  if force.technologies["steel-processing"].researched then
    force.recipes["steel-gear-wheel"].enabled = true
    force.recipes["steel-bearing-ball"].enabled = true
    force.recipes["steel-bearing"].enabled = true
  end
if you want to reset all techs... try the following (untested) in the console (Press the ~ key... if you're not using an american keyboard you may need to remap it to something else in the game options first)

Code: Select all

/c for index, force in pairs(game.forces) do for i, technology in pairs(force.technologies) do technology.researched = false end force.reset_technologies() end

Re: 0.12.10] Bob's plates (steel gear wheel bug)

Posted: Mon Nov 09, 2015 7:00 pm
by Pohybel
oh god it's black magic for my but, internet is magic book i learn hot to create lua and now i understand what code does it mean and i get steel gear very thanks :D i still have problem witch console i read this is not consol but source code ? anyway thanks again now i must do post about not working dytech core mod when i run game whith this mode i get error it start from 12.10v of game i see its language glitch can u tell my how to do print screen i know it"s call stupid but i have problem witch this
.

Re: 0.12.10] Bob's plates (steel gear wheel bug)

Posted: Mon Nov 09, 2015 7:45 pm
by bobingabout
Language bug confirmed if you use German... Will fix later.
As for DyTech... I do not know of this error. Tell me more?

Re: 0.12.10] Bob's plates (steel gear wheel bug)

Posted: Mon Nov 09, 2015 8:09 pm
by Pohybel
dytech bug.png
dytech bug.png (2.15 MiB) Viewed 20921 times
i get this when load saved game

Re: 0.12.10] Bob's plates (steel gear wheel bug)

Posted: Mon Nov 09, 2015 8:36 pm
by daniel34
Pohybel wrote:
dytech bug.png
i get this when load saved game
The problem is that DyTech hasn't been updated for 0.12.11 and later. You can either play your game without DyTech or go back to 0.12.10 with DyTech.
If you have more questions about DyTech, make a new thread here: https://forums.factorio.com/forum/viewforum.php?f=43

Re: 0.12.10] Bob's plates (steel gear wheel bug)

Posted: Mon Nov 09, 2015 10:30 pm
by bobingabout
Yeah, as the previous poster says, there were major script changes from 0.12.10 to 0.12.11.
That bug is related to DyTech trying to use 0.12.0-10 scripts on the 0.12.11+ version of the game.

Re: 0.12.10] Bob's plates (steel gear wheel bug)

Posted: Tue Nov 10, 2015 12:12 am
by Pohybel
Okey i can play without this mod, but i feel something missing when i play in factorio. First creatures is to easy when you get all weapons researched they only make kiss you ass, when i start game and i get standard wals and get bobs mod in first time when Behemoth Biter chases my and i get in base It looks like it rammed the wall and get smoke on the armor of fire it's looks awesome if they can be faster and get attack like remmed objects like i do use tank, it make more challenge, second is trains i mean eletric pole for trains like real life, i see mode give trains acumulator its good for start but for long way its limit why factorio should get limit? in fun trains in this game its very important things and last is road for car normal road witch two strips its good to someone get idea with sidewalk.

Re: 0.12.10] Bob's plates (steel gear wheel bug)

Posted: Mon Mar 21, 2016 11:45 pm
by Heli
I know its old post but I had the same bug after installing bobs mods after original research was done on factorio 0.12.26, steel processing was done but all steel tools,wheels could not be crafted. Resetting tech with command
/c game.player.force.technologies["steel-processing"].researched = false
and then researching it again fixed it.I hope it is of some help to someone :)

Re: 0.12.10] Bob's plates (steel gear wheel bug)

Posted: Tue Mar 22, 2016 1:44 am
by bobingabout
bobplates_base_0.12.0 migration script should fix this. I don't know why it doesn't work.

Re: 0.12.10] Bob's plates (steel gear wheel bug)

Posted: Thu Jun 16, 2016 1:13 pm
by Codex
Hi Bob,

I made a complete german translation for bobplates (others might also come).

Would you like to insert it into your mod?

Dropbox link:
https://dl.dropboxusercontent.com/u/9676854/de.zip


Cheers,
Codex

Re: 0.12.10] Bob's plates (steel gear wheel bug)

Posted: Thu Jun 16, 2016 1:14 pm
by Codex
Ah sorry... wrong place... I sent you a PM