Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Correct Character Sprite Display
#5
Addendum: This is another script that performs the same function. It has some similar functions to my edit above, maybe improved.

Appearing over tiles is dependant on a terrain tag being visible instead of not, and events require a comment instead of being based on priority setting (normal_priority?). I want to edit this because it makes more sense to me to mark tiles that you want to appear over everything (high objects) than to mark tiles you want to appear in front of (a whole lot of ground level tiles).
Replacing terrain references with $game_map.terrain_tag(last_x, last_y) == UpperTerrain && $game_map.tile_id(last_x, last_y, 2) != 0 seems to do it, but I'm not why it still draws the upper dummy even on blank tiles. (Which may cause unnecessary lag?) I believe there are things I'm still misunderstanding about the conditions to draw the dummy area, this isn't the way to do it.
Events are a pain. Laggy. Better to set them <large sprite> on a case-by-case basis. Even then something is up somewhere. Hrmmm.

It also appears to not work on Victor Slant-script-altered followers in general??
Replacing an early line with return false unless @character.is_a?(Game_Player) || @character.is_a?(Game_Follower) seems to do it...
Reply }


Messages In This Thread
RE: Correct Character Sprite Display - by Taylor - 02-05-2014, 05:53 AM
RE: Correct Character Sprite Display - by Taylor - 02-05-2014, 10:17 PM
RE: Correct Character Sprite Display - by Taylor - 02-10-2014, 09:11 AM
RE: Correct Character Sprite Display - by Taylor - 02-10-2014, 11:20 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Character's Dash Animation kyonides 0 145 04-08-2024, 03:50 AM
Last Post: kyonides
   Aleworks Input Mouse Sprite Add-On DerVVulfman 2 858 09-21-2023, 02:56 PM
Last Post: DerVVulfman
   Set Map's Display Name ACE kyonides 0 738 12-16-2022, 09:44 PM
Last Post: kyonides
   Character Select Script Selwyn 3 9,559 03-07-2017, 04:14 AM
Last Post: JayRay
   ProjectMeLT XRXS - 5-6 Character Menu JackMonty 0 5,123 04-16-2013, 02:41 PM
Last Post: JackMonty
   Victor Engine - Character Control Victor Sant 0 4,671 01-04-2012, 09:54 AM
Last Post: Victor Sant
   Victor Engine - Character Effects Victor Sant 0 4,223 01-01-2012, 02:08 PM
Last Post: Victor Sant
   Main Character Select Screen Raziel 4 10,729 05-27-2010, 04:48 PM
Last Post: sakhawat21
   Change Name / Graphic or Zoom Character Graphic XP VX kyonides 4 7,675 03-04-2010, 11:23 AM
Last Post: Villain
   Battler Sprite Addons Kain Nobel 0 4,885 09-17-2009, 12:42 PM
Last Post: Kain Nobel



Users browsing this thread: