Advanced Search

Author Topic: How to increase the speed of the player?  (Read 5260 times)

0 Members and 1 Guest are viewing this topic.

February 07, 2011, 02:08:51 PM
Read 5260 times

Offline FCx

  • Standard Member

  • The worm arrived...
  • Date Registered: October 08, 2010, 07:42:53 PM

    • View Profile
    • Steam profile
How to increase the speed of the player?
« 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.

February 07, 2011, 02:24:25 PM
Reply #1

Offline tsukiyomaru0

  • MM8BDM Extender
  • *
  • Date Registered: November 07, 2010, 05:01:56 PM

    • View Profile
Re: How to increase the speed of the player?
« Reply #1 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.

February 07, 2011, 11:09:11 PM
Reply #2

Offline Korby

  • Global Moderator

  • Benvenuto nella room italiana!
  • **************
  • Date Registered: March 04, 2010, 03:36:02 AM

    • View Profile
    • Korby Games
Re: How to increase the speed of the player?
« Reply #2 on: February 07, 2011, 11:09:11 PM »
Negative recoil and Explosion should work.

February 08, 2011, 06:03:34 AM
Reply #3

Offline TERRORsphere

  • MM8BDM Contributor
  • ****
  • Date Registered: August 22, 2009, 08:45:17 PM

    • View Profile
    • http://www.youtube.com/user/DoomThroughDoom
Re: How to increase the speed of the player?
« Reply #3 on: February 08, 2011, 06:03:34 AM »
Use a global ACS script to change the actors speed property.

February 08, 2011, 01:52:32 PM
Reply #4

Offline tsukiyomaru0

  • MM8BDM Extender
  • *
  • Date Registered: November 07, 2010, 05:01:56 PM

    • View Profile
Re: How to increase the speed of the player?
« Reply #4 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.

February 08, 2011, 04:29:36 PM
Reply #5

Offline CutmanMike

  • Administrator

  • Is it hot in here or is it just zscript?
  • *******
  • Date Registered: December 17, 2008, 12:24:34 PM

    • View Profile
    • https://cutstuff.net
Re: How to increase the speed of the player?
« Reply #5 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.

February 08, 2011, 05:20:01 PM
Reply #6

Offline FCx

  • Standard Member

  • The worm arrived...
  • Date Registered: October 08, 2010, 07:42:53 PM

    • View Profile
    • Steam profile
Re: How to increase the speed of the player?
« Reply #6 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

February 08, 2011, 06:47:13 PM
Reply #7

Offline TheBladeRoden

  • MM8BDM Extender
  • ***
  • Date Registered: October 14, 2010, 07:26:58 PM

    • View Profile
    • TheBladeRoden's Home Page
Re: How to increase the speed of the player?
« Reply #7 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

February 08, 2011, 07:21:25 PM
Reply #8

Offline tsukiyomaru0

  • MM8BDM Extender
  • *
  • Date Registered: November 07, 2010, 05:01:56 PM

    • View Profile
Re: How to increase the speed of the player?
« Reply #8 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.

February 09, 2011, 04:31:47 AM
Reply #9

Offline TERRORsphere

  • MM8BDM Contributor
  • ****
  • Date Registered: August 22, 2009, 08:45:17 PM

    • View Profile
    • http://www.youtube.com/user/DoomThroughDoom
Re: How to increase the speed of the player?
« Reply #9 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.