565 572
2 182
565 572
2 182
VStancer applies wheel and suspension modifications to vehicles.
Requirements
ScriptHookV
Game version greater or equal to 1.0.2372.0
Installation
Drag and drop VStancer.asi and the folder VStancer to the main GTA V folder.
Opening the menu
Enter vstancer in the cheat console (open with tilde (~) or whatever key is above Tab.
Alternatively, use the hotkey:
QWERTY/US = ;:
For other keyboard layouts, I recommend to change the hotkey in the settings_menu.ini file, which is in the VStancer folder.
Usage
Consult the included README.md or README.pdf.
Known bugs
- Wheels clip through ground with extreme angles
- Wheels clip through ground with extreme low height
- While the mod is active, car wheel deformation is not active
Credits
Wouldn't even have considered it without InfamousSabre's post on this same thing!
NTA/CamxxCore's hooking class
GVMA for 0.3 testing
FiveM
Neos7 made a FiveM version, check it out!
Changelog
0.3.3
* Add in-game deletion for configs
* Fix pre-cambered vehicles having inverted camber on rear wheels
0.3.2 / 0.3.1
Note: 0.3.2 is a critical bug fix for 0.3.1
* Change suspension patch to (optionally) conditionally apply, prevents breaking certain vehicles
* Set default patch mode to player-only detection (only unpatch when player drives unsupported vehicle)
* Improve incompatible vehicle detection
* Fix license plate-based saves not working
* Change license plate format to [ PLATE ] to support whitespace plates
* (0.3.2) Fix crash on startup caused by mistake in "Improve incompatible vehicle detection"
0.3.0
Some background info:
Version 0.3.0 is more or less a complete rewrite. The script is functionally
the same as previous versions, no breakthroughs have been achieved
since version 0.2.5. Just big internal codebase improvements which have been
bothering me for a while.
* Changed the save format: `car_saved.xml` and `car_preset.xml` are not supported
in 0.3. Instead, the Config folder contains settings per vehicle.
Your old configurations _will_ have to be made again.
* Added modification-based adjustments: tuning parts can be specified to
change suspension geometry, for example: Increase track width on body kits.
This stacks with the base/existing configuration.
Values for modifications have to be modified in the vehicles' .ini file.
Re-opening the menu reloads files, to load changes.
* Added support for NPC vehicles: The script always updates all vehicles
in the game world in 0.3.
v0.2.5
* Fix rim radius not saved
* Automatically disable things vehicles that break (lowriders and flying stuff)
0.2.4
* Fix menu opening causing character selection and recording issues
0.2.3
* Update code for b1604. It's crappy but it seems to work.
* Add a toggle for height tuning. Disable this if you're doing cars with transforming wheels or hydraulics and aren't touching height anyway. (Other stuff->Height tuning)
0.2.2
* Fix offsets for b1290
0.2.1
* Fix auto-apply for wheel size
* Add a warning to the menu for old game versions
0.2.0
Config changes: Add option to open menu with the cheat "vstancer". Can be changed in settings_menu.ini
Saved presets now include wheel size parameters.
* Add wheel size options
Requirements
ScriptHookV
Game version greater or equal to 1.0.2372.0
Installation
Drag and drop VStancer.asi and the folder VStancer to the main GTA V folder.
Opening the menu
Enter vstancer in the cheat console (open with tilde (~) or whatever key is above Tab.
Alternatively, use the hotkey:
QWERTY/US = ;:
For other keyboard layouts, I recommend to change the hotkey in the settings_menu.ini file, which is in the VStancer folder.
Usage
Consult the included README.md or README.pdf.
Known bugs
- Wheels clip through ground with extreme angles
- Wheels clip through ground with extreme low height
- While the mod is active, car wheel deformation is not active
Credits
Wouldn't even have considered it without InfamousSabre's post on this same thing!
NTA/CamxxCore's hooking class
GVMA for 0.3 testing
FiveM
Neos7 made a FiveM version, check it out!
Changelog
0.3.3
* Add in-game deletion for configs
* Fix pre-cambered vehicles having inverted camber on rear wheels
0.3.2 / 0.3.1
Note: 0.3.2 is a critical bug fix for 0.3.1
* Change suspension patch to (optionally) conditionally apply, prevents breaking certain vehicles
* Set default patch mode to player-only detection (only unpatch when player drives unsupported vehicle)
* Improve incompatible vehicle detection
* Fix license plate-based saves not working
* Change license plate format to [ PLATE ] to support whitespace plates
* (0.3.2) Fix crash on startup caused by mistake in "Improve incompatible vehicle detection"
0.3.0
Some background info:
Version 0.3.0 is more or less a complete rewrite. The script is functionally
the same as previous versions, no breakthroughs have been achieved
since version 0.2.5. Just big internal codebase improvements which have been
bothering me for a while.
* Changed the save format: `car_saved.xml` and `car_preset.xml` are not supported
in 0.3. Instead, the Config folder contains settings per vehicle.
Your old configurations _will_ have to be made again.
* Added modification-based adjustments: tuning parts can be specified to
change suspension geometry, for example: Increase track width on body kits.
This stacks with the base/existing configuration.
Values for modifications have to be modified in the vehicles' .ini file.
Re-opening the menu reloads files, to load changes.
* Added support for NPC vehicles: The script always updates all vehicles
in the game world in 0.3.
v0.2.5
* Fix rim radius not saved
* Automatically disable things vehicles that break (lowriders and flying stuff)
0.2.4
* Fix menu opening causing character selection and recording issues
0.2.3
* Update code for b1604. It's crappy but it seems to work.
* Add a toggle for height tuning. Disable this if you're doing cars with transforming wheels or hydraulics and aren't touching height anyway. (Other stuff->Height tuning)
0.2.2
* Fix offsets for b1290
0.2.1
* Fix auto-apply for wheel size
* Add a warning to the menu for old game versions
0.2.0
Config changes: Add option to open menu with the cheat "vstancer". Can be changed in settings_menu.ini
Saved presets now include wheel size parameters.
* Add wheel size options
Première mise en ligne : 29 avril 2017
Dernière mise à jour : 9 août 2023
Téléchargé pour la dernière fois : il y a 28 minutes
1 183 commentaires
VStancer applies wheel and suspension modifications to vehicles.
Requirements
ScriptHookV
Game version greater or equal to 1.0.2372.0
Installation
Drag and drop VStancer.asi and the folder VStancer to the main GTA V folder.
Opening the menu
Enter vstancer in the cheat console (open with tilde (~) or whatever key is above Tab.
Alternatively, use the hotkey:
QWERTY/US = ;:
For other keyboard layouts, I recommend to change the hotkey in the settings_menu.ini file, which is in the VStancer folder.
Usage
Consult the included README.md or README.pdf.
Known bugs
- Wheels clip through ground with extreme angles
- Wheels clip through ground with extreme low height
- While the mod is active, car wheel deformation is not active
Credits
Wouldn't even have considered it without InfamousSabre's post on this same thing!
NTA/CamxxCore's hooking class
GVMA for 0.3 testing
FiveM
Neos7 made a FiveM version, check it out!
Changelog
0.3.3
* Add in-game deletion for configs
* Fix pre-cambered vehicles having inverted camber on rear wheels
0.3.2 / 0.3.1
Note: 0.3.2 is a critical bug fix for 0.3.1
* Change suspension patch to (optionally) conditionally apply, prevents breaking certain vehicles
* Set default patch mode to player-only detection (only unpatch when player drives unsupported vehicle)
* Improve incompatible vehicle detection
* Fix license plate-based saves not working
* Change license plate format to [ PLATE ] to support whitespace plates
* (0.3.2) Fix crash on startup caused by mistake in "Improve incompatible vehicle detection"
0.3.0
Some background info:
Version 0.3.0 is more or less a complete rewrite. The script is functionally
the same as previous versions, no breakthroughs have been achieved
since version 0.2.5. Just big internal codebase improvements which have been
bothering me for a while.
* Changed the save format: `car_saved.xml` and `car_preset.xml` are not supported
in 0.3. Instead, the Config folder contains settings per vehicle.
Your old configurations _will_ have to be made again.
* Added modification-based adjustments: tuning parts can be specified to
change suspension geometry, for example: Increase track width on body kits.
This stacks with the base/existing configuration.
Values for modifications have to be modified in the vehicles' .ini file.
Re-opening the menu reloads files, to load changes.
* Added support for NPC vehicles: The script always updates all vehicles
in the game world in 0.3.
v0.2.5
* Fix rim radius not saved
* Automatically disable things vehicles that break (lowriders and flying stuff)
0.2.4
* Fix menu opening causing character selection and recording issues
0.2.3
* Update code for b1604. It's crappy but it seems to work.
* Add a toggle for height tuning. Disable this if you're doing cars with transforming wheels or hydraulics and aren't touching height anyway. (Other stuff->Height tuning)
0.2.2
* Fix offsets for b1290
0.2.1
* Fix auto-apply for wheel size
* Add a warning to the menu for old game versions
0.2.0
Config changes: Add option to open menu with the cheat "vstancer". Can be changed in settings_menu.ini
Saved presets now include wheel size parameters.
* Add wheel size options
Requirements
ScriptHookV
Game version greater or equal to 1.0.2372.0
Installation
Drag and drop VStancer.asi and the folder VStancer to the main GTA V folder.
Opening the menu
Enter vstancer in the cheat console (open with tilde (~) or whatever key is above Tab.
Alternatively, use the hotkey:
QWERTY/US = ;:
For other keyboard layouts, I recommend to change the hotkey in the settings_menu.ini file, which is in the VStancer folder.
Usage
Consult the included README.md or README.pdf.
Known bugs
- Wheels clip through ground with extreme angles
- Wheels clip through ground with extreme low height
- While the mod is active, car wheel deformation is not active
Credits
Wouldn't even have considered it without InfamousSabre's post on this same thing!
NTA/CamxxCore's hooking class
GVMA for 0.3 testing
FiveM
Neos7 made a FiveM version, check it out!
Changelog
0.3.3
* Add in-game deletion for configs
* Fix pre-cambered vehicles having inverted camber on rear wheels
0.3.2 / 0.3.1
Note: 0.3.2 is a critical bug fix for 0.3.1
* Change suspension patch to (optionally) conditionally apply, prevents breaking certain vehicles
* Set default patch mode to player-only detection (only unpatch when player drives unsupported vehicle)
* Improve incompatible vehicle detection
* Fix license plate-based saves not working
* Change license plate format to [ PLATE ] to support whitespace plates
* (0.3.2) Fix crash on startup caused by mistake in "Improve incompatible vehicle detection"
0.3.0
Some background info:
Version 0.3.0 is more or less a complete rewrite. The script is functionally
the same as previous versions, no breakthroughs have been achieved
since version 0.2.5. Just big internal codebase improvements which have been
bothering me for a while.
* Changed the save format: `car_saved.xml` and `car_preset.xml` are not supported
in 0.3. Instead, the Config folder contains settings per vehicle.
Your old configurations _will_ have to be made again.
* Added modification-based adjustments: tuning parts can be specified to
change suspension geometry, for example: Increase track width on body kits.
This stacks with the base/existing configuration.
Values for modifications have to be modified in the vehicles' .ini file.
Re-opening the menu reloads files, to load changes.
* Added support for NPC vehicles: The script always updates all vehicles
in the game world in 0.3.
v0.2.5
* Fix rim radius not saved
* Automatically disable things vehicles that break (lowriders and flying stuff)
0.2.4
* Fix menu opening causing character selection and recording issues
0.2.3
* Update code for b1604. It's crappy but it seems to work.
* Add a toggle for height tuning. Disable this if you're doing cars with transforming wheels or hydraulics and aren't touching height anyway. (Other stuff->Height tuning)
0.2.2
* Fix offsets for b1290
0.2.1
* Fix auto-apply for wheel size
* Add a warning to the menu for old game versions
0.2.0
Config changes: Add option to open menu with the cheat "vstancer". Can be changed in settings_menu.ini
Saved presets now include wheel size parameters.
* Add wheel size options
Première mise en ligne : 29 avril 2017
Dernière mise à jour : 9 août 2023
Téléchargé pour la dernière fois : il y a 28 minutes





@Fumze From what I've been told, it was MENYOO that was causing the conflict. I updated it as well, but when I get into the cars, the game gives a mod error. Unfortunately, I think it's unlikely that vstancer will receive an update!
@ViniGolfeto_ ending up downgraded my game bro
Please update not working after new script hook update
PLEAAAAAASEEE UPDATE THE MOD!!! WE NEED IT !!! Please update not working after new script hook update!!!
need update not working nomore as of 3/19/26
daddy IKT pls update
bro please update.....
not working in new version
doesnt work , update ur shi
new version uptade
please update the mod :(
This mod need update..
an exception occurred while executing VSTancer. please update the mod :(
Please make a update for this. It's not working with GTA. 3788 version. I need this mod 😭
Ten paciencia @ikt ya está actualizando todos sus mods, pronto actualizará este.
PLEASE UPDATE I HAD TO RE-INSTALL ALL MY MODS AND VSTANCER ISNT WORKING AFTER SCRIPTHOOKV UPDATE???????
PLEASE UPDATE
please ikt we need a update :(
PLEASE UPDATE
he is working on all his mods give the man sum time
i need it but game crash every time
i love this mod