Portal 2 (Other files)
Miscellaneous Portal 2 mods, assets, tools, and non-map downloads.
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.
Advanced Conveyor Belt (Portal2)
This is how Valve made proper conveyor belts in the game section 'turret manufacturing' It consists of eighteen func_tracktrains, with individually attached prop_dynamic belt sections which move the player and objects. VMF and BSP are included for you to examine and edit any way you see fit. Hopefully this will help to explain how it was done, and how you can do it for yourself
Portal 1 Door Instance
Well, for anyone who wants a door like those from portal 1, HERE IT IS!!! It opens! It closes! It can be used to seperate areas without using the normal door and confusing idiots! NEW!!! Now it even sounds like a door!! Just chuck it in the map and send it an input, like any instance. Feel free to open it up and stuff round with it, I don't care. Oh and before you start whigning YES it is a portal 2 frame, the portal 1 frame doesnt have the correct skin. And quite frankly I couldnt be bothered getting it from the portal 1 files.
150 HD Portal Photos 1+2
(For desktop Backgrounds/ Screensavers) Thanks to all those who supplied great portal 2 pictures! Although I am not very good at maps, I like making videos and collections!
Underground Timer
This is an instance of a robust underground timer. This timer can count up or down from 1 - 99 seconds. underground_timer_counter.vmf The $UnEvent_Relay parameter is the event that is fired when the timer has stopped counting. This event should be triggered in one of the clock instances. This instance is used for both buttons, however the buttons will determine whether it counts up, or down. underground_timer_but_countdown.vmf $time_units is the number of seconds of the unit column $time_tens is the value of the tens column (This is the only way I could figure this out for the countdown timer without adding some sort of script.) The $Event_Relay parameter is the event that is fired when the timer has started counting. This event should be untriggered in the clock instance. Please note: I have added entities that will work out the number of seconds the counter needs to count down from $time_units and $time_tens, hence the large amount of logic_cases underground_timer_but_countup.vmf The $Event_Relay parameter in the 'Timer instance' is the event that is fired when the timer has started counting. This event should be untriggered in the clock instance. The $time parameter should be set to how many seconds it should count up to Known Bugs: Putting both 0 and 0 for the left and right number icons will cause a rip in space, however this shouldn't happen as you wouldn't want a 0 - timed counter How to place in your map: Create a func_instance and change the vmf path to "underground_timer_counter.vmf" Name this instance Create another func_instance and then change the path to one of the button paths (either underground_timer_but_countup.vmf or underground_timer_but_countdown.vmf depending if you want it to count up or down) Set the button's fixup name value to the same of the counter instance If you are using the countup instance, put a number value for the replace value $time to how many seconds you want the counter to count up to If you are using the countdown instance, put the individual values with each a 1 digit number which will represent your double digit number. e.g. "$time_tens 1" and "$time_units 5" will make the timer count down from 15 Using the $Event_Relay replace value in your button, make it point towards a logic_relay which will trigger the event when the counter starts. This must include the name of the prefix PLUS the name of your relay otherwise it will not work. e.g. clock_1-TRIGGERNAME (This is the name of your relay outside the instance) Using the $UnEvent_Relay replace value in your counter instance, make it point towards a logic_relay which will un-trigger the event when the counter stops. Same as the button's relay this MUST INCLUDE the prefix fixupname as well as the name of your relay. e.g. clock_1-UNTRIGGERNAME (This is the name of your relay outside the instance) Enjoy the use of an underground timer... WOOOT If you are having trouble... Please do not hesitate to ask for any help either through a PM to myself or by posting a comment inside the instance thread.
Portal2JAEP
Portal2JAEP Portal2 - Just Another Extras Patcher Portal2JAEP is an easy-to-use Portal2 Extras-Manager with many features to manage your Portal2-Custommaps. Extras-Patcher, Map-Installer and Map-Downloader in one tool. Add Maps directly from bsp, vpk, zip, rar or 7z files, automatic extraxt and install, Maplist to manage new and alreday played maps, download and install maps directly from thinkingwithportals.com and many more. For more Informations, Feature-List, Help-Informations and Bug-Reports see the Thread of this Download, following this Link: topic4409.html # Changelog # * 2011-08-22, v1.00 - First Release
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/
Logical Gate's: "OR" "AND" & "OR-Exclusive"
Logical Gate's: "OR" "AND" & "OR-Exclusive" By CaRLyMx STEAM: http://steamcommunity.com/id/carlymx ------------------------------------------------ DESCRIPTION: This little test shows two different ways to use the function "MATH_COUNTER." Logic gate "OR" having 2 buttons, using any of them will activate the door, the funnel or whatever you say. Logic gate "AND" exactly the same as above but have to press two buttons to activate. Logic Gate Or_Exclusive: system where 2 of 3 buttons must be pressed but it can be any 2 of them while pressing all 3 has a different purpose.
Squarebeam - Edges, Corners
To avoid flickering of corners or edges with squarebeams you can use now these new models. They support all 3 skins for squarebeams. Edges: 64, 128 and 256 units long Corner: 64x64x64 Other formats: 64x48 and 48x48 squarebeam.
Co-op airlock instance.
This is an instance of the coop airlock. Since I cannot find where Valve has put this instance (or if they have included this instance with the Portal Authoring Tools at all), I decided to copy it, and make it into one for ease of use. Please note: That this is a Prefab of an instance and you have to keep all the files in the correct folders in the zip. To use this: click the entity tool, in the drop down menu to the Right, choose Prefabs and in the drop down menu below it, choose airlock The reason I made it into a Prefab is so then the instances automatically get named if you place another airlock prefab in. The only entity outside the main instance (straight in the prefab) is a logic_auto, that opens the front airlock door. - This will automatically change the airlock spawns to be the 'Active spawn'. - It comes with the parameter $airlock_success_relay which triggers when both players are in the airlock - It comes with the parameter $door1_hasOpened_relay which triggers when the first door in the airlock has opened. - It does not automatically call the script to make Glados speak when you taunt to the camera (This should be done in the coop_spawn instance). Feel free to download and put in your map!