Page 1 of 1

Kiddy-Korner Map

Posted: Fri Jul 20, 2018 2:23 am
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

Re: Kiddy-Korner Map

Posted: Fri Jul 20, 2018 2:37 am
by Winnie
Here are some snapshots

Re: Kiddy-Korner Map

Posted: Fri Jul 20, 2018 3:33 am
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.

Re: Kiddy-Korner Map

Posted: Fri Jul 20, 2018 11:29 pm
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

Re: Kiddy-Korner Map

Posted: Sat Jul 21, 2018 2:03 am
by Winnie
Near all the actual links to the programs are "errors"

Re: Kiddy-Korner Map

Posted: Sat Jul 21, 2018 9:59 pm
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