Portal 2 (Other files)
Miscellaneous Portal 2 mods, assets, tools, and non-map downloads.
Marlow's Coop Airlock Spawn Instance example
I've spent the last few days remaking the coop airlock/checkpoint spawn. I've tested that this works with the stock coop spawn. If any bugs are found let me know. This is made to be dropped right between two chambers. The default door state is closed/locked. You can use a simple logic_auto to open the entrance or exit(debug), or use a relay after a puzzle. Included files: Demo .bsp and .vmf instances- airlock entrance door airlock exit door (requires entrance door) entire check point (requires all other .vmf) Feel free to edit the instances to fit your needs.
Old Aperture portal gun reskin
A re Skin of the portal gun with the Old aperture portal gun!!!!
Crushers Instance
For all the crusher lovers, here is an instance including two lovely crushers colliding together. You can control them and set the times between opened and closed positions. UPDATE 1: updated with func_instance_io_proxy for easier I/O. Replacable variables: $time_to_open <float> [default: 1.5] The amount of time that the crushers spend closed. $time_to_close <float> [default: 4] The amount of time that the crushers spend opened. If you see ??? in your func_istances properties, don't worry, these values do work as default. If the stop_crusher is triggered and the crushers are still moving, triggering the start_crusher won't do anything. You have to wait for the crushers to stop. This is my first instance, please report any bugs you find!
Gel Flow Particle Systems
This is a map with a couple of example Gel-Flow Particle Systems. This is how Valve made Gel look like it is flowing through pipes (and curving in them). You can just copy and paste these into your maps, however keep the angles of the info_particle_system's the same to the info_target as this is how it tells which way to curve the Gel. I would suggest you to ignore the different "Control Points" as decompiling a Valve map shows that they only used 1 info_target for 1 particle control system. Searching through the Portal files I couldn't find the name of a water one but I am pretty sure that there is one. If you do find out the name of the particle system, then post a comment below and I will edit this thread.
Chamber Sign Maker
Microsoft .NET Framework 2 required It was used to create the signs for Retrospective so you can play that if you want an example of them in-game.
Custom Portal 2 Portal gun texture
A red re skin of the portal gun for portal 2
Animal King - WIP
A work-in-progress Animal King model adapted from a stock turret. It's partially animated, but doesn't quite work as a normal Portal 2 turret yet. Looks great as a static model though. This model works in both Portal 2 and Team Fortress 2.
Underground Themed Aerial Faith Plates
I put together a prefab for an underground themed aerial faith plate. Simply drop it in your map and name it whatever. Place a trigger_catapult over it and set it to "OnCatapult" "prefabname" "instance:catapult_relay;Trigger" and you're good to go. I included the .vmf for both the compiled map and the instance.
Infinite staircase with a few suprises
Testing out a way to re-use connecting areas in maps to save space. Video
Portal 2 Faith Plates Example
Example map demonstrating the basics of faith plates in Portal 2. Includes both source vmf and compiled bsp.