Portal 2

Portal 2 Pre-release/Beta Pack
Uploaded by reepblue · Apr 24, 2013
50 comments · 5.0 (2)

It's finally here, after months and months of getting no where, I've got it at least started. The Portal 2 Pre-release/Beta Pack is a texture, and aesthetic pack that recreates the look and feel of Portal 2 we saw back at E3 2010 - PAX 2010. I've seen a lot of beta/pre-release maps that use the stock textures and looks and it does not do the justice! What is included? - New Metal Walls. - Shinier dirty walls. - Beta looking Observation rooms. - Portal 1 Observation Rooms. - Beta light strips. - Green Goo - Screenshot samples - Portal 1 Button Switch - Vscripts that swap out the Portal 2 turret and Portal 2 Button switch to the Portal 1 version. - 2 Example maps by Kyo and Me. - Whirls for the Portals. (Need VPK override) - Different glass texture for the Portal Door. (Need VPK override) (NOTE: I still need someone to find a way to get the sick figure to show on the portal door. He is in the model itself, but the glass texture needs to only show him.) Q & A Q: Why did you do this? There is a reason why Valve changed stuff. A: Because I'm one of those people who love what Valve does not release a tad more on what they do end up shipping. I'm sure there are mappers who feel the same way. Q: Is this an override? A: No, it's separate. All the textures are under the folder "betapack". To ship your map, just pakrat (or include) that folder, and the models and material/models folders included. Q: Does it include instances? A: Yes Q: Does it include the vmf of the sample maps? A: No Q: Can I help with anything? A: Sure, feel free to contribute to anything and I'll add it to this package. Special thanks to Kyo for testing the pack and allowing me to ship the map with this!

Portal 2 Pre-release/Beta Pack
Advertisement
Registered users don’t see ads! Register now!
removed
Uploaded by Fracture · Jan 29, 2013
9 comments · 5.0 (2)

please delete

removed
A1_awake
Uploaded by jordan1m · Jan 16, 2013
6 comments · 5.0 (2)

WIP 1st level - destruction tileset.

A1_awake
The 3D skybox models thread
Uploaded by zivi7 · Feb 19, 2013
5 comments · 5.0 (2)

So you wanted to make a 3D skybox for your Portal 2 map, browsed for skybox models but didn't find any and now you are disppointed. Don't be! This zip-file contains some skybox models that could get you started. Copy the contained folders into the model folder. You can create your own skybox models from the existing models in the game without any modelling experience when you follow these tutorials: 1. Decompile the model you want, as explained by Skotty here. 2. Rescale the model as explained in this tutorial on interlopers.net 3. Compile the new model following Josepezdj's tutorial here. If you do so, let me know via PM or upload the file attached to a reply in this thread and I'll add your models to the zip-file.

The 3D skybox models thread
Portal Era : Part 1
Uploaded by twxootb · Dec 16, 2012
11 comments · 5.0 (2)

Hammer Adventure Final Version -- Medium Difficulty -- 10-20 min - Autosave =============== Story =============== Place : Aperture Center Year : Unknow You wake up in a strange room, without portalgun. Try to escape this place and find a way to the surface ! =============== The Trophies Quest =============== They are 4 Trophies in the level. Will you find all the hidden trophies ? -- You can DOWNLOAD it from the workshop : http://steamcommunity.com/sharedfiles/filedetails/?id=112260778 -- The walkthrough and the pictures are on the workshop -- Please keep on noticing the bugs and problems you encounter. -- "Portal Era : Part 2" is out !!! -- "Portal Era : Part 3" is comming soon... -- Have Fun !!

Portal Era : Part 1
Wall_Dest_Section03 With Collisions
Uploaded by Skotty · Nov 16, 2012
4 comments · 5.0 (2)

Sprowl requested models/props_destruction/wall_dest_section03.mdl with physical model. So here it is, for everyone of course.

Wall_Dest_Section03 With Collisions
Sunbury Chambers 14
Uploaded by BierPizzaChips · Nov 01, 2012
2 comments · 5.0 (2)

Tricky COOP based on a PeTI map and enhanced in Hammer. Key game play elements: Cubes, Spheres and weight buttons. Some features can only be triggered if both players activate a button each at same time. Steam: http://steamcommunity.com/sharedfiles/f ... =100392918 Packed with 7zip

Sunbury Chambers 14
Portal 2 Timers example
Uploaded by josepezdj · Sep 29, 2012
5 comments · 5.0 (2)

=================== Portal 2 timer examples =================== This is just an example map that includes the basics of 2 working timers (a countdown and a countup) that uses custom materials (numbers). The intention is to show the required entities and their inputs/outputs to understand the logic behind a timer made in the hammer editor. Also this method allows you the posibility to use your own custom typo/numbers to fit your map's aesthetics... For this example I used the typo "DIN Next LT Pro Condensed", because I think it's pretty much similar to the typo used by Valve for the signage lightboard; so if you are too lazy to make your own material and want to use it in a normal Portal2 map, it'll look good. So the purpose for this could be considered as merely didactic The basic idea under this method is to make an overlay with 10 frames (the ten numbers, from 0-9) and go changing its textureindex with the entity "env_texturetoggle". HOW TO MAKE YOUR OWN CUSTOM NUMBERS ---------------------------------------------------------------- 1. Open an image editor of your choice, take the font that you like and make 10 separate images, one per number (from 0 to 9), and REMEMBER to always give the image a size which values are a power of 2 (like 128x256 that I gave in this case). I prefer making .png files... you can do .tga as well... Whatever format that allows you recording an alpha channel (transparency) because this way, our numbers overlays would be stickable on whatever texture 2. Name each of them with a name followed by a suffix like "_0", "_1", "_2", and so on... Obviously, try to make that suffix coincides with the number into the image... lol. 3. Now open VTFEdit (http://nemesis.thewavelength.net/index.php?c=178) and go to File > Import. Now select at the same time (holding Ctrl or Shift keys down) all the ten image files. Do not resize the images. You can check into the "info" tab how the file contains 10 frames (each of them is a different number). I also made a cutie dots (":") to separate the seconds from the minutes and make them flicker: for this you need to make 2 textures, one with the dots and other completely empty but with the same size, then do the same as for the numbers, import them with VTFEdit selecting both at the same time. 4. Then save this file as .vtf into your "materials" folder (you can create whatever folder of your choice into /materials of course) giving it a whatever name. 5. Now you should create the .vmt file for the above .vtf file. Both names must be the same, only their extensions change... In this example, my .vmt file contains the following: UnlitGeneric { $baseTexture "josepezdj/numbers/black_numbers" $surfaceprop glass $translucent 1 "%keywords" portal $decal 1 Proxies { ToggleTexture { toggleTextureVar $baseTexture toggleTextureFrameNumVar $frame toggleTextureShouldWrap 0 } } } You can simply copy all that only replacing the path "josepezdj/numbers/black_numbers" by the one where your .vtf file is located and the name of your file. I guess it's clear. However, do not hesitate to ask whatever question or doubt Once created your custom texture for the ten numbers, check inside the attached .vmf in your hammer editor to see how you can set the timers up easily. Read the Readme.txt file for instructions info. A further post with an explanation in detail about how the timer system works is in the topic of this download, for those who doesn't really extract much info from the vmf file... josepezdj

Portal 2 Timers example
some new test part 2
Uploaded by charlesleroi1 · Jun 03, 2012
3 comments · 5.0 (2)

video on youtube:http://www.youtube.com/watch?v=y5XZkd0tfXY&lc=1shAtz2FxI4gFMmGgNKhqnPt2QxjP1g6TgfjFuiPb20&feature=inbox

some new test part 2
Advertisement
Registered users don’t see ads! Register now!
[WIP]12 Angry Tests - Intro Map
Uploaded by CaretCaret · Mar 17, 2012
20 comments · 5.0 (2)

I decided that it was time for an intro map to the 12 Angry Tests map pack. Its kind of a non-puzzle map.(cause we cant have it be 13 angry tests)

[WIP]12 Angry Tests - Intro Map