I use ..::LvL to locate the map I want to play, then use a script to unzip the PK3 from the zip file. The download name is included on the downloads page on ..::LvL - that is all I need to know :) The script can also clean up (remove) any custom PK3's.
Why go to all this trouble?
:-D
I use our website as well as ..::LvL to find maps. My server has them all and I download ones we choose to play. It sounds like you want to have an easy and quick way to find specific maps...but I don't think there really is one. Maybe @Tig could create a feature here where you can "favorite" maps so you can track them. ?
And while we are showing off :)
ls baseq3/ | sed -n '$='
13
A quick Google has thrown up a number of shell scripting basics links. After a quick scan, I personally think these two look like good starting points dev.to/aniket762/s...ners-guide-24hk and www.shellscript.sh/first.html
Feel more than welcome to start a new thread with your experiments or questions. I would be more than happy to help.
If you could work out a way to register "q3a://" or "quake3://" at the system level, mapped to a Quake 3 "launcher" of some kind, it would be pretty straight forward as the protocol would be registered at the system level and there is no need for the browser to launch an application (because the system would be doing the launching instead).
For Windows, this would be a registry entry. macOS would be a Info.plist file. Linux, a .desktop file.
And then you would need a launcher app / script for each OS as well. All very possible, all a lot of work if no one picks it up :)
Only registered members can post a reply.
Already registered? Sign in.