[512x - 32x] OpenComputers [MC1.7 & 1.12]

Post a new thread here if you've made a BDcraft styled complete patch to fully support a Minecraft mod.
Post Reply 
User avatar
Former Staff
1033 Posts
 x 0

Post 03 Jan 2015, 14:41

Excellent work Grumpy, just amazing textures as always. And so fast!! :)
If you like our work please consider becoming a Supporter and get an ad-free experience.
User avatar
83 Posts
 x 3

Post 07 Jan 2015, 21:57

Whoot so freak'n awsome!! the only mod on our server that did not had bd textures!!! Thanks a lot;)

-- 07 Jan 2015, 22:56 --

Found a bug, water texture in pipe is off with opencomputers enabled!

Image
User avatar
BDcraft Web Admin
6590 Posts
 x 430

Post 07 Jan 2015, 22:00

Try restarting Minecraft. I somehow doubt OC can interfere with BuildCraft. It's just BuildCraft tanks/pipes have weird rendering issues.
Profile pic by TsaoShin: https://www.deviantart.com/tsaoshin
User avatar
83 Posts
 x 3

Post 07 Jan 2015, 22:15

Thanks that indeed fixed it! strange.

-- 07 Jan 2015, 23:15 --

And a request maybe change the screen background color to it's Original color black?

Is kinda hard to read while writing code.

Image
User avatar
Patch Creator
129 Posts
 x 6

Post 08 Jan 2015, 03:20

C4veman wrote:
Thanks that indeed fixed it! strange.

-- 07 Jan 2015, 23:15 --

And a request maybe change the screen background color to it's Original color black?

Is kinda hard to read while writing code.

Image
That's mostly because you're using a T3 screen, which has a higher base resolution than T1/T2 - to be able to read text directly from it, you either need to lower the resolution using the GPU component, or simply build a bigger multiblock screen since the display area is fixed. T3s are meant to display quite large things by default - falling back to a T1/2 is better if you just need to do some basic coding.

Right-clicking a screen with a keyboard placed next to it also brings up the full screen on your HUD, which is what you want to use when coding in-game. Trying to code directly from the screen block would be nuts.
HanFox wrote:
Try restarting Minecraft. I somehow doubt OC can interfere with BuildCraft. It's just BuildCraft tanks/pipes have weird rendering issues.
+1 to this, this has been an issue for as long as I can remember. It tends to happen to a lot of fluid tanks after you change/reload the resource packs in-game, with a restart solving it.

EDIT - Also, simpler way of changing screen resolution on-the-fly, run (for example)

Code: Select all

resolution 50 16
MC U/N: Grumpy_Pirate
User avatar
Former Staff
1033 Posts
 x 0

Post 08 Jan 2015, 13:30

@GrumpyPirate Mod updated, not sure if anything that needed texturing was added, but I thought I'd give you a heads up anyway :)
User avatar
Patch Creator
129 Posts
 x 6

Post 08 Jan 2015, 13:52

Thanks Aed - it looks like there might be a couple of new things looking at the github, so I'll take a look when I can. :)

As a sidenote, I've been really enjoying this mod in my current instance. I don't feel quite as bad about automating tons of magical crops having coded the entire setup manually, and watching robots whizzing around doing all the dirty work makes it so much more satisfying.
MC U/N: Grumpy_Pirate
User avatar
83 Posts
 x 3

Post 08 Jan 2015, 18:43

Haha same here, thanks for the headsup about the resolution. Already tried the resolution thingy but did not like it. So i altered your textures a bit so the screen front is black now. :)
User avatar
Patch Creator
129 Posts
 x 6

Post 08 Jan 2015, 22:49

Updated for OC v1.4.3.22 - added:
  • Drones (items/model/GUI)
  • Present
  • Leash Upgrade
  • World Sensor Card
MC U/N: Grumpy_Pirate
User avatar
288 Posts
 x 1

Post 09 Jan 2015, 17:09

Pst Grumpy, Thaumcraft needs you!
Post Reply