My second script, this one was hard, 3480 lines of vb.net code :P, requested by GEL06, models by wapeddel and Quechus09
Source code: http://adf.ly/NJcoG
Download: GTA 4 Mods, GTA Garage
Download the Ghost Rider Ped/Player model and the Bike model: GTA 4 Mods (by Quechus13 and Wapeddell)
this time using particle effects (flames on head, bike and chain for example), playing .wav files, using ped animations...
the most complicated part was make the chain weapon work properly, the chain is composed by 10 chain pieces, each one is an model with 4 chain links (created by wapeddel):
i used ATTACH_OBJECT_TO_OBJECT_PHYSICALLY to attach each chain piece to the previous one and used the property velocity of the chain objects to help the attach method to keep they attached, in the tick i was always trying to move the chains to the attach position
this give the impression of an real chain:
when moving the chain to attack peds or vehicles or just to make the player "climb" to the top of buildings, i just move the last chain object and the other chain pieces follow it because of the attach method used and the velocity changed in the tick
another interesting idea that i created for this script was the "Wall ride" feature, with this feature we can ride the bike on walls (or any 4 wheel vehicle if the option is set in the .ini file), reaching the top of the buildings
Another features:
Penance stare
Super strength
Super shotgun (super impact + fire)
Spit Fire (like in second movie)
Throw flames with mouth
"Water ride" (ride the bike on the sea)
Spawn bike
Auto heal
Slow motion when using shotgun
Friday, 22 February 2013
Home »
» [Script] Ghost rider
[Script] Ghost rider
Related Posts:
Adf.ly tipAs you can see i use Adf.ly in great part of my links to earn some money :)Yes, i need money, and to don't sell my mods i use Ads in links, it, generally, costs only 5 seconds of your life and who really pays is the owners of… Read More
[TUT] AnimationsAnimations can give another look to an modification. In this tutorial i will show what i know about animations in GTA IV, you can download the code of this tutorial here and download the list of GTA IV animation here.We … Read More
Iron Man IV - Armor pack to replace mission charsThis armor pack has been setup to replace mission chars, this will avoid the add peds method side effects/"crashes".So if your game crash when you select an added armor or your EFLC not even opens, you should try this method … Read More
Iron Man IV - Installation guide (based on last version)Last version of Iron Man IV may need some different steps to be installed, i will describe the installation step by step here.*** BEFORE TRY THIS MOD ***1-Make sure that you have at least GTA patch 1.0.4.0 installed2- Make su… Read More
[TUT] Flight ideas for pedsI know basically three ideas that can be used in GTA IV to simulate an ped flying.One: Control ped velocity propertyTwo: Control ped current vehicle speedThree: Control an object velocity, and attach the ped to this objectTo … Read More
0 comments:
Post a Comment