Little Forge Tricks

Discussion in 'Halo and Forge Discussion' started by Egggnog, Apr 13, 2017.

  1. Egggnog

    Egggnog Game Crashers

    Messages:
    267
    Likes Received:
    331
    Post those unique, quirky tricks you use for forging that you feel like are underused.

    Use a mongoose with team settings to test red reticle range, etc.
     
    Goat and qrrby like this.
  2. purely fat

    purely fat The Fattest Forger
    Forge Critic Senior Member

    Messages:
    3,010
    Likes Received:
    5,899
    Nobody makes 1v1's anymore but I used to run 3 person FFA's to check spawning. I used this to check for a certain amount of bad spawning. Because with three people you were more likely to see the edge cases. If the map had little to no issues that meant it could most likely play two's.
     
    qrrby, Chronmeister and ExTerrestr1al like this.
  3. ExTerrestr1al

    ExTerrestr1al Forerunner
    Senior Member

    Messages:
    2,387
    Likes Received:
    2,515
    Use Switch Consoles for script testing.
    If you are doing complex scripting, where a condition needs to occur, but is not the default condition, then it is harder to test. Instead, set a switch to force that condition to occur, and see if the aforementioned script performs in the manner you expected.

    Use switch consoles to Set values back to default
    If you have variables which change over time as things occur in your map/game, then it will be very useful to make a switch force it back to its default value.
    --- Double Post Merged, Apr 13, 2017 ---
    Use On Timer event instead of Round/Match Start
    I have found that too many Round/Match start event actions can cause some to cease working (randomly as the map loads). To solve this, set some of them to On timer, as follows.

    On Timer,
    initial =any number greater than zero (but may need to be a couple seconds to give time for everything to load and to avoid doing too much on round start)
    Repeat = 0

    Action = whatever you were trying to do in the first place.

    This makes it happen just once and never again, much like Round/Match starts do.
     
    Starship Forge and purely fat like this.
  4. TheLunarRaptor

    TheLunarRaptor Legendary
    Senior Member

    Messages:
    809
    Likes Received:
    2,102
    Having trouble rotating pieces like triangles or large groups? Take the object and group it to a cube and set the cube as the parent, this will make it easy to rotate them, it also makes me ask why in the world they made triangles rotate like they do.
     
    AceOfSpades, qrrby, fame28 and 4 others like this.
  5. fame28

    fame28 Forgotten Treasure
    Senior Member

    Messages:
    390
    Likes Received:
    478
    To add onto ExtraSpicyMemes post - When building something symmetrical place a parent cube at the center of your map (whatever your 0,0,0 is where you're building) and group it with the objects to be duplicated, duplicate and rotate the new group and set that new cube also to 0, 0, 0 of your map. Ungroup both and delete the cubes and enjoy straightening all of your now duplicated objects as the shifted .01 percent when you copied it. The joy of OCD while forging... lol
     
    ExTerrestr1al likes this.
  6. MULLERTJE

    MULLERTJE ROGUE
    Senior Member

    Messages:
    2,394
    Likes Received:
    6,298
    I think everybody does this but I color lots of blocks by grabbing the color you want somewhere else.

    It will appear pink but the first color picked is behind it.

    So simple but it saves a lot of time.
     
    #6 MULLERTJE, Apr 14, 2017
    Last edited: Apr 14, 2017
    GreyMuffinBass and a Chunk like this.
  7. TheLunarRaptor

    TheLunarRaptor Legendary
    Senior Member

    Messages:
    809
    Likes Received:
    2,102
    I forgot I used this all the time, another thing I do is build my map right on the x/y axis so I can use the 1/8th snap when I duplicate blocks so I can move that block in the same direction as fast as I want and it still be lined up with the other block as long as you just keep your stick straight, you can even boost and it will stay aligned. If you need super specific lighting it's probably not useful but it helps a lot.
     
    MULLERTJE likes this.
  8. AceOfSpades

    AceOfSpades Talented
    Forge Critic Senior Member

    Messages:
    3,552
    Likes Received:
    2,842
    You really need to utilize the preset map colors if you're having to do this. I only really set Primary, Secondary, and Tertiary, and maybe 2 more colors, but it saves a lot of time.
     
    ExTerrestr1al and MULLERTJE like this.
  9. MULLERTJE

    MULLERTJE ROGUE
    Senior Member

    Messages:
    2,394
    Likes Received:
    6,298
    I do that too. I set them to white.
     
  10. TheLunarRaptor

    TheLunarRaptor Legendary
    Senior Member

    Messages:
    809
    Likes Received:
    2,102
    I would agree but there are so many different colors I need to use and I sometimes want to prefab things so I want the same color universally.
     
  11. Agent Zero85

    Agent Zero85 Legendary
    Wiki Contributor Senior Member

    Messages:
    400
    Likes Received:
    435
    Scripting:
    If you have something occur right when the game starts, and for ease of testing, you can set it to timer: repeat of 0.00
    When you let go of the object, the script will trigger, without needing to hit a switch or anything. (Really useful when scripting moving objects etc.) Bonus is to leave to turn off scripting on the object, and duplicate it to test it.

    Where to forge:
    You can look at skyboxes with ease by deleting all the objects after spawning, the wait screen is very minimal compared to waiting for lights to generate.

    Distance Fog: Some maps/skyboxes turn on a white distance fog, and while this has, and may work, you can turn it off, or even turn it black to map background stars/colors pop.

    Not really a forge trick, but it is very smart/useful to clean out your map files every once in awhile. Personally you should have 2 pages of WIP maps max, (excluding published/public maps).
     
  12. Goat

    Goat Rock Paper Scissors Scrap
    Forge Critic Senior Member

    Messages:
    4,570
    Likes Received:
    14,945
    lol

    i have 35 pages. fite me
     
    Starship Forge and a Chunk like this.
  13. Agent Zero85

    Agent Zero85 Legendary
    Wiki Contributor Senior Member

    Messages:
    400
    Likes Received:
    435
    I had that many at one point, lol.
     

Share This Page