News | Forum | People | FAQ | Links | Search | Register | Log in
Mapping Help
This is the place to ask about mapping problems, techniques, and bug fixing, and pretty much anything else you want to do in the level editor.

For questions about coding, check out the Coding Help thread: https://www.celephais.net/board/view_thread.php?id=60097
First | Previous | Next | Last
Creatures In A Func_train 
Hello,

I've been trying to get a sort of cage with 3 Shalraths (Vores) in it to move around in a func_train, so it's harder to kill them. A nice idea, but the bastards keep falling out even though it's closed and I positioned them inside the cage at the first path_corner. Is it not possible to get creatures on a moving platform without them falling true ? By the way, I'm using Worldcraft 1.6 a. 
 
I'm trying to think of an id1 map that had monsters on a moving platform but I'm coming up dry. Except for that slow descending lift that spawns the zombies. But even there, the zombies are spawning and falling onto the platform so it's probably not the same thing... 
 
I've seen monsters use lifts successfully but never, to my memory, a func_train ... dunno! Preach? :) 
 
Check if the cage is large enough - as with the items, there have to be at least 4 units of space (sides; maybe 32-40 above) between the brushes of the train and the monsters' bounding boxes. The bottom of the train has to be big enough, too - their bboxes must not overlap with the edges. Another reason they keep falling though could be holes in the bottom, if it is a grate for example, though then again, I think such things are taken care of in hull 1/2. 
 
Thanks for your quick replies.
I'd been thinking myself if I've seen it used before and could not remember ever seeing it done. I will try a bigger box and if that doesn't work maybe I'll make the floor move around a bit to get a similar result. Or maybe I'll just think of something else, I'll let you know if it worked. By the way, there are no holes in the bottom, only behind the Vores, but that's closed by a wall over the whole length of the path_corners. They just fall true and then block the "train", resulting in them slowly dying. It's quite humorous to hear them scream, but it was not what I intended ;) 
Monsters In Func_train 
the vore in hip3m1? 
Tip 
I have one quick tip. Make sure that when you place your func_train brushes in the editor, it is positioned so that the lowermost extent exactly on the first path_corner. To find the lowermost extent, consider the smallest bounding box which will surround the entire model. Then take the coordinates of the corner of the box where x, y and z are all smallest. This will make sure the train doesn't get moved when it spawns, which might be getting the vores stuck. 
And I'm Assuming 
That all other path corners should be placed with the same logic? 
Just Tried It 
but as long as the distance between func_train and vormit holds 24 units it rides fine.

http://members.home.nl/gimli/trainvore.zip

Good idea! 
Vores On A Train 
Yea it does work, just make sure the train is
triggered a little after the vores are spawned
onto the train. So, use a trigger_once for the
train. 
Lardarse 
Yeah, the path_corners always indicate the minimum point on the bounding box. The spawn function for a train always "teleports" the func_train to the first path_corner. So you need to place the vores in such a way to anticipate when the train will be once it's been teleported in this way. The easiest way to do that is to already place the brushes in the right place in-editor. 
And 
That can help you light the thing better, to stop dark patches etc.

So you can place it wherever you like, where it'll be lit properly, but the paths in the correct place.

That's assuming it doesn't need to carry vores though. 
Does 
Anyone have a method for finding a missing enemy?

I've got one left over and can't find him - there's spawning going on so most likely I'm not calling one that is spawned.

I tried reading the .sav but it lists everything - there doesn't seem to be a way to search the correct term. 
 
Could be a zombie that is knocked down below water and can't get up. I've seen that before. 
No Zombies 
That reminds me to put a fix in for stuck zombies though. 
 
What fix would that be? I had a huge problem with stuck zombies in the warehouse section of White Room. 
Func_breakable And Rubble Texture 
I'm using the func_breakable from qouth. If I set the rubble texture to glass the rubble isn't textured in-game. What could be the cause of this? 
Ijed 
you should check the save file, look for health value, every dead monster has negative health value[something like this]
"classname" "monster_army"
"model" "progs/soldier.mdl"
....
....
....
"health" "-10.000000"

alive monster will have positive h/val. 
Well 
What I have in mind is adding to an unused field for each time the zombie tries and fails to get up, like ammo_shells.

If ammo shells reaches 3 then the zombie gibs itself. If it gets up then it resets ammo_shells to 0. 
 
Oh, a code solution, OK. I thought there was some map trick you were doing. :) 
The Answer 
Email it to AguirRe and ask him ;P 
 
Well, there's a gameplay solution - when the zombie moans (trying to get up) you can kill it then with an explosion.

And yeah, I should have just mailed AguirRe in the first place. 
About That Func_train Thing ... 
It's with the going up and down that the trouble starts. When the train goes up again the entities fall true. MadFox, your example map runs perfect, thanks, only my idea was to make it run in a (seemingly) random manner, so the player will have to look where to shoot. So I made all my path_corners look like a vertical line in the XY view and sort of W shaped in the YZ view. Maybe I'll use your idea and make it move in a straight horizontal line than, I don't know. Anyway, thanks for all your help, people. I think another month or so and I'm finally ready to send this map to the world. 
Ron 
I made another setup with the example.
I think you could make the cage thing with the clip brush. Then bullets fly through, but the Vore will be centered to the func_train.
It rides every angle you want.

http://members.home.nl/gimli/mvore0.zip 
Fantastic ! 
MadFox, you did it !
This is really great, Thanks a lot ! 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.