News | Forum | People | FAQ | Links | Search | Register | Log in
Quaddicted Singleplayer Map Archive Is Complete
Wow. This looked like a task for sisyphus at first. 3 years later it is done.
http://www.quaddicted.com/?p=92

Singleplayer Maps:
http://www.quaddicted.com/spmaps.html

Quake Singleplayer ("partial") Mods:
http://www.quaddicted.com/spmods.html

Be aware that you can sort the tables by clicking on the "Author - Map - DL - Size - Date DMY - Rating" header. You need Javascript enabled. Warning: It might freeze your browser for a second or two.
First | Previous | Next | Last
 
I pointed the domain to another ip for the time being. 
 
Server is back online, DNS will take a while to travel to your DNS servers. 
 
not sure if this is the place to report such things, but the beyond belief hotfix (bbelief6_fix.zip) link did not work from quake injector (opened with the url: http://www.quaddicted.com/reviews//filebase/bbelief6_fix.zip)
but the link on the quaddicted website for the same file worked fine. 
 
fixed, thanks 
Spirit 
Is there some sort of file --- hopefully of plain text or tab-delimited or space-delimited format --- of the Quaddicted archive. 
Ther'es The Injector Xml 
 
And Before You Complain 
the data is a bit too complex for csv iirc 
 
i want to make the database available, just need to think further about licensing. and I am not sure what detail I am comfortable to expose in terms of user ratings etc.

it depends what you need. some stuff could be done in csv and I would gladly provide that. I would much rather have an api like doomworld has now.

there is a partial dump in our forums somewhere iirc.

license would be something that requires attribution, same license and non-commercial. so probably a cc by-sa-nc. maybe even nd. I would have a clause that allows unlimited exploitation in case quaddicted vanishes. 
 
database is sqlite3 
 
database is sqlite3 
... 
About ready to try to wrap up an in-engine mod installer.

However this leads to other issues:

I'm not sure I want to have a user have to wade through more than a thousand items.

I also --- at least for a FitzQuake style implementation --- and not sure whether or not to make the engine possibly generate a map on the fly or if I might actually find a way to implement a "gallery" that looks like it belongs in a FitzQuake or oldschool engine.

I know I don't want a "list" in the engine (that's impersonal) and I personally feel the Quaddicted ratings get skewed towards 4.5 and 5 star ratings (maybe the # of ratings says more about a release).

Plus I think some of the maps that have lower ratings are of definite gameplay value (many of the 5 star maps are too hard/too big for a non-hardcore person ... )

Perhaps I should prototype and tune first, and then bother you more.

I guess I'm not sure how to deal with ...
1) The sheer quantity of entries.
2) A way to limit to a relevant pool.
3) Some way to know to ignore things that aren't going to work (require some non-FitzQuake 0.85 engine or feature.)

the data is a bit too complex for csv iirc

I know megaman, I just want mod name, URL to archive and image name. I want to test installation, presentation and some other details. 
Add: 
I might also want to exclude by necessity huge download size mods. Maybe ones over 3 MB zipped.

(Which sucks, but an end-user having to wait 15 minutes to play something or maybe 2 hours on a bad connection ...) 
 
mod name, URL to archive and image name would not be enough to successfully install stuff. You will need at least the zipbasedir too. See the XML at quaddicted.com/reviews/ quaddicted_database.xml

I made a bayesian rating a while ago but something broke it. https://www.quaddicted.com/forum/viewtopic.php?id=55 
 
Not sure if, but I think I fixed it http://www.quaddicted.com/reviews/index_bayes.php (only works if logged out, just a wip) 
Hehe 
You will need at least the zipbasedir too

Hehehe, actually ... I don't!

With the engine, I can have zip functions give me the directory contents. And then write some code looking through the directory contents to see where .pak or .bsp lives and derive the basedir.

But yeah, early yesterday I was thinking I'd need zip basedir too.

And then I realized if I write something to look around the zip file directory section, I can have an engine know how to install any archive (and tell the difference between a gamedir mod and a mere map with extras).

Still, I suppose other things are important --- there isn't a way to tell if something requires -hipnotic or know if a map requires Quoth or is a Nehahra or Travail expansion map. 
Damn 
that is so stupidly simple and nice I wish someone was actively developing the Injector so I could nag about it bring added. 
It's Probably Simple If The Map Is Simple 
the nightmares dealing with all corner cases I wanted to avoid :-) 
Add: 
Also having the MD5 checksum and the file size would be useful. So that the engine has some way to validate expectations of what it downloaded as being correct. 
 
Say exactly what you want and how it should be formatted and I will make it if it is easy enough. Might be deprecated once I really make an API though. 
Let Me Think About It For A Week ... 
I can make a fake template for personal use while prototyping.

I'd rather ask once with a tested out plan than ask 2 or 3 times when something unexpected causes trouble.

When I'm ready I can graft the prototype into the Quakespasm source (so you can compile it) and you can tell me what you think or suggest tweaks. 
Sorry About The Downtime 
Should be back in some hours I guess. It is all my fault. If OVH's "plug in a 2TB USB disk" was not so expensive I would not do stupid things all the time. Just trying to host the forumplanet forums...

90% uptime is good, isn't it?!! 
 
it's back. I would be interested if you notice a slowdown (even slower...) in the coming days. 
 
Slowdown on the overall site? Seems about the same for me (maybe 1 second for the main page) 
 
Aaargh, it has happened again. But now I know why. I am mounting the forumplanet files from a compressed archive. That works well until updatedb runs... So I have now disabled that. Unfortunately the process is unstoppable. So I will reboot. Unfortunately it will fsck on reboot so it will be a longer downtime, I guess an hour or two. I THINK afterwards I will be smart enough to prevent this from happening.

How often do I have to do this until someone gets annoyed enough to add local caching to the Quake Injector? ;) 
 
lol, that's one way to solicit help.
Are you saying like, download the urls for maps so that quake injector doesn't have to ask for them from quaddicted itself? I didn't know it was doing that.
Wouldn't it just be a matter of dumping the urls it has in memory to a file and then reading that one back?
Course.. i have no idea how the thing works. Is the source available? 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.