Git: https://github.com/AlexMax/zanrun/tree/ ... e-features (Pull requests welcome!)
ZanRun has now ditched luk for Zandronum's new internal database system and account support. This has enabled us to save much more in depth stats. Everyone's personal best time for each map is now saved in the database, which will be displayed in game and optionally in a web page (notice you can click on a map name to see all the player's personal bests on that map, and you can click on a player's name to see all of his personal bests for each map) if the server chooses to host one. Players can now be fully ranked in each map (rather than just competing for the record), and players are now also ranked globally so that you can battle it out to be the fastest doomer of all time! Rankings will be displayed at the end of the session, as well as again on the web page. To compete in the rankings, you need to set up an account at the authserver used (the address will be in the MOTD hopefully) and then login using the syntax logn <name> <password> in console.
Furthermore, the personal teleport is much more enhanced, especially for you flagrunners. It's now easy to set up the personal teleport just by going to customize controls in options. The teleport now saves all of your health, armour and rocket count, so you don't have to go through the tedious task of recollecting these items for each run!
NOTE: THE FOLLOWING IS OUT OF DATE, SEE MY UPDATE ON PAGE TWO, PLAYERS ARE NOW RANKED BY TOTAL TIME RATHER THAN BY POINTS
On the left you will now see this:
[spoiler]

Notice two new additions on the bottom left, the first displays your all time personal best for that map, which is stored in the database. The rank for this time, as well as the points awarded (100 for world record, 97 for 2nd, 96 for 3rd etc...) is also shown. Below this, the total amount of points you have on that server is also shown, plus your global ranking. Finally, the all time top 5 for each map will be displayed after the timer has run out, and after showing the top 5 in that session.
(Credit to Wirtualnoc for the php code to display the database online).
You can compete RIGHT NOW!
For you CTF flag runners out there, this will be a great way to showcase your skill.
You will need the Zandronum 1.3 beta, but don't worry as Doomseeker (and ide presumably) should download this automatically for you when you join the server.
First, make an account here: http://[bad site]:8080/
American flag runners, join the server "Zan 1.3 Testing - ZanRun", hosted by The Sentinel's Playground, and start getting good times to get your name on the rankings!
Europeans, join the server "[FR] -->Grandvoid--> ZanRun Test Server - CTF Flagrunning (warning maybe broken as FLOCK)", stats page here.
American Jumpmazers, join the server "Zan 1.3 Testing - ZanRun With Jumpmaze", stats page here.
European Jumpmazers, join the server "[FR] -->Grandvoid--> [1.3] Zanrun Jumpmaze TESTING", stats page here.
Get running!
What is this?
Remember strun? It was a custom gametype for Skulltag in the spirit of Jumpmaze and Q3 Defrag. ZanRun is an enhanced version of this, adding new features such as a leaderboard to show player's best times, and database support that stores your personal best times, and ranks players on each map and globally.
What's the difference between this and Jumpmaze?
ZanRun is not a mapset. It is an engine that you run with other maps that support ZanRun.
Features
-Resettable race times. Your time starts as soon as you cross the START line, not at the beginning of the map. If you want to give the map another shot, you can either kill yourself or teleport back to the start and try again.
-Advanced split times. Want to have a checkpoint-by-checkpoint view of how much faster your current run is than your last best run? The split times will let you know.
-Database support: stores your personal best on that map, along with a player ranking system with which to rank players and a web page to display these stats neatly.
-An easy way to make your own ZanRun maps. We have gone out of our way to making sure that making your own ZanRun is seriously simple. All you need to know is five script numbers specific to ZanRun, and you don't have to write a single line of ACS.
-A CTF mode where you can practice flag-running on almost any CTF map with the ZanRun engine.
-A speedometer showing your speed.
Upcoming features
-Hud cleanup
Sounds cool. How do I make a map for ZanRun?
A map consists of five types of lines. A start line, a checkpoint line, an end line, an "ENTER" line and an exit line.
-Start line: Line Action 226, arg1 of 219, arg3 is equal to the number of checkpoints you have in your map (not counting the start and finish line)
-Checkpoint: Line Action 226, arg1 of 220, arg3 is a unique identifier for that checkpoint that is between 0 and the number of total checkpoints minus one and goes up for every subsequent checkpoint. So if you have three checkpoints in your map, the first one would have an arg3 of 0, the second one would have an arg3 of 1 and the third would have an arg3 of 2. and so on...
-Finishing Line: Line Action 226, arg1 of 221, arg3 is equal to the number of checkpoints you have in your map (not counting the start and finish line).
-"ENTER" Line: Line Action 226, arg1 of 100. This line is not quite self explanatory, it's a line that resets the player back to a pristine state that he was when he entered the level. I would suggest putting this at the end of the level, before the player gets teleported back...
-Exit line: Line action 80, arg1 of 401, when player presses use (recommended). This will initiate the end of the race, and display a high score table, showing the top 5 player's best times in order from 1st to 5th.
The exit line is optional for your map, what is recommended is having no exit: you can set a timelimit whereby after such time the round ends and the best times are displayed using the cvar z_tlimit.
For more information, load up the ZanRun in Doom Builder and take a gander at the SAMPLE map. Everything you can do with ZanRun is laid out there, nice and easy for you.
See the screenshots below for a better demonstration:
(note, the following screenshots use a jumpmaze map that I converted for use with ZanRun, and is not included in the ZanRun pk3)
Here is what you might typically see in a server (with luk enabled):
[spoiler]

Notice that on your left is displayed the serverside record for that map, and its author, your "personal best" time which is the best time which is the best time you have recorded on that course so far, as well a the time of your current or latest run (which in that case happened to be the personal best). Below is a closeup if you are unable to zoom into the picture to see properly:
[spoiler]

You may also notice on the right of the first picture are another set of numbers, these are your checkpoint times. As you progress through the course for a second time, it will instead display your checkpoint "splits" from your best run:
[spoiler]

When the time limit is up, you will be frozen, and the leader-board, consisting of each individual's best time will be displayed:
[spoiler]

Finally, CTF MODE! All you have to do is load up ZanRun with your favourite CTF wad and the flags will automatically be replaced with blue (start) and white (finish) flags, this is an excellent way to practice flag running technique:
[spoiler]

UPDATE: SURVIVAL MODE SPEEDRUNNING
[spoiler]
[/spoiler]Update: zanrunb18.pk3 now brings "survival mode", whereby you speedrun singleplayer/coop mapsets in a server where only one player can join and everyone else spectates, and your time (from start to exit) will be stored and recorded in luk's records database and shown on re-entering the level. This works on any mapset of any format, but a very specific config is required, in addition a new version of luk.exe is required for this which is still in beta, so let me know if you intend to host this yourself and I will send the necessary files. Join "[Union Servers] Zanrun test server" to try it out for yourself.
The following is absolutely necessary in your config for this to work:
Don't even try to host without these flags or it will break, it is also strongly recommended that all vanilla compat flags are turned on for vanilla/oldschool mapsets to ensure the record is legitimate.Code: Select all
survival true set z_smode 1 sv_maxplayers 1 sv_nochangemapvote 1 sv_disallowsuicide 0
UPDATE 2: PERSONAL TELEPORT
[spoiler]
[/spoiler][/quote]Hypnotoad wrote: Update2: Now with personal teleport!
You can now set a personal teleport easily, just bind one key to "puke 460", this will set your teleport destination.
Bind another key to "puke 461", this will immediately teleport you to your desired destination.
Trying to cheat with this will be futile as teleporting will stop the timer, not allowing you to set a time until you restart the timer again.
Download: find the latest version of zanrun and zanrun_actors on best-ever.
NOTE TO SERVER HOSTS: FOR ANYTHING OTHER THAN SURVIVAL MODE, ZANRUN_ACTORS MUST BE INCLUDED