lsnoop Posted August 2, 2018 Share Posted August 2, 2018 I fixed the jerky handling problem on original cars installing Improved SA Default Cars v0.7.2. It includes a handling which works fine and is way smoother than original. I think a handling like this should be included in the mod so that people won't have to deal with original jerky car physics and spend time looking for a fix Also what about turnlights (for AI cars too)? Does the mod have this feature? It would be great to add clicking sound too. Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070362667 Share on other sites More sharing options...
Junior_Djjr Posted August 3, 2018 Author Share Posted August 3, 2018 2 hours ago, lsnoop said: Also what about turnlights (for AI cars too)? Does the mod have this feature? It would be great to add clicking sound too. Already exist. 2 hours ago, lsnoop said: I fixed the jerky handling problem on original cars installing Improved SA Default Cars v0.7.2. It includes a handling which works fine and is way smoother than original. Wow, placebo is awesome. Mysterdogg 1 Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070362826 Share on other sites More sharing options...
Avant_SA Posted August 3, 2018 Share Posted August 3, 2018 (edited) Made an good example of Vehfuncs potential. Different grills, different engines, different wheels and different sunroof position at the same time. Inlcuding small interior and exterior extras: https://www.gtainside.com/en/sanandreas/cars/121738-volkswagen-golf-mk2-us-spec Edited August 3, 2018 by Avant_SA zyrowh, Testeuros, Junior_Djjr and 2 others 5 Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070364377 Share on other sites More sharing options...
Junior_Djjr Posted August 4, 2018 Author Share Posted August 4, 2018 f*cking nice. I've been doing a cool new function (especially for those who like muscle cars). Wait. Davve95, Mysterdogg and Avant_SA 3 Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070364666 Share on other sites More sharing options...
lsnoop Posted August 4, 2018 Share Posted August 4, 2018 On 8/3/2018 at 5:05 AM, Junior_Djjr said: Wow, placebo is awesome. No idea what you mean. The diff shows there were no changes in handling? That must be Silent Patch or something else then ... Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070365966 Share on other sites More sharing options...
Junior_Djjr Posted August 5, 2018 Author Share Posted August 5, 2018 (edited) Updated v0.5 beta Added: f_shake — makes the part vibrate with the engine (useful for engines and exhausts). The vibration uses perlin noise for a natural effect and changes with accelerating. Also includes option for the part to tilt when accelerating, as it happens in some engines. Watch the video. Added: f_gas — formerly known as "enh_scoop", but now supporting configurable XYZ rotation. It's a part that rotates with the gas pedal, being useful for several cases. Characteristics and attributes (eg 'pj=' and 'mu=') are now required to be preceded by "_" for better compatibility. If you have adapted some car, check it. Several performance improvements and some bug fixes. Improved f_gear rotation when accelerating the car. Edited August 5, 2018 by Junior_Djjr AdusPL, firedihm, LaDiDa and 4 others 7 Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070366406 Share on other sites More sharing options...
Avant_SA Posted August 6, 2018 Share Posted August 6, 2018 (edited) Find a bug in new woobling feature. When there is part with f_shake inside hierarchy, only parts that's inside chassis visible throught windscreen. windscreen_dummy is in the bottom of chassis_dummy. Inside windscreen_dummy there is: -windscreen_dummy --windscreen_ok (rearview mirror) ---windscreen_ok (windshield glass) It's causing only when part with f_shake inside. Edited August 6, 2018 by Avant_SA Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070368598 Share on other sites More sharing options...
Junior_Djjr Posted August 6, 2018 Author Share Posted August 6, 2018 11 hours ago, Avant_SA said: When there is part with f_shake inside hierarchy The most important: where? I need to reproduce the problem. Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070370042 Share on other sites More sharing options...
AdusPL Posted August 6, 2018 Share Posted August 6, 2018 Hey, Junior_Djjr I was curious whether it is possible to fix this retarded bike handlebars mechanic. Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070370104 Share on other sites More sharing options...
Avant_SA Posted August 6, 2018 Share Posted August 6, 2018 (edited) 3 hours ago, Junior_Djjr said: The most important: where? I need to reproduce the problem. Not actually plays role. I tried moving it inside chassis, chassis_dummy and even windscreen_dummy. Only one thing, that happened, it's reorganise materials and make from two windscreen's_ok only one, then works normal. Tested on other model, that have only one windscreen_ok. Bug appears, when there is extra4 or extra3 on car. Mystic. Edited August 6, 2018 by Avant_SA Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070370278 Share on other sites More sharing options...
Junior_Djjr Posted August 7, 2018 Author Share Posted August 7, 2018 9 hours ago, AdusPL said: Hey, Junior_Djjr I was curious whether it is possible to fix this retarded bike handlebars mechanic. Reveal hidden contents Quadbike has handlebar animation. How? Simply the .ifp from quadbike has the arm moving and the bike does not... If you edit the bike turn animation for the arm to move together, done, now just make the handlebar rotate (it's already separated in the model, doesn't need model adaptation). 8 hours ago, Avant_SA said: Not actually plays role. I tried moving it inside chassis, chassis_dummy and even windscreen_dummy. Only one thing, that happened, it's reorganise materials and make from two windscreen's_ok only one, then works normal. Tested on other model, that have only one windscreen_ok. Bug appears, when there is extra4 or extra3 on car. Mystic. On my two test models this doesn't happen. And it makes no sense to be a VehFuncs problem, the only thing VehFuncs does for a part to vibrate is to change its rotation. Changing the rotation of a part doesn't make sense to cause transparency bugs. btw the game adds transparency fix on objects inside windscreen_dummy, I think it's limited (only childs and not grandchilds for example). On next update I'll add a way to apply transparency fix to any part, thus transparency problems are over (maybe). I did this in the next version of the Tuning Mod in an automatic way and works very nice. AdusPL 1 Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070370999 Share on other sites More sharing options...
Avant_SA Posted August 7, 2018 Share Posted August 7, 2018 (edited) 5 hours ago, Junior_Djjr said: Quadbike has handlebar animation. How? Simply the .ifp from quadbike has the arm moving and the bike does not... If you edit the bike turn animation for the arm to move together, done, now just make the handlebar rotate (it's already separated in the model, doesn't need model adaptation). On my two test models this doesn't happen. And it makes no sense to be a VehFuncs problem, the only thing VehFuncs does for a part to vibrate is to change its rotation. Changing the rotation of a part doesn't make sense to cause transparency bugs. btw the game adds transparency fix on objects inside windscreen_dummy, I think it's limited (only childs and not grandchilds for example). On next update I'll add a way to apply transparency fix to any part, thus transparency problems are over (maybe). I did this in the next version of the Tuning Mod in an automatic way and works very nice. Anyway, it works good only with one f_shake. I attcahed 3 details to one f_shake. Here, how it works with two f_shakes: My hieratchy is: -chassis_dummy --chassis ---parts ---parts ---f_shake ---f_shake_mu=0.3 ---parts ---extra1-3 ---rearglass ---extra4 My other convert, first one model, about i written. There was also that bug with extras, but it was only with extra2, that was in boot_dummy only for IVF version. I moved two f_shake from chassis_dummy to model dummy and putted it higher, and now it works good with that extra. These function have a lot of bugs, before they won't be fixed it can't be normal usable. New bugs with that. That extras, with which was windscreen glass, now bug with rear glass. Just facepalm. Playing in hierarchy with both details don't give anything. Rear glass is separate detail. Edited August 7, 2018 by Avant_SA Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070371349 Share on other sites More sharing options...
_F_ Posted August 7, 2018 Share Posted August 7, 2018 12 hours ago, Junior_Djjr said: Quadbike has handlebar animation. How? Simply the .ifp from quadbike has the arm moving and the bike does not... If you edit the bike turn animation for the arm to move together, done, now just make the handlebar rotate (it's already separated in the model, doesn't need model adaptation). On my two test models this doesn't happen. And it makes no sense to be a VehFuncs problem, the only thing VehFuncs does for a part to vibrate is to change its rotation. Changing the rotation of a part doesn't make sense to cause transparency bugs. But wouldn´t it be possible to somehow stretch the player´s hands? Because there is dummy actually where the grip should be (I don´t remember the name, but it´s not used by the game engine), and also in 3ds Max the whole fork with handle bar rotates, while in game the handle bar doesn´t move, only the fork. Therefore maybe it´s possible to somehow make it that the player´s hand bone is always attached to the grip dummy, no matter what, and when it turns, it just stretches the arm instead of letting go. (Though of course I don´t know how that might look in game :D, might be sh*t ) Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070372914 Share on other sites More sharing options...
Davve95 Posted August 7, 2018 Share Posted August 7, 2018 Where can I download finished vehicles with VehFuncs? I Google'd but I could only find one. Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070373534 Share on other sites More sharing options...
Junior_Djjr Posted August 8, 2018 Author Share Posted August 8, 2018 8 hours ago, _F_ said: But wouldn´t it be possible to somehow stretch the player´s hands? Because there is dummy actually where the grip should be (I don´t remember the name, but it´s not used by the game engine), and also in 3ds Max the whole fork with handle bar rotates, while in game the handle bar doesn´t move, only the fork. Therefore maybe it´s possible to somehow make it that the player´s hand bone is always attached to the grip dummy, no matter what, and when it turns, it just stretches the arm instead of letting go. (Though of course I don´t know how that might look in game :D, might be sh*t ) That is, the same happens with the peds? I would cite this, I plan to apply this to CJ, including in cars, so it will be easier to make CJ's hand on steering wheel. But honestly I think the animation of the arm turning a handlebar (or the steering wheel) will spoil everything. I do not have much hope. 4 hours ago, Davve95 said: Where can I download finished vehicles with VehFuncs? I Google'd but I could only find one. VF is new yet. In the future I hope they will use it. A project created by some friends and members of my forum (where I helped a little), GTA Brasil, will use this in abundance. I'm also making it fully compatible with my Tuning Mod, so people do not have to wait for adapted cars, they can install parts themselves in any car, fully in-game (just install any part and change the part name to make it work). On Tuning Mod v2.2 will be possible to install any pre-adapted part (just install it and done; I will release that supercharger from the video above pre-adapted too). @Avant_SA, I think you'd better send me the car to test (it can be just the .dff). Davve95 1 Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070374040 Share on other sites More sharing options...
Junior_Djjr Posted August 9, 2018 Author Share Posted August 9, 2018 On 8/7/2018 at 11:00 PM, Junior_Djjr said: @Avant_SA, I think you'd better send me the car to test (it can be just the .dff). Isn't exactly a VehFuncs bug. It's a original game bug, but IVF fixes that, and VehFuncs "unfixes". Here, without IVF and VF: If you use VehFuncs' extra system this will not happen, but I understand that this is a problem that needs to be fixed. ....oh, nice, now I reenabled IVF and VF and it's working: I don't know what happened. Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070379959 Share on other sites More sharing options...
Avant_SA Posted August 10, 2018 Share Posted August 10, 2018 46 minutes ago, Junior_Djjr said: Isn't exactly a VehFuncs bug. It's a original game bug, but IVF fixes that, and VehFuncs "unfixes". Here, without IVF and VF: If you use VehFuncs' extra system this will not happen, but I understand that this is a problem that needs to be fixed. ....oh, nice, now I reenabled IVF and VF and it's working: I don't know what happened. Anyway, that's really need to be fixed. I thought about making shaking parts in IVF+AD and HQLM versions too, because without vehfuncs the parts on right places. Hope, you will fix that. I think, on second screen other extra, because there is two extras with that border. Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070380036 Share on other sites More sharing options...
Junior_Djjr Posted August 11, 2018 Author Share Posted August 11, 2018 (edited) On 8/9/2018 at 9:00 PM, Avant_SA said: I think, on second screen other extra, because there is two extras with that border. Well remembered, and now I've seen better, confirmed, the problem happens even without VehFuncs, it has nothing to do with mod bugs, and only happens in extra2. We can fix using this: On 8/7/2018 at 1:30 AM, Junior_Djjr said: btw the game adds transparency fix on objects inside windscreen_dummy Look: Again, I'll put something to apply this transparency fix to any node, so you will not need to place the part on the windscreen_dummy, but if you do in this way, I think will work pretty fine, looking quickly I didn't notice problems. Edited August 11, 2018 by Junior_Djjr Avant_SA 1 Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070382480 Share on other sites More sharing options...
Avant_SA Posted August 11, 2018 Share Posted August 11, 2018 3 hours ago, Junior_Djjr said: Well remembered, and now I've seen better, confirmed, the problem happens even without VehFuncs, it has nothing to do with mod bugs, and only happens in extra2. We can fix using this: Look: Again, I'll put something to apply this transparency fix to any node, so you will not need to place the part on the windscreen_dummy, but if you do in this way, I think will work pretty fine, looking quickly I didn't notice problems. Yes, it's worked. Moved rearglass and extra4 inside windscreen_dummy, now it works, thanks. And one more thing, it's start bugging only if there is materials with 253 alpha channel inside the model. My newest convert works perfect with two vibrating parts. But it have no extras with alpha channel. 253 alpha channel fixes some extra bugs, when corners of transparent texture is shining through other parts. That's only one way to fix it. Thanks for the answer, only that way it's really worked. Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070382660 Share on other sites More sharing options...
Junior_Djjr Posted August 13, 2018 Author Share Posted August 13, 2018 (edited) On 8/11/2018 at 1:29 AM, Avant_SA said: Yes, it's worked. Moved rearglass and extra4 inside windscreen_dummy, now it works, thanks. And one more thing, it's start bugging only if there is materials with 253 alpha channel inside the model. My newest convert works perfect with two vibrating parts. But it have no extras with alpha channel. 253 alpha channel fixes some extra bugs, when corners of transparent texture is shining through other parts. That's only one way to fix it. Thanks for the answer, only that way it's really worked. I tried to add an alpha fix on VehFuncs... It worked also in an automatically way, but some old modded cars gets bugged. So, I added manually in some parts, the fix was the same of <>255 alpha channel was you said... but not exactly, when you use an alpha channel different than 255, the result is better, smooth. There is no "more correct" way than your solution. Also, I think the solution of moving the part to the windscreen hierarchy had no relation to the alpha render fix, but to the order in the hierarchy. The alpha fix actually works by the name of the node i.e. if you use the name "windscreen" the fix will be applied, as well as using <>255 alpha on material. So, yeah, the better way to fix alpha issues is using <>255 alpha and a good hierarchy placement order. Edited August 13, 2018 by Junior_Djjr LaDiDa and Mysterdogg 2 Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070386272 Share on other sites More sharing options...
Junior_Djjr Posted August 14, 2018 Author Share Posted August 14, 2018 (edited) Something that is worth saying: VehFuncs does not need and will not need parent dummy, different from IVF and Active Dashboard/Steering. This is much more convenient for modelers and is compatible with Tuning Mod parts (which can rotate, scale, distort etc). i.e. you don't need "steer_dummy | steer", can be just "steer". Edited August 14, 2018 by Junior_Djjr goodidea82 1 Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070388615 Share on other sites More sharing options...
TerRaBite92 Posted August 19, 2018 Share Posted August 19, 2018 How to fix support with IVF on movable parts? Spoilers works on chassis dummy with class, not inside on boot_dummy. Without IVF working normally. Main and hierarchy screen. And i'm send to you model in PM Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070397029 Share on other sites More sharing options...
Junior_Djjr Posted August 19, 2018 Author Share Posted August 19, 2018 2 hours ago, TerRaBite92 said: How to fix support with IVF on movable parts? Spoilers works on chassis dummy with class, not inside on boot_dummy. Without IVF working normally. Main and hierarchy screen. And i'm send to you model in PM I (we) don't know: https://forum.mixmods.com.br/f5-scripts-codigos/t188-vehfuncs-s135#p7382 Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070397222 Share on other sites More sharing options...
AdusPL Posted August 21, 2018 Share Posted August 21, 2018 (edited) Suggestions: 1. Working clocks (not digital): a. speedometer: there'a a pointer and it rotates depending on the speed, the values would just be a normal texture same for every vehicle I guess b. tachometer: maybe depending on the acceleration sound? (when the sound loops it would rotate back to 0 angle) c. temperature: just a random rotation probably would do 2. Rear footpegs for motorcycles(activated when there's a passenger on a motorcycle): 3. Kickstand (when parked): Edited August 21, 2018 by AdusPL wow the new editor is f* terrible LaDiDa and Davve95 2 Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070399376 Share on other sites More sharing options...
Junior_Djjr Posted August 21, 2018 Author Share Posted August 21, 2018 5 hours ago, AdusPL said: 2. Rear footpegs for motorcycles(activated when there's a passenger on a motorcycle): Oh, well remembered. 5 hours ago, AdusPL said: 3. Kickstand (when parked): Yeah, I also thought about this, I just need to find a good way to make the code know that the bike is parked in this position (workarounds are out of the question, if anyone knows if there is any kind of flag or something, tell me) Also good to know the name in English, I had no idea the name of these things and Google Translate did not help. I plan to focus on digital dashboards since full panels with pointers are already present on the active dashboard. Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070399829 Share on other sites More sharing options...
AdusPL Posted August 21, 2018 Share Posted August 21, 2018 (edited) 54 minutes ago, Junior_Djjr said: I plan to focus on digital dashboards since full panels with pointers are already present on the active dashboard. Forgot about this completly. So we got: Active Dashboard, ImVehFt and VehFuncs? Are they all compatible with each other? Want my mod to be the best sh*t out there lol. Also yeah spent too much time on finding english names for some parts. Edit: Anyway to use custom lights texture? Ah, ImVehFt has it. Edited August 21, 2018 by AdusPL Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070399854 Share on other sites More sharing options...
Junior_Djjr Posted August 22, 2018 Author Share Posted August 22, 2018 On 8/21/2018 at 2:33 PM, AdusPL said: Forgot about this completly. So we got: Active Dashboard, ImVehFt and VehFuncs? Are they all compatible with each other? Want my mod to be the best sh*t out there lol. Sometimes extra parts on doors, bumpers etc don't work with ImVehFt, I don't know the reason yet. I don't want VehFuncs to replace ImVehFt, but I want it to replace Active Dashboard because sincerely it's a poorly created mod. But this is only for the future. Updated v0.6 beta - 22/08/18 Added "f_fpeg" — footpegs for motorcycles and bicycles opening/closing if someone is riding in front or behind, watch the video. Added "f_brake" - rotates with the brake pedal (same as "f_gas"). Now the "f_gas" (throttle) will come off during gear changes, as it was in EnhFuncs (I forgot to put it). Added support for varying multiple paintjobs on the same command (eg "_pj=0-5"). Now VehFuncs.log is updated every time the game loses focus (e.g. by minimizing it). Among other fixes and improvements. Avant_SA and firedihm 2 Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070401251 Share on other sites More sharing options...
Junior_Djjr Posted August 25, 2018 Author Share Posted August 25, 2018 Fully animated engine. zyrowh, Mysterdogg, Avant_SA and 1 other 4 Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070404149 Share on other sites More sharing options...
Avant_SA Posted August 26, 2018 Share Posted August 26, 2018 (edited) So, if you're making pedals, what about clutch and handbrake? It will make full set of working interior stuff. And what about speed, with what f_gas and brake are rotating? Also interesting addition. Other interesting thing is swinging details. Will be useful for keys, exhaust and different interior stuff. UPD: Need to redo f_gear and f_fan function. Why it can spin only across z axle? I have pulley on a side of engine, and i cant make it working. Playing with axles don't give needed result. Edited August 27, 2018 by Avant_SA Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070405375 Share on other sites More sharing options...
Mysterdogg Posted August 26, 2018 Share Posted August 26, 2018 On 8/22/2018 at 5:12 PM, Junior_Djjr said: I don't want VehFuncs to replace ImVehFt, but I want it to replace Active Dashboard because sincerely it's a poorly created mod. But this is only for the future. Good to know that you will eventually make a replacement for every function in Active Dashboard, hope to also see the supposed functions that nobody knows how to use but are present in the list (you mentioned them in your Mixmods' post). On 8/25/2018 at 12:40 AM, Junior_Djjr said: Fully animated engine. The only thing left are now the bands, by having that we will be able to completely recreate GTA V vehicles like the Tornado Rat Rod, and even in a more realistic way since GTA V doesn't have animated nor working air blowers. Link to comment https://gtaforums.com/topic/904475-vehfuncs/page/4/#findComment-1070405793 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now