Jump to content

[WIP] Free Runner Mod


Recommended Posts

This the CODE that should work... make a notepad and add this inside then rename it to "your name here".lua

 

 

---------- GTA IV Alice "Bullet Time" script example -------------------- © HippieCommunist 2008 & rebuilded completely by Duelist ------------ Middle mouse button activates and de/ bullet timePLAYER_ID, PLAYER_INDEX, PLAYER_CHAR, TIME = 1function InitScript()Wait(10000)endfunction WaitForPlayerPoolCreation()while (IsPlayerPoolCreated() == 0) doWait(2000)endendfunction WaitForValidPlayer()PLAYER_CHAR = 0repeatCallNative("GET_PLAYER_ID")PLAYER_ID = GetIntResult()if (PLAYER_ID >= 0) thenPushInt(PLAYER_ID)CallNative("CONVERT_INT_TO_PLAYERINDEX")PLAYER_INDEX = GetIntResult()PushInt(PLAYER_INDEX)PushVarPtr()CallNative("GET_PLAYER_CHAR")PLAYER_CHAR = GetIntParam(1)if (PLAYER_CHAR <= 0) thenWait(1000)end  enduntil (PLAYER_CHAR > 0)  endfunction setTime()if (TIME == 1) thenPushFloat(0.75)CallNative("SET_GRAVITY_OFF")PushFloat(1.0)CallNative("SET_TIME_SCALE")Wait(100)PushFloat(0.75)CallNative("SET_TIME_SCALE")Wait(100)endif (TIME == 0) thenCallNative("SET_GRAVITY_OFF")Wait(100)PushFloat(0.75)CallNative("SET_TIME_SCALE")Wait(100)PushFloat(1.0)CallNative("SET_TIME_SCALE")Wait(100)end  endfunction toggleBulletTime()if (TIME == 0) thenTIME = 1elseTIME = 0endsetTime()endfunction main()InitScript()while true doWaitForPlayerPoolCreation()WaitForValidPlayer()if (IsKeyPressed(4) == 1) thentoggleBulletTime()endWait(100)endend-- startmain();

 

 

and of course delete the original bulelt time v2 and add this...someone test this for me....on my comp. it works

magiciv is patched and verified, no other lua files or mods present except the xlive wrapper that allows me to load other's gamesaves

 

my lua error reads:

 

Unknown native GET_PLAYER_ID

 

could it be the xlive wrapper?

 

I just tried your fixed Bullet Time script from the last page and it did the same. If I don't click OK on the errors, I can alt-tab back into game and play without your enhancements.

Edited by anikolayev

before i try and install this - how do i UNINSTALL this mod??

 

can u please provide a RAR with all the original files for easy un-installing the mod?

 

backing up every individual file so i can uninstall this sounds like a headache and i dont want to use magic to restore the files cuz i have enough modded files and i want to KEEP these other mods.

This mod makes me crash and I think I lose some frames. I crash at somewhat random times. Once it froze right after I stood up from falling a little ways off a fire escape. Another time I was in the air and pressed ctrl, and it froze then too.

Don't run any other scripts along side this one. i'll try to fix as many problems as possible

 

i got an error that my gta iv doesnt run anymore, its the binkw32.dll, because when i replaced your binkw32.dll with the original the game crashed, when i replaced just the binkw32.dll with the original game starts but there is still no change?

 

Running on Vista SP1

The mod looks great, unfortunately it crashes whenever I try to load the game.

 

I tried copying the files posted in this thread to the directory and it crashes, so I tried downloading the original Alice zip and just adding the different Free Runner Mod files, still nothing sad.gif

 

Good luck with the mod though, as soon as I saw all those open rooftops by Playboy's apartment I knew I needed something like this.

I can't get it to run without crashing, even with v1.3. As soon as it gets past the loading screen with all the character images on it crashes straight back to the desktop. I'm running Vista, I tried right-clicking the 2 .exes and selecting run as Adminstrator but makes no difference - is this what you meant?

 

I'd appreciate any help as I really, really want to try this mod confused.gif

I can't get it to run without crashing, even with v1.3. As soon as it gets past the loading screen with all the character images on it crashes straight back to the desktop. I'm running Vista, I tried right-clicking the 2 .exes and selecting run as Adminstrator but makes no difference - is this what you meant?

 

I'd appreciate any help as I really, really want to try this mod confused.gif

run on Clean version ffs. i'm tired of ppl bitching about this when they have a heavily modified copy of the game.

 

and if you are then update everything. i mean it.

I can't get it to run without crashing, even with v1.3. As soon as it gets past the loading screen with all the character images on it crashes straight back to the desktop. I'm running Vista, I tried right-clicking the 2 .exes and selecting run as Adminstrator but makes no difference - is this what you meant?

 

I'd appreciate any help as I really, really want to try this mod  confused.gif

run on Clean version ffs. i'm tired of ppl bitching about this when they have a heavily modified copy of the game.

 

and if you are then update everything. i mean it.

Thanks for your irritable response but I'm not bitching, I'm running on a completely unmodded game and it's fully updated.

Guest
This topic is now closed to further replies.
  • 0 User Currently Viewing
    0 members, 0 Anonymous, 0 Guests

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.