Thread Rating:
  • 10 Vote(s) - 4.9 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 H-Mode7
I'm trying to use a sprite that faces 24 directions, but it's working funny o_O
I've put this next to the other dirs in the script:
Dirs[24] = [20,21,22,23,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19]

(As per the order of directions in the sprite below)
And the sprite looks goods if it stays still and I just rotate the camera. But the direction it's facing is only dependent on the camera, not the way it's walking o.O It's sort of strafing.
??? o.O
http://img.photobucket.com/albums/v283/c...4_dirs.png
Reply }
I have problem when add Universal Message System script in this demo: character does not in center of screen anymore,help me

[Image: hmode7_center1.jpg]

[Image: hmode7_center2.jpg]
Reply }
ChainsawTaft > that's because the first four patterns must be the classic ones : down, left, right and up (that wasn't well explained indeed).
And if you use 24 directions, the height of your charset must be divisible by 24 (yours was 636 -> 636 / 26 = 26.5).
I resized your image to a height of 648 px, and using :
Dirs[24] = [0,19,20,21,22,23,2,4,5,6,7,8,3,9,10,11,12,13,1,14,15,16,17,18]
[Image: Shell_24_dirs.png]
it seemed to work correctly.

finalholylight > around the beginning of "HM7 MODIFIED CLASSES" you'll find :
Code:
if defined? Game_Player::CENTER != nil
      self.hm7_center_y = Game_Player::CENTER
    else
      self.hm7_center_y = 240 - 16 << 2
    end
Instead, just keep :
Code:
self.hm7_center_y = 240 - 16 << 2
(and I don't know what the purpose of the constant CENTER... seems unused ?)
Some scripts :
Working on :
Reply }
I'm trying to use a script, it will makes a pokemon follows you.
but when the player is at a map with Hmap the pokemon doesnt show. (with Hmode scripts intoo the sript editor)
but when the player is at a map without 3D i can see the pokemon (with Hmode scripts intoo the sript editor)
Pleasse help me!

Picture:
http://img59.imageshack.us/img59/6921/bugiy.png

Script:

.txt   script.txt (Size: 19.65 KB / Downloads: 10)





P.s maybe you need to read this code in mozilla firefox.
Reply }
Hello again MGC. the next version of the h-mode 7 you could make the tiles, rather than their black or get cut, translucent and stay we can regulate how they would be translucent?
Here is my tip!
Bye!
Reply }
renekokkie > try this (paste it below the other scripts) :

Content Hidden

Raphael Rpg Games > It's even harder to have translucent pixels than normal ones, because in that case the pixel is a combination of multiple data. But I'm aware that the cut is a problem.
Some scripts :
Working on :
Reply }
(03-15-2012, 08:34 PM)MGC Wrote: Raphael Rpg Games > It's even harder to have translucent pixels than normal ones, because in that case the pixel is a combination of multiple data. But I'm aware that the cut is a problem.
so that make it normal, I hate cut elements, even black or no black cut, it makes map ugly.
And one more idea, can you make a 3d look in next version , like this:
[Image: ex_3d_look.jpg]


Reply }
So you can have the camera out instead of entering the tilesets (thereby making the tiles become cut or black), her ally zoom, as if she were being sandwiched by the player and the tileset? Or, make the camera go up the tile, but without losing sight of the player? Another thing too, you could do with the tiles were like dry boxes, you know, as if only they were given forms the textures, the same trees 3D!
Reply }
finalholylight > Adding a vertical vanishing point is too much work, and I don't know how to do it without a hell of lag.

Raphael Rpg Games >
Quote:So you can have the camera out instead of entering the tilesets (thereby making the tiles become cut or black), her ally zoom, as if she were being sandwiched by the player and the tileset? Or, make the camera go up the tile, but without losing sight of the player

You can already play with the [C1] and [C2] options, but modifying the slant angle is an interesting idea.
Some scripts :
Working on :
Reply }
Glad you liked the idea! Laughing
But you could also zoom ultilizar idea!
Pay attention:
This is a normal picture without zoom! Now I will bring the character to the screen!
[Image: hvdrwo.jpg]
In this image, zoom increased toward the character so that the camera does not enter the walls and they would not be black, ie, the camera did not follow the movement of the screen, but shifted (increased zoom) until the character!
[Image: 24nqhpf.jpg]
This command could be activated by the command [Z] (zoom) the name of the map like this:
Castletown [HM7] [# 55] [Z]!
Hope you enjoyed the ideas given! Winking
See Ya!
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   H-Mode7 maps in RMVX Ace MGC 5 39,448 12-29-2018, 05:04 PM
Last Post: Kamillo
   H-Mode7 Visual Equipment Chaotech Games 8 34,682 03-30-2017, 01:58 AM
Last Post: wrathx
   H-Mode7 Caterpillar Chaotech Games 8 17,298 03-10-2017, 12:19 AM
Last Post: Lizzbutt
   Lycan ABS / MGC Mode7 Edit Patch DerVVulfman 2 8,381 10-18-2015, 07:12 PM
Last Post: DerVVulfman
   Lycan Enemy Bars / MGC Mode7 Edit Patch DerVVulfman 0 5,281 06-12-2014, 04:05 AM
Last Post: DerVVulfman
   MGC's Mode7 Edit DerVVulfman 0 5,069 06-12-2014, 03:49 AM
Last Post: DerVVulfman
   Mode7 MGC 1 9,742 12-30-2013, 05:43 AM
Last Post: DerVVulfman
   H-Mode7 / UMS Patch DerVVulfman 1 6,378 07-29-2012, 04:12 AM
Last Post: MetalRenard
   H-Mode7 maps in RMVX MGC 1 13,802 03-11-2012, 02:25 AM
Last Post: scaldwellhu
   Zenith TBS / MGCaladtogel's Mode7 Patch DerVVulfman 0 8,163 03-05-2008, 06:24 PM
Last Post: DerVVulfman



Users browsing this thread: