Auto-Aiming & Loading Cannon Version 2 | ComputerCraft & Big Cannons | Minecraft Advanced Automation

Поделиться
HTML-код
  • Опубликовано: 22 дек 2024

Комментарии • 33

  • @f13isarealkey59
    @f13isarealkey59 4 дня назад +2

    A tip for creative mode: if you press space and shift at the same time, you can place against containers without flying up or down. Useful for placing lines of hoppers or such without needing a scaffolding block to stand on.
    I saw you were flying down when placing the creative crates, and thought you might not know

  • @GamezMK2
    @GamezMK2 6 дней назад +2

    Finally aim rewok tysm!

  • @UnrealPlane
    @UnrealPlane 7 дней назад +2

    love your work

  • @vfctffu3797
    @vfctffu3797 4 дня назад

    nice work working on my own version rn

  • @navi2davi170
    @navi2davi170 7 дней назад +2

    Omg that’s insane

  • @edujime23
    @edujime23 7 дней назад +3

    😮 my brain was still processing the first version

  • @wif1re
    @wif1re 4 дня назад

    Yoo, i would put that on my aircraft carrier and mess around with my friends. Cool build

    • @ZestyZaza15
      @ZestyZaza15 3 дня назад

      idk if that will work cause you have to set coordinates in a computer where the cannon is

  • @UnrealPlane
    @UnrealPlane 7 дней назад +5

    i'm curious if you can haven even more range by using expansion packs to the cannon mod

    • @navi2davi170
      @navi2davi170 7 дней назад

      @@UnrealPlane make it nethersteel for more range

    • @Turtlebot1
      @Turtlebot1  6 дней назад +3

      @@navi2davi170 Yeah looked into nether steel, in theory you can go more than 1000 blocks but its just not practical for everyday use with render distances so low

  • @ArmandBecker-Kristal
    @ArmandBecker-Kristal 3 дня назад

    Can you make a version of it but with a NETHERSTEEL cannon?

  • @_dyst
    @_dyst 2 дня назад

    hi bro, thats really nice. do you have de code just for the auto aim sistem somewhere? i was looking for it but couldnt find.

  • @deltariun6886
    @deltariun6886 3 дня назад

    Text has not loaded on signs when i placed the schematic, is there any fix or anywhere else i can get the data?
    Edit: I improvised and copied from the video but when I sent the message to fire it said cannon fired but did not fire.
    Edit 2: After some further testing i found out that the cannon would jam due to the machine only loading 2 charges, any way to fix this?
    Final Edit: Fixed all issues by adding a repeater to extend the signal that activates the deployers.

  • @ISHU_cute
    @ISHU_cute 6 дней назад +2

    can i somehow change coordinates of barrel to put it on train?

    • @Turtlebot1
      @Turtlebot1  6 дней назад

      Yeah, it’s not built in but if you stop the main computer and list the files (I think with ‘Ls’) there should be a cannon data file, just delete that and it should ask you again

    • @ISHU_cute
      @ISHU_cute 6 дней назад

      @Turtlebot1 okay thanks

    • @calebmorse3038
      @calebmorse3038 6 дней назад

      @@Turtlebot1 is there no way to determine the computer's local coordinates, its heading, and then use that to calc the cannon coords? Its not like the cannon's offset would change with one setup

  • @ZestyZaza15
    @ZestyZaza15 3 дня назад

    It works really well but just one problem. Every time after using the cannon system, you have to keep rebooting the top computer because it has an error after firing the cannon once, in order to fire again.

    • @Turtlebot1
      @Turtlebot1  3 дня назад

      @@ZestyZaza15 what’s the error you are getting?

    • @ZestyZaza15
      @ZestyZaza15 3 дня назад +1

      @@Turtlebot1 nvm it works entirely good now. Ima let you know if it happens again

  • @GamezMK2
    @GamezMK2 6 дней назад

    tablet dont load text. can uc copy it here?

    • @GamezMK2
      @GamezMK2 6 дней назад

      and 1 more what if i have bugged cabels(they just little cubes(replace dont fix it)

  • @TheNochtgamer
    @TheNochtgamer 4 дня назад

    wow

  • @Sodriono_
    @Sodriono_ 4 дня назад

    That sht look like gustav

  • @darth_dan8886
    @darth_dan8886 6 дней назад +1

    So how precise is it, really?

    • @Turtlebot1
      @Turtlebot1  6 дней назад +1

      @@darth_dan8886 For some shots, it will be right on the block. For others generally within 5 blocks? However this error in precision is due to how it calculates the cannons pitch by running a simulation in the main computer. If I write a better simulation script it can be every shot, within half a block precise. This is because the firing computer gives the aiming computer a pitch and a yaw, and it can get to that pitch and yaw to within 0.05 degrees. It’s just sometimes its calculated pitch is off.

    • @Turtlebot1
      @Turtlebot1  6 дней назад +1

      For example actually in the first clip. I told the cannon to fire right in the middle of the castles main room, and that was from about 300 blocks away. It was within 2 blocks

    • @darth_dan8886
      @darth_dan8886 6 дней назад

      @Turtlebot1 It's ever been my issue with aiming systems. The fact that I end up having to simulate and then dial it in, rather than solving for pitch and yaw...
      Is there a specific reason why your simulation is imperfect? Is it not one-to-one with the processing in the mod code?

    • @Turtlebot1
      @Turtlebot1  6 дней назад +3

      @ so yeah it is simulated on the code I could find with create mod big cannons, with a gravity per tick of 0.05, muzzle velocity of 40m/s*charges. However from the experiments I performed, sometimes the big cannons mod rounds certain numbers depending on certain angles and from what I could gather from others in the community sometimes the first tick of a shell life isn’t calculated properly, this could introduce an error of 40m/s*0.05 of non calculated time. I’m not too sure if that’s what affected it? I’m also not 100% if the cannon shell spawns at the base of the cannon or at the tip? Meaning a high pitch shot could possible add a few extra ticks of flight time? Decided I was close enough with my shots that this would do for now. If someone developer a precise function though which just outputs a yaw/ pitch and how many charges are required then that could easily be swapped into this code. Another observation I made, mainly with nethersteel cannons is sometimes shots would go left and right of the barrel? Even if the barrels facing dead center, so there might be a bit of randomness involved aswell? Didn’t observe that on this size cannon though

    • @Baneina
      @Baneina 6 дней назад

      @@Turtlebot1 There is definitely randomness involved. In fact, there's a setting that controls the randomness of cannons. When I wrote my aiming script I turned it to zero just to verify that my simulation worked, and I got the cannon to hit any block every time.

  • @operatorinmask4066
    @operatorinmask4066 6 дней назад +1

    We gonna play REDCON: ONLINE with this one!🗣️🥫🔛💥🔥💥🔥💥🔥