Jump to content


Russoul's Content

There have been 13 items by Russoul (Search limited from 29-March 23)


By content type

See this member's

Sort by                Order  

#151024 Add A New Api(java)

Posted by Russoul on 29 October 2013 - 04:33 AM in Ask a Pro

Ok. Can someone help with turtleupgrades ?



#151011 Add A New Api(java)

Posted by Russoul on 29 October 2013 - 01:38 AM in Ask a Pro

API should interact with minecraft thread (mod, like openperipheral) . Actually what I need : ihostedperipheral interface in cc api has callmethod method that provides with icomputeraccess . I need to create JAVA API which will act like peripheral that is included in every pc from start, like os .



#150925 Add A New Api(java)

Posted by Russoul on 28 October 2013 - 01:39 PM in Ask a Pro

I need to create API (java) , like os, rednet, etc . Not a peripheral or turtleupgrade . How can i do it ?



#142397 Tile Duplicative Information

Posted by Russoul on 30 August 2013 - 01:24 PM in Peripheral Help and Discussion

Thanks got it. SOLVED



#142063 Tileentitycomputer To Icomputeraccess Or Icomputeraccess From Id

Posted by Russoul on 28 August 2013 - 07:24 AM in Peripheral Help and Discussion

Is there a way to get IComputerAccess by passing TileEntityComputer or by computer enique ID . I need all possible ways of getting IComputerAccess



#142056 Tile Duplicative Information

Posted by Russoul on 28 August 2013 - 05:48 AM in Peripheral Help and Discussion

My goal is to coordinates free get a ComputerCraft pc via a peripheral that is connected to a player via username of a player .
my Peripheral - http://pastebin.com/W66mqwrE
my Tick handler - http://pastebin.com/43YfR7NZ
my mod - https://dl.dropboxus...s%20mod.zip(you will need a lot of external mods :

required-after:powersuits;required-after:complexmachines;required-after:Mekanism;after:PowersuitAddons;required-after:ComputerCraft;required-after:OpenPeripheral"
To launch mod drop this - https://dl.dropboxus...ToolModel.class to Powersuits jar/net/machinemuse/powersuits/client/render/item

all works fine BUT if i have 2 or more of these peripherals ComputerCraft event goes only to the first pc(that was activated before athers)
Any help ?



#141314 Usage Of Iluacontext

Posted by Russoul on 23 August 2013 - 06:02 AM in Peripheral Help and Discussion

Im making a peripheral that will be waiting for a key pressed by the player who placed this peripheral .
The method will be like rednet.receive (int timeout) so its gonna wait till a key is pressed. I found out that this function was added in 1.55 (ILuaContext) but I dont really get how to use it . When I try to add this to my code , in minecraft when I type in this method and start a computer all forge stuff , mods freeze . I also heard smth about lua thread safety maybe it is the cause . Anyway I need HELP



#136045 [mc 1.6.x] Openperipheral

Posted by Russoul on 26 July 2013 - 04:04 AM in Peripherals and Turtle Upgrades

No ! No magic . I found that . But it's too complicated for me :(



#135911 [mc 1.6.x] Openperipheral

Posted by Russoul on 25 July 2013 - 01:57 PM in Peripherals and Turtle Upgrades

Hey ! I have a little question . How does your remote work ? How did you pass a distanse check ? I thought you were using a fakeplayer but i did not find it in your classes



#133812 [mc 1.6.x] Openperipheral

Posted by Russoul on 16 July 2013 - 01:31 AM in Peripherals and Turtle Upgrades

Can you realese your preview builds for 1.5.2



#133228 [mc 1.6.x] Openperipheral

Posted by Russoul on 13 July 2013 - 06:49 AM in Peripherals and Turtle Upgrades

I have a great idea for your mod . CC has itself key event . You can try to add it to your glasses . So the event will be fired by a terminal bridge and all information about the player and a the key that was pressed will be send to the computer that is connected to term bridge . With this we could control anything in real time by pressing any keys on our keyboards ! Awesome idea !


It would be someting like a digging machine from powercraft but much more better ...



#132553 [mc 1.6.x] Openperipheral

Posted by Russoul on 10 July 2013 - 02:43 AM in Peripherals and Turtle Upgrades

Hi ! With your preview2 i can't make glasses bridge work . Maybe you have changed their mechanics . Can you help with this ?



#130614 [mc 1.6.x] Openperipheral

Posted by Russoul on 01 July 2013 - 12:21 PM in Peripherals and Turtle Upgrades

Hi ! I am really so excited by the glasses you made , they are awesome . But I have installed powercraft mod and then your glasses stopped working . No errors and crashes when i try to use bridge peripheral it just doesn't show me text abd boxs . Can you deal with it ?