Flashback 1.3
3 916
87
3 916
87
Please, donate to support development.
This is not final version, and needs more work to get it fully working.
With this mod you can travel back in time, it's inspired on Grid 2's Flashbacks.
Requirements:
- ScriptHookV ( http://www.dev-c.com/gtav/scripthookv/ )
Installation:
- Install ScriptHookV
- Copy flashback.asi to the main directory of the game
- Enjoy it!
Configuration:
- If you want to change keybinds you can also copy flashback.ini and modify it
USE: (With gamepad)
Press RB + LT to do a flashback, you need to keep it pressed.
While in flashback you can also press RT to do a 3x speeder flashback.
USE: (With keyboard)
Press L key to do a 3x speed flashback, you need to keep it pressed.
It looks better if you do it in a vehicle, if you are walking it looks very weird.
Changelog:
1.0 - Initial version
1.1 - Added INI configuration file
1.2 - Now it flashback 15 near vehicles
- Now you will restore your vehicle speed after each flashback (You need to keep accelerator key (Default: W) pressed, if not the vehicle engine will stop for a few seconds.
1.3 - If you exit from a vehicle and then you do a flashback, you will re-enter on vehicle
- Restore your player health, vehicle body health, vehicle engine health, and vehicle dirty level.
- Restore your wanted level, and wanted circle position.
- Now it uses a better native to restore your vehicle speed and now it also restore your rotation speed.
This is not final version, and needs more work to get it fully working.
With this mod you can travel back in time, it's inspired on Grid 2's Flashbacks.
Requirements:
- ScriptHookV ( http://www.dev-c.com/gtav/scripthookv/ )
Installation:
- Install ScriptHookV
- Copy flashback.asi to the main directory of the game
- Enjoy it!
Configuration:
- If you want to change keybinds you can also copy flashback.ini and modify it
USE: (With gamepad)
Press RB + LT to do a flashback, you need to keep it pressed.
While in flashback you can also press RT to do a 3x speeder flashback.
USE: (With keyboard)
Press L key to do a 3x speed flashback, you need to keep it pressed.
It looks better if you do it in a vehicle, if you are walking it looks very weird.
Changelog:
1.0 - Initial version
1.1 - Added INI configuration file
1.2 - Now it flashback 15 near vehicles
- Now you will restore your vehicle speed after each flashback (You need to keep accelerator key (Default: W) pressed, if not the vehicle engine will stop for a few seconds.
1.3 - If you exit from a vehicle and then you do a flashback, you will re-enter on vehicle
- Restore your player health, vehicle body health, vehicle engine health, and vehicle dirty level.
- Restore your wanted level, and wanted circle position.
- Now it uses a better native to restore your vehicle speed and now it also restore your rotation speed.
Først Lastet opp: 24. februar 2016
Sist Oppdatert: 3. mai 2016
Last Downloaded: 2 dager siden
52 Kommentarer
Please, donate to support development.
This is not final version, and needs more work to get it fully working.
With this mod you can travel back in time, it's inspired on Grid 2's Flashbacks.
Requirements:
- ScriptHookV ( http://www.dev-c.com/gtav/scripthookv/ )
Installation:
- Install ScriptHookV
- Copy flashback.asi to the main directory of the game
- Enjoy it!
Configuration:
- If you want to change keybinds you can also copy flashback.ini and modify it
USE: (With gamepad)
Press RB + LT to do a flashback, you need to keep it pressed.
While in flashback you can also press RT to do a 3x speeder flashback.
USE: (With keyboard)
Press L key to do a 3x speed flashback, you need to keep it pressed.
It looks better if you do it in a vehicle, if you are walking it looks very weird.
Changelog:
1.0 - Initial version
1.1 - Added INI configuration file
1.2 - Now it flashback 15 near vehicles
- Now you will restore your vehicle speed after each flashback (You need to keep accelerator key (Default: W) pressed, if not the vehicle engine will stop for a few seconds.
1.3 - If you exit from a vehicle and then you do a flashback, you will re-enter on vehicle
- Restore your player health, vehicle body health, vehicle engine health, and vehicle dirty level.
- Restore your wanted level, and wanted circle position.
- Now it uses a better native to restore your vehicle speed and now it also restore your rotation speed.
This is not final version, and needs more work to get it fully working.
With this mod you can travel back in time, it's inspired on Grid 2's Flashbacks.
Requirements:
- ScriptHookV ( http://www.dev-c.com/gtav/scripthookv/ )
Installation:
- Install ScriptHookV
- Copy flashback.asi to the main directory of the game
- Enjoy it!
Configuration:
- If you want to change keybinds you can also copy flashback.ini and modify it
USE: (With gamepad)
Press RB + LT to do a flashback, you need to keep it pressed.
While in flashback you can also press RT to do a 3x speeder flashback.
USE: (With keyboard)
Press L key to do a 3x speed flashback, you need to keep it pressed.
It looks better if you do it in a vehicle, if you are walking it looks very weird.
Changelog:
1.0 - Initial version
1.1 - Added INI configuration file
1.2 - Now it flashback 15 near vehicles
- Now you will restore your vehicle speed after each flashback (You need to keep accelerator key (Default: W) pressed, if not the vehicle engine will stop for a few seconds.
1.3 - If you exit from a vehicle and then you do a flashback, you will re-enter on vehicle
- Restore your player health, vehicle body health, vehicle engine health, and vehicle dirty level.
- Restore your wanted level, and wanted circle position.
- Now it uses a better native to restore your vehicle speed and now it also restore your rotation speed.
Først Lastet opp: 24. februar 2016
Sist Oppdatert: 3. mai 2016
Last Downloaded: 2 dager siden
Flashback! is now open source:
https://github.com/Aex12/Flashback
Nice mod! :thumbsup:
Hey man, nice mod. But are you able to pause the game when you die, so you can teleport back to the safe point?
@Hvheem2 You can do this already. Just wait after your death, when you appear in the hospital, then do a flashback and you will be flashbacked to the point of your death.
Damn! This is cool, no Its PERFECT!
@Aex12 To fix the entites dissapearing when you come in contact with them, use either this: void SET_ENTITY_COORDS_NO_OFFSET(Entity entity, float xPos, float yPos,
float zPos, BOOL xAxis, BOOL yAxis, BOOL zAxis) or void SET_ENTITY_COORDS(Entity entity, float xPos, float yPos, float zPos,
BOOL xAxis, BOOL yAxis, BOOL zAxis, BOOL clearArea) with clearArea set to false.
@PeterTheHacker Tried it, but it doesn't seem to work
@Aex12 That's weird... are you sure you used the one with clearArea = false or 0
@PeterTheHacker Yes, I'm sure, take a look at the code and tell me If you can see anything wrong:
https://github.com/Aex12/Flashback
Thanks in advance!
@Aex12 Is the vehicle deleting objects on purpose?
Also, try void SET_ENTITY_COORDS_NO_OFFSET(Entity entity, float xPos, float yPos,
float zPos, BOOL xAxis, BOOL yAxis, BOOL zAxis)
If that doesn't work, you'll have to ask someone a bit more experienced. Make a post on gtaforums under the gta 5 coding section http://gtaforums.com/forum/372-coding/
Good luck :)
Great mod.
Only two issues.
1. Vehicles seem to lose engine for a while after flashback (tried with motorcycle)
2. I dont know how to change the controller key binding. I keep activating it by accident as it´s mapped to the brake buttons by default.
Any suggestions would be appreciated.
@Aex12
Can you read my thread?
Someone mentioned you there.
Any feedback is greatly appreciated
https://forums.gta5-mods.com/topic/2191/vehicle-recording-tool-for-gta-v
Sorry for that big delay, I dont connect too much in gta5-mods.
@geggo666 In answer to your first question, you only need to keep accelerator button pressed after a flashback and the engine wont be lose(it's mentioned in the changelog).
In answer to the second question, you can modify keybinds on the ini file included.
@rastakilla I'm not using any playback native on my mod as I didnt find anything related to that on nativedb, I simply save in a array of structs all the things that can be reloaded later every frame, and then, when Flashback key is pressed, I go through the whole array restoring all the values that was previously saved
It's not working~
i know the source code
view-source:https://www.gta5-mods.com/scripts/flashback
please add more features :(
@Aex12 Does it rewind the world around you, like projectiles, NPCs, vehicles or it only works for player?
Such an interesting concept. Reminds me of the Final Destination movies when they have a flashback. Great mod! :D
Does it work postmortem? Before you respawn, after you respawn?
Anyone there? Does it still work?