Monopoly style house

Premade map objects and sections that can be used in user maps.
Post Reply
User avatar
Zehra
Private First Class
Private First Class
Posts: 914
Joined: Sun Oct 18, 2015 3:36 pm
Location: Within the BZFS API and Beyond it
Contact:

Monopoly style house

Post by Zehra »

Monopoly style house. (Low poly count, no entrance.)
monopoly-house.bzw
(1.59 KiB) Downloaded 195 times

Code: Select all

material
name greenhouse
texture mesh.png
color forest_green
end

# Low poly monopoly house
mesh
    matref greenhouse
    inside 0.0 0.0 15
    vertex 20.0 20.0 0.0    #vertex 0
    vertex 20.0 -20.0 0.0    #vertex 1
    vertex -20.0 -20.0 0.0    #vertex 2
    vertex -20.0 20.0 0.0    #vertex 3
    # top x, y, z coordinates.
    vertex 20.0 20.0 20.0    #vertex 4
    vertex 20.0 -20.0 20.0    #vertex 5
    vertex -20.0 -20.0 20.0    #vertex 6
    vertex -20.0 20.0 20.0    #vertex 7

    # offset
    vertex 22.0 22.0 20.0    #vertex 8
    vertex 22.0 -22.0 20.0    #vertex 9
    vertex -22.0 -22.0 20.0    #vertex 10
    vertex -22.0 22.0 20.0    #vertex 11

    vertex 22.0 0.0 40.0    #vertex 12
    vertex -22.0 0.0 40.0    #vertex 13

# Bottom inside face
face
    vertices 3 2 1 0
endface

face
    vertices 0 1 2 3
endface

# Outside downwards +Y edge face
face
    vertices 4 7 11 8
endface

#outside downwards +x edge face
face 
    vertices 5 4 8 9
endface
#outside downwards -x edge face
face 
    vertices 7 6 10 11
endface
# Outside downwards -Y edge face
face 
    vertices 5 9 10 6
endface

face 
    vertices 13 12 8 11 #roof
endface
face 
    vertices 12 13 10 9 #roof
endface

face 
    vertices 12 9 8 #roof
endface
face 
    vertices 13 11 10 #roof
endface

face 
    vertices 4 0 3 7
endface

face 
    vertices 6 2 1 5
endface

face 
    vertices 0 4 5 1
endface

face 
    vertices 2 6 7 3
endface
end
Screenshots:
bzfi0037.png
(1.2 MiB) Not downloaded yet
bzfi0038.png
(1.24 MiB) Not downloaded yet
bzfi0039.png
(1.22 MiB) Not downloaded yet
License: CC0 1.0 Universal (CC0 1.0) (Public domain)

-Zehra
Those who are critical of me, I'll likely be the same of them. ~Zehra
The decisions we make are the ones we look forward too and the ones we regret. ~Zehra
There's a difference between knowing my name and knowing me, one shows respect to my name and the other is to who I am. ~Zehra

See where I've last been active at Strayers.
Visit BZList.net for a modern HTML5 server stats site.

Click here to view the 101 Leaderboard & Score Summaries Last updated 2021-01-12 (YYYY-MM-DD)
Latest 101 thread
Post Reply