• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Discussion] For people that creates pages from script, tutorials and tools

Canal_do_Lontra

Oshawott uses Razor Shell
  • 208
    Posts
    5
    Years
    people that creates pages from script, tutorials and tools, pls, this session indicates that it has tutorials, but when I go there it don't have any tutorial for eesentials v18, pls can you make tutorials like "how to change the battle ui", "create new abilities" and other tutorials for pokemon essentials v18?
    (I am always with problems in changing things for essentials v18, always I go here to got help, but pls, make tutorials for v18)
     
    people that creates pages from script, tutorials and tools, pls, this session indicates that it has tutorials, but when I go there it don't have any tutorial for eesentials v18, pls can you make tutorials like "how to change the battle ui", "create new abilities" and other tutorials for pokemon essentials v18?
    (I am always with problems in changing things for essentials v18, always I go here to got help, but pls, make tutorials for v18)

    I didn't see this post, sorry.
    The tutorials exist; for example check the docs for creating a new ability. However, of course, these tutorials don't go into details. You have to figure out the details yourself. How? Well, let's say you want to make an ability that activates when the Pokémon switches in. Think of other abilities that activate when the Pokémon switches in. Maybe Intimidate, or Drought, or whatever. Then you search :INTIMIDATE in the code, see where it is used, figure out what code is relevant for you, and copy/modify that code.
    That's how it works: the docs give the general idea, and then you have to get inspiration from existing stuff to figure out the details.

    Generally, you'll have to look for tutorials by yourself. General ressources include:
    • The Pokémon Essentials Docs.
      (Just Google "pokémon essentials XXXX" with XXX being the thing you want).
      It basically explains everything you need to know about Essentials. It's not exactly a tutorial, but a documentation, in the sense that it explains what exists and how to edit PBS files. It won't contain information on how to edit the Battle UI for example.
    • Thundaga's Youtube Channel, and more precisely, his tutorial playlist.
      Love this guy. He has a lot of videos in which he shows how to pretty much do anything in a fangame (except making fakemons). He even has a video on how to edit Battle UI. Be careful though, most of his videos will probably be deprecated as the tutorials were made for Essentials v17. But if you're smart, you can probably adapt everything he says.
    • (broken link removed)
      This site contains tutorials + a lot of ressources. Seriously, it's a gem.
    • This forum.
      Yes, this part of the forum is for scripts and tutorials, but most resources are scripts. It happens. It would probably be interesting to make a social study on why most tutorials are everywhere but on this forum.
     
    Back
    Top