Page 1 of 1

[0.12.x][0.12.4]Bob's Tech mod.

Posted: Fri Aug 07, 2015 6:22 pm
by bobingabout
This is a simple tech extension mod.
It adds an upgraded lab, with science pack 4.
It also adds an alien research lab with assorted science packs if Enemies mod is detected.

This mod is pointless without some of my others mods to make use of the additional science packs.

Also included here is my Research Progress Saver mod. It adds a script to back up progress of any technology research in progress, so if it is changed, the research is saved, and can continue from this point when you switch back.


Downloads:
v0.12.x
Latest: V0.12.4 - 7th November 2015
Dropbox Latest
Archive

As of 0.12.3, the Library Mod is required.


Research Progress Saver:
Latest: V0.12.2 - 8th May 2016
Dropbox Latest
Archive

changelog

Re: [0.12.x][0.12.4]Bob's Tech mod.

Posted: Fri May 06, 2016 11:43 pm
by bobingabout
Research progress save mod added to the post.

Re: [0.12.x][0.12.4]Bob's Tech mod.

Posted: Sat May 07, 2016 12:07 am
by steinio
:thumbs up:

Re: [0.12.x][0.12.4]Bob's Tech mod.

Posted: Sat May 07, 2016 1:45 am
by devilwarriors
bobingabout wrote:Research progress save mod added to the post.
Very nice! this should be in vanilla.

Re: [0.12.x][0.12.4]Bob's Tech mod.

Posted: Sat May 07, 2016 4:37 pm
by Pandemoneus
Hey bobingabout,
the tech save mod causes the game to error when trying to load a savegame that was saved with your mod in it. (Or in other words, if I load a savegame that didn't have techsave in it, it works, when loading a savegame with techsave, it crashes).
The error is:

Code: Select all

Unknown key:"Error while running the on_load: bobtechsave/control.lua:32: attempt to index global 'game' (a nil value)"
I am using my modpack: viewtopic.php?f=96&t=24889

Re: [0.12.x][0.12.4]Bob's Tech mod.

Posted: Sat May 07, 2016 8:05 pm
by steinio
Same here.

Does the on_load have game...?

Greetings steinio

Re: [0.12.x][0.12.4]Bob's Tech mod.

Posted: Sat May 07, 2016 9:48 pm
by bobingabout
steinio wrote:Does the on_load have game...?
Nope...
Pandemoneus wrote:

Code: Select all

Unknown key:"Error while running the on_load: bobtechsave/control.lua:32: attempt to index global 'game' (a nil value)"
It's even worse than it sounds, on_load doesn't actually even do anything, because the call passes a non-existant variable.

Re: [0.12.x][0.12.4]Bob's Tech mod.

Posted: Sat May 07, 2016 10:50 pm
by Pandemoneus
bobingabout wrote:
steinio wrote:Does the on_load have game...?
Nope...
Pandemoneus wrote:

Code: Select all

Unknown key:"Error while running the on_load: bobtechsave/control.lua:32: attempt to index global 'game' (a nil value)"
It's even worse than it sounds, on_load doesn't actually even do anything, because the call passes a non-existant variable.
I will try troubleshooting whether the bug is because of an interaction with another mod.

Re: [0.12.x][0.12.4]Bob's Tech mod.

Posted: Sat May 07, 2016 10:58 pm
by bobingabout
Pandemoneus wrote:I will try troubleshooting whether the bug is because of an interaction with another mod.
It isn't, it's because I'm a derp and I messed up.

I'm just uploading the fixed version now.

Try again with the latest version, and if it still doesn't work, then try debugging.

Re: [0.12.x][0.12.4]Bob's Tech mod.

Posted: Sat May 07, 2016 11:15 pm
by Pandemoneus
bobingabout wrote:
Pandemoneus wrote:I will try troubleshooting whether the bug is because of an interaction with another mod.
It isn't, it's because I'm a derp and I messed up.

I'm just uploading the fixed version now.

Try again with the latest version, and if it still doesn't work, then try debugging.
Yep, fixed now.

Re: [0.12.x][0.12.4]Bob's Tech mod.

Posted: Sun May 08, 2016 12:12 am
by bobingabout
Pandemoneus wrote:Yep, fixed now.
No it isn't! :o
I'm trying to track down another issue that seems to have cropped up.

Re: [0.12.x][0.12.4]Bob's Tech mod.

Posted: Sun May 08, 2016 1:14 am
by bobingabout
NOW it should be fixed...

Re: [0.12.x][0.12.4]Bob's Tech mod.

Posted: Wed Sep 21, 2016 3:23 am
by PantherX
Just wondering, now that 0.14.8 includes "Technology progress is preverved when the research is changed before it is completed" as part of the base game, does this mean that the Research in Progress mod is now no longer required?

Re: [0.12.x][0.12.4]Bob's Tech mod.

Posted: Wed Sep 21, 2016 9:35 am
by bobingabout
That's right. Assuming the functionality is correct, bobtechsave, AKA, Bob's Research progress saver, is no longer required. In fact, I'd recommend removing it because I can't predict how it will interact with the base game functionality.
I'm thinking of releasing an update that includes a < 0.14.8 tag, meaning if you use 0.14.8 or higher it should automatically be disabled.

Re: [0.12.x][0.12.4]Bob's Tech mod.

Posted: Wed Sep 21, 2016 9:53 am
by PantherX
bobingabout wrote:That's right. Assuming the functionality is correct, bobtechsave, AKA, Bob's Research progress saver, is no longer required. In fact, I'd recommend removing it because I can't predict how it will interact with the base game functionality.
I'm thinking of releasing an update that includes a < 0.14.8 tag, meaning if you use 0.14.8 or higher it should automatically be disabled.
Okay, thanks. I've removed it from my save and will see how it goes.

Re: [0.12.x][0.12.4]Bob's Tech mod.

Posted: Sat Dec 10, 2016 12:29 pm
by Recon777
I must be blind because I can't find the tech which unlocks the upgraded lab that allows use of the dark blue science pack.

Re: [0.12.x][0.12.4]Bob's Tech mod.

Posted: Sat Dec 10, 2016 4:09 pm
by bobingabout
Advaned research, has an icon of a blue light bulb. Requires Logistics 3.

Re: [0.12.x][0.12.4]Bob's Tech mod.

Posted: Sun Dec 11, 2016 1:49 am
by Recon777
Aha! Thanks. The blue lightbulb icon threw me. I was looking for something that looked more like the lab, or maybe the science flask. [blush]

Re: [0.12.x][0.12.4]Bob's Tech mod.

Posted: Mon Dec 12, 2016 8:48 am
by bobingabout
It's an old icon from the game before the 0.12 research graphics overhaul. I honestly can't remember what it was used for exactly, since it's been a while, but I think it was lab efficiency.