• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Forum moderator applications are now open! Click here for details.
  • 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.
A
Reaction score
0

Profile posts Latest activity Postings About

  • Hey! I definitely have some tips!
    Mapping:
    Try to start out with small simple maps. Don't have a lot of empty open spaces. And rarely ever put the same tile of decoration next to each other (to avoid that blocky look).

    Scripting:
    Start out with PKSV, it comes with script generators! Trust me, at first scripting may seem or look hard, but after a while of using the generators to study the commands and of mixing and matching commands, I no longer need them now!
    #dyn 0x800000
    #org @offset
    '------------------------------------
    'Script Tiltle
    '------------------------------------
    msgbox @text ' The text the sprite will say to you.
    callstd msg_faceplayer ' The sprite will face you when speaking to you.
    applymovement (sprite number in hex) @move ' The sprite will move accordingly.
    pauseevent 0x0 ' Always needed after applymovement.

    #org @text
    = (Insert your text here)

    #org @move
    = (You would put things like look_up run_right and such).

    This will be the basis for most of your scripts! The more commands you you know, the more you can mix and match to make even more complex events!

    Also, feel free to ask for help anytime and also what helped me when I first started was by reading at least one thread of a topic each day in the tutorial section. Before you know it, things would be second nature to you.
  • Loading…
  • Loading…
  • Loading…
Back
Top