Kiddy-Korner Map

Previews and comments on future maps.
Post Reply
User avatar
Winnie
Private First Class
Private First Class
Posts: 16
Joined: Tue Jun 28, 2016 11:19 pm
Location: Merica

Kiddy-Korner Map

Post by Winnie »

This is my current project. This is bare bones.

I am also looking for a way to test my maps... I never seem to be able to do the normal route, is there a program out there to do this?

Enjoy!

License: Creative Commons Attribution-Share Alike 3.0
Attachments
tester.bzw
(9.56 KiB) Downloaded 203 times
A pessimist sees the difficulty in every opportunity; an optimist sees the opportunity in every difficulty.
User avatar
Winnie
Private First Class
Private First Class
Posts: 16
Joined: Tue Jun 28, 2016 11:19 pm
Location: Merica

Re: Kiddy-Korner Map

Post by Winnie »

Here are some snapshots
Attachments
Capture2.JPG
(95.73 KiB) Not downloaded yet
Capture.JPG
(86.68 KiB) Not downloaded yet
A pessimist sees the difficulty in every opportunity; an optimist sees the opportunity in every difficulty.
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:

Re: Kiddy-Korner Map

Post by Zehra »

I'm assuming you are using Windows due to the screenshots from BZEdit (win32) and not running it on Linux with WINE. :wink:
There has been several applications made for starting BZFS, from iBZserver to using tools which use Qt for the GUI, but finding one which can be downloaded these days and actively developed will very difficult if not impossible.

While this is not what you are asking, using scripts to start BZFS might be a solution.
I personally use Batch scripts to startup maps and configurations.
Here's the format I use:

Code: Select all

@ECHO OFF
ECHO Finding BZFS
cd C:\Program Files\[BZFlag version]
@ECHO OFF
ECHO If everything works properly we'll likely see BZFS give a message
bzfs.exe -world "C:\Users\[username]\Desktop\MyMap.bzw"
PAUSE
You will need to make some adjustments to the script, but hopefully this helps.
If you need any additional help, feel free to private message me.

-Zehra

p.s. Nice map too.
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
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:

Re: Kiddy-Korner Map

Post by Zehra »

I did a bit of a search for programs and web applications used to start BZFS.
Below is a link of some of the results I found, along with a small short summary containing some details on the subject.
Hopefully one of these tools might fit your needs.
There is probably a few I missed, but overall, this should help provide some information on ones which exist.
If I'm not mistaken, all of them are not actively developed, unless someone is willing to update them.

-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
User avatar
Winnie
Private First Class
Private First Class
Posts: 16
Joined: Tue Jun 28, 2016 11:19 pm
Location: Merica

Re: Kiddy-Korner Map

Post by Winnie »

Near all the actual links to the programs are "errors"
A pessimist sees the difficulty in every opportunity; an optimist sees the opportunity in every difficulty.
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:

Re: Kiddy-Korner Map

Post by Zehra »

My apologies, here's links to them which do work at the time of this posting.(Some go directly to downloads.)
  • WebBZFS - (Link worked from first post, so no change made.)
  • BZWeb - (GitHub link added.)
  • BZWTestLauncher - (Found in last reply to thread.)
  • iBZServer - (SourceForge link to iBZEdit, which had iBZServer.)
    (Probably needs some updates to work.)
  • Start BZFS (new tool) - (Probably there is a copy somewhere in 2.99/3.0 code and there might be a person or two who has it.)
  • QT BZFS 3 Launcher - (Some updates probably needed and someone to compile the code.)
    (Previous post went directly to the topic from which sourceForge link was found.)
  • BZW TestLauncher Mac - (A simple application for running BZFS for Macs.)
-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