Is the Quake modding community really this dead?
Moderator: InsideQC Admins
56 posts
• Page 3 of 4 • 1, 2, 3, 4
I think the last time I saw Ender was maybe 2004... Maybe.
Nonetheless, yeah, I love stylized things and getting into the "mood of the site," but the standard mediawiki bit is just easier on the whole to use than the stylized one we see on the QuakeWiki.
Nonetheless, yeah, I love stylized things and getting into the "mood of the site," but the standard mediawiki bit is just easier on the whole to use than the stylized one we see on the QuakeWiki.
-

scar3crow - InsideQC Staff
- Posts: 1054
- Joined: Tue Jan 18, 2005 8:54 pm
- Location: Alabama
Yeah, I'm actually considering starting a new QuakeWiki locally while my 30 minutes of divine inspiration lasts. I can figure out where to get it hosted later.
F. A. Špork, an enlightened nobleman and a great patron of art, had a stately Baroque spa complex built on the banks of the River Labe.
- Sajt
- Posts: 1215
- Joined: Sat Oct 16, 2004 3:39 am
I should be studying for an exam.
And I find it humorous how active this thread is. To the point of being borderline real time. Only not. *waves hands*
Nonetheless, yes, documentation, clear layout, good search results.
And I find it humorous how active this thread is. To the point of being borderline real time. Only not. *waves hands*
Nonetheless, yes, documentation, clear layout, good search results.
-

scar3crow - InsideQC Staff
- Posts: 1054
- Joined: Tue Jan 18, 2005 8:54 pm
- Location: Alabama
So... how about them Dodgers.
edit: Holy cow, I seriously didn't know that the Dodgers weren't in Brooklyn anymore. Sure showed me for getting my lines from old movies.
edit: Holy cow, I seriously didn't know that the Dodgers weren't in Brooklyn anymore. Sure showed me for getting my lines from old movies.
F. A. Špork, an enlightened nobleman and a great patron of art, had a stately Baroque spa complex built on the banks of the River Labe.
- Sajt
- Posts: 1215
- Joined: Sat Oct 16, 2004 3:39 am
Go go divine inspiration go!
FrikaC - So are you in the People's Front of Judea? And wait, aren't you supposed to be coding the ai for the npcs that will populate the game of unknownness?
Back to QuakeC!
How do I make it spawn some brown particles whenever a thud sound is called by an entity? You know, dust kicking up stuff, I recall trying this once and just getting... nothing at all. Not even an error.
FrikaC - So are you in the People's Front of Judea? And wait, aren't you supposed to be coding the ai for the npcs that will populate the game of unknownness?
Back to QuakeC!
How do I make it spawn some brown particles whenever a thud sound is called by an entity? You know, dust kicking up stuff, I recall trying this once and just getting... nothing at all. Not even an error.
-

scar3crow - InsideQC Staff
- Posts: 1054
- Joined: Tue Jan 18, 2005 8:54 pm
- Location: Alabama
Well, you have to have a second computer. Give it a microphone, hold it up to the speakers of the first computer. Write a program that recognizes the thud sound. Have the second computer connect an invisible client to the game server, and make it request the particle effect everytime it deciphers the thud sound.
Next week, we'll learn how to create the particle effect, with each particle as a separate client on a separate computer.
Next week, we'll learn how to create the particle effect, with each particle as a separate client on a separate computer.
F. A. Špork, an enlightened nobleman and a great patron of art, had a stately Baroque spa complex built on the banks of the River Labe.
- Sajt
- Posts: 1215
- Joined: Sat Oct 16, 2004 3:39 am
Well the goal in that particular situation was to make entities that land hard (a thudding player, a leaping fiend) kick up "dust" on impact, by spawning brown particles. Similar would be fast movements into liquid spawn similarly colored particles for a splash.
-

scar3crow - InsideQC Staff
- Posts: 1054
- Joined: Tue Jan 18, 2005 8:54 pm
- Location: Alabama
This is a coding question, it should go in the Coding forum. But basically the engine plays splash and thud sounds under certain circumstances.
Thuds are played when MOVETYPE_STEP creatures connect with the ground (having their FL_ONGROUND flag set might be a good way to check for this edge transition). Splashes, I forgot the rules for, but I assume it's whenever the origin's pointcontents change to a new water type. If doing this from the QuakeC you'd have to monitor these conditions and use the particle() builtin when they occur.
Thuds are played when MOVETYPE_STEP creatures connect with the ground (having their FL_ONGROUND flag set might be a good way to check for this edge transition). Splashes, I forgot the rules for, but I assume it's whenever the origin's pointcontents change to a new water type. If doing this from the QuakeC you'd have to monitor these conditions and use the particle() builtin when they occur.
- FrikaC
- Site Admin
- Posts: 1026
- Joined: Fri Oct 08, 2004 11:19 pm
Just trying to sway it back a little bit from what could've turned into a Life of Brian quotefest.
Okay then. I had asked about that before on irc but didn't get jack for an answer, and certainly nothing to hint at it being a big deal in any form... It is kind of random when you run into these limitations - and I manage to select the limited things quite often whenever I once again try to take the plunge into QuakeC.
Okay then. I had asked about that before on irc but didn't get jack for an answer, and certainly nothing to hint at it being a big deal in any form... It is kind of random when you run into these limitations - and I manage to select the limited things quite often whenever I once again try to take the plunge into QuakeC.
-

scar3crow - InsideQC Staff
- Posts: 1054
- Joined: Tue Jan 18, 2005 8:54 pm
- Location: Alabama
56 posts
• Page 3 of 4 • 1, 2, 3, 4
Who is online
Users browsing this forum: No registered users and 1 guest