- Sky
- Blueberry
- Slate
- Blackcurrant
- Watermelon
- Strawberry
- Orange
- Banana
- Apple
- Emerald
- Chocolate
- Charcoal
Kerbeeb
-
Content Count
8 -
Joined
-
Last visited
Posts posted by Kerbeeb
-
-
Hi, sorry for necroposting.
I am currently working on porting the MineOS gui lib to openos (I already have a working version but I have several bugfixes to port), I'll keep you updated on the progress. -
On 2/14/2022 at 3:40 PM, BrisingrAerowing said:
A relay system with multiple nodes (like Factorio Roboports) would probably work well. They could take in packages and sort them to send to other nodes.
This would work, but it'd be really expensive to do. I'll play around on a smaller scale.
-
Hi everyone,
I'm trying to make a drone delivery service which works using pickup points. The drone departs at the warehouse, then it has to travel 28 thousand blocks (And possibly even more) to get to the spawn and from there it will either move to the next pickup point and drop off the order there or it will drop it off at the spawn and return to the warehouse. The only problem is that i need a navigation system to send the drone to chosen pickup point, and it will have to charge several times on its way. How would i do this, knowing that even the biggest map possible would not be enough to navigate from the warehouse to pickup point?
-
No, it's not possible because:
First of all, you can't upload files to a lua bios
Second of all, ISO files are just disk copies, you don't boot from them. You flash them, then you boot it from the storage device.
Third of all, how are you expecting a minecraft mod to support actual ISO files/actual operating systems?
And last, opencomputers runs on lua. If you had a bootable operating system on a ISO, it's not gonna work on a minecraft mod.Also, the max size for OC HDD's is like 8096 kb or something, so sadly it's not possible.
Cool idea tho.
-TrueDuck
-
Hi everyone,
I'm trying to make a drone delivery service which works using pickup points. The drone departs at the warehouse, then it has to travel 28 THOUSAND BLOCKS to get to the spawn and from there it will either move to the next pickup point and drop off the order there or it will drop it off at the spawn and return to the warehouse. The only problem is that i need a navigation system to send the drone to chosen pickup point, and it will have to charge several times on its way. How would i do this, knowing that even the biggest map possible would not be enough to navigate from the warehouse to pickup point?
a framework to create GUIs easily outside MineOS?
in Requests
Posted
Here you go.
https://github.com/ApelSoftCorp/LibGrapes
Here's the documentation:
https://github.com/IgorTimofeev/MineOS/wiki/GUI-API