Cutstuff Forum

Mega Man 8-bit Deathmatch => Projects & Creative => DECORATE and ACS Modifications => Topic started by: FCx on February 07, 2011, 02:08:51 PM

Title: How to increase the speed of the player?
Post by: FCx on February 07, 2011, 02:08:51 PM
I'm trying to make this weapon (http://www.rockmanpm.com/?p=hacks/rockman4minusinfinity/weapons/hellwheel) and I need to increase the player speed while he is using the weapon.
Title: Re: How to increase the speed of the player?
Post by: tsukiyomaru0 on February 07, 2011, 02:24:25 PM
Quote from: "FCx"
I'm trying to make this weapon (http://www.rockmanpm.com/?p=hacks/rockman4minusinfinity/weapons/hellwheel) and I need to increase the player speed while he is using the weapon.
Combine Star Crush with Wave Rider? After all, it does NOT increases your speed, it pulls you forth.
Title: Re: How to increase the speed of the player?
Post by: Korby on February 07, 2011, 11:09:11 PM
Negative recoil and Explosion should work.
Title: Re: How to increase the speed of the player?
Post by: TERRORsphere on February 08, 2011, 06:03:34 AM
Use a global ACS script to change the actors speed property.
Title: Re: How to increase the speed of the player?
Post by: tsukiyomaru0 on February 08, 2011, 01:52:32 PM
Quote from: "DoomThroughDoom"
Use a global ACS script to change the actors speed property.
Hell Wheel is a weapon that puts you in constant movement with a barrier around you until you let go of the fire button, not a weapon that allows you to move faster with a Skull Barrier shielding you. imagine if you were constantly running, being only able to change direction.

Only two actors from MM8BDM does this as far as I have seen: Charge Kick and Wave Rider.
Title: Re: How to increase the speed of the player?
Post by: CutmanMike on February 08, 2011, 04:29:36 PM
I remember seeing that in action. I would recommend repeated calls to A_Recoil with a negative value (i.e A_Recoil(-5)) from the weapon's fire or hold state.
Title: Re: How to increase the speed of the player?
Post by: FCx on February 08, 2011, 05:20:01 PM
Quote from: "CutmanMike"
I remember seeing that in action. I would recommend repeated calls to A_Recoil with a negative value (i.e A_Recoil(-5)) from the weapon's fire or hold state.
Wow!! You read my mind!! FinalLy I used A_Recoil (Korby's advice). Tonight I'm posting "HELL WHELL".
THANKS YOU ALL
Title: Re: How to increase the speed of the player?
Post by: TheBladeRoden on February 08, 2011, 06:47:13 PM
In any matter I'm still interested in how to make a weapon or item that increases players running speed
Title: Re: How to increase the speed of the player?
Post by: tsukiyomaru0 on February 08, 2011, 07:21:25 PM
Quote from: "TheBladeRoden"
In any matter I'm still interested in how to make a weapon or item that increases players running speed
Open Skulltag.PK3 and search for the TurboSphere decorate.
Title: Re: How to increase the speed of the player?
Post by: TERRORsphere on February 09, 2011, 04:31:47 AM
Quote from: "tsukiyomaru0"
Quote from: "TheBladeRoden"
In any matter I'm still interested in how to make a weapon or item that increases players running speed
Open Skulltag.PK3 and search for the TurboSphere decorate.
No. The TurboSphere is a powerup. It's much easier and more stable to use ACS. Cutmanmike used it to slow down the Hunter in GVH when he loaded his arrows and the Marine when he held his grenade.