Good vs. Evil

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,799
248
83 Downloading and using yet another version of FF somehow fixed the problem of the firefox I normally use.
Note that I restarted FF at least 3 times before I did that so restarting it shouldn't have been the fix.

Doing that did screw up my normal version a bit in term of preferences but nothing too major so....meh
 

duckfan77

Popular Member
Mar 18, 2013
80
683
118
84 Weird. I'm currently experiencing a bug where in one of my games sometimes the sound just gets deadened, and really quiet, then it comes back. No idea why, and it's only happening in it.
 

duckfan77

Popular Member
Mar 18, 2013
80
683
118
87 I'm glad this download sped up some time over the night. When I went to bed the download speed was under a tenth of a kilobyte per second for a 7.1 GiB file, with an ETA of 45yr. It's now 1 hr.
 
  • Like
Reactions: GamerwithnoGame

duckfan77

Popular Member
Mar 18, 2013
80
683
118
87 Does anyone else just cheat in the presses for AE2? I find the whole, go find them in a random meteor thing to be excessive and annoying, so I always just do, given I play single player.
 

LordPINE

Well-Known Member
Jan 2, 2016
345
249
69
88. Nah, I like making packs, so I generally just give them a recipe. Feels a bit more balanced. But I have to agree, the whole finding presses thing is a bit annoying, especially because of their random nature. Would be better if you could convert between them, I think.
 

GamerwithnoGame

Over-Achiever
Jan 29, 2015
2,808
1,507
224
87. I think the way I’d want to go with it would be to have each one require a special (and different) recipe to make the press. I’m thinking multiple different modpacks for integration. So it’s not TOO onerous, and they can be duplicated once made. Like maybe the logic processor press requires some redstone components, the calculation processor needs some more complex parts, and the engineering one needs heavy duty wiring or opencomputers parts. These are just off the top of my head, I’m sure I could come up with something better, but you get the idea?
 

LordPINE

Well-Known Member
Jan 2, 2016
345
249
69
88. That sounds quite cool, maybe I'll use something of the sort to tweak the presses in A Polychromatic World, my own pack. They would obviously be magical components in that case, but I like the idea.
 
  • Like
Reactions: GamerwithnoGame

duckfan77

Popular Member
Mar 18, 2013
80
683
118
89 That sounds interesting, but I generally just throw some mods together and play alone or with a small group of friends, so writing the recipes isn't really worth it. We've done it for decorative worldgen blocks before, and at one point I used the forestry mail system and some infinite storage drawers to be able to make it because minetweaker wasn't working. That was a while ago though.
 

GamerwithnoGame

Over-Achiever
Jan 29, 2015
2,808
1,507
224
89. Apart from vanilla potions? Hm. I don’t think nano bot beacons are still a thing in 1.12 Environmental Tech; I could be wrong.
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,799
248
88
Code:
lua: scripts/dbInserts.lua:249: attempt to concatenate field '?' (a nil value)
It should be an easy problem to solve, except that I'm not doing any concatenation on line 249 so....
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,799
248
90
I figured it out.
Code:
[[
some piece of of string
]] ..
something .. --this var was nil
somethingElse ..
test ..
[[
some other piece of string
]] --this was the line it complained about
 

GamerwithnoGame

Over-Achiever
Jan 29, 2015
2,808
1,507
224
89. Glad you figured it out, it’s annoying when you are trying to problem-solve and you can’t pin down where it’s going wrong.