Mini-nuke projectile models

Model Mini-nuke projectile models 2017-05-02

Ælement

Comfortably mediocre
aa
Dec 21, 2010
1,481
1,616
Mini-nuke projectile models - Shoot nukes dummy

Contains a mini nuke and a micro nuke.

I scaled down and rotated the seperate nuke model (from the standard payload cart).

The idea was to make a demoman robot fire it from his gun in a MvM mission i'm making. If you wanna do something like it, this is how it's done in the .pop file:

Code:
ItemAttributes
            {
                ItemName "The Loose Cannon"
                "custom projectile model" "models/props_trainyard/cart_bomb_mininuke.mdl"
            }

This of course assumes that you're using the loose cannon and the mini nuke. Afaik this can ONLY be done to demoman weapons (there are no rocket lauchers with their own rocket models).

Have fun.

demonuke1.png
demonuke2.png
 

Ælement

Comfortably mediocre
aa
Dec 21, 2010
1,481
1,616
Doesn't the Air Strike (the one with bonus damage from above) have a custom projectile model?

Totally forgot about that. Let me get back to you on that one.


Edit: Looks like the air strikes projectiles are hard coded into a different attribute:
Code:
"mini rockets"
                {
                    "attribute_class"    "mini_rockets"
                    "value"                "1"
                }

So i think, unfortunately, that the point about custom projectiles not working on soldier weapons stand :(
 

Empyre

L6: Sharp Member
Feb 8, 2011
309
187
I think I remember several months ago seeing somebody here post a set of custom rockets, one for each launcher.

EDIT: I just searched to try to find it, searching for rocket, rocket launcher, and rocket model, and I can't find what was looking for. I remember a picture with all the rocket launchers laying on the ground, with a different rocket laying next to each, but I can't find it. TF2 is the only game I play with more than one rocket launcher, and this is the only TF2 site I visit, so it had to have been here I saw it. Well, I tried to find it for you, and to satisfy my own curiosity.
 
Last edited:

Startacker!

WANT ME TO BE REAL? MAKE ME.
aa
Jun 15, 2013
647
1,197
I think I remember several months ago seeing somebody here post a set of custom rockets, one for each launcher.

EDIT: I just searched to try to find it, searching for rocket, rocket launcher, and rocket model, and I can't find what was looking for. I remember a picture with all the rocket launchers laying on the ground, with a different rocket laying next to each, but I can't find it. TF2 is the only game I play with more than one rocket launcher, and this is the only TF2 site I visit, so it had to have been here I saw it. Well, I tried to find it for you, and to satisfy my own curiosity.
You're thinking of this http://steamcommunity.com/sharedfiles/filedetails/?id=4029&searchtext=
AFAIK they're just models, not attached to anything actually working.
 

Empyre

L6: Sharp Member
Feb 8, 2011
309
187
Thanks! So I wasn't just imagining it after all.