|
Before clipping individual brushes in the arch, I would hit shift+B (snap to grid). Carefully placed the clipping tool ends on each corner and voila! Thank you. I should email the Interlopers tutor to thank him, but to also recommend that he stress the importance of clipping each brush into perfect triangles in the 2D view. A dedicated student can do anything that is presented to them, but pulling oneself out of a mistake when you have no idea what it is can be frustrating. The curved road was literally the only thing holding me back from completing a map. Now I just have to make a 3d skybox, which I've heard is relatively easy. ![]() Click here for the full 964x640 image.
|
| # ? Oct 11, 2010 16:47 |
|
|
| # ? May 22, 2013 15:21 |
|
cowbeef posted:Now I just have to make a 3d skybox, which I've heard is relatively easy. A good trick for the 3D Skybox (which VDC also mentions) is to place a sky_camera at the maps origins, then select + copy that and the sky brushes in the play area. (Remember to delete your original sky_camera at the map origins or else VBSP will complain about multiple sky_cameras). Paste it away from everything else then go to Tools -> Transform, then select Scale, and put in a value of .0625 for X Y and Z. Now you'll have a itty bitty copy of your play sky for your 3D skybox so you can place details everywhere. You could take it even further and copy prominent geometry, skip texture it, and scale it down as well. Now build a box around this, probably 1024x1024x256. 3D Skybox! Remember to skip texture the small skybox (or move it to a custom visgroup and disable it) whenever you compile!
|
| # ? Oct 11, 2010 17:23 |
|
Is there a way to detach a submodel from a prop_dynamic? I'm trying to create a prop_dynamic shooting gallery and I want a hatless soldier.
|
| # ? Oct 11, 2010 20:38 |
|
Luigi Thirty posted:Is there a way to detach a submodel from a prop_dynamic? I'm trying to create a prop_dynamic shooting gallery and I want a hatless soldier. I didn't think you could but you can Send it an invalid SetBodyGroup index and the hat goes away.
|
| # ? Oct 12, 2010 13:32 |
|
Luigi Thirty posted:I didn't think you could but you can Yeah I have no idea sorry, but I guess you found a solution anyway!
|
| # ? Oct 12, 2010 14:12 |
|
Irish Taxi Driver posted:Yeah I have no idea sorry, but I guess you found a solution anyway! Yeah. I found a much better use for hatless props anyway. ![]() I rigged up a system so you can whack buttons on display cases that cause the hat to appear on the mannequin model in the back. So you can see what it looks like on a model before you trade for it and decide it's really ugly. (Yes, he's wearing a hat. It disappears if you press another hat and reappears if you press the mining light. Magic!) Luigi Thirty fucked around with this message at Oct 12, 2010 around 14:37 |
| # ? Oct 12, 2010 14:35 |
|
I'm having a weird problem with my map. There's no compile errors or loading errors other than the lack of cubemaps, but when I load it in TF2 I get a reliable snapshot overflow error. I'm not over any object limits according to the list, there's no invalid geometry or anything.
|
| # ? Oct 15, 2010 19:35 |
|
Luigi Thirty posted:I'm having a weird problem with my map. There's no compile errors or loading errors other than the lack of cubemaps, but when I load it in TF2 I get a reliable snapshot overflow error. I'm not over any object limits according to the list, there's no invalid geometry or anything. Can you post your compile log to pastebin or something? Reliable Snapshot Overflow is something to do with rate, and according to a steam post, it might be because of your areaportal usage. You could also try: cl_cmdrate 30 cl_updaterate 20 and "rate #" where # is some high number. Irish Taxi Driver fucked around with this message at Oct 15, 2010 around 20:23 |
| # ? Oct 15, 2010 20:16 |
|
Irish Taxi Driver posted:Can you post your compile log to pastebin or something? Reliable Snapshot Overflow is something to do with rate, and according to a steam post, it might be because of your areaportal usage. Compile log Areaportals in a multiplayer map? Also, I haven't done any func_detailing and I probably should.
Luigi Thirty fucked around with this message at Oct 15, 2010 around 20:51 |
| # ? Oct 15, 2010 20:47 |
|
Luigi Thirty posted:Compile log Yes to both! Areaportals are vastly important to map optimization, single and multiplayer and detail any complex geometry (like those signs). Your compile log is fine.
|
| # ? Oct 15, 2010 21:01 |
|
Everything that won't cause a leak if it's deleted should be func_detailed, correct?
|
| # ? Oct 15, 2010 22:07 |
|
Luigi Thirty posted:Everything that won't cause a leak if it's deleted should be func_detailed, correct? With your map you could probably get away with that, but really you should func_detail complex geometry and use hint/skips to control visleafs around those types of brushes.
|
| # ? Oct 15, 2010 22:45 |
|
Liberal use of func_detail brought the filesize down a bit, fixed the reliable snapshot problem, and brought VVIS time down from 3 minutes to 4 seconds.
Luigi Thirty fucked around with this message at Oct 16, 2010 around 01:58 |
| # ? Oct 16, 2010 01:36 |
|
So I am making a TF2 map with 5 CPs, but it is different than normal push maps in that there is a different scoring system. To get to the point, after a team scores there is a 'kick-off' that spots the other team mid point so after a score instead of: [B B 0 R R] it is: [B B B R R]. I do this by telling the cp_master to not let either team win rounds and then using a logic relay that inputs SetOwner 2 or 3 to every control point and a force respawn to reset the players and then sending an input to game_rules to change the scoreboard accordingly. The cap points are represented properly in the HUD right now, but in the above case there is a problem in that Blu players will be able to cap points 2-4 even though they already own 2 and 3 on the HUD. So I guess my question is how do I have a trigger change the ownership of a cap point without screwing up the control point master?
|
| # ? Nov 17, 2010 01:18 |
|
wolfman101 posted:So I am making a TF2 map with 5 CPs, but it is different than normal push maps in that there is a different scoring system. To get to the point, after a team scores there is a 'kick-off' that spots the other team mid point so after a score instead of: [B B 0 R R] it is: [B B B R R]. You should just be able to set the owner and whether or not they can cap it. I don't think that would screw up the master. Did you try setting the owner with a trigger and seeing what the master does? I'm not really sure whats going on though despite your post.
|
| # ? Nov 17, 2010 05:40 |
|
![]() Click here for the full 768x510 image. So, here is the reset relay for when red scores points. For example if red caps last then it gives red 7 points and triggers this logic relay. This looks good on the HUD, 3-4 will be locked blu, 2 will be blu, 1 will be red, and 0 will be locked red. But, red will spawn like they own 2, blu will spawn like they don't own 2, and if blu players walk over caps 3 or 2 the game will act like they are capping it, including cap sounds, points, and triggering stuff that capping the point is supposed to trigger. Oddly, the capture points will work perfectly fine for red team and the end caps always work fine as well.
|
| # ? Nov 17, 2010 06:41 |
|
wolfman101 posted:
So the entire logic works fine for red but not for blue. Did you build the triggers from scratch each time or do one teams and copied it for the other? What is controlling the spawning behavior? Control point ownership? Have you tried enabling/disabling the respawn room and the spawn points when ownership is set? EDIT: Also, I thought they had to be textured TRIGGER? I guess INVISIBLE works as well? I never messed with that. Irish Taxi Driver fucked around with this message at Nov 17, 2010 around 06:54 |
| # ? Nov 17, 2010 06:51 |
|
Irish Taxi Driver posted:So the entire logic works fine for red but not for blue. Did you build the triggers from scratch each time or do one teams and copied it for the other? I use TRIGGER for trigger brushes and use INVIS for cap areas. They can really be textured anything at all but there are only a few textures that render translucent in hammer. If you switch the words 'red' and 'blu' in my example it still holds true. And you can see the info-player-teamspawns in the screenshot. I am using the Associated CP value along with the Team value to control them like in a normal push map. There are no respawn rooms. The screenshot is the entire map except for a cool in-map timer I made to represent a play clock. I really can't explain wtf the game thinks is going on. wolfman101 fucked around with this message at Nov 17, 2010 around 08:17 |
| # ? Nov 17, 2010 08:06 |
|
Do you mind posting the VMF so I could take a look at it?
|
| # ? Nov 17, 2010 08:08 |
|
Irish Taxi Driver posted:Do you mind posting the VMF so I could take a look at it? https://docs.google.com/leaf?id=0B8...authkey=COLu-TQ
|
| # ? Nov 17, 2010 08:18 |
|
wolfman101 posted:https://docs.google.com/leaf?id=0B8...authkey=COLu-TQ After tinkering with it I'd have to say its a bug. I find that every now and then the cap thats supposed to be locked will be cappable, but then after I ent_dump it it fixes itself. I can't see any reason this behavior would be happening through your logic. My advice is to email it to Robin with an explanation and see what they say, this might be related to the tc ownership bug they couldn't track down. EDIT: I figured out why the caps are fixing themselves, the cap was expiring and it was righting itself. Its definately a bug. Its setting the ownership correctly on the HUD, changing the model, etc, but not actually changing ownership to the right team. Irish Taxi Driver fucked around with this message at Nov 17, 2010 around 09:11 |
| # ? Nov 17, 2010 09:07 |
|
Irish Taxi Driver posted:After tinkering with it I'd have to say its a bug. I find that every now and then the cap thats supposed to be locked will be cappable, but then after I ent_dump it it fixes itself. I can't see any reason this behavior would be happening through your logic. Thanks ITD. I will send off an e-mail.
|
| # ? Nov 17, 2010 16:43 |
|
wolfman101 posted:Thanks ITD. I will send off an e-mail. I've asked a few other people and they don't really know whats going on either. They said to post it on TF2Maps.net and see if the entity people there can figure it out. EDIT: Someones gonna actually post a thread for you. I'll get back to you if anything comes up. Irish Taxi Driver fucked around with this message at Nov 17, 2010 around 16:55 |
| # ? Nov 17, 2010 16:49 |
|
Irish Taxi Driver posted:I've asked a few other people and they don't really know whats going on either. They said to post it on TF2Maps.net and see if the entity people there can figure it out. Cool, I will post if Robin ever sends me a response.
|
| # ? Nov 17, 2010 17:24 |
|
wolfman101 posted:Cool, I will post if Robin ever sends me a response. The consensus between me, A Boojum Snark, and The Political Gamer concludes its a new bug in SetOwner, and it was introduced fairly recently. This'd be a Valve thing then.
|
| # ? Nov 17, 2010 21:39 |
|
Irish Taxi Driver posted:The consensus between me, A Boojum Snark, and The Political Gamer concludes its a new bug in SetOwner, and it was introduced fairly recently. This'd be a Valve thing then. Haha, Eric emailed me back and basically told me to make it a regular push map.
|
| # ? Nov 19, 2010 19:35 |
|
wolfman101 posted:Haha, Eric emailed me back and basically told me to make it a regular push map. Did he even mention the bug?
|
| # ? Nov 19, 2010 20:33 |
|
Irish Taxi Driver posted:Did he even mention the bug? No. I am not sure he read my original email so I just pasted the part from my original email describing how to replicate the bug. I am guessing he found it since he was replying quickly before and he hasn't written in the 2 hours since I resent the bug description.
|
| # ? Nov 19, 2010 22:02 |
|
quote:Ah, yes. I see the problem now. I have a fix for it on our end, but it won’t be out until the next TF2 update. We have an update going out today. It’ll be in the next update. That solves that mystery. Awesome.
|
| # ? Nov 19, 2010 22:38 |
|
Great! In other mapping news, I've placed 1160 trees: ![]() Click here for the full 1680x1050 image.
|
| # ? Nov 19, 2010 22:57 |
|
Irish Taxi Driver posted:In other mapping news, I've placed 1160 trees: So many trees, and each one of them worth it. I wish more people showed WIP updates in this thread. It's great for technical problem solving, but pictures really make it for me. Makes me wonder why I dont post my own stuff more often.. so, uh, here's an update on the engineering section of my map:
|
| # ? Nov 21, 2010 00:33 |
|
Mod of the Year voting! Any other goons got mods up there? http://www.moddb.com/mods/tales-from-the-galactopticon/ ![]() ![]() ![]()
Haledjian fucked around with this message at Nov 24, 2010 around 18:38 |
| # ? Nov 24, 2010 18:33 |
|
ExtraNoise posted:So many trees, and each one of them worth it. I don't really have much to show with my trade map since the real advances have to do with Sourcemod plugins. When I started writing the item tracker I didn't see that there was one already on AlliedModders that did almost exactly the same thing but I like mine better
|
| # ? Nov 24, 2010 18:48 |
|
Anyone have any experience with angled mapping? I'm trying to get into it and I'm running into a whole bunch of frustrating stuff like instances not lining up. I went through the Nodraw article with Iikka Keranen (dod_avalanche, cp_badlands, ctf_doublecross) and pulled out his tips:Iikka Keranen posted:
But I'm still running into issues. Anyone have any more advice?
|
| # ? Dec 3, 2010 19:53 |
|
Sacrifice yourself to the hat gods for better hats?![]() It's full of sawblades, but I can't make them rotate Luigi Thirty fucked around with this message at Dec 7, 2010 around 00:03 |
| # ? Dec 7, 2010 00:00 |
|
Luigi Thirty posted:Sacrifice yourself to the hat gods for better hats? You gotta use the rotating sawblade model. If you search for saw it should show up. Also, that looks very good.
|
| # ? Dec 7, 2010 00:04 |
|
Irish Taxi Driver posted:You gotta use the rotating sawblade model. If you search for saw it should show up. Yeah, it rotates in the model viewer and in Hammer but it's static in the map. It took me forever to get the roof to look just right. The height's a little off but I'm not going off the Hammer grid with an angular structure like that.
|
| # ? Dec 7, 2010 00:29 |
|
A huge map full of obstacles where Red and Blu both start at the same spawn point and the goal is to reach the end the first would be awesome.
|
| # ? Dec 7, 2010 06:06 |
|
ExtraNoise posted:A huge map full of obstacles where Red and Blu both start at the same spawn point and the goal is to reach the end the first would be awesome. Actually I recall a css map like that, two identical pathways seperated by a glass wall, each pathway had pits and spikes and whatnot and the goal was to get to the end first. It usually took people about 5~ish minutes to win. Be a fun little map for a funserver I guess.
|
| # ? Dec 7, 2010 06:11 |
|
|
| # ? May 22, 2013 15:21 |
|
Tw1tchy posted:Actually I recall a css map like that, two identical pathways seperated by a glass wall, each pathway had pits and spikes and whatnot and the goal was to get to the end first. It usually took people about 5~ish minutes to win. Be a fun little map for a funserver I guess. The old deathrun maps where CTs can press buttons to start obstacles or release physics traps are pretty good.
|
| # ? Dec 7, 2010 07:44 |

















