Hi all, glad to see .MAP lives on .... thanks MRU
I am using animate->equipment->V2 for my objective. Normally you can walk through this model. When I add a targetname to the V2 to connect it to the exploder, it becomes solid. My problem is the player is now blocked just out of reach to a bomb on the side of the V2. Furthermore, it looks like your hitting an invisible wall.
http://img402.imageshack.us/img402/3347/modelbox.jpg
Here is a screenie of Radiant. It show the bounding box of the model. The player can not enter the bounding box so I can not place the bomb on the V2. Is there a way to stop this clipping effect?
Any ideas would be appreciated.
exploder & v2 model
Moderator: Moderators
-
Killerdude
- Sergeant Major
- Posts: 110
- Joined: Fri May 11, 2007 12:16 am
exploder & v2 model
Last edited by Killerdude on Sun Aug 30, 2009 12:02 am, edited 1 time in total.
[Rome wasn't mapped in a day!]
-
Killerdude
- Sergeant Major
- Posts: 110
- Joined: Fri May 11, 2007 12:16 am
-
Runt
- First Lieutenant
- Posts: 188
- Joined: Wed Feb 11, 2004 5:03 pm
- Location: The Netherlands
- Contact:
Not sure what u mean with:
** deleted oops ***
But the answer to your mapping problem is that you have to set the object to not-solid. (Press n when the object is selected). Then, create some brushes covering the rocket (this time you can create a better rocket shape).
Apply a clip texture (textures/common) on these brushes and you're ready to go.
** deleted oops ***
But the answer to your mapping problem is that you have to set the object to not-solid. (Press n when the object is selected). Then, create some brushes covering the rocket (this time you can create a better rocket shape).
Apply a clip texture (textures/common) on these brushes and you're ready to go.
-
Killerdude
- Sergeant Major
- Posts: 110
- Joined: Fri May 11, 2007 12:16 am
I was a double posting forum nubRunt wrote:Not sure what u mean with:
** deleted oops ***
When I press 'n' there are no options for non solid. The only options that look relevant are 'no static collisions' and 'detail', both of which don't work.
What would the key/value be to make a model non solid?
[Rome wasn't mapped in a day!]
-
Killerdude
- Sergeant Major
- Posts: 110
- Joined: Fri May 11, 2007 12:16 am
Hmm in that case the problem is the global/exploder.scr script (I assume you are using it), is making the thing solid again.
In the stock V2 map the rocket does not have the 'exploder' targetname. Rather, the bomb targets the rocket, which is sufficient to have it removed when the bomb goes
Kinda curious way to do it but that's how these global scripts were written.
In the stock V2 map the rocket does not have the 'exploder' targetname. Rather, the bomb targets the rocket, which is sufficient to have it removed when the bomb goes
Kinda curious way to do it but that's how these global scripts were written.
-
Killerdude
- Sergeant Major
- Posts: 110
- Joined: Fri May 11, 2007 12:16 am

