q3 func_bobbing entities becoming invisible

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Post Reply
dghost77
Posts: 174
Joined: Tue Aug 23, 2011 8:28 pm

q3 func_bobbing entities becoming invisible

Post by dghost77 »

I just met this weird behavior with the map I am currently working on. I am in the process of transforming a lot of my brushes into entities of func_bobbing. I transformed the brushes by batch of about 10 into func_bobbing, set all their settings individually, compile the map into normal mode, load the map, check out if everything is good, go back into zeroradiant and redo this process 3-4 four times. Now after that I transformed about 40 of my brushes into func_bobbing in one shot before compiling (all of the brushes where changed to func_bobbing one by one). Now after compiling the map into normal mode again, all this latest batch are now invisible in my map. The brushes are there, they are bobbing, it's just that they are all invisible. I re applied their original textures on it and still, no changes whatsoever. My total # of entities in the map at the moment is 668 and from that number, 112 of that are just for func_bobbing.

Anyone have ever seen something similar? I really don't understand what is going on.
User avatar
PaN61
Posts: 59
Joined: Mon Apr 19, 2010 7:45 am

Re: q3 func_bobbing entities becoming invisible

Post by PaN61 »

I've had a similar problem with my func_train in my first map, Opposing Force. I had the problem where at one stage, the whole func_train entity disappeared when I was editing settings for it. All I needed to do is fix up my path_corner targets and the entities target settings. I also added a origin brush just in case that didn't work.

I would suggest you look through each and every entity with the func_bobbing transformation to make sure your target setting is set correctly to your X,Y and Z values. If that doesn't work, try adding a origin brush for each entity. Also for testing purposes, add one func_bobbing entity at a time to see if it is going according to how you want the entity to move inside your map. Then you can build off of it one at a time until you complete it and are sure that they are working properly.


Apologies if I misunderstood you and/or if what I wrote isn't any help to you.
Unearth the vile of anger where existence finds no shelter.
dghost77
Posts: 174
Joined: Tue Aug 23, 2011 8:28 pm

Re: q3 func_bobbing entities becoming invisible

Post by dghost77 »

Thx for the advice but there is no target_location or origin brush for any of my func_bobbing entities in my map.

All of the func_bobbing that I created prior to that specific batch are all working perfectly - i.e. are not invisible.

I'll make a test by deleting one of the func_bobbing to simply re-transform it into a brush and see if it reappears.
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: q3 func_bobbing entities becoming invisible

Post by obsidian »

"deformVertexes move" might work well for you here.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
dghost77
Posts: 174
Joined: Tue Aug 23, 2011 8:28 pm

Re: q3 func_bobbing entities becoming invisible

Post by dghost77 »

Mmm I didn't knew about that keyword for shader. It looks really interesting but not sure about using it in this case, since all my func_bobbing entities in this case are blocks that creates a pathway for the player to move on. I want them to bob for the player to be affected by it. With the keyword this is only an animation and the brush does not move at all. As from what I understand about this. I might use it for other brushes in the map that will not affect the player tough.
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: q3 func_bobbing entities becoming invisible

Post by obsidian »

Ah, indeed it will not. Players won't move with the moving shader.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
dghost77
Posts: 174
Joined: Tue Aug 23, 2011 8:28 pm

Re: q3 func_bobbing entities becoming invisible

Post by dghost77 »

I just made a test... I transformed only one brush into a func_bobbing entity, recompile the map and it became invisible right away.... I am in the twilight zone!
User avatar
Eraser
Posts: 19174
Joined: Fri Dec 01, 2000 8:00 am

Re: q3 func_bobbing entities becoming invisible

Post by Eraser »

Are you including an origin brush with the func_bobbing? If so, leave that out.
dghost77
Posts: 174
Joined: Tue Aug 23, 2011 8:28 pm

Re: q3 func_bobbing entities becoming invisible

Post by dghost77 »

Nope, no origin brush at all with my func_bobbing.
Post Reply