tank.msh
That is my intention, then I plan to use a msh.option file to scale the rest of it. I also want to change the primitives' positions to reflect the new model size (6.25% of the original size) I tried using bconstructor but the mini tank in game collides correctly but it looks like a floating scrap heap. I don't mind if the moving parts get stuck in their default positions.
Thanks in advance.
p.s. this is for new weapons 2 (go to http://hosted.filefront.com/somen00b to get it.)
Decreasing the size of the collision primitives on a...
Moderator: Moderators
- Maveritchell
- Jedi Admin

- Posts: 7366
- Joined: Mon Aug 21, 2006 11:03 pm
Re: Decreasing the size of the collision primitives on all_hover
Have you considered adding a -nocollision into the msh.option? I don't know the specifics of the tank's collision, but if the model has a built-in collision, then there's a chance that by stopping the munge of default-generated collision that the scaled-down model will use it's own scaled-down collision.
No idea if that'd work, and I'm not too familiar with your problem, but it might be worth a try.
No idea if that'd work, and I'm not too familiar with your problem, but it might be worth a try.
-
somen00b
Re: Decreasing the size of the collision primitives on a...
I tried it, no luck. I tried it with the -nocollision parameter before and after the "scale" parameter. (not at the same time.)
Last edited by somen00b on Mon Sep 24, 2007 6:41 pm, edited 1 time in total.
-
FragMe!
- Gametoast Staff

- Posts: 2244
- Joined: Sat May 13, 2006 12:34 am
- Projects :: Not sure keep changing my mind.
- xbox live or psn: No gamertag set
- Location: Origin name GT_FragMe
- Contact:
Re: Decreasing the size of the collision primitives on a...
You could try commenting out these lines in the odf
or if you are feeling ambitious in the munge.bat file in the Animation/Vehicle/rep_hover_fightertank add a scale line in there.
This example is for an acklay:
you then have to run the munge.bat that is in the Animation root.
These may help, if not just set them back to normal, clean and remunge the side.
Code: Select all
AnimationName = "rep_hover_fightertank"
FinAnimation = "rep_fightertank_9pose"This example is for an acklay:
Code: Select all
@call ..\munge_animation.bat "/keepframe0 /scale 0.25 /dest acklay.zaf" Sides\GEOThese may help, if not just set them back to normal, clean and remunge the side.
