View Single Post
Stugger
Member
Join Date: Sep 2007
Old 11-03-2019 , 02:22   Re: [HL2DM/CSS] Pilotable Helicopters [v1.0 - Nov 1, 2019]
Reply With Quote #7

Quote:
Originally Posted by 8guawong View Post
just in case you didn't know... csgo is free to play now
I know, but I can’t run the CSGO SRCDS server for some reason..


Quote:
Originally Posted by andi67 View Post
In CSGO there is a helimodel , path is :

"models/props_vehicles/helicopter_rescue.mdl"

for the rotor do:

SetVariantString("fly_generic");
AcceptEntityInput(ent , "SetAnimation", -1, -1, 0);
Thanks, I incorporated the CSGO models and sounds in v1.5 that I’ll be releasing soon, but I can’t test it so I won’t know if everything works right.

Quote:
Originally Posted by Bara View Post
Interesting, but Rescue Helicopter is pretty big :/
The physics model is separate from the visual (prop_dynamic) model, you can set the physics model to something proportionate and smaller than the helicopter, and set the visual model as the helicopter with a smaller scale to fit the physics model. You’d most likely have to adjust the thrusters and play around with different physics models to get a nice fit though. This is the stuff I would do if I could test this in CSGO.
Stugger is offline