Map2Curve v0.88 released

Hey there,
I’ve uploaded a little update which I already finished in June but for reasons kept pushing back its release until now. Sorry for that.

The update majorly consists of greater control over texturing and an experimental features for .map export, where multiple brushes would get exported as a single brush in specific situations. At the moment this behaviour can not be controlled.

Download

Complete Changelog

CLI v0.88

  • Added boolean command hsunequalfix for horizontal stretch in
    combination with the grid-circle framework. When active it corrects
    texture-scales that would otherwise not be fitted perfectly into
    their corresponding section due to the unequal section lengths of
    this framework-type. Use it when fitting textures are desired.
    – hsunequalfix 0 // turned off
    – hsunequalfix 1 // turned on
  • Added command hsunpropfix for greater control over unproportional
    texture scales when using horizontal stretch. First boolean value
    turns it on or off, second and third float values are the lower and
    upper proportional limits you would like to apply.
    – hsunpropfix “0 0.2 5” // turned off; limits are 0.2 and 5
    – hsunpropfix “1 0.2 5” // turned on
    These values would prohibit any horizontal texture scale proportions
    that are smaller than 0.2 or greater than 5, e.g.:
    – Vertical-Tex-Scale (mostly Y-Axis): 1.5
    – Horizontal-Tex-Scale (mostly X-Axis): 0.25
    – Proportion: 0.16 = too small
    When the filter applies the scale is being replaced with either an
    automatic value or an original value.
  • Added a first and very simple version of brush combination on
    MAP-file export (doesn’t work on RMF yet!). Wedge-brushes on the inner
    side (closer to level origin) of an arc will be exported as a single
    brush IF they meet the following conditions:
    1. Flat up- and down-faces, both with some sort of NULL-texture
    applied to them
    2. An upright back-face (positive Y-Axis facing) with any texture on it
    3. Brush was turned into a wedge due to touching the X-axis
  • Fixed a case of false texture alignment.

    GUI v0.1.4.0

      • Added elements for new command hsunequalfix.
      • Added elements for new command hsunpropfix.
      • Fixed help text for mapcarve command.
      • Added new Template “CZG Circle Hallway Arc”.
      • Rearranged Tab 1.
      • Highlighted new features.