Portal 2 Puzzle Maker Download

Designing Puzzle Game Levels. Discussion in 'General Discussion' started by MTracerStudios, Nov 5. But this technique was also applied in the other 2 games to generate puzzles. These are of course simple games, the game that I am currently working on is an FPS puzzle type of game similar to portal. Designing the levels is quite a bitch it. Welcome to Thinking.WithPortals.com, the premier custom Portal and Portal 2 map community since 2007! Download some custom Portal 2 maps from our huge Download Database, or stop by our forums and talk about Portal 2. [deleted] 1 point 2 points 3 points 2 years ago * In steam, under library, click where it says 'Games' or 'Installed' and choose 'Tools' from the drop-down. Look for 'Portal 2 Authoring Tools - Beta' and install it. For help using the Portal 2 Puzzle Maker, see Category:Portal 2 Puzzle Maker The Puzzle Maker (also known as Puzzle Creator or Editor ) is an in-game puzzle editor that allows the creation, testing, and publishing (to Steam Workshop ) of custom single-player and co-op test chambers. Portal 2 free download - Tom Clancy's The Division 2 Open Beta, Portal 2 Unlocks, The Final Hours of Portal 2, and many more programs. From the maker of 'Modern Unlocks 2'! Information about Valve's Portal 2, including trailers, screenshots and preorders.

Please read the Contributing Guidelines and FAQ before opening an issue.

Portal 2 Mod Tool

The BEE2 allows reconfiguring Portal 2's Puzzlemaker editor to use additional items, reskin maps fordifferent eras, and configure many other aspects. All vanilla items have been upgraded with additionalbugfixes and improvements.

The packages (item, style, etc definitions) are in the BEE2-Items repository.

Download and Use

  • Download the latest releases of the BEE2.4 and items from the following pages:
  • Extract the contents of the Application release anywhere you like. e.g. C:BEE2.4
  • Place extracted package folder in the root BEE2 folder. e.g. C:BEE2.4packages
  • To run, locate the BEE2 application in the app folder and execute it. e.g. C:BEE2.4BEE2.exe

Used Libraries

Maker
  • pyglet and AVBin (for sounds, not required)
  • noise (For perlin/simplex noise, as src/perlin.py)

Building from Source

PyPI list:

Download
  • pillow (On Linux this may need to be installed via system package manager with the TK component: python-pillow, python-pillow.imagetk)
  • markdown
  • pyglet
  • PyInstaller
  • cython
  • babel

AVBin must also be installed, to provide codecs for pyglet.

Compilation

First, grab the 2 git repositories you need:

Puzzle Maker

Switch to the srctools repo, and install the package:

Finally, switch to the BEE2.4 repo and build the compiler, then the application:

Portal Puzzle Game

The built application is found in BEE2.4/dist/BEE2/.Copy BEE2.4/dist/BEE2/ into this folder as well.To generate the packages zips, either manually zip the contents of each folder oruse the compile_packages script in BEE2-items.This does the same thing, but additionally removes some unnessersary contentto decrease file sizes - comments, blank lines, hidden visgroups.