Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
But this is unfortunately going to take a while. I have a boatload of work ahead of me with PZK Animated.
Feel free to come to my streams and hang out. I might be persuaded to switch to Drive 90 for a stream or two if the chat would demand it...
Basically vanilla network code does not account for potential vehicle animations. To plug the gap, if you use any animated vehicle mods in multiplayer - you need to use "Sync vehicle animations" (link should be in mod description).
Though even without it you should see animations locally.
Another thing is - the mod works best if it is enable both in the game you are trying to load and in your main menu mods list. Though usual problems I encountered with that were - if the mod was active only in main menu but not in the game it might try to show animations still and probably fail in a broken way.
Can you give a bit more details? Is it related to van rear doors? Or some other vehile trunks? If it is related to another vehicle - which one?
If the problem is with the vans - I am sorry for the inconvenience. It is a known visual bug which I am still trying to track the source of.
I don't understand the technical details you mentioned about the problem; I don't know anything about mods and such. I forgot to mention that I'm using version 41 in Project Zomboid because I play with friends, and version 42 doesn't allow co-op.
I would appreciate it if you could solve the problem because, as I said, I love this mod; it's very useful.
I haven't tried it yet, but this one https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3162566044 is another mod I'm planning to include in my game. I hope it doesn't cause any problems with yours.
Thank you very much for your attention, and I hope to enjoy both mods.
Best regards.
The main issue with SVU compatability is - shaders that are available to be used for vehicle parts get either data related to vehicle bones - required for animations - but don't get custom texture data. Or they get custom texture, but get bone data from wheels rather than vehicle.
So animated armor bits are presenting a bit of a pickle. Especially if the base texutre of the vehicle does not include texture for armor.
For 41 version I developed a hack that kind of tricked the game into loading custom texture for one model and then just hoping that when the next part - actually animated armor part - gets rendered, that custom texture would still be in memory. Which works... most of the time..
I will look into fixing it. But can't promise before I know the cause.
Any chance you'd be willing to make your mod compatible with this one? I wouldn't want to do without either of them.
Thanks, and excuse my English; I use Google Translate.
Thank you for enjoying the mod.
I however have to re-iterate - this mod only builds up on a lot of work that is already but into the game by developers. So I can't take full credit for it and I definitely do not endorse using my mod to throw shade over developers.
The problem with van rear doors is a known issue which I tried to investigate and pinpoint the cause of several times, but wasn't able to so far. But figuring it out is among the long list of things I am working on to fix or improve.
Just found out about those extended vanilla vehicles you are working on, would that mod work alongside the vanilla enhanced?
Is is some of the older Drive90s cars? Might have not updated those...
Not sure if it is possible but a area of improvement would be if there was a way to make the seats a darker gray (or something to match the rest of the interior) when removed
Functionally the game would likely not crash. But I don't think compatability code was pulled into 42 version yet so there might be some issues.
Most notably - vanilla 6 seater vans define rear doors on both right and left side. While Enhanced versions only use right rear door.
So when adding animated part rear left door would not be added (since it doesn't exist) but the model of the van will have an opening where the door should be.
Also enhanced versions need slightly different shape of doors. So if default vanilla animated models are used - there might be a mismatch between where you expect Animated part to be based on texture vs where it actually opens.
I am planning on ironing out those differences but free time is finite...
Please give your opinion on reworked engine as seen on Nyala/Cherrywagon. Is it worth making engines like that for other vehicles? Would it be better to just keep the old "flat plane" fake engine?
But good news for everyone - I am getting some time off in a week, so I'd be able to hopefully catch up on all of my mods to some degree.
One more thing!
Drive90's mod included some new vehicles, the old ones work great but some of the new ones doesn't have interior, from the ones i saw (Luxury car 2, old wagon, muscle car 2)
Build 42 version includes compatability patch for Standard Upgrades, but it wasn't througly tested.
Vanilla Vehilce Enhances support for build 42 was based on textures from 41 and would likely not include some vehicles added in 42 version of VVE...
Bur yes. Full support for those mods is planned and is in progress.
It is a separate mod. Made and maintained not by me. And was primarily intended for other animated vehicles like KI5 or SCKCO. But vanilla vehicle animations work with it too.
thanks
If it bothers you too much to wait - here is instruction how to hook them in:
Locate mod folder.
There navigate to "common/media/lua/shared" subfolder
Open "VVA_applyAnimations.lua" in any plain text editor. like notepad.
Find line like "VVA.CloneAnimationProfile("StepVan_Masonry", "StepVan_Cereal")"
Make a copy of such line. Ctrl+C, Ctrl+V are your friends.
Replace "StepVan_Masonry" with vehicle ID of the vehicle you want to be also animated.
one of the step van (the one is made for wleding/propane stuff ) has no animated doors and stuff
Hola. Estoy usando el Traductor de Google. Disculpen si la redacción no es correcta.
En el modo multijugador, necesitas usar el mod "Sincronizar animaciones de vehículos". Incluso usándolo, sincroniza los estados finales de las animaciones, en lugar de los estados en progreso. Desafortunadamente, esto se debe a limitaciones de la implementación actual del motor de juego: el código de red no las tiene en cuenta y fue necesario modificarlas.