#25954 posted by Joel B on 2015/09/04 21:52:10
I guess one more thing to say about that module: it provides a way to get some bit of pak file content as a read-stream and allowing you to run an arbitrary callback function that processes that stream. So if you just want to munge some data out of it, you don't have to actually extract and create a new file.
That may or may not be helpful in what you're trying to do, but if you do use it and hit any problems let me know.
 Bsp Data Extractor
#25955 posted by Mezmorki on 2015/09/04 22:09:52
What data does this generate?
 Mezmorki
#25956 posted by SleepwalkR on 2015/09/04 23:01:27
Right now, it just tells you a few statistics about the bsp such as the number vertices, the max extends, and usage statistics for textures and entities.
 It's Just A Quick Hack
#25957 posted by SleepwalkR on 2015/09/04 23:01:55
but it could be extended to display other information as well.
 FitzQ MV � Quickload Error, "R_Renderview: NULL Worldmodel
#25958 posted by Shambler on 2015/09/04 23:46:22
FitzQ MV � Quickload Error, "R_Renderview: NULL Worldmodel" [EDIT]
Posted by ShaunNoWay [100.13.12.163] on 2015/09/04 23:36:31
When I load a save using the console command, "load [save]", it crashes and gives me this error:
"R_Renderview: NULL worldmodel"
Here's a video: https://youtu.be/IbMWMPssUrs
This only happens when I use Fitzquake Mark V on the Dissilution of Eternity expansion pack. It doesn't happen on the original Quake, or when I play DoE with Fitzquake 0.85. It also doesn't happen when I do a normal load/save from the menu.
Any idea how I can fix this?
PC specs:
OS: Windows 10, 64-bit
Video card: AMD XFX Radeon r9 270X
Processor: AMD FX(TM)-8350 Eight-Core Processor, 4.00 GHz
RAM: 16 GB
Thanks.
 Hey
#25959 posted by ericw on 2015/09/04 23:55:49
I see your mark V says 0.94 in the corner of the console, try this last beta that Baker posted (scroll down to the post from 2015/05/08):
http://celephais.net/board/view_thread.php?id=60831&start=879&end=879
 Thanks!
#25960 posted by ShaunNoWay on 2015/09/05 00:29:57
Hey, that fixed it! Thanks!
Sorry I posted in the wrong place.
 Good To Hear :)
#25961 posted by ericw on 2015/09/05 01:00:32
 Http://www.rockpapershotgun.com/2015/09/07/dooms-snapmap-id-tech-6/
#25962 posted by Zwiffle on 2015/09/07 17:00:12
 SleepwalkR's Bsp Thing ...
#25963 posted by Mezmorki on 2015/09/08 14:30:59
Can you post a dump/result file? I'll take a look at the program as well on my own.
I was doing a little brainstorming to try and figure out what metrics might be useful to help describe the gameplay of a map.
For instances, knowing the amount of horizontal (or shallow sloping) surfaces that players can walk on would be great. You can then compare that to the maximum volume and maximum extents of level to get an understanding of how sprawling vs. vertical/overlapping the design is. I imagine getting horizontal surface area would be difficult though?
 Sure
#25964 posted by SleepwalkR on 2015/09/08 14:47:40
Here's the output:
https://gist.github.com/kduske/d6c91ca87c81e0a08539#file-gistfile1-txt
If you want advanced metrics like that, you'll have to find someone to code that in for you. I just did this as a proof of concept. I can add simple stuff and fix bugs, but I won't sink a lot of time into it.
 That's Pretty Cool ... But ... Questions!
#25965 posted by Mezmorki on 2015/09/08 14:53:22
Number of planes vs. number of surfaces? Is surfaces horizontal? E.g. 3958 planes vs. 242 surfaces? Of course, this doesn't tell you the are of the surfaces.
 From Spirit With Excel
#25966 posted by Mezmorki on 2015/09/08 14:56:35
I dumped Spirit's big list of maps into excel - the most useful bit for my purposes is the release date. Spirit - were these dates taken from filedate stamps or something else?
For the curious, here's the number of maps released by year (in this DM map database):
1980 2
1988 2
1989 3
1994 3
1995 2
1996 325
1997 937
1998 517
1999 431
2000 103
2001 105
2002 74
2003 61
2004 79
2005 43
2006 11
2007 19
2008 11
2009 1
2038 5
I would've thought the early 2000's would've had more maps, but the big volume was more post release when everyone was making their own MyHouse.bsps or whatever I guess.
This does narrow list considerably for maps that I should check out from the past few years. So this is immensely helpful in that regard.
Thanks!
#25967 posted by JneeraZ on 2015/09/08 15:52:57
Geez, 937 ... what a year.
 On The Bsp Data Thing...
#25968 posted by Mezmorki on 2015/09/08 16:04:24
How easily can it generate the map name and author name if it was provided inside the bsp?
#25969 posted by Lunaran on 2015/09/08 16:30:52
I'm more interested in the 3 people who managed to make QWDM maps in 1989.
#25970 posted by Spirit on 2015/09/08 16:30:52
I don't remember the source for the dates, might be zip timestamps, might be bsp timestamps. Don't trust them too much.
You can get map titles with grep, not sure if it is always the first "message" but it might be:
grep -m 1 --text "message" file.bsp
They are often mixed with special characters or just garbage though. Might be better to use the readme files where available. No standards anywhere.
 Rough Data
#25971 posted by adib on 2015/09/08 17:09:41
I believe you'll make a best effort and generate data to be revised by Spirit. Data hacked out of bsp will not be reliable enough, right? And this five map episode from 2038 is played against real bots?
 @adib - Whut?
#25972 posted by Mezmorki on 2015/09/08 17:17:37
For the record, I'm not interested in developing a complete and detailed deahtmatch map database. I'm only interested in creating a list of good (in my totally subjective opinion) maps with some more information about those chosen maps.
 Mezmorki
#25973 posted by adib on 2015/09/08 18:10:25
Sure.
Sorry if I missed it in so many posts, but do you intend to put up a Quake MP review site? That would take me back to DM mapping.
I tried QuakeWorld and didn't fall in love. Levels are too bright, a fish-eyed FOV, items and models are one-color 2D shapes. They dropped all immersion, it became a sports game. I miss old school servers.
If someone else feel this way, I'm up to help.
#25974 posted by metlslime on 2015/09/08 18:24:24
aren't those all just client settings that you can change locally?
 More Plans ...
#25975 posted by Mezmorki on 2015/09/08 18:28:25
I used to run prominence on planetquake which was a dM map review site, where again I only generally posted maps that were "good." I'm basically turning the idea of that site into a big google doc file :) I could integrate "reviews" into the scores as a comment pretty easily if there was interest in that. Or add a new review field with comment text.
I have a blog (www.big-game-theory.com) where I'll probably post some q1 map related stuff from time to time now that I'm getting back into the swing of things.
I'm also in the process of getting a netquake (not quakeworld) server up and running. This will be a bit of a hack job (never hosted a server before) and I'm going to try it via my recently upgraded home connection (75 mbps down / 10 mbps up cable) just to see if it works. I'm doing the server mostly so I can play over the net with a bunch of my local friends, and want to use it to showcase maps. ProQuake will be running the server, but a number of different clients will be allowed to connect to it. I'll probably be running the omicron bots mod because it provides some nice DM options as well as client controllable bots.
I'm looking into merging another server mod with frickbots, but I don't know any QC to do that. Gen made a DM mode that went with the Reinc map package that has some nice netquake options, like quaddrop (the only thing I liked about QW) and extra gameplay modes (shambler head hot potato, etc.). Maybe I'll run that as a default instead and skip the bots. I don't know yet, I need to figure that all out.
Stay tuned...
 Looking Forward :)
#25976 posted by adib on 2015/09/08 19:00:35
Metl, yes, but then I would be the only one shooting in a dark myst enjoying the atmosphere while everybody else has the lights on, the FOV of a chameleon and the shotgun barrel 2m ahead like a dick. It's a problem I don't know how to solve.
QW people are concerned about download times, so I'd better stick to mostly 64x64 textures. No complicated geometry, no fog. Can't count on colored lights, because QW doesn't download .lit files with the level. It's a different mapping.
#25977 posted by Kinn on 2015/09/08 21:39:41
I'm more interested in the 3 people who managed to make QWDM maps in 1989.
In many ways, the 80s Quake scene was ahead of its time. I was lucky enough to be around then and I have some pretty fond, if hazy, memories of those crazy days. My only complaint is we didn't have many tools back then that we now take for granted - including an engine to run the levels in - but you just made do. Happier and more innocent times :)
#25978 posted by adib on 2015/09/08 23:13:52
In 2038 Quake you can't respawn. Try not to die.
|