If I'm lucky, I'll have this available today. I was struggling with some codec annoyances that consumed a block of time I could have been using better, but I did figure it out and that's important.
Some screenshots (
jpg looks muddy but the PNG were enormous):
The auto-make AVI feature is what I got stuck on for a while, at one point I thought about delaying that feature. Some codec pack messed up something and the standard XVID codec pack has a quirk (it steals focus from full-screen JoeQuake and records a black screen).
Nevertheless, one button to make an AVI. Click ---> Done. Requires a codec, of course.
Some other screens.
Here is an example map list it produces:
Quote:
[Custom Maps=309]
23ar-a
2pyramid
2towers
alk08dm
alkdm04
androm9b
arena
arenarg2
arenarg4
arenarg5
arenarg6
arenax
arenazap
arendm1a
arenrg3a
...
...
yard1
zed2
ztndm3
ztndm5
ztndm6
[End Custom Maps]
I actually wrote some code to scan custom maps and identify which ones have monsters and therefore single player value. I might not have this in the first version because my goal is to get it completed first and add extras later.
It also can generate diagnostic information for posting in a forum or instant messaging to a buddy for why something is working or how-to do whatever. I've found all too often helping people with complicated problems is tough because I never get all the info I need the first time and often players with problems are the least likely to know much about their Quake/computer.
Example diagnostic output:
Code:
[Diagnostic Report: Tuesday, August 02, 2005]
// If you copy this to a text editor use a fixed-width font
// such as Courier New otherwise this won't look right
Quake Path c:\program files\quake\
Quake Type Registered
JoeQuake-GL.Exe Date 2004-12-18
JoeQuake.Exe Date 2004-12-18
Launcher Version 1.0.73
[Network]
// 1) Someone on the Internet would connect to this
// 2) Someone on your LAN would connect to this
// 3) If you have a router, typically this is what to type in
// your browser to access it (FireFox, Internet Explorer, ..)
1) Internet IP 67.149.145.14
2) Local IP Address 192.168.1.100
3) Default Gateway 192.168.1.1
[Video Mode]
Current Mode In Pixels 1024x768x32 bpp
Primary Display Adapter NVIDIA GeForce2 MX/MX 400 (1)
Resolution Width x 1024
Resolution Height Y 768
Color Setting (True Color)
Vertical Refresh 60 Hz
[System]
Windows XP 5.1 build 2600 (Service Pack 1)
CPU Clock Speed 2.0 GHz (Gigahertz)
Memory Usage % 71 % used
Total Physical RAM 260,592 Kbytes
Total Available RAM 73,824 Kbytes
Processes Running: 29
[Processes]
// The count usually won't match XP/2000 task manager
// because if you start taskmgr (CTRL-ALT-DEL-> Processes Tab)
// that will be one more process running ;)
01) Admin.exe
02) Crypserv.exe
03) CSRSS.EXE
04) Directcd.exe
05) EXPLORER.EXE
06) inetinfo.exe
07) LDServ.exe
08) LSASS.EXE
09) mdm.exe
10) mozilla.exe
11) NOTEPAD.EXE
12) nvsvc32.exe
13) PQV2iSvc.exe
14) PSP4.EXE
15) realsched.exe
16) SERVICES.EXE
17) Smc.exe
18) SMSS.EXE
19) SPOOLSV.EXE
20) sqlservr.exe
21) SVCHOST.EXE
22) SVCHOST.EXE
23) SVCHOST.EXE
24) SVCHOST.EXE
25) SVCHOST.EXE
26) System
27) System Process
28) wdfmgr.exe
29) winlogon.exe
[International]
Eng Language Name English
Eng Country Name United States
There are a lot of other features but I'll leave those to be discovered when I have the download available hopefully later today as planned.