Clean & Repair Anywhere 1.04
2.177
47
2.177
47
Keep your vehicles in pristine condition as you traverse the streets of Los Santos. Say goodbye to the hustle of finding repair shops and car washes. With Clean & Repair Anywhere, you can repair and wash your vehicle anywhere, anytime.
Features:
Vehicle Repair: At the press of a button, repair your vehicle and get back on the road in no time. (Button by default is set to the ContextKey - Default key is '{E}' unless you have bound it to something else).
Vehicle Washing: Keep your car sparkling clean wherever you go with the easy-to-use wash function. (Button by default is set to the VehicleHeadlightKey - Default key is '{H}' unless you have bound it to something else).
Real-Time Animation: Enjoy immersive animations for both repair and cleaning actions, adding a touch of realism to your gameplay.
INI file to adjust settings like refuelling on repair and time it takes to repair/wash vehicle.
Installation:
To install "Clean & Repair Anywhere," simply drag and drop "CleanAndRepairAnywhere.dll," "CleanAndRepairAnywhere.ini," and the "CARA Audio" folder into your 'scripts' folder located within the GTA V main directory. If the folder doesn't exist, create one.
Requirements:
Before you dive in, make sure to have the following installed.
ScriptHookV
ScriptHookVDotNet
Bugs:
No known bugs.
Changelog:
1.04
Reupload as it somehow bugged out on the previous one, i believe its because i deleted older versions.
1.04:
1. New Sound Effect:
- Added an option in CleanAndRepairAnywhere.ini for enabling/disabling a cleaning sound effect.
- Included a new folder with the corresponding .wav file; place it in the scripts folder.
You are able to change the Cleaning.wav if you find a better one just name it the same.
- You are all advised to go into the 'CARA Audio' folder and rename ;).wav to Cleaning.wav and then rename the original Cleaning.wav to something else.
adjust WashDuration to 13000 for this .wav like so - WashDuration = 13000
You can all thank Peter Badoingy for finding and creating this .wav :L
2. Visual Enhancements:
- Introduced new objects for a more immersive experience.
- Added a Spanner object for the repairing process.
- Included a Rag object for the cleaning process.
3. Customization Options:
- Expanded configuration options in CleanAndRepairAnywhere.ini:
- You can now define the position and rotation of Repairing and Cleaning Objects.
- Fine-tune their placement to your liking.
(I've made it as close as I have the patience for, I was struggling with the rotation for the spanner.
If I happen to figure out the exact settings first, I'll implement them.
Alternatively, if you or someone else discovers the precise settings before me,
please let me know and I'll incorporate them).
4. Blood Stain Removal:
- Enhanced cleaning functionality to remove blood stains effectively.
5. Bug Fixes:
- Implemented various fixes to improve overall functionality.
1.03
1. Customizable Interaction Distance: You can now adjust the distance at which you can repair or clean a vehicle.
2. Repair Body Damage Option: Added an option to control whether the script repairs both the vehicle's engine health and physical body damage (such as dents and broken windows) during the repair process. Setting this option to 'True' will repair both, while setting it to 'False' will only restore the vehicle's engine health, leaving body damage unchanged.
3. Customizable Repair and Clean Controls: You can now specify your preferred repair and clean controls using the Control Enum corresponding to your key binds. To find the Control Enums for your key binds, refer to this link: https://nitanmarcel.github.io/scripthookvdotnet/scripting_v2/GTA.Control.html. For example, you can set your repair control to 'Context' and your clean control to 'VehicleHeadlight.' These controls will adapt to your key bindings, making it easy to use the script with your preferred keys.
Example Configuration:
RepairEnumControl = Context
CleanEnumControl = VehicleHeadlight
All instructions and links can also be found in CleanAndRepairAnywhere.ini
1.02
1. You will now cancel the animation and repair/clean process if you enter the vehicle while
cleaning/repairing.
2. Added new options to CleanAndRepairAnywhere.ini:
; Repair duration in milliseconds (Default is 20 seconds).
RepairDuration = 20000
; Wash duration in milliseconds (Default is 20 seconds).
WashDuration = 20000
; Set to 'true' to refuel the vehicle to 100% when repairing, 'false' to retain the current fuel level.
RefuelWhenRepairing = false
; Set to 'true' to allow repairing on destroyed vehicles, 'false' to disable it.
AllowRepairOnDestroyedVehicles = false
; Set to 'true' to require the engine to be off for repairing, 'false' to allow repairing with the engine on.
RepairsRequireEngineOff = true
; Set to 'true' to require the engine to be off for cleaning, 'false' to allow cleaning with the engine on.
CleaningRequireEngineOff = false
1.01
The dll & Ini was just renamed to remove spaces.
Features:
Vehicle Repair: At the press of a button, repair your vehicle and get back on the road in no time. (Button by default is set to the ContextKey - Default key is '{E}' unless you have bound it to something else).
Vehicle Washing: Keep your car sparkling clean wherever you go with the easy-to-use wash function. (Button by default is set to the VehicleHeadlightKey - Default key is '{H}' unless you have bound it to something else).
Real-Time Animation: Enjoy immersive animations for both repair and cleaning actions, adding a touch of realism to your gameplay.
INI file to adjust settings like refuelling on repair and time it takes to repair/wash vehicle.
Installation:
To install "Clean & Repair Anywhere," simply drag and drop "CleanAndRepairAnywhere.dll," "CleanAndRepairAnywhere.ini," and the "CARA Audio" folder into your 'scripts' folder located within the GTA V main directory. If the folder doesn't exist, create one.
Requirements:
Before you dive in, make sure to have the following installed.
ScriptHookV
ScriptHookVDotNet
Bugs:
No known bugs.
Changelog:
1.04
Reupload as it somehow bugged out on the previous one, i believe its because i deleted older versions.
1.04:
1. New Sound Effect:
- Added an option in CleanAndRepairAnywhere.ini for enabling/disabling a cleaning sound effect.
- Included a new folder with the corresponding .wav file; place it in the scripts folder.
You are able to change the Cleaning.wav if you find a better one just name it the same.
- You are all advised to go into the 'CARA Audio' folder and rename ;).wav to Cleaning.wav and then rename the original Cleaning.wav to something else.
adjust WashDuration to 13000 for this .wav like so - WashDuration = 13000
You can all thank Peter Badoingy for finding and creating this .wav :L
2. Visual Enhancements:
- Introduced new objects for a more immersive experience.
- Added a Spanner object for the repairing process.
- Included a Rag object for the cleaning process.
3. Customization Options:
- Expanded configuration options in CleanAndRepairAnywhere.ini:
- You can now define the position and rotation of Repairing and Cleaning Objects.
- Fine-tune their placement to your liking.
(I've made it as close as I have the patience for, I was struggling with the rotation for the spanner.
If I happen to figure out the exact settings first, I'll implement them.
Alternatively, if you or someone else discovers the precise settings before me,
please let me know and I'll incorporate them).
4. Blood Stain Removal:
- Enhanced cleaning functionality to remove blood stains effectively.
5. Bug Fixes:
- Implemented various fixes to improve overall functionality.
1.03
1. Customizable Interaction Distance: You can now adjust the distance at which you can repair or clean a vehicle.
2. Repair Body Damage Option: Added an option to control whether the script repairs both the vehicle's engine health and physical body damage (such as dents and broken windows) during the repair process. Setting this option to 'True' will repair both, while setting it to 'False' will only restore the vehicle's engine health, leaving body damage unchanged.
3. Customizable Repair and Clean Controls: You can now specify your preferred repair and clean controls using the Control Enum corresponding to your key binds. To find the Control Enums for your key binds, refer to this link: https://nitanmarcel.github.io/scripthookvdotnet/scripting_v2/GTA.Control.html. For example, you can set your repair control to 'Context' and your clean control to 'VehicleHeadlight.' These controls will adapt to your key bindings, making it easy to use the script with your preferred keys.
Example Configuration:
RepairEnumControl = Context
CleanEnumControl = VehicleHeadlight
All instructions and links can also be found in CleanAndRepairAnywhere.ini
1.02
1. You will now cancel the animation and repair/clean process if you enter the vehicle while
cleaning/repairing.
2. Added new options to CleanAndRepairAnywhere.ini:
; Repair duration in milliseconds (Default is 20 seconds).
RepairDuration = 20000
; Wash duration in milliseconds (Default is 20 seconds).
WashDuration = 20000
; Set to 'true' to refuel the vehicle to 100% when repairing, 'false' to retain the current fuel level.
RefuelWhenRepairing = false
; Set to 'true' to allow repairing on destroyed vehicles, 'false' to disable it.
AllowRepairOnDestroyedVehicles = false
; Set to 'true' to require the engine to be off for repairing, 'false' to allow repairing with the engine on.
RepairsRequireEngineOff = true
; Set to 'true' to require the engine to be off for cleaning, 'false' to allow cleaning with the engine on.
CleaningRequireEngineOff = false
1.01
The dll & Ini was just renamed to remove spaces.
First Uploaded: 7 dni
Last Updated: 2 dneva
Last Downloaded: 39 minut
62 Comments
Keep your vehicles in pristine condition as you traverse the streets of Los Santos. Say goodbye to the hustle of finding repair shops and car washes. With Clean & Repair Anywhere, you can repair and wash your vehicle anywhere, anytime.
Features:
Vehicle Repair: At the press of a button, repair your vehicle and get back on the road in no time. (Button by default is set to the ContextKey - Default key is '{E}' unless you have bound it to something else).
Vehicle Washing: Keep your car sparkling clean wherever you go with the easy-to-use wash function. (Button by default is set to the VehicleHeadlightKey - Default key is '{H}' unless you have bound it to something else).
Real-Time Animation: Enjoy immersive animations for both repair and cleaning actions, adding a touch of realism to your gameplay.
INI file to adjust settings like refuelling on repair and time it takes to repair/wash vehicle.
Installation:
To install "Clean & Repair Anywhere," simply drag and drop "CleanAndRepairAnywhere.dll," "CleanAndRepairAnywhere.ini," and the "CARA Audio" folder into your 'scripts' folder located within the GTA V main directory. If the folder doesn't exist, create one.
Requirements:
Before you dive in, make sure to have the following installed.
ScriptHookV
ScriptHookVDotNet
Bugs:
No known bugs.
Changelog:
1.04
Reupload as it somehow bugged out on the previous one, i believe its because i deleted older versions.
1.04:
1. New Sound Effect:
- Added an option in CleanAndRepairAnywhere.ini for enabling/disabling a cleaning sound effect.
- Included a new folder with the corresponding .wav file; place it in the scripts folder.
You are able to change the Cleaning.wav if you find a better one just name it the same.
- You are all advised to go into the 'CARA Audio' folder and rename ;).wav to Cleaning.wav and then rename the original Cleaning.wav to something else.
adjust WashDuration to 13000 for this .wav like so - WashDuration = 13000
You can all thank Peter Badoingy for finding and creating this .wav :L
2. Visual Enhancements:
- Introduced new objects for a more immersive experience.
- Added a Spanner object for the repairing process.
- Included a Rag object for the cleaning process.
3. Customization Options:
- Expanded configuration options in CleanAndRepairAnywhere.ini:
- You can now define the position and rotation of Repairing and Cleaning Objects.
- Fine-tune their placement to your liking.
(I've made it as close as I have the patience for, I was struggling with the rotation for the spanner.
If I happen to figure out the exact settings first, I'll implement them.
Alternatively, if you or someone else discovers the precise settings before me,
please let me know and I'll incorporate them).
4. Blood Stain Removal:
- Enhanced cleaning functionality to remove blood stains effectively.
5. Bug Fixes:
- Implemented various fixes to improve overall functionality.
1.03
1. Customizable Interaction Distance: You can now adjust the distance at which you can repair or clean a vehicle.
2. Repair Body Damage Option: Added an option to control whether the script repairs both the vehicle's engine health and physical body damage (such as dents and broken windows) during the repair process. Setting this option to 'True' will repair both, while setting it to 'False' will only restore the vehicle's engine health, leaving body damage unchanged.
3. Customizable Repair and Clean Controls: You can now specify your preferred repair and clean controls using the Control Enum corresponding to your key binds. To find the Control Enums for your key binds, refer to this link: https://nitanmarcel.github.io/scripthookvdotnet/scripting_v2/GTA.Control.html. For example, you can set your repair control to 'Context' and your clean control to 'VehicleHeadlight.' These controls will adapt to your key bindings, making it easy to use the script with your preferred keys.
Example Configuration:
RepairEnumControl = Context
CleanEnumControl = VehicleHeadlight
All instructions and links can also be found in CleanAndRepairAnywhere.ini
1.02
1. You will now cancel the animation and repair/clean process if you enter the vehicle while
cleaning/repairing.
2. Added new options to CleanAndRepairAnywhere.ini:
; Repair duration in milliseconds (Default is 20 seconds).
RepairDuration = 20000
; Wash duration in milliseconds (Default is 20 seconds).
WashDuration = 20000
; Set to 'true' to refuel the vehicle to 100% when repairing, 'false' to retain the current fuel level.
RefuelWhenRepairing = false
; Set to 'true' to allow repairing on destroyed vehicles, 'false' to disable it.
AllowRepairOnDestroyedVehicles = false
; Set to 'true' to require the engine to be off for repairing, 'false' to allow repairing with the engine on.
RepairsRequireEngineOff = true
; Set to 'true' to require the engine to be off for cleaning, 'false' to allow cleaning with the engine on.
CleaningRequireEngineOff = false
1.01
The dll & Ini was just renamed to remove spaces.
Features:
Vehicle Repair: At the press of a button, repair your vehicle and get back on the road in no time. (Button by default is set to the ContextKey - Default key is '{E}' unless you have bound it to something else).
Vehicle Washing: Keep your car sparkling clean wherever you go with the easy-to-use wash function. (Button by default is set to the VehicleHeadlightKey - Default key is '{H}' unless you have bound it to something else).
Real-Time Animation: Enjoy immersive animations for both repair and cleaning actions, adding a touch of realism to your gameplay.
INI file to adjust settings like refuelling on repair and time it takes to repair/wash vehicle.
Installation:
To install "Clean & Repair Anywhere," simply drag and drop "CleanAndRepairAnywhere.dll," "CleanAndRepairAnywhere.ini," and the "CARA Audio" folder into your 'scripts' folder located within the GTA V main directory. If the folder doesn't exist, create one.
Requirements:
Before you dive in, make sure to have the following installed.
ScriptHookV
ScriptHookVDotNet
Bugs:
No known bugs.
Changelog:
1.04
Reupload as it somehow bugged out on the previous one, i believe its because i deleted older versions.
1.04:
1. New Sound Effect:
- Added an option in CleanAndRepairAnywhere.ini for enabling/disabling a cleaning sound effect.
- Included a new folder with the corresponding .wav file; place it in the scripts folder.
You are able to change the Cleaning.wav if you find a better one just name it the same.
- You are all advised to go into the 'CARA Audio' folder and rename ;).wav to Cleaning.wav and then rename the original Cleaning.wav to something else.
adjust WashDuration to 13000 for this .wav like so - WashDuration = 13000
You can all thank Peter Badoingy for finding and creating this .wav :L
2. Visual Enhancements:
- Introduced new objects for a more immersive experience.
- Added a Spanner object for the repairing process.
- Included a Rag object for the cleaning process.
3. Customization Options:
- Expanded configuration options in CleanAndRepairAnywhere.ini:
- You can now define the position and rotation of Repairing and Cleaning Objects.
- Fine-tune their placement to your liking.
(I've made it as close as I have the patience for, I was struggling with the rotation for the spanner.
If I happen to figure out the exact settings first, I'll implement them.
Alternatively, if you or someone else discovers the precise settings before me,
please let me know and I'll incorporate them).
4. Blood Stain Removal:
- Enhanced cleaning functionality to remove blood stains effectively.
5. Bug Fixes:
- Implemented various fixes to improve overall functionality.
1.03
1. Customizable Interaction Distance: You can now adjust the distance at which you can repair or clean a vehicle.
2. Repair Body Damage Option: Added an option to control whether the script repairs both the vehicle's engine health and physical body damage (such as dents and broken windows) during the repair process. Setting this option to 'True' will repair both, while setting it to 'False' will only restore the vehicle's engine health, leaving body damage unchanged.
3. Customizable Repair and Clean Controls: You can now specify your preferred repair and clean controls using the Control Enum corresponding to your key binds. To find the Control Enums for your key binds, refer to this link: https://nitanmarcel.github.io/scripthookvdotnet/scripting_v2/GTA.Control.html. For example, you can set your repair control to 'Context' and your clean control to 'VehicleHeadlight.' These controls will adapt to your key bindings, making it easy to use the script with your preferred keys.
Example Configuration:
RepairEnumControl = Context
CleanEnumControl = VehicleHeadlight
All instructions and links can also be found in CleanAndRepairAnywhere.ini
1.02
1. You will now cancel the animation and repair/clean process if you enter the vehicle while
cleaning/repairing.
2. Added new options to CleanAndRepairAnywhere.ini:
; Repair duration in milliseconds (Default is 20 seconds).
RepairDuration = 20000
; Wash duration in milliseconds (Default is 20 seconds).
WashDuration = 20000
; Set to 'true' to refuel the vehicle to 100% when repairing, 'false' to retain the current fuel level.
RefuelWhenRepairing = false
; Set to 'true' to allow repairing on destroyed vehicles, 'false' to disable it.
AllowRepairOnDestroyedVehicles = false
; Set to 'true' to require the engine to be off for repairing, 'false' to allow repairing with the engine on.
RepairsRequireEngineOff = true
; Set to 'true' to require the engine to be off for cleaning, 'false' to allow cleaning with the engine on.
CleaningRequireEngineOff = false
1.01
The dll & Ini was just renamed to remove spaces.
First Uploaded: 7 dni
Last Updated: 2 dneva
Last Downloaded: 39 minut
@wvssuptokyo @AdEnNmE
https://www.youtube.com/watch?v=8HsKtEbTfKs
I appreciate the video I did follow it and had no evidence of the old files before freshly installing new ones about 5 minutes ago and I still have the same issue and what the other person stated is true my ini file got reverted back to the old one without the audio true or false or any of the item tweaking
@AdEnNmE looking into this right now bro, i apologise for the inconvenience, ill get back to you shortly.
dude no inconvience at all! just trying to bug test per say for you :) fantastic mod and I know it will get fixed one way or another still doing some tests with it as well
@AdEnNmE @wvssuptokyo I have reuploaded it again, i believe it to be because i deleted older versions on here and somehow its bugged out for you.
the really confusing part is I can download it fine and its the correct version but it seems for everybody else it isn't..
feel free to add me on discord and ill send you the updated dll to save you waiting!!
mickie4081
@MickieFinn Oh ok all good, whats your discord?
@wvssuptokyo mickie4081
I wanted to register to leave a comment on this mod:)
Respect + you for being close to the community and updating the mod is really very cool!
Very glad that there is an opportunity to repair only the engine without fixing the body. Very much waiting for the mini game for repair (as an idea: add a modifier repair in the settings of the mini game to fix faster or slower, a type of variant difficulty).
And I wanted to know two things, first: is it possible to implement fixing the wheels when they stick, but without fixing the body to get to Los castoms and pay for a full repair?
And second, is it possible to disable the car explosion? So that it only stalls.
Thank you very much!
@MickieFinn Great work and thanks for the update!! Unfortunately for me there is a clash with one of my existing mods preventing this mod from working but not sure which one. I can get it working on a fresh GTA V with no other mods no problem.
@De_moon_Rad Thank you so much for your feedback and support! I truly value the community's input, its what makes the mod what it is.
The minigame is still a WIP and currently is not functioning as id like but as soon as I have more time to I will put the hours into it.
As for the mod's settings, I have plans to enable users to have full control over the minigame, including parameters like MinigameDuration, CountdownTimer, and ButtonsPressed. My aim is to provide users with the flexibility to customize their experience with the mod, allowing them to tailor it precisely to their preferences, the same as the rest of the mod, i try to make the most out of the ini settings for you all.
Wheels is something I'm actually working on right this minute, hopefully I can get it all functioning as intended ;)
Disabling the vehicle instead of it blowing up is an interesting idea and I will put it on the list and look into this for you, thank you for the support/feedback and suggestions it means a great deal!
@gtavjamal Hey Jamal! Thank you for the continued support.
To help pinpoint the issue, you might want to try installing your existing mods one by one to see which one might be conflicting with this mod. This step-by-step approach can help identify the specific mod causing the problem.
Please let me know how this goes for you!!
Kind regards
MickieFinn.
@MickieFinn Thank you so much!
We are following your progress)
@MickieFinn Excellent advice thanks man. I tried twice but no luck. I got a ton of mods in my main GTA V and all are vital mods. The only thing I can do is create another GTA V game with a different set of compatible mods. Anyway real clever idea for this mod and done to perfection! I never realized such a mod was missing from my game lol thanks again.
@gtavjamal no problem, you could also try adding a _ to your mods folder like so _mods
This way you can see if it's something in there conflicting, other than that having a clean gta directory would be a smart approach as you suggested, it may take a while but adding each thing in 1 at a time and then testing each time with the scripts and mods folder would be the best way to do this, then you'll will see exactly what is causing the issue.
When you see which one it is please do let me know.
Kind regards,
MickieFinn.
Finally got free today and installed the update. Unfortunately it gives an error. I rolled back to the previous version, it works. Here is the error by f4.
Error failed to instantiate script CARA because constructor threw an exception: System.FormatException: The input string was not formatted correctly.
System.number.ParseSingle(string value, numberStyles options, bumberFormatInfo numfmt )
System Single Parse(string s)
CARA.LoadSettings
Cara.ctor()
@De_moon_Rad And just to clarify had you downloaded it fresh today or did you use a download from yesterday? the site somehow bugged out with the first upload and it wasn't working as expected so I had to reupload
@De_moon_Rad It looks like you may of renamed something or made an error in the ini as you should not be getting that with the default download, can you add me on discord and ill run through it with you, ill be online for the next 2-3 hours
discord = mickie4081
@MickieFinn I downloaded it today. I still have the archive of the old version and after the error I reverted the old dll and ini to make sure, and after your post re-downloaded and installed(same error).
Yes of course I should prepare screenshots or something?
Resolved on discord ^
De_Moon_Rad's message hasn't been ignored.
I confirm)