GHOST RIDER upgrades v1.2 [Hellcycle, etc]

Started by iammingy, April 20, 2012, 12:41AM

Previous topic - Next topic
I have modified the PY script "use_hellcycle.py".
https://www.box.com/s/372bfafe511158870685

Put it in "Activision\Marvel - Ultimate Alliance\scripts\common"

Caretaker has been getting on and off the hellcycle many times in a team of four, but I don't see the bug. So, let me know if it fixes the bug that you guys had been seeing.


October 13, 2012, 10:05AM #46 Last Edit: October 17, 2012, 01:42PM by omniverse
in a team of four ghost rider still keeps getting off his hellcycle for me. i also moved and replaced the script with the newer one u uploaded. also started a new game

____

would it be possible to change it to triple jump for the hellcycle?


for some weird reason when Ghost Rider rider his bike he can only go back and forth, he can't switch the bike off either.

is this a common bug?

Quote from: M@pple on May 19, 2013, 01:12AM
for some weird reason when Ghost Rider rider his bike he can only go back and forth, he can't switch the bike off either.

is this a common bug?

I have same problem. Is there any fix for it?

I have a problem.
Is it possible to make Ghost Rider jump 3 times to activate the hellcycle?
It's kinda annoying if I can't jump twice. I can't reach some place which are needed to be double jumped on.
-  :/

August 26, 2017, 06:50AM #51 Last Edit: September 01, 2017, 12:28PM by Outsider
Quote from: ▲t o p k e k▲ on August 26, 2017, 01:56AM
I have a problem.
Is it possible to make Ghost Rider jump 3 times to activate the hellcycle?
It's kinda annoying if I can't jump twice. I can't reach some place which are needed to be double jumped on.

Yes, it is possible. I will consider changing it (through my Ghost Rider booster) when I have some available time.

EDIT: I have made it possible. View my Ghost Rider booster at The Crypt.




December 01, 2017, 02:34PM #52 Last Edit: December 02, 2017, 04:16AM by IronManRocks
Quote from: ▲t o p k e k▲ on August 26, 2017, 01:56AM
I have a problem.
Is it possible to make Ghost Rider jump 3 times to activate the hellcycle?
It's kinda annoying if I can't jump twice. I can't reach some place which are needed to be double jumped on.

Yes it is, just launch the XMLBCUI and decompile the ps_ghostrider.xmlb; click on "edit", this is what you have to do:

scroll down until you find

   FightMove {
   animenum = ea_jump_start ;
   handler = ch_move_jump ;
   lockangles = true ;
   name = jump ;
   noncombat = true ;
   startchaintime = 0.1 ;
      chain {
      action = move ;
      result = ridehellcycle ; <- change this name from ridehellcycle to airjump. This will tell the game to make :ghostr: perform another jump after a jump (a double jump). Ok, almost done ;)
      }

      chain {
      action = attack ;
      result = jumpsmash ;
      }

      chain {
      action = smash ;
      result = jumpsmash ;
      }

      chain {
      action = powers ;
      result = powers ;
      }

      chain {
      action = idle ;
      result = jumploop ;
      }

      chain {
      action = special ;
      result = jumpland ;
      }

   }



Ok, now add the whole following FightMove immediatley after the previous one: this will tell the game to summon your hellcycle if you jump after a doublejump (triple jump)

   FightMove {
   animenum = ea_jump_start ;
   blendtime = 0.1 ;
   handler = ch_move_jump ;
   lockchaining = false ;
   locktransitionangles = true ;
   name = airjump ;
   turnrate = 0.2 ;
      chain {
      action = move ;
      result = ridehellcycle ;
      }

      chain {
      action = attack ;
      result = jumpsmash ;
      }

      chain {
      action = smash ;
      result = jumpsmash ;
      }

      chain {
      action = powers ;
      result = powers ;
      }

      chain {
      action = idle ;
      result = jumploop ;
      }

      chain {
      action = special ;
      result = jumpland ;
      }

   }

Once finished remember to save and recompile it as an .engb
Done, have fun with Ghost Rider  :ghostr: !

Hello! I just gen't get file from box site, Can someone reupload it to another place?


or replace w/ "app.box.com/s/"
Call me Lars. I'm Power Cosmic no more.

"Trying to solve mysteries of modding here"

My Progress:
http://marvelmods.com/forum/index.php/topic,4671.0.html

Feel free to mod my releases, as long you credit me:
http://marvelmods.com/forum/index.php/topic,4488.0.html