AssaultCube Reloaded Forums

Full Version: Help! All Moded Weapons Aim At Default.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
All the weapons that I've downloaded aim at default. I've tried killing myself in game, redownloading the game, but nothing appears to be working. Can anyone help?
There probably a problem with the model config files (md2.cfg or md3.cfg, depending on the model format).

Did you check them ?
(2015-05-09, 04:15 PM)asmanel Wrote: [ -> ]There probably a problem with the model config files (md2.cfg or md3.cfg, depending on the model format).

Did you check them ?

What am I supposed to check for? The md3.cfg file is causing the problem, but I don't know how exactly to fix it.

Actually, it seems to be the .md3 file.
In older versions, iron sights were implemented by having the "gun idle" animation be one second of aiming down the sight.

In newer versions, iron sights are implemented with the tag_zoom tag. The "gun idle" animation is back to what it was before: usually one frame (no animation).

In md3.cfg of older models, changing
Code:
md3anim "gun idle" A B B
to
Code:
md3anim "gun idle" A 1
will remove the zooming animation.

However, a proper fix is to remove the extraneous frames and add tag_zoom into the model.
I'll post an example of me fixing the AWP and The Golden AK47 for 2.7 with the tag_zoom
given a few times of practice anyone should be able to add a tag_zoom in blender or misfit (however in misfit I have not des overs the renaming ability but I'll get to that
Upon Patching up the Scorpion Evo for example
(as this prooves to b the hardest one to fix)
the model has requirmsnts
- The Model Cannot have Animations
- the model will cap out in excess of 5000 polygons if you don't know what your doing
- All animations Must be Removed, so you cannot animate any tag

with that said here is how the Scorpion Evo would be patched
1. Open up the model in Misfit
2. Start Animation Mode
3. Drop down that says "Skeletol Animation" change to "Frame Animatuon"
4. Delete Frame Set
5. Add a Tag (Point) behind your sights
6. Export Model to .md3
7. Open in Blender
8. Rename the Tag to "tag_zoom"
9. Export to .md3
DONE
the problem with this model in particular is once you open it in misfit it triangulates whoch increases the poly count so much that you won't be able to export it to Md3 anymore
to fix this you can export to OBJ and import that in blender
but then if you try to export in blender (I) got a problem where it spends eternity exporting the model to a point where it could have 36164 copies of the model in the file already.
most models wont give you this problem unless they are high poly (like this one)
but the process for all is the same
have fun! c: