Terraria Modding Tutorial || #3 - Custom Block & Tile!

Поділитися
Вставка
  • Опубліковано 19 гру 2024

КОМЕНТАРІ • 35

  • @afishperson
    @afishperson Рік тому +4

    Ay this is actually super useful, and way easier than I thought

  • @adamweinberger5618
    @adamweinberger5618 Рік тому +3

    This will totally help me make a prototype for my future mod. Thank you so much for this

  • @Ariston322
    @Ariston322 Рік тому +4

    I watched all your videos on creating a mod. Please make a detailed video of how to make your biome!

  • @wickoi9153
    @wickoi9153 Рік тому +1

    I really look forward to this series, thanks

  • @KingOganesson
    @KingOganesson Рік тому +3

    One quick question: how to you change required pickaxe strength to mine a tile?

    • @bokowo6269
      @bokowo6269 3 місяці тому

      MinPick = pickaxe strenght (200 for chlorophyte etc...);

  • @happyfishgaming68
    @happyfishgaming68 Рік тому +1

    nice tutorial, i just have two questions
    1: how do i make it so it can naturally generate, like an ore. and is there a way i can make it so it only generates after a certain goal is reached? (chlorophyte, titanium,)
    2: is there a way to make it so i can only break it with a high enough pickaxe power?

  • @smackaboo5066
    @smackaboo5066 Рік тому +1

    Hi, your tutorials have been really helpful! Do you know any Reddit thread/ UA-cam videos etc that cover mod dependencies, I want to make a mod that’s an addon to another mod and I’m trying to figure it out. Thanks!

  • @bigboom787
    @bigboom787 Рік тому

    Is there anyway you can show how to make a custom pet mod? Not minions but the non damaging pets that follow you

  • @filelost9194
    @filelost9194 9 місяців тому

    Do you happen to know how to make a tile spread?

  • @sammtavv
    @sammtavv Рік тому +2

    Super helpful as usual! By the way, how do you have all the auto-complete words? For example, how did "Main.tileBouncy[Type]" show up when you wrote just "Main"?

    • @ControlAltDefeat573
      @ControlAltDefeat573 8 місяців тому

      I’m pretty sure it’s one of the settings he changed in his video about setting up visual studio.

    • @sammtavv
      @sammtavv 8 місяців тому

      @@ControlAltDefeat573 yeah it's IntelliCode which is automatically downloaded with vs

  • @raymutan7041
    @raymutan7041 Рік тому

    hi there do u know how to add a custom armor set bonus where it summons a minion

  • @pnutbatter4601
    @pnutbatter4601 10 місяців тому

    U know how to do custom building?
    Ncp house, pool builder, hellevator, etc

  • @zassdio
    @zassdio Рік тому

    can you make a tutorial about adding a new theme to the main menu(or custom main menu background)? :)

  • @filipkolarik632
    @filipkolarik632 Рік тому

    how can i make a projectile place my block where it collided

  • @exoplayerhd7305
    @exoplayerhd7305 Рік тому

    I asked for this thank you!

  • @miraakyt9640
    @miraakyt9640 Рік тому

    can i ask i dont want be rude but if could be tutorial for 1.4.4 tmod loader about making accessories like mooncharm which forces those transformation on player.... i am unable to make anything and would take years i would learn code with my zero experience and its just for fun rp mod for my friend so i and her could use this way custom model... i am able to make myself later all graphics for it i just have no idea how to code it i just make baseline code to just create accessorie and make textures for it but its just dummy item with not sure with pernament textures for now and made out of just with workbench and simple dirt blocks... would be happy if that kind of tutorial would apear mainly i dont really see people to make this kind of obscure tutorials

  • @mateocanchi6682
    @mateocanchi6682 Рік тому

    YESSS NEW VIDEO!!

  • @franceschik1
    @franceschik1 Рік тому

    Hi Riptide, I was trying to create an edited version of a reskin pack that already exist, but I don't understand how set the male and female versions of the armors separately, the game loads the same sprite for both genders, how do I separate them?

  • @insurge3904
    @insurge3904 Рік тому

    Is there a mod that gives inf boss summons like you never run out of them like calamity

    • @ControlAltDefeat573
      @ControlAltDefeat573 8 місяців тому

      I think you can just make a mod, then copy the boss summons for the main game into the mod and set “consumable” to false.

  • @kennyzed2936
    @kennyzed2936 Рік тому

    First of I don't know anything about coding, I began a couple hours ago. But have a question. I want to have multiple .cs files in the items folder, but everytime I make e.g. a file for a Sword and one for a Bow, I get a error and the warning MSB3270. I really don't know what to now, cause I don't understand the instructions on the official support website. Can anyone help me?

  • @me7ton901
    @me7ton901 Рік тому

    Cool video, it helped me. Can you make a video on how to make a custom dimension and color of an element, as in the Calamity fashion?

    • @me7ton901
      @me7ton901 Рік тому

      That is, the rarity of the element.

  • @atoriel2090
    @atoriel2090 Рік тому

    Hello I'm having this error "The name 'ItemDrop' does not exist in the current context" can someone help me?

    • @atoriel2090
      @atoriel2090 Рік тому

      Quick fix, in the new 1.4.4 tmod loader import they removed this line.

    • @Pixz324
      @Pixz324 10 місяців тому

      Hey i got the same error and i just started, so what do i replace the itemdrop with?

  • @noroultra
    @noroultra 11 місяців тому

    please make a video that shows how to make a item that shoots a DEFAULT bullet please

  • @personajd9708
    @personajd9708 Рік тому

    hello, your tutorials help me develop in coding, but how to make my own boss?