Jump to content

sirjuddington

Members
  • Posts

    1459
  • Joined

  • Last visited

About sirjuddington

  • Rank
    Slade doesn't mean what it used to
    Senior Member

Recent Profile Visitors

2220 profile views

Single Status Update

See all updates by sirjuddington

  1. Heh:

    var sides = slade.map.sidedefs;
    for (var i = 0; i < sides.length; i++) {
        if (sides[i].stringProperty("texturemiddle") != "-")
    		sides[i].setStringProperty("texturemiddle", "AASHITTY");
        if (sides[i].stringProperty("texturetop") != "-")
    		sides[i].setStringProperty("texturetop", "AASHITTY");
        if (sides[i].stringProperty("texturebottom") != "-")
    		sides[i].setStringProperty("texturebottom", "AASHITTY");
    }
    
    var sectors = slade.map.sectors;
    for (var i = 0; i < sectors.length; i++) {
        sectors[i].setStringProperty("textureceiling", "SLIME09");
        sectors[i].setStringProperty("texturefloor", "SLIME09");
    }

    ss01.thumb.png.ac23e60a0d8096b640b1c4693597ba3f.png

    1. Show previous comments  1 more
    2. Ichor

      Ichor

      Needs more red.

    3. Memfis

      Memfis

      it actually looks pretty good thanks to the lighting. i can imagine seeing an area like this in a serious level.

    4. Aquanet

      Aquanet

      "Welcome to McDonald's"

×
×
  • Create New...