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
No problem on the double post. I have uploaded a new version of the addon with the fixed (hopefully, double checked all weapons in HLMV with the toggle on) collision meshes.
If you want to use the LODs as-is, you can. But if you ever want to generate new ones, I used the Decimate function in Blender in steps of 0.125 (1 to 0 range, so 0.875, 0.75, 0.625, min of 0.25) to cut back the triangle counts for custom weapons. Manual adjustment could make better results, but it worked for my tests here.
You'll be able to see the code in the .QC file for LOD, and how to manipulate it. Happy modding!
I'm positive the physbox positions get moved from their original locations
during the decompile,althought I can't come up with any proven
explanations.If you get used to decompiled stuff,you'll realize that some
things can be misplaced,or have weird triangulation.It's usually subtle and
unseen until someone wants to work on a very specific part and witness
the error.
Keep up the great work!
default models myself,despite compiling custom stuff sometimes.
In fact for the few vanilla guns I occasionally tinker with,I sometimes edit their
peewees aswell:I was wondering if you wouldn't mind me using your LODs as
a base,that would make things easier for people who subscribe to both your
items and my craps (you would naturally get proper credits)
I have this little thing almost ready that relies on your LODs,you wouldn't
want to make this poor little belgian thing sad would you? :x
https://dl.imgdrop.io/file/aed8b140-8472-4813-922b-7ce35ef93c9e/2024/04/21/Untitled-19543adec635e0dd2.jpeg
Officially speaking, I didn't touch the default models at LOD 0, that's just how they look by default. (And the polygon count is quite high for some weapons compared to other guns. Ruger Mk 3 vs M1911 for example!)
Your image actually is very helpful, and I see what you mean about the weapon meshes are not aligned appropriately! This is particularly bizarre to me as it all seemed fine when decompiled originally.
I'm going to work my way through and re-adjust these physics meshes back into their respective places, then post an updated version. I'll also do some reading and see if there's some way to prevent such an odd bug, but I think it might just be a result of weirdness being inherent in the system.
I noticed that some models I changed didn't need their physics meshes adjusted, like the pickaxe and cleaver, which makes me scratch my head. Perhaps they work better because they're newer?
but some of them seems more detailed that I could have think of. I was thus
wondering if maybe you actually added details on LOD 0 models (so full
details) or if that's just how default peewee models look.
As for the peewees going throught the floor,I can tell your meshes are not
aligned with their respective physboxes smd (I hope the link to the picture
I try to show will work):
[img] https://dl.imgdrop.io/file/aed8b140-8472-4813-922b-7ce35ef93c9e/2024/04/20/Untitled-1563b0a0b6955a5dd.jpeg [/img]
For what it's worth mentioning,almost every time I wanna compile a custom
peewee model this happens,no matter how careful I am,and I have to correct
the gun mesh position over the physbox again.Something must be acting
weird during the export process,no idea.
...an answer for a tip maybe? thanks!
Playing in Local Server?