Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Sangar

Administrators
  • Content Count

    286
  • Joined

  • Last visited

  • Days Won

    34

Reputation Activity

  1. Upvote
    Sangar got a reaction from Buka in OpenPrograms   
    There is a Github organization named OpenPrograms which a couple of us use to share our OpenComputers related programs. Feel free to have a look, you may find something useful there! If you wish to contribute / have a repository in that Organization, just ask - either here or on the IRC.
     
    OpenPrograms on Github
    The OpenPrograms program list
  2. Upvote
    Sangar got a reaction from Creuilcreuil in Feature requests for OpenComputers   
    Please make sure your idea has not been submitted on Github before, when posting suggestions for OpenComputers itself here. In general, prefer to make feature requests for OpenComputers over on Github, unless the idea is still pretty vague and has room for a lot more discussion. Thanks!
  3. Upvote
    Sangar got a reaction from Fingercomp in OpenPrograms   
    There you go, made that screenshot just for you:

  4. Upvote
    Sangar reacted to EliteClubSessions in MineOS, operating system   
    MineOS is a GUI based operating system for the OpenComputers Minecraft mod. It has extensive customisation abilities as well as an app market to publish your creations among the OS community. For developers there is wonderful illustrated wiki with lots of code examples. List of main features:
    Multitasking Double buffered graphical user interface Language packs and software localization Multiple user profiles with password authentication Own EEPROM firmware with boot volume choose/format/rename features and Internet Recovery mode File sharing over the local network via modems Client connections to real FTP servers An internal IDE with syntax highlighting and debugger Integrated application and library App Market with the ability to publish your own scripts and programs for every MineOS user Error reporting system with the possibility to send information to developers Animations, wallpapers, screensavers, color schemes and huge customization possibilities Open source system API and detailed documentation How to install?
    The easiest way is to use default OpenOS wget script. Insert an OpenOS floppy disk to computer, insert an Internet Card, turn computer on and type the following command to install MineOS. You can use middle mouse button or insert key to paste it from cliboard:
    wget -f https://raw.githubusercontent.com/IgorTimofeev/MineOS/master/Installer/BIOS.lua /tmp/bios.lua && flash -q /tmp/bios.lua && reboot System requirements:
    OpenOS installed on Tier 3 HDD Internet Card Tier 3 GPU 2x Tier 3 RAM Tier 3 CPU Wiki:
    https://github.com/IgorTimofeev/MineOS/wiki
  5. Upvote
    Sangar reacted to MaximilianVINCENT in The thread about bragging and special thingers   
    I would like a Special Thinger™ as well.
     
    I have started and kept up a series of tutorials for OpenComputers, adding sorely needed documentation. Been active in finding bugs and suggesting features. I regularly check Reddit's FeedTheBeast subreddit and include information and assistance about OpenComputers where relevent. Do the same on these forums. Also really proud of my CompressCobble program. IGN is StoneNomad, requested color is 205 197 191: seashell 3 according to http://cloford.com/resources/colours/500col.htm
  6. Upvote
    Sangar reacted to Michiyo in The thread about bragging and special thingers   
    I want a Special Thinger ™!
     
    Author of OpenPrinter, and OpenLights with 600+ and 200+ downloads respectively. http://www.curse.com/mc-mods/minecraft/225127-openprinter and http://minecraft.curseforge.com/mc-mods/225225-openlights, I also contributed a bit to the IRC program
    OpenPrinter adds Text printers and scanners to the game, and OpenLights adds a colorable light block.
     
    I guess for color 255 0 0 (assuming that's Red
    IGN is MichiyoRavencroft
     
    Thanks, looking forward to my Special Thinger ™
  7. Upvote
    Sangar reacted to Vexatos in The thread about bragging and special thingers   
    Okay, here we are:
    I'm currently maintaing Computronics, a mod made by asie that adds ComputerCraft/OpenComputers integration to a lot of mods (15 to 20, can't remember) and adds a whole bunch of more or less interesting new blocks and items for those mods, especially OpenComputers. If you ever wanted to play your own music to other people using in-game tape drives, wanted to create your own highly secure money system using RSA codes, wanted to automate an entire Railcraft rail network using computers, this is a mod you might like. As far as I know, it's currently one of the largest OC addons out there.
     
    Regarding contributions to OpenComputers, well,
    I improved the pastebin program, adding the put and run commands I created the refuel program on request I created the go program for robots I created the note API for easy note/MIDI code/frequency conversion All those programs are built into OC now, but
    I also created the Song API which allows you to play whole songs using only the computers' beep sounds or, alternatively, the Computronics Beep Card. This API, among many, many other programs, can be found on OpenPrograms, an open place on the Internet I made where everyone may upload their OpenComputers programs to, think of it as a more organized and more permanent version of pastebin dumps, with the additional benefit of Version Control. For this place I also created OPPM, the OpenPrograms Package Manager, a nice program found on an OpenComputers loot disk which allows you to easily download and update those programs you find on OpenPrograms, but also some programs not found on there. It is designed to be as light as possible and currently fits into 17 kilobytes. Everyone may contribute to the packages it publicly provides, but it also allows local package registration. Obviously I created a few other OpenPrograms programs as well, like a very light BigReactors reactor control program. Also,
    I did quite a few miscellaneous fixes. This should be enough for now. Requesting special thinger™ No. (0.18, 0.95, 0.922). IGN is Vexatos (shocking, I know). Thank you very much.
    [/brag]
  8. Upvote
    Sangar reacted to Kodos in Hologram Editor   
    With the addition of 3D Printers, I'd love to see this expanded upon, and used as a 3D Print preview and creation system
  9. Upvote
    Sangar got a reaction from Totoro in OpenComputers v1.5.0   
    Mostly bugfixes since the beta. Changelog copied for convenience, because you really should read it. Really.

    READ THE CHANGE LOG!

    As always, remember to make a backup of your world before updating.

    Download on Curse.

    This update contains some major changes, so be sure to read the change log. Also, due to these changes, this version may have some neat new bugs hidden in it, in particular in the way robots' and drones' inventories work and how they interact with the world.
    Added: eeprom.getData/setData for storing a 256-sized byte array. Changed: Microcontrollers are now fully sided, i.e. they do not pass power, network messages or component access anymore. They can select to which sides they send network messages, however, allowing use as advanced switches. Changed: Internet card now uses userdata for opened connections. The internet library didn't change and remains backwards compatible. However, if you used the internet component directly, you'll need to adjust your code. Changed: Drones can now place blocks and break blocks that can be harvested by hand. Changed: Robot movement restrictions added. They have a limited flight height when in mid-air now (default is eight for now, may add upgrades to boost it). Their movement logic after a good amount of discussion can be summarized as such:Robots may only move if the start or target position is valid. The position below a robot is always valid (if it isn't solid). Positions up to flightHeight above a solid block are valid. Any position that has an adjacent block with a solid face towards the position is valid. Changed: Methods inserting into robot/drone inventories (*.suck()) will now prefer inserting into the selected slot over merging into an existing stack. Removed: computer.getBootAddress/setBootAddress, this is replaced by eeprom.getData/setData. The new Lua BIOS will provide a temporary fallback that uses the EEPROM's new methods. IMPORTANT: you will need to recraft your Lua BIOSes, the old ones will error. IMPORTANT ADDITIONAL NOTES
    This version should be world-compatible with 1.4, i.e. blocks and items should be safe. Computers will stop due to computer save-state incompatibility. You will also need to re-craft your Lua BIOSes due to a low-level Lua API change (the one that causes the save-state incompatibility). There were some changes to the Java API. I don't think many mods use the parts that changed, but you may encounter issues with those until they also update. The version for MC 1.8 should be considered beta, please report any issues with it over on Github!

    Click here to view the article
  10. Upvote
    Sangar got a reaction from Totoro in OpenComputers v1.4.4   
    OpenComputers 1.4.4 is now available. Mostly bugfixes.

    As always, remember to make a backup of your world before updating.

    For downloads see Curse.
    Added: Creative Drone and Microcontroller cases. Added: Preconfigured Robot, Microcontroller and Drone to creative tab (Microcontroller and Drone still need a programmed EEPROM to be put useful). Added: EEPROM cloning recipe (EEPROM + EEPROM -> 2x EEPROM with same data). If one is empty, the one with data is preferred. If both have data, the first one gets copied onto the second. Added: Waila options for toggling energy, address and component name. Added: eeprom.getSize, eeprom.getChecksum and eeprom.makeReadonly(checksum). Added: file:read("*n") implementation (thanks Soni). Changed: Coloring tooltips of devices according to their tier now. Fixed: robot.drain and robot.fill not always returning the amount transferred. Fixed: EEPROM being network visible. Fixed: EEPROM component proxy being fetched too early in flash.lua. Fixed: Inventory slot offset for tank controller upgrade. Fixed: NEI item hiding derp. Fixed: NPE in AE2 controller driver usage screen when AE2 channels are disabled.

    Click here to view the article
  11. Upvote
    Sangar got a reaction from Totoro in OpenComputers v1.4.3   
    OpenComputers 1.4.3 is now available. It brings drones and a tier two microcontroller, as well as some more mod integration.

    As always, remember to make a backup of your world before updating.

    For downloads see Curse.
    Added: Drones, less powerful but faster entity-based robots. Added: Access Points can act as plain access points now (i.e. you can disable them bouncing wireless messages they receive; they always acted more like repeaters before). Added: Tier 2 Microcontroller, most important differentiation is that it has a T2 card slot, so it can use bundled redstone, e.g. Added: World Sensor Card, integration for Galacticraft, allows reading atmospheric information. Added: Leash Upgrade, can only used by drones for now, allows drones to drag around animals. Added: API callback to allow the color of robots' power indicator (light strip). Added: Several blocks now have customized Redstone Comparator outputs, e.g. computers depending on whether they're running or not. Added: Several blocks now implement BuildCraft's IHasWork API, meaning similarly to how Redstone Comparators are powered you can now use gates' "Has Work" state in combination with these blocks. Changed: Faster GPU draw calls. Finally got around to do some proper testing and verified the old limits were a tad too conservative. It only took me a year! Fixed: Potential crash when starting a computer on older Windows systems. Fixed: Tier 2 redstone cards not being available if only a wireless redstone mod was present (but no bundled redstone mod). Fixed: Bugs discovered in the beta.

    Click here to view the article
  12. Upvote
    Sangar got a reaction from Totoro in OpenComputers v1.4.0   
    OpenComputers 1.4 is now available.
    Even more important than usual, remember to make a backup of your world before updating. Seriously. Do it.
    For downloads see Curse.
    VERY IMPORTANT
    You cannot downgrade to OC1.3, after loading your world in OC1.4, without losing converted blocks. To future-proof things, the way blocks are handled internally has been switched around a bit in 1.4. This means all of the old blocks have to be converted to the new format. For blocks that are in the world this happens automatically. For blocks in inventories, this also happens automatically if they are in a player's inventory. It's really not that big a deal, but I want to make sure you're aware of this, to avoid unnecessary confusion.
    Added: More NEI integration. When showing the usage information of an item (default is `U`, at least for me), for OC items there are now one or two new pages. One with a manual, describing the item, and one with API documentation (i.e. callbacks exposed by the component provided by the item). Added: `geolyzer.analyze` callback, allows reading more in-depth information on blocks directly adjacent to the geolyzer / robot / whatever the geolyzer is built into. Added: Database component; primarily used for AE2 export bus driver for now. Allows storing representations of item stacks to be referenced by other components. This was added to allow passing item stacks with NBT information to some callbacks without having to expose the actual NBT to scripts. Added: Password char support for `term.read` (e.g. `term.read(nil, nil, nil, "*")`). Added: Access lights to computer cases, disk drives and servers to indicate disk / floppy access. Added: Permission check when changing sign text via sign upgrade. Added: Better support for custom CPU architectures. In particular, when registered, OC's CPUs can be simply reconfigured to another architecture by shift-right-clicking them. Not that there are any released ones, yet, to my knowledge. Added: Logic to prevent putting components into devices where they could not be used anyway, e.g. redstone cards in tablets. Added: Wobbo's rc script system to OpenOS. Added: Loot disk with Magik6k's network stack. Changed: Integrated OpenComponents (interaction with other Mods). The OpenComponents addon is no longer required in OC 1.4 (on the contrary, it mustn't be present, because it uses the OC 1.3 API). Changed: Reworked power conversion. Different blocks now accept external power at different speeds. Check the tooltips! Changed: Reworked call limits. The speed with which certain operations can be performed in OC are controlled by "call limits", e.g. how many times per tick a computer may tell the graphics card to update. This is no longer per component but per computer now, and different CPUs have a different call budget - that means T3 CPUs are actually faster than T1 CPUs now. Changed: Improved and updated some third-party block drivers. Changed: The adapter now has an inventory with one slot, which can take certain upgrades such as the inventory controller, tank controller and sign upgrade. Some functionality previously provided out of the box is now only available via these upgrades when put in an adapter. Changed: Updated some mods' APIs. Changed: `robot.durability()` now returns a single number, 0 = broken, 1 = no damage. Internally this now uses handlers for specific mods' items. If you know of items from a mod that are not working as expected, let me know. Removed: MJ support. Fixed: Stuff. Probably. (Honestly, I can't remember if the recent fixes were fixes for changes introduced by 1.4, or something older...) Also, as the version bump implies, OC's API changed enough to break stuff using the OC 1.3 API. If you're a modder using the OC API and haven't updated already, please do so at your earliest convenience. If you're not a modder but know a mod uses the OC API and hasn't updated yet, please let the author know about the change. Most of the changes won't require a lot of adjustments; to make updating less frustrating, the things that have changed in the API are documented on the wiki.Click here to view the article
  13. Upvote
    Sangar reacted to Totoro in Hologram Editor   
    1) Install
    0.7.1: http://pastebin.com/LPb4FEv4
    0.7.0: http://pastebin.com/2kG4V3tB
    0.6.0: http://pastebin.com/bR33cXDU
    You can use internet card, and command:
    pastebin get LPb4FEv4 holo 2) What do you need
    a) Diamond Screen and Graphics card (for good resolution). Beginning from version 0.7.0 you can use a golden GPU card.
    Diamond processor (just faster; before OC 1.4 it's not important) 
    c) 2 Golden memory planks.
    d) Internet card (to get program from pastebin)
    e) Hologram projector (to preview your creation)
    f) other parts, any levels
     
    3) What can it do?
    This is a simple tool for hologram edition, viewing, saving and distribution (as `*.3d` or `*.3dx` files).
    You create hologram in layers. (48x32x48 voxels). You can switch between "Top", "Front" and "Side" projections. The editor can show additional layer as "ghost", for comparison between layers. By default this is layer "below" or "above" current.
    Also the editor allow you to use some hotkeys: '~' '1' '2' '3' for eraser tool or brushes, 'Del' to clear layer.
    3DX format is quite lightweight (around 1.4 kB for a complex model). Old 3D format is around 19kB per model, but is easier to parse.
     
    4) What does this look like?

     
    5) I just want to show my model, do I need a full editor tool for this?
    To "deploy" hologram (any computer, any components), you cant use small `show` tool:
    0.7.1: http://pastebin.com/1iW9fX7i
    0.7.0: http://pastebin.com/vvxKKGff
    0.6.0: http://pastebin.com/ggwXr81P
    pastebin get 1iW9fX7i show Usage:
    show filename[.3d/.3dx] [scale] 6) What do you think?
  14. Upvote
    Sangar got a reaction from Vexatos in OpenPrograms   
    There is a Github organization named OpenPrograms which a couple of us use to share our OpenComputers related programs. Feel free to have a look, you may find something useful there! If you wish to contribute / have a repository in that Organization, just ask - either here or on the IRC.
     
    OpenPrograms on Github
    The OpenPrograms program list
  15. Upvote
    Sangar got a reaction from wanwel in OpenPrograms   
    There is a Github organization named OpenPrograms which a couple of us use to share our OpenComputers related programs. Feel free to have a look, you may find something useful there! If you wish to contribute / have a repository in that Organization, just ask - either here or on the IRC.
     
    OpenPrograms on Github
    The OpenPrograms program list
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.