Jump to content




[MC 1.7.10] [CC 1.65] Immibis's Peripherals


432 replies to this topic

#21 ETHANATOR360

  • Members
  • 423 posts
  • Locationyour hardrive

Posted 01 September 2012 - 09:15 PM

 FuzzyPurp, on 01 September 2012 - 02:05 PM, said:

 ETHANATOR360, on 01 September 2012 - 01:09 PM, said:

 immibis, on 01 September 2012 - 02:31 AM, said:

 ETHANATOR360, on 01 September 2012 - 02:03 AM, said:

i got a crash when installing
Spoiler
can i fix this or will i have to get rid of some mods?

That's a RailCraft crash...
so will i have to get rid of railcraft because it worked fine until i put the addon in the mods folder

You're not using ccARP addon are you? Currently contains old apis for buildcraft, railcraft etc
no im not using that so it must be a railcraft incompadibility

#22 ETHANATOR360

  • Members
  • 423 posts
  • Locationyour hardrive

Posted 01 September 2012 - 09:28 PM

 immibis, on 01 September 2012 - 01:32 PM, said:

 ETHANATOR360, on 01 September 2012 - 01:09 PM, said:

 immibis, on 01 September 2012 - 02:31 AM, said:

 ETHANATOR360, on 01 September 2012 - 02:03 AM, said:

i got a crash when installing
Spoiler
can i fix this or will i have to get rid of some mods?

That's a RailCraft crash...
so will i have to get rid of railcraft because it worked fine until i put the addon in the mods folder
Remove whichever you want less for now, and ask in the RailCraft forum or thread. I'm sure CovertJaguar will fix it.
is there any way you could fix the incombatibility on your side because i dont have a minecraft forum account
EDIT: oops double post

#23 immibis

    Lua God

  • Members
  • 1,033 posts
  • LocationWellington, New Zealand

Posted 01 September 2012 - 11:01 PM

 ETHANATOR360, on 01 September 2012 - 09:28 PM, said:

 immibis, on 01 September 2012 - 01:32 PM, said:

Remove whichever you want less for now, and ask in the RailCraft forum or thread. I'm sure CovertJaguar will fix it.
is there any way you could fix the incombatibility on your side because i dont have a minecraft forum account
EDIT: oops double post
This mod doesn't do anything with RailCraft, but I will post this in the RailCraft thread for you.

#24 ETHANATOR360

  • Members
  • 423 posts
  • Locationyour hardrive

Posted 02 September 2012 - 01:56 AM

thanks

#25 Skiouros

  • Members
  • 15 posts

Posted 02 September 2012 - 01:58 AM

Very nice, this should make things more interesting on my server.

#26 immibis

    Lua God

  • Members
  • 1,033 posts
  • LocationWellington, New Zealand

Posted 02 September 2012 - 02:54 AM

49.0.1:
* Fixed crash when selecting the mod in the mods list.
* Added optional maximum range parameter to reader.scan

See the OP for more details about the range.

#27 FuzzyPurp

    Part-Time Ninja

  • Members
  • 510 posts
  • LocationHarlem, NY

Posted 02 September 2012 - 07:28 AM

I'm getting the railcraft crash too. I doubt CovertJaguar will fix something for RC 1.2.5, can't this be fixed on your end, So we can use both together now?

Works now, by doing what you asked below. Not sure if im breaking something with RC now.

Edited by FuzzyPurp, 02 September 2012 - 08:11 AM.


#28 immibis

    Lua God

  • Members
  • 1,033 posts
  • LocationWellington, New Zealand

Posted 02 September 2012 - 07:59 AM

 FuzzyPurp, on 02 September 2012 - 07:28 AM, said:

I'm getting the railcraft crash too. I doubt CovertJaguar will fix something for RC 1.2.5, can't this be fixed on your end, So we can use both together now?
I can't fix it without any idea what causes it, and it's in Railcraft's code.
Someone said making Immibis Peripherals load after Railcraft fixes it. Try renaming the file to start with z.



49.0.1 for Bukkit re-uploaded to fix a serious problem where users would be disconnected and be unable to reconnect if they crafted or spawned either card.

#29 rhyleymaster

  • Members
  • 186 posts
  • LocationCanada

Posted 02 September 2012 - 11:33 PM

RFID? Everyone should get one on your server witht here ID on it :D/>

#30 rhyleymaster

  • Members
  • 186 posts
  • LocationCanada

Posted 02 September 2012 - 11:35 PM

Also, RFID stands for Radio-Frequency IDentification.
Bet ya didnt know that? (Not you immibis, people reading.)

#31 xuma202

  • Members
  • 288 posts
  • LocationBonn Germany

Posted 03 September 2012 - 12:16 PM

Can you add a card that combines the RFID and the Mag Card. So that it can hold 2 values and can be read wirelessly and with a Mag-reader?

#32 mrgreaper

  • Members
  • 88 posts

Posted 03 September 2012 - 05:57 PM

awsome addon thankyou

the code im using to read the rfid is

local reader = peripheral.wrap("right")
while true do
local event,arg1,arg2,arg3 = os.pullEvent()
reader.scan(3)
if event == "rfid_detected" and arg1 == "oursecretpass" then
rs.setOutput("bottom",true)
sleep (3)
rs.setOutput("bottom",false)
else
end
end

is there anyway i can change it so that for as long the rfid with the corract password is present the door is open but the minute its not detected the door shuts?

#33 xuma202

  • Members
  • 288 posts
  • LocationBonn Germany

Posted 03 September 2012 - 06:48 PM

If you add a unique id that is unchangabe to the Cards that could be read it would be possible to save the cards agains forgery. So you can create save Access area systems.

#34 FuzzyPurp

    Part-Time Ninja

  • Members
  • 510 posts
  • LocationHarlem, NY

Posted 03 September 2012 - 07:40 PM

changing the name of the zip(so it loads after railcraft) worked :D/>

#35 Spice-King

  • New Members
  • 6 posts

Posted 04 September 2012 - 03:02 PM

I got an idea, if you don't mind. How about adding a security code to the cards? Something like this should work, where perp is a wrapped reader or writer:

perp.setSecurityCode("security code") -- Code defaults to "" on both the readers/writers and the cards, all old cards are set to "" as well.

If the codes don't match then the card just won't show up or have random junk and writes will return a failed event for each writer.

#36 Xfel

    Peripheral Designer

  • Members
  • 515 posts

Posted 04 September 2012 - 04:27 PM

I'd rather think that you just have to come up with your own solution for it. Hacking and security protection are an important part of cc after all.

#37 immibis

    Lua God

  • Members
  • 1,033 posts
  • LocationWellington, New Zealand

Posted 06 September 2012 - 02:19 AM

 xuma202, on 03 September 2012 - 12:16 PM, said:

Can you add a card that combines the RFID and the Mag Card. So that it can hold 2 values and can be read wirelessly and with a Mag-reader?
What would you use it for?

 mrgreaper, on 03 September 2012 - 05:57 PM, said:

is there anyway i can change it so that for as long the rfid with the corract password is present the door is open but the minute its not detected the door shuts?
Yes. I won't give you the exact code, but here's a hint: Make a function that scans and returns true if the card was in range, or false otherwise.

CovertJaguar told me what causes the Railcraft crash. 49.0.2 should fix it.

#38 xuma202

  • Members
  • 288 posts
  • LocationBonn Germany

Posted 06 September 2012 - 04:24 PM

 immibis, on 06 September 2012 - 02:19 AM, said:

 xuma202, on 03 September 2012 - 12:16 PM, said:

Can you add a card that combines the RFID and the Mag Card. So that it can hold 2 values and can be read wirelessly and with a Mag-reader?
What would you use it for?


The RFID cards are great for tracking people but the problem is you can't create good door locks with them since you don't know if the person really want's to go through the door. If you combine them you could track people and have a door card. Also you have more data that you can store and the card is more secure because you could build on the fact that the two values have to correspond.

#39 BigSHinyToys

  • Members
  • 1,001 posts

Posted 06 September 2012 - 05:34 PM

 xuma202, on 06 September 2012 - 04:24 PM, said:

The RFID cards are great for tracking people but the problem is you can't create good door locks with them since you don't know if the person really want's to go through the door. If you combine them you could track people and have a door card. Also you have more data that you can store and the card is more secure because you could build on the fact that the two values have to correspond.
the range can be set now so you can make the door only open when the player is close to it.

#40 Leo Verto

  • Members
  • 620 posts
  • LocationOver there

Posted 06 September 2012 - 05:51 PM

Made a little more complex code using a 2 group system, I have a piston bridge and an up/down hidden piston thingy, the detector is right above the tunnel.
Any idea why this doesn't work?
Spoiler






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users