G
Grill247
Guest
Does anyone have Maria that I ripped as the Playstation version as a character? I remember that the PSP version was updated but I hate the sprites. In addition, I am going to start working on a stage.
midnightrider said:Going by the screens in Bloodbane's post, I take it OBoR isn't flexible enough for the "metroidvania" style of gameplay(lives counter and all)? Not that I'd have any complaints myself, the action platformers were my favorite anyway.
Care to show the code?
Are you using cos and sin, right?
First of all, there's invisible entity bound to Charlotte when she casted Stone Circle. This entity is the one who summoned the 4 revolving stones. Each stone revolves around that entity instead of Charlotte.
When she shoots the formation forward, she unbinds that entity and give it forward velocity. Since revolving stones revolves around that entity, they follow the latter when it's shot forward
[State 1150, 1]
type = BindToParent
trigger1 = 1
pos = cos((time-3)/25.0*pi)*40, -27+sin((time-3)/25.0*pi)*40
time = -1
ignorehitpause = 1
[State 1153, 1]
type = BindToParent
trigger1 = 1
pos = cos((time-41)/25.0*pi)*40, -27+sin((time-41)/25.0*pi)*40
time = -1
ignorehitpause = 1
[State 1154, 1]
type = BindToParent
trigger1 = 1
pos = cos((time+22)/25.0*pi)*40, -27+sin((time+22)/25.0*pi)*40
time = -1
ignorehitpause = 1
(The first coordinate is X, the second is Y - we don't have Z in Mugen anymore). We need 4 codes because each skull is positioned in a different quadrant or all would be at the same place[State 1154, 1]
type = BindToParent
trigger1 = 1
pos = cos((time-16)/25.0*pi)*40, -27+sin((time-16)/25.0*pi)*40
time = -1
ignorehitpause = 1
I planned to make God from Actraiser 2In fact, there are Lena (Super Valis) and Ray Poward (Contra Hardcorps) in the mod already
will try to come out with something anytime soon. How tall you need the resolution?
Hey Blood is the link in the original post the most recent version of the game, or are there more updated versions? I currently have two versions of the game, but I want the most recent version if possible.
I´m working in Joe Musashi from shinobi III right now, if you want him to this project just tell.