Monopoly style house

Premade map objects and sections that can be used in user maps.
Post Reply
User avatar
Zehra
Survey Champion 2024
Survey Champion 2024
Posts: 972
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 305 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
Some useful references:
Map editor and tool list (summary)
Prefab and BZW help threads index
Map releases index
Some of my BZFlag related stuff.
BZList.net Modern HTML5 server stats site.

BZFlag has a cycle every 1-3 years. Activity drops/stops and resumes some time after. It returns to 90% of what it was.
We see late in 2013, the following thread: Why are there only like 30 people playing BZFLAG at one time.
Let's say 2014 starts with 30 players:
With a cycle length of:
3 years: 2017=27 players, 2020=24 players...
2.5 years: mid-2016=27 players, 2019=24 players, mid-2021=22 players.
I think the cycles get shorter as time goes along, but the bigger issue is eventually that activity will not be able to sustain itself in the long run, as nobody waits an hour for people to show up.
Post Reply