• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Cyndy, May, Hero (Conquest), or Wes - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

[Scripting Question] fishing/surfing battle background

  • 23
    Posts
    9
    Years
    • Seen Nov 24, 2016
    Hi to all, there is a way to change the battle background when someone do some action such as fishing or surfing?

    if is possible i would can change the battle background when:
    -fishing
    -fishing while using surf
    -surfing
    -surfing in a cave

    is possible? anyone can help me please?
    i use luka's elite battle system https://www.pokecommunity.com/showthread.php?t=343665 )
     
    Last edited:
    Sorry vendily if that is a stupid post, i have see the wiki but i'm not very well with english and i gave problem to understand the wiki...

    If i have correctly understand i must do battleground and call it "battlebgFieldEve.png"... all this?
    (I not use base)
     
    Yes, it uses the field backdrop by default.
    If you have a map that is only water, you could set the BattleBack Metadata to Water.
    The default game comes with examples. The safari zone sets a BattleBack.
    Code:
    [068]
    # Safari Zone
    BattleBack=Forest
    MapPosition=0,12,12
    SafariMap=true
    Outdoor=true
    ShowArea=true
    And it uses battlebgForest.png, battlebgForestEve.png, or battlebgForestNight.png automatically.

    And don't worry about stupid post or not.
     
    sorry Vendily, but i done some wrong and i dont't understand what.
    i don't use time sistem (luka's script change color of map and produce time effect).
    I have a map, where i have grass, and a lake.
    the BattleBack in the map's metadata if battlebgForesta.png; how i must call thee battleback for surfing? thanks
     
    Back
    Top