Skip to content

Version 4.45.2

Latest
Compare
Choose a tag to compare
@TeamSpen210 TeamSpen210 released this 05 Jun 06:29
· 2 commits to master since this release

You will also need to download the 2.4.45.0 item packages.

Windows 7 and 8.1 users need to download the 32-bit app (even if you have a 64-bit system). If you're using this version, please let us know - it's a lot of work keeping things compatible with this older version.

Version 2.4.45.2:

  • Fix gameinfo.txt not being modified during exports, causing resources to not be loaded.

Version 2.4.45.1:

  • Fixed application looking in the wrong place for the compiler.

New Features:

  • Glass/grating is now generated entirely by the compiler, allowing fully
    custom items to be made. The original glass/grating frame is now also
    generated slightly more efficiently.
  • Added the ability to define variants for corridors. In Clean style this
    allows specifying elevator directions, stair direction and the corridor's
    light temperature.

Enhancements:

  • Added the ability to show multiple warning messages or errors for problems
    occurring during package loading and export.
  • Added button for signage configuration to the item's context menu, to help make it more visible.
  • Shut down the error server automatically when Portal 2 quits.
  • Added additional EXEs for compiler_settings.exe and backup.exe. These
    allow quickly opening just these windows.
  • The logic for detecting paint splats placed on cubes is improved to
    prioritise gel placed directly on droppers. In particular a cleansing gel
    splat can be placed on the dropper to allow the floor below to still be painted.

UCP-Relevant changes:

  • Added sky_draw_first option to skyboxes, which can fix some rendering bugs
    with certain materials.
  • The barrier rework adds several new blocks to vbsp_config:
    • BarrierFrames in vbsp_config contains definitions for the frame of barriers.
    • Barriers in vbsp_config contains the definitions for the brushes to
      produce, and then which frame IDs to use.
    • BarrierHole in info.txt defines a hole type. This is defined outside the
      item, because the different style
      variants can be independently specified by each barrier type.
    • The CustomBarrier result produces an item that converts attached glass/grating.
  • As mentioned above, CorridorGroup now has Options blocks for specifying
    corridor options.
    These ultimately just set fixups on the instance. DefaultIndex has been
    replaced with just Disabled - all corridors will now be enabled by default.
  • Music can now have a volume specified in the config.
  • Added the AttachInputOverlay result, which adds an overlay instance,
    but connects it to the original as an additional input. This significantly
    simplifies logic if an additional prerequisite is required for the item to turn
    on.
  • Fix catwalk end segment being placed at the top of upwards-facing stairs.
  • #2048: Fix ceiling Faith Plates not functioning correctly.
  • #2040: Warn if no compiler files were found when exporting.
  • #1343: Clone fizzler items if connected to multiple standing/reclined fizzlers.