Thread Rating:
  • 10 Vote(s) - 4.9 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 H-Mode7
#91
I suppose that you're using a code similar to the part : "DEMO : TEST CAMERA MOVES" to assign keys to camera commands.
In that case, you should replace :
Code:
elsif Input.press?(Input::L)
        increase_theta(2)
      elsif Input.press?(Input::R)
        increase_theta(-2)
by :
Code:
elsif Input.press?(Input::L) && $game_switches[your_switch_id]
        increase_theta(2)
      elsif Input.press?(Input::R) && $game_switches[your_switch_id]
        increase_theta(-2)

With this modification, if the switch which number is your_switch_id is active, so is the camera rotation.
Some scripts :
Working on :
Reply }
#92
Thank you, that works perfectly
Reply }
#93
So awesome,but I have a problem,when actor tranfer from mode7_map to normal_map,it's ok, but if from normal_map to mode7_map,it error in script HM7 MODIFIED CLASSES "line 589 undifined method each" ,can't you fix it :-s
Reply }
#94
finalholylight > There is certainly an error.
Add it to the 588th line. unless $game_system.hm7 592th line. end

I think that I move by this for the time being.

Reply }
#95
This is a critical bug (due to the v.1.1), so I'll post a v.1.2.2 this evening.
Thank you, finalholylight and sinobi.

EDIT : Et voilĂ , that's done.
Some scripts :
Working on :
Reply }
#96
How should I do though I want to slow down disappearing of the character a little more?
I want to give ANTI-LAG to give room a little more.

[Image: image1jv.jpg]

Uploaded with ImageShack.us
Reply }
#97
How to fix that? It is possible?
This is a far vision ok?
[Image: imagemmu.jpg]
Reply }
#98
sinobi > you cannot do anything about the disappearance of events in the current version. I think I'll be able to solve that in the future v.1.3.

edmhotta > this problem is mainly due to the slant. At this angle, there is a big map distance between two screenlines, and element that should be between two screenlines are not drawn.
As you don't use the rotation, perhaps you could use a panorama that move at a certain speed to simulate the background.
Or maybe I should make a no-rotation version of the HM7 engine that handles automatically this kind of panorama (like the ones in the Ar Tonelico CBS Addon I posted here).
Some scripts :
Working on :
Reply }
#99
ok,Thanks in advance!
Reply }
Is possible to get an animated texture like autotile?
Reply }


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



Users browsing this thread: