Recent content by Doodi94

  1. D

    Disabling reflection on empty map

    in the Sprite_Reflection section of the script, at the end just before : @sprite.src_rect = @rsprite.src_rect end end end you can add : if $game_map.map_id == 42 @sprite.visible = false end replace 42 by the id of the map you use your panorama on.
  2. D

    [Other Question] Removing default reflections

    in the Sprite_Reflection section of the script, at the end just before : @sprite.src_rect = @rsprite.src_rect end end end you can add : if $game_map.map_id == 42 @sprite.visible = false end replace 42 by the id of the map you use your panorama on.
  3. D

    Following Pokemon EX

    Hi ! I can't figure how to add move routes to Following Pokemon. I keep getting errors during the event I'm trying to use it. Could you help me
  4. D

    RGSS FmodEx extension

    Yeah that was the issue I found it too and forgot to come back and edit this response to the thread
  5. D

    [Scripting Question] Trying to make seasons change tilesets in v17.2 and need help

    Hi ! I'm working on Essentials V17.2 and it's not working I dont know why. I don't get any error message the Tileset just don't change.
  6. D

    RGSS FmodEx extension

    Hi ! Since I've put the FModex in my game I can't enter any Pokémon Center and I get this error message : [Pokémon Essentials version 17.2] Exception: FmodEx::Error Message: FMOD error! (23) File not found. Audio Modual:65:in `initialize' Audio Modual:65:in `bgm_play' Audio Modual:65:in...
Back
Top