Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Title Screen Effect Script Request!!!!

Ok, I have seen the title screen paradox script(Wyatt's) and the weather/fog/paradoxing (SephirothSpawn's) fog script.

However I'm at the point where I want to do a little more, I want to add like a character to the title screen being animated, Like while watching the sky as the title screen moves, different effects happen to the sprite in the background, like his hair is moving due to wind or him blinking in the background, simple stuff is all.
Has anyone developed this type of script?
 
Problem, it requires some sort of Stardard Development kit, Ive got the SDK 1.5, but it still won't work.

Error complains about this.

def init_tilemap
# Make tilemap
@tilemap = Tilemap.new(@viewport1)
@tilemap.tileset = RPG::Cache.tileset($game_map.tileset_name)
for i in 0..6
autotile_name = $game_map.autotile_names
@tilemap.autotiles = RPG::Cache.autotile(autotile_name)
end
@tilemap.map_data = $game_map.data
@tilemap.priorities = $game_map.priorities
end
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top