Browse Downloads
Recently active files on the download database.
Oktovrios
Map by Kopeke(/Omega) (2012-2013) Special thanks to P0rtalPlayer and Vansulli for answering all of my questions. All custom content made by me! Except the easter eggs, that belong to ID Software. PS: This was suppose to be my entry for the first official myApertureInnovation contest but my computer died on the submission day. --- Changelog: [2.5] -Improved the chamber's geometry -Changed the Energy Destabilizing Field's placement to stop an alternate solution -Improved the map's optimization -Removed the radio because computers are better -Fixed missing textures (woops) [2.0] -Improved the chamber's geometry -Added a pit to stop an alternate solution -Improved the box dropper's placement -Removed the silver metal walls -Changed the the Energy Destabilizing Field's textures -Changed the Bonus map folder organisation to fit with future maps -Removed chalenges [1.0] -Released! Archive: [2.5] https://www.dropbox.com/s/9buzl11w59snw ... s_v2.5.zip [2.0] https://www.dropbox.com/s/jmtdkjbk4selp ... s_v2.0.zip [1.0] https://www.dropbox.com/s/93u21z3o1041l ... s_v1.0.zip
Departure Elevator with Debris
This is a departure turbine elevator with several options: The ability to toggle junk to fall down the elevator tube before the elevator arrives. The ability to trigger the lights in the bottom of the elevator tube to flicker on and off as seen in some official maps. The ability to toggle the PTI vote screen. The ability to toggle the game to go to the main menu. If you use this instance I would appreciate you crediting me for the use of it .
Quark
Entry for myaperturelabs contest #3.
Faith-Plate-Cube
This is a Faith Plate in a Aperture Cube, requested by Soundlogic. In this pack you got the model (uses already existing materials) and an instance for good use. The model itself has 4 animations and normal physics (I recommend to use the instance/use it as parent to a normal cube). The animations are: idle sprung (jump, up and down in one animation) -> sound included hoch (up) -> sound included runter (down) The instance itself allows you to set the distance of the target point from the cube center (because it uses a trigger_catapult), the physics and player speed. Inputs are Autofire enable and disable, means autocatapult enable and disable. You can use, while being disabled, the Fire input to let it catapult.
[Coop] Space Gardens
The "Space Gardens" mappack takes place on the moon in the facility known as Creative Futures Space Gardens (CFSG). Activated by SIMBALD, you'll play as the robots with the task of activating the facility's main water pumps. 6 challenging test chambers, new test elements and plants await you on the moon! To install and play: 1. Extract everything from portal2 folder to your Portal 2 folder (Steam/steamapps/common/portal 2/portal 2). 2. Be sure that your co-op partner extracted everything too. 3. Type "snd_updateaudiocache" into the console and press Enter 4. Start a co-op game. 5. Type "changelevel mp_coop_cf_space_gardens" into the console and press Enter 6. Enjoy the game! ------- Change log: 1.1 Added easter egg to lobby Both players should hear songs now Edited something in chamber 2 Fixed panel bug in chamber 4 Added overlays to chamber 4 Fixed unintended solution in chamber 5 Various bug fixes 1.2 Fixed some unintended solutions in the last map Removed player clip from stairs (enjoy falling down!) Added music to 4th chamber 4th chamber now has 2 separate buttons (thanks Insomnautik!) Various bug fixes / changes in design ------- Special thanks to: Gig - betatesting, puzzle design Strnadik - textures warnightify - ideas chickenmobile - scripts, awesome lobby That Greek Guy - betatesting Pitkakorva - help geoffegg - speech and many others! Don't forget to rate this mappack and write your opinions to map's thread after you finish the game!
TLFS: Custom Hotel intro scene.
Do you want a quick way to make a wake up scene in your map? download this file of the hotel wake up scene used in the map "The lone future-starter". The file contains: A vmf with the Hotel wake up room (interior and exterior). A bsp for you see how it is compiled. =)
Alone Escape
Difficulty: Easy Map Size: Large Map Type: Clean & BTS _ So, I have finished my first map. You start first with normal tests and ... I wont tell more Inn this map are 3 secrets, do you find them all? ^^ Some areas of this map dont look so good, that's because in some areas I had not much experience, but some another areas are looking much better. In Future i will make my maps better, i swear So have fun, and feedback is welcome. (= (Sorry for some lags cough, but the map is completely playable)
Co-op Mind Lock
This is my first map ever, and I made it to test my skills and yours. This is a fairly hard map to figure out, so if you and your partner are looking for a challenge then this is the map for you. Special thanks to my test dummy XIRES. Play instructions: Unzip the map from the archive and place in your Steam/steamapps/common/portal 2/portal2/maps folder. Both players have to downloaded the map. Start a normal co-op game and whoever is hosting (the Blue Robot) type in "changelevel mp_coop_mindlock" in the console (which is activated by the ` key under ESC. If you find any bugs with the map, or need help figuring it out then let me know. P.S. When you complete the map, it wont stop loading, so just exit out to the lobby. I have finally updated this map, and fixed the problems with it. May 27, 2011.
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.
Portal Detector Instances
These are the portal detector testing element instances used for Discouragement Fizzler and Gel Trampoline, two maps of a scrapped map pack. Just unzip and place in Portal 2\sdk_content\maps\instances.