dat boi_'s stadium

User made maps to use on servers.
Post Reply
dat boi_
Private
Private
Posts: 3
Joined: Mon Jul 03, 2017 10:29 am

dat boi_'s stadium

Post by dat boi_ »

hi guys,

I made a map. it's a CTF between pink & blue, set in a stadium. there's no radar (so you can creep under the seating) and no crappy flags.

also, heads up: it's quite pink, but my screenshots came out waayyy pinker than it actually looks in-game.

Image

some more pics:
from the top of the pink base
the blue base
from top of stairs
under the stairs/chairs

I don't have any way to host it so you'll have to download the file and play locally unfortunately. let me know what you think, thanks all.

license: WTFPL
Attachments
dat boi_'s stadium.bzw
(9.15 KiB) Downloaded 108 times
User avatar
tainn
Private First Class
Private First Class
Posts: 278
Joined: Sun Nov 18, 2018 7:25 pm
Location: phantom_zone;

Re: dat boi_'s stadium

Post by tainn »

The fog, sky and mirror work together quite nicely. Will definitely play on it, potentially regularly, as we need more no-radar maps ;)
dat boi_
Private
Private
Posts: 3
Joined: Mon Jul 03, 2017 10:29 am

Re: dat boi_'s stadium

Post by dat boi_ »

hey tainn, thanks for the kind words! :)

I also love no-radar maps
User avatar
The Noah
Private First Class
Private First Class
Posts: 82
Joined: Mon Jul 11, 2016 9:38 pm
Location: United States
Contact:

Re: dat boi_'s stadium

Post by The Noah »

Your map is live at bzflag.ns01.biz:5160.

The Noah
I've been working on a real-time stats site called BZList, please check it out! It is still in active development, so some features are missing and watch out for bugs.

GitHub · Website · Get in touch · Stalk Me
User avatar
Zehra
Private First Class
Private First Class
Posts: 915
Joined: Sun Oct 18, 2015 3:36 pm
Location: Within the BZFS API and Beyond it
Contact:

Re: dat boi_'s stadium

Post by Zehra »

Nice map, looks good and is pretty playable.
One small tip though, I'm sure you used a 3D editor for this, so you probably did not notice this:

Code: Select all

  box
    name BZBox_1_Copy_Copy
    position 0.000000 320.000000 10.000000
    size 200.000000 5.000000 5.000000
    rotation 0.000000
  end
You could get rid of the decimal point and all the zeros behind it, since they do nothing.
The box below does the same thing and is easier to read and modify numbers:

Code: Select all

  box
    name BZBox_1_Copy_Copy
    position 0 320 10
    size 200 5 5
    rotation 0
  end
Here's the whole map with the excess decimal points removed.
dat boi_'s stadium (modified).bzw
simplified map by removing excessive decimal points
(7.12 KiB) Downloaded 110 times
(Removing the extra zeros was done by using a text editor and search function included within it.)

-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
dat boi_
Private
Private
Posts: 3
Joined: Mon Jul 03, 2017 10:29 am

Re: dat boi_'s stadium

Post by dat boi_ »

Ah yes, thanks Zehra.

I used BZEdit at first and then went back and added stuff with my text editor, but I didn't remove the decimal points.

It looks much more readable now (and searchable), so thank you.
Post Reply