-
Notifications
You must be signed in to change notification settings - Fork 63
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
The Ultimate Guide To Run The Turtle Gambit #40
Comments
as soon as I did yarn dev in the back end It opened up for a second then closed and I got this Error: net::ERR_CONNECTION_REFUSED at http://localhost:3000/ |
Moved to #42 |
you should add to the guide on how to empty the world.json file so that they don't get the wrong blocks i figured it out so that the world.json file should look like this (assuming you haven't already used it in a world of your own) : |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@HishTheBirb Please move this to #44 |
Why didn't it get pinned? Would be a good idea.. |
I had to (Currently not on my computer, I don't use Windows) |
How do I control the turtle? |
You can do it using wasd |
my terminal cannot find the dektop directory |
How can i make this work? |
Please see #54 |
Done |
Oh god gotta unsubscribe. So many e-mails :( |
so true |
What the heck I thought it unsubscribed, why did it not work :(
|
HAHAHAHAH Im sorry |
Moved to #55 |
TypeError: Cannot read properties of undefined (reading 'createCDPSession') i get this message when i use yarn dev, how do i fix this issue? |
Any Idea how to fix this? |
TypeError: Cannot read properties of undefined (reading 'createCDPSession') at App.init_ (C:\Users\user\Desktop\turtle-gambit\node_modules\carlo\lib\carlo.js:56:29) at Object.launch (C:\Users\user\Desktop\turtle-gambit\node_modules\carlo\lib\carlo.js:625:15) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) any ideas on how to fix this |
#65 plz help |
hi all I recommend using this fork: https://github.com/PrintedScript/turtle-control instead of the original ottomated version |
@PiersPikachu I fixed it by installing an older version of chrome (version 86 worked for me. I used this site for it, and found no problems, but still, be careful as always when downloading stuff from the internet: https://www.slimjet.com/chrome/google-chrome-old-version.php ). Hope this helps. Edit: little guide on wiping turning off autoupdates: https://browserhow.com/how-to-uninstall-google-chrome-and-wipe-data-completely/#delete-google-update-service-files and https://browserhow.com/how-to-uninstall-google-chrome-and-wipe-data-completely/#disable-google-update-task |
Will this work with the newer version of CC/CC: restitch |
when making another turtle, the new one doesn't know where it is and defaults to 0 0 0, any way to fix this? |
For me, it does work with CC: Restitched (Tested with Create Astral modpack, fabric in mc 1.18.2 by Laskyyy, which contains cc-restitched-1.100.8) |
Which Turtle gambit are we using? This one or the new one?
…On Tue, Jun 27, 2023 at 7:15 PM Yolopro177 ***@***.***> wrote:
TypeError: Cannot read properties of undefined (reading
'createCDPSession') at App.init_
(C:\Users\user\Desktop\turtle-gambit\node_modules\carlo\lib\carlo.js:56:29)
at Object.launch
(C:\Users\user\Desktop\turtle-gambit\node_modules\carlo\lib\carlo.js:625:15)
at process.processTicksAndRejections
(node:internal/process/task_queues:95:5)
any ideas on how to fix this
@PiersPikachu <https://github.com/PiersPikachu>
@reuban-bryenton <https://github.com/reuban-bryenton>
@TheRavenSeb <https://github.com/TheRavenSeb>
I fixed it by installing an older version of chrome (version 86 worked for
me. I used this site for it, and found no problems, but still, be careful
as always when downloading stuff from the internet:
https://www.slimjet.com/chrome/google-chrome-old-version.php ). Hope this
helps.
Edit: little guide on wiping turning off autoupdates:
https://browserhow.com/how-to-uninstall-google-chrome-and-wipe-data-completely/#delete-google-update-service-files
and
https://browserhow.com/how-to-uninstall-google-chrome-and-wipe-data-completely/#disable-google-update-task
Will this work with the newer version of CC/CC: restitch
For me, it does work with CC: Restitched (Tested with Create Astra
modpack, fabric in mc 1.18.2 by Laskyyy, which contains
cc-restitched-1.100.8)
—
Reply to this email directly, view it on GitHub
<#40 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFKSDGXULSFKOUE5ZI5N5M3XNNSP5ANCNFSM5EX6DGJQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
There's a new one? |
yes PrintedScript made a version that does not use Carlo, making it work on Windows |
How to run the Turtle Gambit
Prerequisites:
npm i -g typescript
(You may need to usesudo
if you are on linux))npm i -g yarn
(You may need to usesudo
if you are on linux))How to run it:
cd ~/Desktop/
(May depend on language) Windows:cd C:/Users/<Your Username>/Desktop/
(Replace<Your Username>
with your username)).git clone http://github.com/ottomated/turtle-gambit.git
.cd turtle-gambit/
.yarn
.cd frontend/
.yarn
.yarn dev
.cd ~/Desktop/turtle-gambit/
(May depend on language) Windows:cd C:/Users/<Your Username>/Desktop/turtle-gambit/
(Replace<Your Username>
with your username)).yarn dev
.ngrok http 5757
.http://
forws://
and put that link in line 598 ofturtle/startup.lua
.pastebin.com
and copy the entire content ofturtle/startup.lua
into it, then create a paste.pastebin.com/
CASE SENSITIVE.pastebin get <The Pastebin URL Letters> disk/startup
and thenreboot
.Note
I strongly suggest you also open the
world.json
file and replace its contents with{"world":{}}
before running the turtle gambit for the first time.If you have already ran the turtle gambit, don't worry, you can just stop everything, replace the file and start it all again.
If you need help do the following:
#
and a number wich can be found in your issue page)Edit: Wow this got pinned I feel special lol
The text was updated successfully, but these errors were encountered: