Extend the grid in hammer?

Discussion in 'Mapping' started by Jcw87, Apr 9, 2007.

  1. Jcw87

    Jcw87 Member

    Messages:
    1,676
    Likes Received:
    0
    Trophy Points:
    0
    Since the Official Source SDK forums are down, I'm posting here. I remember reading somewhere about a line you could add to the gameinfo.txt or the game fgd file which would extend the map size limits in hammer, but I can't seem to find it. Does anyone know what it is? (this is for a non Empires related project.)
     
  2. InstantDeath

    InstantDeath Member

    Messages:
    85
    Likes Received:
    0
    Trophy Points:
    0
    I dont know where you got that from, but from my understanding, the compiler sees anything past the current grid as out of bounds.
     
  3. pickjaoe

    pickjaoe Member

    Messages:
    581
    Likes Received:
    0
    Trophy Points:
    0
    The cheat code is : A, B, up, down, square
     
  4. Stu

    Stu BehälterGott

    Messages:
    799
    Likes Received:
    0
    Trophy Points:
    0
    I don't think it is possible.
     
  5. mr_quackums

    mr_quackums Member

    Messages:
    2,358
    Likes Received:
    0
    Trophy Points:
    0
    odd, i thought it was up, up, down, down, left, right, left, right, B,A,B,A start.
     
  6. Broccoli

    Broccoli Member

    Messages:
    1,635
    Likes Received:
    0
    Trophy Points:
    0
    I've never heard of it, and I'm pretty sure it can't be done.
     
  7. Solokiller

    Solokiller Member

    Messages:
    4,861
    Likes Received:
    7
    Trophy Points:
    0
    How to do it:
    @mapsize(-16384, 16384)
    This is the standard setting, as found in base.fgd.
    I have succesfully edited the setting, although editing base.fgd is not possible, which means adding it in the empires fgd.
    Remember that Half-life 2 may not support larger than normal maps, perhaps a bigger length but smaller width would work.
     
  8. Broccoli

    Broccoli Member

    Messages:
    1,635
    Likes Received:
    0
    Trophy Points:
    0
    Does this actually allow you to place objects outside of the normal grid though? I would assume that it tells hammer to use a different setting, but makes no change to the actual engine. I'd bet that you'll still get a crash if you try to run a map with something out of bounds.

    You can edit bsp files in notepad, changing brush co-ordinates manually, but this still doesn't let the engine run the level.
     
  9. Solokiller

    Solokiller Member

    Messages:
    4,861
    Likes Received:
    7
    Trophy Points:
    0
    You can place objects outside of the new grid, but so far i don't think it'll run the map. But i think the max map size is 16384 X 16384, so 8192 X 32768 may be possible.
     
  10. Jcw87

    Jcw87 Member

    Messages:
    1,676
    Likes Received:
    0
    Trophy Points:
    0
    Ah, so it was an fgd modification, in which case what I want to do most likely won't work. Thank you Solokiller.
     
  11. Private Sandbag

    Private Sandbag Member

    Messages:
    7,491
    Likes Received:
    0
    Trophy Points:
    0
    up, up, down, down, left, right, left, right, B,A,B,A start.

    what is that again? i remember doing that alot in my childhood.

    and IDDQD
     
  12. arklansman

    arklansman Member

    Messages:
    5,365
    Likes Received:
    0
    Trophy Points:
    0
    The infamous Contra code. ;)

    And the second one is from Doom, but I don't know what it is specifically.
     
  13. Jcw87

    Jcw87 Member

    Messages:
    1,676
    Likes Received:
    0
    Trophy Points:
    0
    God mode.
     
  14. Broccoli

    Broccoli Member

    Messages:
    1,635
    Likes Received:
    0
    Trophy Points:
    0
    How to get ammoes? IDKFA!
     
  15. Jcw87

    Jcw87 Member

    Messages:
    1,676
    Likes Received:
    0
    Trophy Points:
    0
    This thread has served its purpose, let it die now.
     
  16. Caelo

    Caelo Member

    Messages:
    2,371
    Likes Received:
    5
    Trophy Points:
    0
    omg! I can't remember a single code from doom or whatever game I played 10 years ago :/


    Edit: YES SIR! :P
     

Share This Page