Jump to content

Community Chest 64


Recommended Posts

6 hours ago, GoatLord said:

I'm still working on my map, but thought I'd offer the current version for testing. I'm looking to find any bugs or gameplay issues that need addressing. Currently it is only set for hard difficulty, but I plan to add easy/medium modes.

 

https://drive.google.com/open?id=1-C2cnmJwPLJGMjSdwO95_muZBuBrHT7J

 

Playing this now - initial thoughts:

 

The colors are too intense, for the most part.  Reduce that saturation yo.

The forest area is creative as hell.  I never, ever would have thought to do that- and immediately I knew I was looking at a forest.  Nice.

 

Missing textures in your map too- am I missing something here or...

Share this post


Link to post

Make sure the community texture resource is added. It's allowed. I plan to reduce saturation in some areas but I really like the colors!

Share this post


Link to post

Alright reading all the feedback, why are people getting missing textures? I'm using the same resources as everyone else. (The one that's on the main body of this thread)

 

1: The saturation. That is something I can go back and play with.

 

2: During my play testing the yellow key room was pretty hard for me but that's ok i can reduce the Medkits etc.

 

3: As I mentioned in the topic I posted: I believe the outdoor areas work well with the lighting currently, but that's ok people can disagree with that.

 

4: Ok I can remove monster block lines but I feel like in the library area the monster would all pool at the door that's why I put one on that sector.

 

5: The switches, how do I make them display on, or used? Cause that is something I tried to do.

Share this post


Link to post
8 minutes ago, Bob9001 said:

why are people getting missing textures? I'm using the same resources as everyone else.

 

I think this is what we we're missing, I totally forgot about adding that pack which is likely the result of missing textures.

 

Was kind of in a rush to test the map and provide some feedback and forgot the essential, oops.

Share this post


Link to post

Alright, let's get those switches workin.

First of all, switches (as you've discovered) in EX work a little different.  You can't just slap a switch texture on a mid and be done, it actually has to be added as an upper or lower texture (or sometimes mid, depending on what you're doing.)  I'll go through all three ways to do it.  First, the simple 1 sided impassable linedef:

 

image.png.f1908023e51bee145ad8aa8c54669685.png

 

Several things are important, but the most are those bottom two.  "Switch Texture" tells the game where to find the texture you want- in this case, the switch texture will be on my Upper.  "Switch Display" is going to control *where the switch is actually displayed in game*.  And since this is going to be on an impassable 1 sided linedef, it's going on the mid.  The sidedefs tab:

 

image.png.b78b381574ea6e650c185289055279c3.png

(If you are going to fit the switch into a perfect 32x32 recess in the wall, you'll want to adjust the Y offset by -16)

 

So my switch texture is on the Upper.  Here's how it looks in editor, and in game:

 

image.png.c79201867b9f5a31c78f582cde977c68.png

(Green linedef is my switch)

 

image.png.ae190874f16f4dd6a4cf4a43c3c40655.png

 

Now, lets do a switch on a raised platform.  Same process as above, but this time your switch texture is going to be on the upper, and the display will be the lower.

 

image.png.541e268435ffc4726cdf847be7ae98e9.png

image.png.a9554653d4d057e0ab3dd87559e4a103.png

 

 

image.png.07d62ef32b828d5dbfdf3322cdab1dae.png

 

And now, how it looks in game.

 

image.png.81ebd1310b36d77124799900f345dbaa.png

 

What if you want to dangle a switch from the ceiling?  You just flip the "Display" and "texture" flags from above.

 

image.png.f6f72a218121673dbc476ff576ec4c04.png

 

image.png.4296eefd2216c83875ae50ca6509a729.png

 

image.png.fb1cf1f9e60cc26b4a19093000428f25.png

 

image.png.0e3d8a6e951e8145824cb0bbde22125e.png

 

You can download this fancy example map here.

 

Share this post


Link to post
26 minutes ago, Antnee said:

Alright, let's get those switches workin.

 

Ok, sweet I managed to follow that. Thank you very much. How do I make the switch change to pressed texture so people know they've shot it or pressed it?

Share this post


Link to post

Ah ok, I managed to get it so the wall is the back texture and the switch on the wall but when I press it, it stays as a static texture?

 

This is a bit over my head tbh haha.

Share this post


Link to post

Here's linedef 1.jpg.05660a9c9f1cb0a9666310648499e728.jpg

 

This is how I set it up.

 

2.jpg.db164a80a53211b2e4395ca2073da863.jpg

 

And here's the textures

 

3.jpg.f58bcf421e7c176bd850a8248f326f7e.jpg

 

I didn't make it -16 because I thought I could get the switch to activate and change on that wall background.

Share this post


Link to post

The way the linedef faces doesn't actually matter as much in EX.  As long as the sector has the same tag, it'll work.

Share this post


Link to post
5 minutes ago, Antnee said:

...but it's actually doing the "floor lower to lowest?"

Oh, no it isn't actually. It was working before though.

Share this post


Link to post

Ok I did the same on another switch and it worked like you said it was supposed to! Yay!

 

So I don't know why the example I posted is not behaving the same way.

Share this post


Link to post

Please feel free. I'm currently doing the other switches and taking away some monster blocks as per feedback.

 

I'm not going to change the outdoor lighting though, I'm happy with that and I feel if I mess around with it, I'll become unhappy with it.

Share this post


Link to post

This video helped me. The narrator made a two-pixel thick line directly in front of the tagged line, but still behind the initial recess, turning it into an additional sector which he lowered 16 units. The ceiling is the same on both sectors. He then added switch graphics to the upper and middle parts of the tagged line, so that the game would switch one out for the other when pressed.

Edited by GoatLord

Share this post


Link to post

Yeah I did check out that video. Anyway, another annoyance I've run into when I set this switch up I'm on now, it put a texture in the sky above the switch. How do you get rid of that?

Share this post


Link to post

@Bob9001

Map looks good so far! But some of the switches can be very confusing, I went through some sort of "secret area" in the map where I guess you're supposed to shoot the yellow switch. At first it worked fine, but after I died and loaded it back up it didn't seem to work any more. I had to noclip through the locked door to get to the area. Maybe I missed something?

 

Also, the map seems to randomly crash after you go to the area after the second Cyberdemon fight.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...