prop_physics not showing

Need Help? The Day isnt going so well on the Mapping front?
Post Reply
destu
npc_helicopter
npc_helicopter
Posts: 995
Joined: Mon Jul 10, 2006 7:17 pm

prop_physics not showing

Post by destu »

I placed a prop_physics to my map and chose the wood_crate001.mdl. The model shows in VHE but not ingame. How can I fix this?

*edit

Okay this is weird.. compiled again and the crates work but some other models do not show. wtf?

Got another question too, how can I make NPCs run at me when they see me, they just stand there. But when I get close to them they swing me with stunstick :?
skidz
Obsidian Gold
Obsidian Gold
Posts: 3228
Joined: Mon May 29, 2006 6:36 am
Location: Maple Ridge, BC
Contact:

Re: prop_physics not showing

Post by skidz »

destu wrote:I placed a prop_physics to my map and chose the wood_crate001.mdl. The model shows in VHE but not ingame. How can I fix this?

*edit

Okay this is weird.. compiled again and the crates work but some other models do not show. wtf?

Got another question too, how can I make NPCs run at me when they see me, they just stand there. But when I get close to them they swing me with stunstick :?
Which npc are you using?
destu
npc_helicopter
npc_helicopter
Posts: 995
Joined: Mon Jul 10, 2006 7:17 pm

Post by destu »

npc_combine_s
I didnt find npc_metropolice so I changed the combine model to metropolice model.
skidz
Obsidian Gold
Obsidian Gold
Posts: 3228
Joined: Mon May 29, 2006 6:36 am
Location: Maple Ridge, BC
Contact:

Post by skidz »

oh well you need to use the metrocop npc to use the stunstick. They dont know how to act like the metrocop.
npc_metropolice
destu
npc_helicopter
npc_helicopter
Posts: 995
Joined: Mon Jul 10, 2006 7:17 pm

Post by destu »

Oh, that sucks. Ruined my map plan :/
skidz
Obsidian Gold
Obsidian Gold
Posts: 3228
Joined: Mon May 29, 2006 6:36 am
Location: Maple Ridge, BC
Contact:

Post by skidz »

The combine_s are designed to use weapons, the metros can use melee and weapons.
So it shouldnt be a problem to just use the metro npc.
destu
npc_helicopter
npc_helicopter
Posts: 995
Joined: Mon Jul 10, 2006 7:17 pm

Post by destu »

nvm about that. But I still got that model problem, anyone can help me?
BurningExcel
Vertex
Vertex
Posts: 8
Joined: Mon Jul 24, 2006 4:34 am
Location: Searching for the truth in the never ending sea of lies

Post by BurningExcel »

destu wrote:nvm about that. But I still got that model problem, anyone can help me?
The last time I had a problem like this was when my map was leaked, can you post the compile log?
destu
npc_helicopter
npc_helicopter
Posts: 995
Joined: Mon Jul 10, 2006 7:17 pm

Post by destu »

Just figured it out, anyway here's the errors

Code: Select all

Error! prop_static using model "models/props_c17/clock01.mdl", which must be used on a dynamic entity (i.e. prop_physics). Deleted.
Error loading studio model "models/props_c17/clock01.mdl"!
Error! To use model "models/maps/cleanup/light_inset.mdl"
      with prop_static, it must be compiled with $staticprop!
Error loading studio model "models/maps/cleanup/light_inset.mdl"!
Error! prop_static using model "models/props_c17/Lockers001a.mdl", which must be used on a dynamic entity (i.e. prop_physics). Deleted.
Error loading studio model "models/props_c17/Lockers001a.mdl"!
Hell-met
Obsidian Gold
Obsidian Gold
Posts: 2885
Joined: Tue Jun 27, 2006 4:09 am
Location: BIENVENUE DANS MON PAYS LE KEBEK

Post by Hell-met »

use prop_static.

And incase it still doesnt work , use prop_physics with the "motion disabled" flag.
destu
npc_helicopter
npc_helicopter
Posts: 995
Joined: Mon Jul 10, 2006 7:17 pm

Post by destu »

one more, why my crowbar falls through the ground?
Image
Pampers
Polygon
Polygon
Posts: 41
Joined: Mon Jul 24, 2006 12:48 am
Location: Norway

Post by Pampers »

What type of prop entity did you use to create the crowbar? And did you place it a couple of units over the brush?
Look ma' no hands!
destu
npc_helicopter
npc_helicopter
Posts: 995
Joined: Mon Jul 10, 2006 7:17 pm

Post by destu »

I used weapon_crowbar entity to create the crowbar so I could pick it up
Post Reply