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

DarkPikachu

Members
  • Content Count

    52
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by DarkPikachu

  1. I love this idea! heck, if an OS can be made for this to do something with a language as high-level as python, I could then have some real fun with this thing :3 I could probably go as far as hacking MC's GL-interface and adding my own characters to the game without OpenGlasses and all the unneeded management annoyances. (on a server with everyone watching me develop this stuff)
  2. mind my stupidity, but this means I only have to flash the eeprom once while editing a file on say, copy.com right?? a shared file on copy seems like a better idea for multiplayer rather than a local http server
  3. for those of you who want to use your favorite IDE, this script was designed so you could: 1) save your script from Sublime Text (or whatever IDE you use) 2) wait a few seconds for copy to update the file 3) reboot your PC, server, robot, drone, etc. the script will read the contents of your copy script from the (supplied) URL and dynamically execute the script while booting the device. script: local net = require("internet") local url = "https://copy.com/RyWyWEm8DCRzoKSt" -- edit with your script's shared link local script = "" for line in net.request(url.."?download=1") do
  4. The idea of this project is to literally write and program your own characters, kind of like designing a game. I don't have much progress on this as of yet, but I'll edit this later (if I can) if anyone knows of any resources to help me out, it would be much appreciated. currently the requirements are: - my request for a T3 drone (sadly you need to use a creative drone case for this) ^ the devs won't implement this, they think this (maxed) configuration is almost the same as a creative drone (I don't see the comparison) my request: - a server, which can hold 2 linked
×
×
  • Create New...

Important Information

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