Jump to content

Func_bobbing (GTK)


Recommended Posts

Posted

I took a look at this func but I didn't have a chance to test it to its full extent.

 

I got a brush floating, okay that's easy. Then I wanted to get a model floating, supossedly it has a model2 attribute and then loads a md3, but I see nothing but the previous block.

 

Any ideas?

Do not fear their feeble attack, my faithful. Nothing will stop the return of the SITH!

Posted

It needs to have an origin brush for where the model will appear as part of the func_bobbing entity itself.

 

So, I create a caulk brush? Or what type of brush?

 

THen I guess I a model inside? 

 

If  you meant using model2 I don't get how it works 

Do not fear their feeble attack, my faithful. Nothing will stop the return of the SITH!

Posted

It's a simple block, with system/origin texture, in the center of the func_bobbing. You'll want to include this as part of that entity.

Posted

Alternatively, you can try placing a misc_model and linking it to the func_bobbing, if you don't mind using one more entity.

Posted

It's a simple block, with system/origin texture, in the center of the func_bobbing. You'll want to include this as part of that entity.

let me see if i understand, cause i actually tried it and it crashed my game.

 

> block

> system/origin texture

> model2 porperty inside of func_bobbing?

 

or you mean misc_model, then placing a cube around it with sys/origin?

 

Alternatively, you can try placing a misc_model and linking it to the func_bobbing, if you don't mind using one more entity.

 

I got this to work actually, still i'd like to save one entity... 

Do not fear their feeble attack, my faithful. Nothing will stop the return of the SITH!

Posted

No, you need to have a brush with the system/origin texture be part of the func_bobbing.  Then the model2 key will work or at least that's how it's designed to.  It can't just be a brush by itself though, it must be a brush that's part of the entity group itself ie before you select it and tell it to be a func_bobbing, that must also be included.

eezstreet likes this

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...