Jump to content




Nuclear Information Reader


9 replies to this topic

#1 TipTricky

  • Members
  • 24 posts

Posted 22 January 2013 - 06:15 PM

I play FTB and want to setup the reader for my nuclear reactor so i can see on the info i need to but i dont know how to do it theres no tutorials on the Nuclear Information Reader from misc peripherals that i can find. Can any one help me out?

#2 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 22 January 2013 - 06:26 PM

View PostTipTricky, on 22 January 2013 - 06:15 PM, said:

I play FTB and want to setup the reader for my nuclear reactor so i can see on the info i need to but i dont know how to do it theres no tutorials on the Nuclear Information Reader from misc peripherals that i can find. Can any one help me out?
The Misc-Peripherals thread is probably a better place to ask...

#3 TipTricky

  • Members
  • 24 posts

Posted 22 January 2013 - 06:27 PM

Already did. Thought maby some one here might have a quick tip

#4 3ydney

  • Members
  • 53 posts
  • LocationAdelaide, Australia.

Posted 22 January 2013 - 06:49 PM

Use ccSensors on a device (Like MFSU or a reactor)
You will get a Information card and then put that in a reader.


Source:

#5 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 22 January 2013 - 06:56 PM

View PostFreePaidRemake, on 22 January 2013 - 06:49 PM, said:

Use ccSensors on a device (Like MFSU or a reactor)
You will get a Information card and then put that in a reader.

View PostTipTricky, on 22 January 2013 - 06:15 PM, said:

I play FTB
need more be said?

#6 3ydney

  • Members
  • 53 posts
  • LocationAdelaide, Australia.

Posted 22 January 2013 - 09:28 PM

What?

Ill write a program for this after tea... (30mins)

What ccSensor are you going to be using?

#7 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 22 January 2013 - 09:52 PM

View PostFreePaidRemake, on 22 January 2013 - 09:28 PM, said:

What?
Ill write a program for this after tea... (30mins)
What ccSensor are you going to be using?
FTB doesn't have ccSensors... that was the point I was trying to get at... nothing except Tekkit has ccSensors...

#8 NeverCast

  • Members
  • 400 posts
  • LocationChristchurch, New Zealand

Posted 28 January 2013 - 01:26 PM

for i,_ in pairs(infos) do print(i) end

Still empty?

#9 Orwell

    Self-Destructive

  • Members
  • 1,091 posts

Posted 28 January 2013 - 01:32 PM

To elaborate, table.getn only returns the number of keys that are numerical and consecutive from 1 upwards. (Like an array would behave)

#10 NeverCast

  • Members
  • 400 posts
  • LocationChristchurch, New Zealand

Posted 28 January 2013 - 01:43 PM

function table.count(self) do
  local n = nil
  local i = 0
  while next(self,n) do
    n = next(self, n)
    i = i + 1
  end
  return i
end

local t = { "this"="example" }
print(table.count(t))






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users