[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 488: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4787: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3922)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4789: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3922)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4790: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3922)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4791: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3922)
InsideQC Forums • View topic - Some Beginner questions

Some Beginner questions

Discuss programming in the QuakeC language.

Moderator: InsideQC Admins

Some Beginner questions

Postby asdqwe » Sun Apr 05, 2009 6:46 pm

I apologise for asking many unrelated questions but I've always wondered how to do them. So:

1) What is the standard way to model a Quake 1 mdl? Point me to some tutorials, please.

1a) I really need to know how to set (in the mdl) the special flags for rotating (for power-ups), bloodtrail, smoke etc. What soft can do that?

2) Is there anywhere a _commented_ QC sourcecode? I mean _beginner-level_, really commented? Not just "think-it-yourself"?

3) I've seen this in Episode 2: an Ogre on a balcony overhead, jumping to a thick pillar and "spiralling down" to the ground. Like a fireman on his pole. Anybody know how was it done?

4) What is the standard way of creating texture wads for Quake?
________
Last edited by asdqwe on Tue Feb 01, 2011 9:40 pm, edited 1 time in total.
asdqwe
 
Posts: 24
Joined: Sun Apr 05, 2009 1:38 pm

Postby Spirit » Sun Apr 05, 2009 7:05 pm

1) QME I guess. Or Blender: viewtopic.php?t=1210

3) Sounds like a trigger_monsterjump in combination with a funny random event. Or can you reproduce it? What do you mean with "Episode 2"?

4) Wally seems like a good tool for it.
Improve Quaddicted, send me a pull request: https://github.com/SpiritQuaddicted/Quaddicted-reviews
Spirit
 
Posts: 1037
Joined: Sat Nov 20, 2004 9:00 pm

Postby ceriux » Sun Apr 05, 2009 7:54 pm

my signature for good begginer qc tutorials and look at the modeling forum for modeling help.
User avatar
ceriux
 
Posts: 2230
Joined: Sat Sep 06, 2008 3:30 pm
Location: Indiana, USA

Postby Lardarse » Mon Apr 06, 2009 2:24 am

1: The standard way these days is usually to make it in whaichever model editor you like, export it to .md3, then export it again to .mdl - and yes, this does sound crazy...

1a: qME can add the model flags.

2: Not sure there is. Anything you wanted to know in particular?

4: I've used Texmex with good results.
User avatar
Lardarse
 
Posts: 266
Joined: Sat Nov 05, 2005 1:58 pm
Location: Bristol, UK

Postby asdqwe » Mon Apr 06, 2009 12:51 pm

@ Spirit: It was in map E2M5. E2 stands for Episode 2.

@ Lardarse: In particular, I'd like a full-blown Quake Modder's Complete Reference and Guide, with exhaustive explanations and pictures :)
Seriously now, I want to gather all I can get that explains what each QC sourcefile does, line-by-line.
________
Last edited by asdqwe on Tue Feb 01, 2011 9:40 pm, edited 1 time in total.
asdqwe
 
Posts: 24
Joined: Sun Apr 05, 2009 1:38 pm

Postby MauveBib » Mon Apr 06, 2009 1:35 pm

There is no annotated guide to the quake QC files, sorry. There are lots of good tutorials, starting with my own posted by Ceriux above, that can teach you the basics of QC however.
Apathy Now!
User avatar
MauveBib
 
Posts: 634
Joined: Thu Nov 04, 2004 1:22 am

Postby Spirit » Mon Apr 06, 2009 4:33 pm

Improve Quaddicted, send me a pull request: https://github.com/SpiritQuaddicted/Quaddicted-reviews
Spirit
 
Posts: 1037
Joined: Sat Nov 20, 2004 9:00 pm

Postby scar3crow » Mon Apr 06, 2009 6:58 pm

e2m5, iirc, is The Wizard's Manse, which does have a moment where two ogres jump off of a balcony into the fray with a bunch of Death Knights, there are two pillars there. Its possible that if you somehow woke up an ogre in another section, that it wandered out onto the balcony, hitting the trigger_monsterjump, still trying to wander and happened to rotate while near the pillar, giving the illusion of him spiraling down it, when he was spinning of his own accord, while propelled by the trigger, and was in front of the pillar.

I do really wish there was an annotated QuakeC guide, some of it is kind of odd.
Last edited by scar3crow on Mon Apr 06, 2009 8:55 pm, edited 1 time in total.
...and all around me was the chaos of battle and the reek of running blood.... and for the first time in my life I knew true happiness.
User avatar
scar3crow
InsideQC Staff
 
Posts: 1054
Joined: Tue Jan 18, 2005 8:54 pm
Location: Alabama

Postby asdqwe » Mon Apr 06, 2009 7:48 pm

@ scar3crow: I think you're right. I tried again and they just jumped down. That must be it.
________
asdqwe
 
Posts: 24
Joined: Sun Apr 05, 2009 1:38 pm


Return to QuakeC Programming

Who is online

Users browsing this forum: No registered users and 1 guest