Thread Rating:
  • 10 Vote(s) - 4.9 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 H-Mode7
#21
I most likely see it only being for RPGMaker XP as his previous Mode7 systems have been exclusively XP.

(01-30-2011, 01:00 PM)Argami Wrote: And how many hight levels can I get? 2or 3?

How high can the textures be?

Not including the map's own heightmap, Map tiles (such as walls) can be up to 32pixels in high. And since you have a upper/lower level system, you can stack one wall tile on top of another. In that respect, you could have a wall two tiles high. Again, not including the map's own heightmap.

Now, you CAN place a map event on top of these, thus making it 3 tiles in height. But you wouldn't want to use map events as tiles as large number of events in a single map can cause undo lag. So right now, you can go 2 tiles (or 64px) in height with no problem.

Up is down, left is right and sideways is straight ahead. - Cord "Circle of Iron", 1978 (written by Bruce Lee and James Coburn... really...)
[Image: QrnbKlx.jpg]
[Image: sGz1ErF.png] [Image: liM4ikn.png] [Image: fdzKgZA.png] [Image: sj0H81z.png]
[Image: QL7oRau.png] [Image: uSqjY09.png] [Image: GAA3qE9.png] [Image: 2Hmnx1G.png] [Image: BwtNdKw.png%5B]
Above are clickable links

Reply }
#22
DerVVulfman Thanks, I finally got a height of 3 levels.

I have another questionSweat:
Hmaps can modify the textures?
I made a 3-level home. The first two are the walls, and the third is the roof. If I have the house without the roof, texture looks good; but if I put the roof, texture is distorted. What is the problem?
Here is a picture of the problem:
[Image: comparaciont.jpg]
Reply }
#23
DerVVulfman Wrote:I most likely see it only being for RPGMaker XP as his previous Mode7 systems have been exclusively XP.


Exactly, but when the script is in a more stable version, it will be possible to create a tool to import RMXP HM7 maps into RMVX (like the one for the FPLE).

DerVVulfman Wrote:How high can the textures be?

Not including the map's own heightmap, Map tiles (such as walls) can be up to 32pixels in high. And since you have a upper/lower level system, you can stack one wall tile on top of another. In that respect, you could have a wall two tiles high. Again, not including the map's own heightmap.

Now, you CAN place a map event on top of these, thus making it 3 tiles in height. But you wouldn't want to use map events as tiles as large number of events in a single map can cause undo lag. So right now, you can go 2 tiles (or 64px) in height with no problem.


You can combine the lower part with the ground (instead of transparent areas) to have a third height.

Argami Wrote:Hmaps can modify the textures?
I made a 3-level home. The first two are the walls, and the third is the roof. If I have the house without the roof, texture looks good; but if I put the roof, texture is distorted. What is the problem?

That's because your roof is a slope, and pixels are determined by independent columns, using the max altitude of each column. Imprecision due to rounded values give this result.

You can try to make 4-sided roofs to get rid of this.
[Image: roof.png]




EDIT 09/02/2011 - Version 1.2 :

Mainly fixed the transparency and the blend types for events.
Now heightmaps must be placed in a "Heightmap" folder.

Some scripts :
Working on :
Reply }
#24
First and foremost, I want you to know I am a long-time fan of your work with Ruby and RPG Maker XP. I honestly think you are about the craziest developer ever to mess with the program, to an extent only matched by Behemoth, the creator of the RPG Maker XP raycasting engine.

Since we are on the subject, I think your new project, H-Mode 7, is simply genius. Your approach to create a pseudo-3D environment is something out of the ordinary, and yet so simple. It is a developer's wet dream.

Last, I have a very simple request for you. I know this isn't exactly the thread for it, but I thought I would ask you in person. I am using Krystovski's add-on for a simple rendition I made on your New Mode 7 script. It works perfectly. However, my script has 8-directional movement and Krystovski's add-on was designed for 4-directional movement. Is there any chance you'd consider making this edit for me?

You can see what I've been working on at HBGames.org.
http://www.hbgames.org/forums/viewtopic....11&t=73234
Reply }
#25
Juan J. Sánchez Wrote:First and foremost, I want you to know I am a long-time fan of your work with Ruby and RPG Maker XP. I honestly think you are about the craziest developer ever to mess with the program, to an extent only matched by Behemoth, the creator of the RPG Maker XP raycasting engine.

Since we are on the subject, I think your new project, H-Mode 7, is simply genius. Your approach to create a pseudo-3D environment is something out of the ordinary, and yet so simple. It is a developer's wet dream.


Thank you. I also admire Behemoth's raycasting engine (first person displacements in 360° will be also possible in the FPLE2 engine).

Juan J. Sánchez Wrote:Last, I have a very simple request for you. I know this isn't exactly the thread for it, but I thought I would ask you in person. I am using Krystovski's add-on for a simple rendition I made on your New Mode 7 script. It works perfectly. However, my script has 8-directional movement and Krystovski's add-on was designed for 4-directional movement. Is there any chance you'd consider making this edit for me?


Kristovski's Add-On in v.1.1 handles 8-directional movement and can be found in the HM7 Demo v.1.2.
I copied it in your demo and it seemed to work fine (I just replaced the $game_system variables names).
Does it work for you ?
Some scripts :
Working on :
Reply }
#26
Thank you. I guess I should have checked for updates. I'm looking forward to seeing full-fledged versions of your scripts.
Reply }
#27
Oh man, now I want to make my overworld with this ... but because it's an urban fantasy I'd have to sort out all those skyscraper textures ... aaaaargh that sounds seriously hard. o .o

DerVVulfman's wall enclosure idea though would be really awesome. I could actually make my game look like a PSX game then!! :o I've wanted to in the very least emulate that appearance from the start, but to actually do it would be amazing.

Now once we get multiple heights down... every n00b ever will swarm this forum. D:
Reply }
#28
Question 
I very like this and I want use it in my game. but there is a problem,how to make something in air,but it always like [Image: neweos.png] this,it's unvisible for character.

could you tell me how to make something in air? please help me~~
Reply }
#29
It's impossible to do such things with this engine, because it handles only one embossed polygon.

The only way to make floating objects is to use characters (but in that case that's not 3D).
Some scripts :
Working on :
Reply }
#30
This script blows my mind. How is this even possible in a 2D program?
Reply }


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



Users browsing this thread: