Portal 2 (Other files)
Miscellaneous Portal 2 mods, assets, tools, and non-map downloads.
Third Person View
Third Person View Plugin! Press F10 for the normal Third Person View. Press F9 for the Shoulder View. Image: http://cloud.steampowered.com/ugc/55979 ... 522A0ED36/ http://cloud.steampowered.com/ugc/55979 ... CE5EC58EC/ http://cloud.steampowered.com/ugc/55979 ... 3B2B223D3/
Portal 2 - Rubik's Cube
I stopped to wonder one day, "Can I make a Rubik's Cube in Portal 2?". I soon decided that yes, yes I could, and after a great deal of logic work, here I am. The level's a bit crude but after all this isn't about the level, it's a about a fully functioning, fully solvable Rubik's Cube in Portal 2. Let me know what you think!
Door Frame Instances
Thought people might appreciate these, in case you ever want a frame for the test chamber doors. They align nice and on-grid, and are 128x128x32. Includes clean and dirty variants of black, white and both (black one side, white on the other). They are func_details so don't forget to seal them. Some are cut down the center in case you want half-black and half-white on each side, in which case Edit Instance > Save As. Just plonk 'door frames' in your instances folder or wherever and you're set.
Scientific Precision
This file contains a number of loops of music in the style of Portal 2, for people to use with the game's "dynamic music" system.
Reconstructing Panels
Just add a func_instance and your good to go with reconstructing panels. Includes an example map. Easily can be retextured by opening the instance with hammer. Please rate! Enjoy!
Portal2 Neurotoxin map-example renaFUSED
I made this to show how to use the deadly neurotoxin with the use of Logic_timer, env_smokestack, trigger_hurt and vgui_neurotoxin_countdown This download comes with both the bsp and vmf files so you can learn how to make your own. Enjoy -FusedCore
Singing Turrets PTI Instance
These instances replace the PTI turrets so when they deploy, they will sing to you! This can be ideal if you want to put a little easter egg into a PTI map, or just for fun. The turrets can be repositioned from behind, but once they see you, they cannot be moved. Readme included for installation help. Anyway, I originally made this as a fun little thing to mess around with, but a few friends requested a download, so I decide to upload it here if any of you guys want to use it.
TWP Advertisements
These are a number of advertisements which have been made by TWP members for the advertisement of our site in game! Well done to everyone who made some awesome stuff. Files included are: Ratman TWP scrawl by zivi7 TWP logo model by Skotty Elevator Animation by PixeledFace http://www.youtube.com/watch?v=SKUdo14NXZM&feature=player_embedded Elevator Animation by Habzs http://www.youtube.com/watch?feature=player_embedded&v=WlIJv7eUie0 Lab monitors by greyKarel Aperture Posters by Brainstone Elevator instance and script by ChickenMobile For further instructions on how to use these advertisements and place it in your map, look at the relevant ReadMe.txt included inside the download. Make us proud TWP, advertise us!
Character Selection Room
A Character Select instance to allow the player to pick which character they play with
Wall Tile Randomizer
Ever get tired of cutting up your walls to create tile variation? Wish there was a way to automatically generate randomized walls? Now there is! Just extract the 7z, run WallRandomizer.exe, and either copy the contents of the output vmf or use it as an instance. --NOTICE-- You WILL need to install Python 3.3, available at http://www.python.org. The WTR will NOT work without the dlls from it, which I cannot distribute. Features: -Customizable size -Either white or black wall -Clean or dirty variants -Enable/disable of certain tile sizes -Automatic texture alignment Please note that this is in very early testing - just something I whipped up in an afternoon. The algorithm is also a tad slow and can lead to some odd results. Please leave feedback about any bugs you may encounter. Changelog: v1.1 -Fixed texture alignment -Added clean/dirty variants -Added input checks (no more putting "fish" as the width ) -Improved and optimized randomizer algorithm -Added texture arrays, making it possible in future versions to add a text file to change textures -Other miscellaneous bugfixes v1.1.1 -Fixed clean wall bug (thanks protoborg and tile) v1.2 (A day late and a dollar short, sorry) -Fixed side alignment issues -Upgraded from Python 2.7 to Python 3.3 -Replaced crappy 15-minute-implemented brush writer with PyVMF