Portal 2
214 lượt đánh giá
Chamber 13 Redux
   
Giải thưởng
Yêu thích
Đã yêu thích
Bỏ thích
Kích cỡ file
Đã đăng
Đã cập nhật
57.797 MB
11 Thg10 @ 7:09am
12 Thg10 @ 1:29pm
3 ghi chú thay đổi ( xem )

Đăng ký để tải xuống
Chamber 13 Redux

Mô tả
This map is my entry for the Portal Mapping and Modding "Redux II Episode II" competition.
The goal of the competition was to remake an already existing map in a diffrent style.

I chose to move test chamber 13 into junkyard/tartaros area.

If there are some issues with them map please infrom me.

#Redux II Episode II
13 bình luận
Crimson Phoenix 23 giờ trước 
Well done remake. Thank you! 8/10.
Tomfoolery  [tác giả] 15 Thg10 @ 6:01am 
Oh, yeah you can do that... I'll fix it
CrazyPotato 14 Thg10 @ 12:23pm 
Awesome map, but doesn't have softlock prevention
Joheskiller |CSCλᴅᴇᴠ| 13 Thg10 @ 4:04pm 
It was really nice to play again the Portal 1 level with a completely new aesthetic and atmospheric :steamthumbsup:
Van Der Linde 13 Thg10 @ 3:45pm 
Bit short but still very nice :steamthumbsup::twingo:
quatrus 13 Thg10 @ 2:59pm 
Nice work - thanks for creating
MrGermandeutsch 13 Thg10 @ 6:06am 
Are the "give_portalgun" and "upgrade_portalgun" fired at the same time?

Because when it comes to two or more Outputs that are fired at the same time, the order they're fired at isn't from top to bottom ( the way it usually is when outputs have different delays applied to them ) but instead it goes from the bottom to the top instead.

A visual example would be:

3. Output_1 0.00
2. Output_2 0.00
1. Output_3 0.00
6. Output_4 1.00
5. Output_5 1.00
4. Output_6 1.00
9. Output_7 2.00
8. Output_8 2.00
7. Output_9 2.00

It can be easily re-arranged by simply copying, deleting & then pasting the Output, just keep it mind that it will always be pasted at the bottom-most order ( bottom-most of whichever delay it has, so the bottom-most of a delay of 0 seconds, 1 second, etc... ).

So perhaps this could resolve the issue of only randomly receiving a Dual Portal Device.
Tomfoolery  [tác giả] 13 Thg10 @ 4:58am 
if so, that's really dumb, because the same point_clientcommand gives you portal gun, but thanks i'll now know if i'll make a next map
MrGermandeutsch 12 Thg10 @ 2:09pm 
funnily enough, I *did* get the portal dual device on map spawn.
MrGermandeutsch 12 Thg10 @ 2:05pm 
Did you make sure that the point_clientcommand is triggered NOT on map spawn via logic_auto, but instead via a trigger_once that is fired once the Player spawns?

Because the Player is the last entity to spawn in a map, and if the upgrade_portal is sent before the Player even spawned into the map, it won't work consistently.

I'm assuming this is the case.