Posts: 49
Threads: 2
Joined: Jun 2011
about animation bug, try this :
Code:
module HM7
class Surface
def screen_x
screen_x1
end
def screen_y
screen_y1
end
end
end
place it below h-mode7 scripts
Posts: 9
Threads: 0
Joined: Jan 2014
So I posted this a while back, but i can't find the "pitch" part of the script you mentioned JayRay. And I only know of pitch having to do with audio, and rotation, am I wrong?
Posts: 704
Threads: 127
Joined: Nov 2011
ah okay, sorry, in this case 'pitch' to the y-offset of the map or Elevation of the camera, where it can appear closer to the ground elevation or further waya without affecting zoom. I believe it was something allowed in NeoMode 7 but not in H-Mode, however, I thought it might have been addressed in this thread too.
BLOG:
JayVinci.blogspot.com
FORUM COMING SOON
Currently working on:
Ambitions: RPG Developer Bakin
Heart of Vox: RPG Developer Bakin
Posts: 1
Threads: 0
Joined: Apr 2014
Hello :)
Is there any way to push this script any further to get some Mario Galaxy game style ?
Posts: 704
Threads: 127
Joined: Nov 2011
nope, Here's the problem, it's not real 3d, so it'd be impossible to sphereize the H-Mode 7 plane into circle. However, by using sprites, and placement, you could render a sphere, picture placement and have a fake version of like the Sonic coin world minigame...
Limits of the system, I'm afraid.
BLOG:
JayVinci.blogspot.com
FORUM COMING SOON
Currently working on:
Ambitions: RPG Developer Bakin
Heart of Vox: RPG Developer Bakin
Posts: 704
Threads: 127
Joined: Nov 2011
Not trying to necropost, but feel this could be a good thing. I saw how the pivot functions worked, and where the character was centered. What would I need to change in this script to say, keep the character at bottom center of the screen, and have the pivot go from that point, like a First Person Camera, where the character has NO picture but interacts with a height mode engine, much like old-school Wolfenstein3d (except with 32 pixel blocks? and ramps, stairs, angled events and such?)
BLOG:
JayVinci.blogspot.com
FORUM COMING SOON
Currently working on:
Ambitions: RPG Developer Bakin
Heart of Vox: RPG Developer Bakin
Posts: 704
Threads: 127
Joined: Nov 2011
Hey everyone!!!
After a little bit of a break, I decided to start working on Roguehaven again and hit the ground running hard. Going back to original thoughts of having a full open-world Elder Scrolls: Daggerfall - like RPG game... I found a way to hardcode theta coordinates, and hopefully will find a good pathfinding script to ensure that I can do mouse clicking to go to different areas of the map without keyboard presses.
The same theta coordinates, combined with panorama locking, will allow for basic skyboxing as well.
So, that's me in a nutshell.
BLOG:
JayVinci.blogspot.com
FORUM COMING SOON
Currently working on:
Ambitions: RPG Developer Bakin
Heart of Vox: RPG Developer Bakin
Posts: 552
Threads: 35
Joined: Oct 2010
My god thats impressive- Ps1 looking Graphics.
Posts: 196
Threads: 11
Joined: May 2012
Yeah, the graphics do look a little dated. But given that it's being made with RPG Maker that's pretty damn impressive.
sig~na~ture
Posts: 552
Threads: 35
Joined: Oct 2010
(10-02-2014, 01:52 AM)greenraven Wrote: Yeah, the graphics do look a little dated. But given that it's being made with RPG Maker that's pretty damn impressive.
nah I meant it as a good thing- ps1 is my favorite era.