-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Application or Documentation to Aid the Usability of the Program #1
Comments
I'm terrible that I haven't updated the README yet. Interest in the program will motivate me. I put a lot into making this and the video if you haven't seen it, and just got kinda burned out. I want to help tho! To get started you should go into your robot, and make a place for the lib
Due to a bug you'll also have to create some other folders manually:
Again, once I fix the but in init.lua this part won't be necessary. Then copy the init.lua file that's in the root of this repo into init.lua in the
The paste key depends on your platform. You can look it up in the keybindings, sorry I forget what it is. Now... you just have to run this init script to download everything. Go into the folder and call it like so:
This will download everything into the appropriate folders. In the future, to get the latest version of the code, you only need to run 'init.lua' with no arguments. It remembers which repo it came from. Now that the library is on your robot, you can use its programs. Each one has a
The builder program takes a --model argument to point to the model you want to build. To build your own model, once you generate the model file, just put it in the builder/models directory on the robot. If it's a very big model (like if each level is 100x100), it wont fit in your robot's memory very well, and if its really really big it wont even fit on the robot's disk drive -- so the builder program has ways of dealing with that. Take a look at the If I were you though I'd first make sure everything is working by having the robot build the If you want to build your own thing, the simplest way is just author a model file yourself. The levels are just ASCII text. If you want to convert an nbt into a model, you'll have to run the converter program that is in this repro. I didn't put very much work into making that program super easy to run by just anyone -- currently you'd have to know how to build the java program to even get started. I know all this is complicated sounding, but it's easy once you get started. This reply helps me because I can use it as a starting point for a proper read me :) I was really hoping the video would help get interest in the lib so that I could get the motivation to go the extra mile to make it easier to get started, easier to create model files, add how tos and examples and not to mention fix the setup bug. |
Thank you oh so very much for the prompt reply! I'll certainly use this information well. Please attempt to increase the accessibility of your .nbt to .model converter. I would very much appreciated that! Good luck on crafting an excellent, proper README and making the model files easier to make! I'm cheering for you! <3 |
Is there an installer to make these steps automatically ? |
No, there isn't. But it would be a nice project for winter season. |
As it says in the title, I need help getting your program to work. I'm trying to get a build of mine made into a model for use with the Generic Builder.
P.S. Here is the .nbt file, if you are curious.
Laboratory_0.0.1.zip
The text was updated successfully, but these errors were encountered: