News | Forum | People | FAQ | Links | Search | Register | Log in
Qonquer Released
I released my Q1SP mod, Qonquer, today! Fight waves of monsters in arena style maps with the aid of your minions.

Info and download:
http://www.wantonhubris.com/qonquer/Qonquer.html

Thanks!
First | Previous | Next | Last
Scrolling Text 
The new scrolling text works really well, I'm glad you got that working. But if it bugs you that it's still scrolling out slowly - which irritated me more in the original quake than here - then this is the way to create mod specific cvar defaults without annoying people with custom configs.

Find quake.rc from the id1 directory, and copy it to your mod directory. If you open this file with a text editor you'll see the following contents:


// load the base configuration
exec default.cfg

// load the last saved configuration
exec config.cfg

// run a user script file if present
exec autoexec.cfg

//
// stuff command line statements
//
stuffcmds

// start demos if not allready running a server
startdemos demo1 demo2 demo3


This is basically run like a cfg file when quake starts up. The best place to put custom cvar defaults is between exec config.cfg and exec autoexec.cfg. This way the last saved engine settings from the id1 directory imported in config.cfg get overriden, but a player can still choose to change your mod's setting by adding a line in autoexec.cfg. The command that doubles the speed is
scr_printspeed 16

You'll also notice that the same file sends the commands to start the regular quake demos that play when you start up the game. You can replace those with commands to play some new demos of gameplay in the arenas. Or you could add the command
map qsStart
to jump the player straight into the skill selection map. 
 
I gave this one a try yesterday and I think it progresses a bit too slowly. The map the game calls "tough" didn't get challenging on hard skill level until at about 26th wave.

I'll check the other maps today. 
 
Definitely try the new version. Many things have been tweaked. 
Pak Files Are Not Exactly Complicated... 
Though I somehow have managed to avoid writing a pak file creator so far. 
 
I might write one eventually for OSX but I have a few other projects to do first... 
 
This is excellent, exactly the kind of mod Quake is suited to. The only major issues I have when playing this are more the result of flaws in the Quake engine than anything in the mod. For instance, functioning aiming and hearing all sounds are pretty much essential in this mod, yet by default in Quake weapon fire isn't in sync with the crosshair and sounds are dropped when too much is going on. I know Joequake has a fixed crosshair while FitzQuake and Aguirre's engine seem to fix dropped sounds, but is there any engine out there that fixes both of these problems? 
A Lil Bug... 
After dying and restarting, the next weapon cmd crashes the level. 
Posted Earlier But Skipped 
great mod!
I have never played deathmatch, but this one gave me the q3 feeling I really enjoyed in Q1!

Good Job, Willem! 
 
"After dying and restarting, the next weapon cmd crashes the level."

Urr .. OK. Weird! I'll look at the code and see if something obvious jumps out I guess. 
 
..I neglected to mention that this happens in the hall of choices before i pick one of the 3 maps. That 3rd map is tough. I sure am tired of falling in the lava with no place to get out. 
Why Was The Elder Area Nerfed ? 
I liked the jumping over lava, quite the thrill :) you could have just put teles in there, losing a good amount of health would have been enough punishment, and players would be able to continue. 
Updated The Link... 
to point to the new information page instead of the old blog entry 
 
Siel

Sorry, the monsters wouldn't cross the func_wall I was toggling no matter what I did. I took them out for the sake of gameplay. Monsters who don't chase you aren't much of a threat. :) 
Lava.. 
hate it. 
 
It hungers for your flesh. Your crispy, delicious flesh. 
Willem, About Pak Utility, 
I don't know, maybe, just maybe, you can use a dos based utility together with a mac version dosbox. 
Pak Utility 
I use something called QEU3, under Linux. Command line programs, comes with the source code, so maybe you could make it work? Contains pak, wad etc utils.

Can't you even run Linux programs under OSX? There is xpak (I think thats the name) for X11. Can you run wine (ugh...)? 
 
Command line utilities? DOS? Please. :)

I mean, thanks for the suggestions but I've been command line free for years now and I'm not going back. Heh. 
Apple Snob 
:-P

Baaad, bad command line. How do you compile your maps? Drag and drop?

No, I meant such little things could perhaps be easier to port. Or attach to your map editor. Or somesuch. I mean they are open source. /shrug 
Willem = 
The dissenting Mac user. 
 
"Baaad, bad command line. How do you compile your maps? Drag and drop? "

ToeTag. :)

"No, I meant such little things could perhaps be easier to port. Or attach to your map editor. Or somesuch. I mean they are open source. /shrug"

I'll probably do something eventually along those lines if I have enough need of it. I can read PAK files so there's no reason I couldn't write something to create them. 
 
"The dissenting Mac user."
No, no ... discerning. :) 
Ha! I Knew It! 
ToeTag. :)

The editor is just a compiled batch file with a lot of bells and whistles thrown in. Command line free, my right cheek bottom :) 
 
Hey, am I typing on a command line? Hells no, I'm clicking a button. The way modern man was meant to live. :P 
*nudges Willem* 
http://www.cryptonomicon.com/beginning.html
Get in touch with your inner primate ;)

ToeTag does look good though, I'd love to try it, but I only own PCs. 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2026 John Fitzgibbons. All posts are copyright their respective authors.