Problems with using phys_thruster and phys_torque..

hisus64

L1: Registered
May 22, 2022
1
0
I can't get phys_thruster and phys_torque work on func_physbox or anything I can think of.(Nothing is happening)
Here are the settings that might be useful.
I'll try attaching the .vmf file.
Please tell me where am I doing wrong.

Class: func_physbox
Name: box_1
Mass Scale: 1
Flags:
Don't take physics damage
Don't allow bullet penetration

Class: phys_thruster
Pitch Yaw Roll: 0 90 0
Name: box_pusher
Attached Object: box_1
Time of Force: 0
Force: 200
Flags:
Start On
Apply Force
Orient Locally
Ignore Mass

Class: func_physbox
Name: box_2
Mass Scale: 1
Flags:
Don't take physics damage
Don't allow bullet penetration

Class: phys_torque
Name: box_spinner
Attached Object: box_2
Time of Force: 0
Angular Acceleration: 200
Flags:
Start On
Apply Torque
Orient Locally
Ignore Mass
 

Attachments

  • tests.vmf
    16 KB · Views: 66