Portal 2 (Other files)
Miscellaneous Portal 2 mods, assets, tools, and non-map downloads.
arrival_departure_transition_ents
My tweaked version of the stock arrival_departure_transition_ents.vmf instance that lets you change the opening title, subtitle, and end level on-screen text or disable them. After placing this in your map, open the properties of the instance to set the following options: $subtitle_boolean_toggle -Default value is 1 (0 disables) -Determines if the $chapter_subtitle is displayed at the start of a level $endtext_boolean_toggle -Default value is 1 (0 disables) -Determines if the $end_text is displayed at the end of a level $title_boolean_toggle -Default value is 1 (0 disables) -Determines if the $chapter_title is displayed at the start of a level $chapter_title -Default value is(without quotes) "chapter title here" -This is the text that is shown at the beginning of a level $departure_video -Default value is blank -Use this to add video to the exit elevator scene $chapter_subtitle -Default value is(without quotes) "subtitle title here" -This is the text that is shown at the beginning of a level under $chapter_title $end_text -Default value is(without quotes) "You Win Science!" -This is the text that is shown at the end of a level $arrival_video -Default value is blank -Use this to add video to the entry elevator scene
ML's Angry Hover Turret
This is my personal version of the scrapped Hover Turret that didn't make it in Portal 2. It floats in the air while tracking the player with a laser and has two turrets equipped that remain motionless (except when firing). The only way to destroy the turrets is to burn them with the laser, picking up the turrets will NOT work. To activate the Angry Hover Turret properly, trigger the logic_relay with a trigger or something. It is best to copy and paste the Angry Hover Turret rather than loading it as an instance. Known issues: 1)While trying to rotate the Angry Hover Turret, the func_tank that tracks the player may end up firing the laser in another direction. When this happens, simply rotate the func_tank (the clip box) 90, 180, 270, etc degrees until it lines up properly. This takes some trial and error testing but it's not a big deal. 2) When using the reflection cube with the Angry Hover Turrets laser beam, sometime the laser will not reflect in it's current position.
panel_vmf_bsp
The panel vmf and bsp as promissed, better late than never.
Worn out custom signage for destroyed maps
These are the custom symbols I made for my map "White Room (reMiX by josepezdj)". I thought some mappers could like them and maybe want to use them in their maps They are not all the symbols that Portal2 uses, but since I have them all in layers in a PDN file, I can make any of the rest if someone needs it. Just say here and I'll go posting those that ppl need! Default location By default I haave them into my folder materials/josepezdj/signage_wasted, so create a folder like this so your hammer editor load them on the fly. If you prefer any of your folders, just edit the .VMTs changing the line for the $basetexture... for example: - "$basetexture" "josepezdj/signage_wasted/jose_wasted_signage_box_button" by: - "$basetexture" "mysignage/jose_wasted_signage_box_button" Or you can even change the name of the .VTFs themselves and put their new name there in the $basetexture line... Any doubt about this or any help anyone need just let me know! Reference screenshot jose Change Log - v1.1 (2013.10.17) => Lowered the brightness in the alpha channel so that they look less bright in game. - v1.2 (2014.06.29) => Added the "paint_dispenser", "bounce_gel", "laser_catcher" and 4 dots per Tmas98 request
Underground Walkway 128 Caged
This is a caged walkway used for underground areas with a length of 128 units. You can use it for different purposes. It has full physics. Additional there is a end-model to close its open end if necessary. Requested by Moth.
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.
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 .
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.
PTI element: Vertical doors, Portal1-style doors
I edited Ben's popular door element, and added two more door options into it: The vertical door, seen in the BTS scenes throughout the single player campaign, and the Portal 1 style door, which unfortunately lacks some color details. Click to zoom. (The Portal 1 wall texture was added in between of those doors to illustrate it fitting that style; it is not part of the door.) Download it here: http://bisqwit.iki.fi/kala/ptal2/doors.zip The two new door types are simply added as ButtonType selections into Ben's existing door. All the three different doors use the same icons in the editor...
Moth's Useful Instances
Some useful instances I made, that can serve two purposes: * Quickly add nice things to your map * Deconstruct, use bits, make new bits, gain UNDERSTANDING My plan is to expand this as I make more stuff. Each instance has an accompanying screenshot of all 4 Hammer views, so you can see what it looks like without launchiing any tools. Click 'show' below for a full list of contents: [spoiler]*** ApSigns (1 instance) aperture_1970s_gantry ----------------------------------- 1970s style Aperture logo, suspended from solid metal beams, with ambient spotlamps *** Destroyed (2 instances) DestroyedWall ----------------------------------- Off-grid deformed black tiled wall DestroyedWall2 ----------------------------------- Black tiled wall with missing pieces and bts back panels *** Dynamic (2 instances) glass_platform ----------------------------------- template for a telescopic moveable plat. supports players, turrets, cubes, etc Huge_Fan ----------------------------------- complete wall assembly that casts epic shadows. Starts on at map spawn. *** Factory (6 instances) dlc1_RoobotArms ----------------------------------- very small lab section with arms on a shelf, from dlc1 Freight_Boxes ----------------------------------- Motorized railed transport filled with metal containers glass_partition_01 ----------------------------------- A 3x3 detailed glass-panel wall section glass_partition_withDoor ----------------------------------- As above, with a doorway tubular_elevator ----------------------------------- Quick and dirty elevator. Scenery only but easily converted to a func_movelinear turret_storage ----------------------------------- Very tall storage area for turrets, with accompanying machinery. *** Gameplay (2 instances) RampArms_static ----------------------------------- Ramp made from panel arms. Some destroyed or missing. RampArms_static_collision ----------------------------------- Clip brush to exactly fit the above *** Lighting (6 instances) old_wall_light_300 ----------------------------------- underground-style lamp with sitably coloured light entity (300br) trussbox_curvedLights ----------------------------------- many very-wide underground-style floodlights, angled towards a central point underground_array_tower ----------------------------------- Used extensively throughout underground maps underground_array_towerLightArm ----------------------------------- Extra arms for the above underground_array_tower_leaning ----------------------------------- Alternative underground_array_tower with no arms *** Office (8 instances) big_empty_office_1970s ----------------------------------- complete 1970s style office building with one doorway. Just add furniture! chair_and_desk_1980s_XX ----------------------------------- 1980s style desk, chair, desk lamp, telephone, computer - 4 variations lab_furniture_01 ----------------------------------- Block of machines and a whiteboard observation_office ----------------------------------- Small 'control room' with glass windows, houseplant office_cube_3sided ----------------------------------- Template for making custom-sized offices/control rooms *** Spawns (1 instance) PlayerSpawn_in_DropTube ----------------------------------- Player spawn, with full portalgun-- falling intro, with a tube that auto-opens. *** Underground (8 instances) 45_angled_paint_sprayer ----------------------------------- Paint-pipe gusher, angled 45 degrees - as seen in a4_portal_intro map 1940s_reception ----------------------------------- Complete relaxation area in a 1940s style. 1970s_welcome_area ----------------------------------- underground-style elevator reception DuctSystem ----------------------------------- Miscellaneous hanging system of ducts platform_with_legs ----------------------------------- metal scaffolding with chipboard panels precarious_platform ----------------------------------- Hanging underground cube_dropper with suspended platform. underground_WallSection_01 ----------------------------------- Various brushes & models, stuck together to make an interesting underground wall[/spoiler] Feedback is welcome, please rate this and post your comments. I'll post when I update. --------------------------------------- New in r2: --------------------------------------- * Huge Fan that casts epic moving shadows * Tons of bts office stuff * Underground lighting * Factory stuff! File Name: Moth_instances_r2.rar File Size: 6.39?MiB Moth's Useful Instances