hello all
Thanks to everyone who played the first version
and for valuable feedback from the play testing crew.
In version 2:
+ added a skybox
+ shifted Blue spawn points to change spawn killing corridor
+ moved the aircon unit down to create wall jump from window to bridge
It looks quite different now.
Max said: The game uses a custom Light Probe algorithm which is less precise compared to Unity's built-in one. But I think it might be possible to use the built-in one, will need to test it.
Ahh, that explains a lot! And I thought I'm going mental... Yeah, please consider using the built-in one if possible - it'd be less confusing :)
@RookToE4 You might want to put invisible walls around the map. Otherwise, once you fall down at certain places (e.g. behind the roof of the big warehouse), you're trapped and have to jump off to kill yourself.
Ahh, that explains a lot! And I thought I'm going mental...
haha @DeadArt I'm with you; I have a similar setup with the double-wall of probes which works in editor but not in-game. I even tried putting some probes beneath ground level in some areas. I'll keep at it to see how it can work within the custom algorithm: performance and optimisation is key after all.
I did find this resource literally yesterday, not sure how deep into this stuff you are but there is some helpful reading here.
You're right about the invisible walls, its a bit of a pain otherwise.
- I put in the invisible walls @DeadArt good call.
- and destructible windows!
- still not getting the look I want with the lightprobes, may simply work around it completely. so it goes
v3 is pending, going to pause work on this one to work on updating lightmapping in my other maps that have so kindly been accepted
Also can you remove the ladders that lead to the upper level of the map, like the warehouse roofs and the towers in the side and the middle. Speaking from my experience with this map, too many people were just sitting there sniping others and it's getting sorta annoying
hi guys thanks for taking the time to post.
If the long ladder gets cut off below the blue line, players will be forced to go under the road and climb up that way to get roof access. This would give advantage to Red and so limit how many Blue players are on that roof. - so I think that will help there
I think I agree with @Isterio the Blue spawn point should move, I just don't know where.
The other two inside the warehouse are visible in the image. Of these two options which do you guys think will work better?
What about on top of the bridge, next to the ladder? Just north of option 1. It's "protected" because of the height advantage and the large wall next to it, and it allows blue players to choose the roof (for sniping), down a level to the right, by the other ladder, or go along the bridge and shoot towards the center.
Option 2 feels like it should be a red spawn point, if anything.
Well what I am trying to say was to completely cut off all connections to the upper level of this map. I'm not biased or anything but if you play the map on a random public lobby, you will see half of the server just sitting up there sniping people and abusing the upper ground you know what I mean?
Isterio said:Well what I am trying to say was to completely cut off all connections to the upper level of this map. I'm not biased or anything but if you play the map on a random public lobby, you will see half of the server just sitting up there sniping people and abusing the upper ground you know what I mean?
People are going to get up there with the gravity anyway tbh
Place an invisible barrier that prevents them from getting through? Like that ripoff map called Nuke Town. You see there are barriers on top of the buildings (though visible). From my experience in CYCLONES I personally think invisible barriers do exist.
*Eye sickness warning*
love it.
My thinking was to keep grav users happy by allowing that open access, but also make it accessible to noobs like me through ladders.
Maybe if the ladders are way more challenging/exposed like in those smaller sniping levels?
It's cool if its difficult to get to the roofs, like you've earned yourself a sniping position but I know what you mean about too much traffic up there.
@chronospectrum for the spawn point I think that sounds right actually.
FYI: You can still get stuck and trap yourself in this very corner:
(Image taken from your post)
Try to put the invisible walls like this (i.e. following around corners):
You will get the idea :)
Nice map overall.
Spacetrooper said:Max said: The game uses a custom Light Probe algorithm which is less precise compared to Unity's built-in one. But I think it might be possible to use the built-in one, will need to test it.idk what lightprobes even are lol
They store lighting information, so that dynamic/moving objects (like the player model) get correctly lit.
https://docs.unity3d.com/Manual/LightProbes.html