I cant customize VTOL and oter aircraft
I play saints row 4 on xbox one anyway to delete reward vehicles. Im sure there is just cant rememberDelete Reward Vehicles v3 by IdolNinja
This mod allows the player to delete reward vehicles from their garage. It also includes gibbed's original changes to allow for all car/boat/plane customizing as well since it's the same script file.
INSTALL:
Move the included store_vehicle.str2_pc and vint_doc_containers.asm_pc files to your sr3 install folder:
..\steam\steamapps\common\saints row the third\
CHANGELOG:
v3
Updated to work with Genkibowl DLC patch
-----------------------------------------
v2
Updated to work with the new SRTT Steam patch released on 12/12/11
-----------------------------------------
How it works:
The code that checks if a vehicle can be deleted was commented out so that all vehicles can be deleted:
--local delete = garage_can_delete()
--if delete then
Garage_select_choices[#Garage_select_choices + 1] =
{
type = TYPE_BUTTON,
select_type = GARAGE_SELECT_DELETE,
label = "GARAGE_REMOVE_VEHICLE",
id = #Garage_select_choices + 1
}
--end
!!!WARNING!!!
If you use other mods from interface.vpp_pc that have an included vint_doc_containers.asm_pc then you will need to rebuild the asm file using gibbed's tools if you want to use them together with this mod!