Help finding an old Gibbable Corpses tutorial
Moderator: InsideQC Admins
18 posts
• Page 1 of 2 • 1, 2
Help finding an old Gibbable Corpses tutorial
Hey everyone,
I'm trying to find an old tutorial I wrote for gibbable corpses. It was distinct from other such tutorials because it used the Ace of Nails gibbable corpses that were non-solid but shootable, without needing any engine support (it worked fine in standard dos quake).
The tutorial died silently with my website (static.condemned.com) long ago. Does anyone still have it, by chance? I just got a private message from someone asking for it.
-Wazat
I'm trying to find an old tutorial I wrote for gibbable corpses. It was distinct from other such tutorials because it used the Ace of Nails gibbable corpses that were non-solid but shootable, without needing any engine support (it worked fine in standard dos quake).
The tutorial died silently with my website (static.condemned.com) long ago. Does anyone still have it, by chance? I just got a private message from someone asking for it.
-Wazat
When my computer inevitably explodes and kills me, my cat inherits everything I own. He may be the only one capable of continuing my work.
- Wazat
- Posts: 771
- Joined: Fri Oct 15, 2004 9:50 pm
- Location: Middle 'o the desert, USA
leileilol wrote:I thought your cat inherited everything?
Anyway, it's not anywhere in my archive of the site. Are you sure it was even there?
Predictably, he squandered his inheritance living a life of booze and women. We found him passed out in a drainage ditch 30 miles from home, remembering nothing but regretting nothing. Now he just stares at walls and licks himself.
As for the tutorial, according to func_messageboard archives I once posted a link to the tutorial on my site. However, that was some time ago (back when Battlemech and Ace of Nails came out).
It's been so long, I don't even fully remember how the corpses worked. That said, the code is still in Ace of Nails and Conquest for anyone that wants it. It will just be less clear than a tutorial. :/
How it works (I actually looked at the AoN source to remember):
Touching a corpse sets its owner to the player who touched it. Then during PlayerPostThink (I think) it sets its owner back to nobody so the player can shoot it.
How I've spent the last few years thinking it works (lol):
At the end of PlayerPreThink, run a loop that sets all the corpses' solids to SOLID_NOT (or sets their owner to the player). At the beginning of PlayerPostThink, run a loop that sets all the corpses' solids to solid again (or sets their owner back to nobody). I suspect setting owner instead of solid would be less buggy, since solidity changes have interesting effects in some cases. Because all player physics are run between pre and post think, players never collide with corpses, but can shoot them normally.
I wonder if that second method would actually work...
When my computer inevitably explodes and kills me, my cat inherits everything I own. He may be the only one capable of continuing my work.
- Wazat
- Posts: 771
- Joined: Fri Oct 15, 2004 9:50 pm
- Location: Middle 'o the desert, USA
Wazat: if you'd like, I can host you on www.slipgateconstruct.com. I'd hate for your work to go unnoticed to the newcomers here or replayed by us old folk.
The same goes to anyone here without a place to store and show your work.
The same goes to anyone here without a place to store and show your work.
-

Error - InsideQC Staff
- Posts: 865
- Joined: Fri Nov 05, 2004 5:15 am
- Location: VA, USA
http://leileilol.mancubus.net/static
This is up for now. The tutorial isn't there as I only grabbed everything linked from the front page, so no wonder I missed some exclusive tut for func_ or so. Maybe I can zip up this place and send it your way?
And yes. Get a new site. and some day all 3 hales need to bond to make something awesome in darkplaces - It could benefit the professional portfolio for all 3 hales.
p.s. Ever played Borderlands? It's very Conquestish
p.p.s. conquest almost sorts of works in engoo_qsb svn but freezes sometimes heh
This is up for now. The tutorial isn't there as I only grabbed everything linked from the front page, so no wonder I missed some exclusive tut for func_ or so. Maybe I can zip up this place and send it your way?
And yes. Get a new site. and some day all 3 hales need to bond to make something awesome in darkplaces - It could benefit the professional portfolio for all 3 hales.
p.s. Ever played Borderlands? It's very Conquestish
p.p.s. conquest almost sorts of works in engoo_qsb svn but freezes sometimes heh
i should not be here
- leileilol
- Posts: 2783
- Joined: Fri Oct 15, 2004 3:23 am
Error: Thanks for the offer, but I'd better pass. As busy as my life has been, having a website would be another burden that I'd inevitably abandon.
This weekend, for example, I'll probably be working for free to meet a deadline that was supposed to be 3 weeks away. yay!
leileilol: Thanks for having that up, by the way. I'm actually really relieved that my mods didn't just disappear into the ether with my site. Thank you!
I probably neglected to link to the tutorial on the front page. My suspicion is it's dead and gone, but that's okay. If I ever get the time, I'd like to experiment with the method I mentioned above and see if it would work. If it does, it would be really cool... and I'd make a tutorial out of that.
In fact, for some reason I think I have experimented with it, and gotten it working... maybe in monster swarm (players moving through each other and through monsters)? Hmmm...
Oh, btw, I have played and greatly enjoyed Borderlands. It's quite different from Conquest (much cleaner and more polished, and the gameplay style is pretty different). I like a lot of what they did, mechanics-wise. It's a very well-designed game!
Is engoo_qsb an engine?
leileilol: Thanks for having that up, by the way. I'm actually really relieved that my mods didn't just disappear into the ether with my site. Thank you!
I probably neglected to link to the tutorial on the front page. My suspicion is it's dead and gone, but that's okay. If I ever get the time, I'd like to experiment with the method I mentioned above and see if it would work. If it does, it would be really cool... and I'd make a tutorial out of that.
In fact, for some reason I think I have experimented with it, and gotten it working... maybe in monster swarm (players moving through each other and through monsters)? Hmmm...
Oh, btw, I have played and greatly enjoyed Borderlands. It's quite different from Conquest (much cleaner and more polished, and the gameplay style is pretty different). I like a lot of what they did, mechanics-wise. It's a very well-designed game!
Is engoo_qsb an engine?
When my computer inevitably explodes and kills me, my cat inherits everything I own. He may be the only one capable of continuing my work.
- Wazat
- Posts: 771
- Joined: Fri Oct 15, 2004 9:50 pm
- Location: Middle 'o the desert, USA
Error wrote:Wazat: if you'd like, I can host you on www.slipgateconstruct.com. I'd hate for your work to go unnoticed to the newcomers here or replayed by us old folk.
The same goes to anyone here without a place to store and show your work.
you should make your site like moddb, but for quake related projects =).
-

ceriux - Posts: 2223
- Joined: Sat Sep 06, 2008 3:30 pm
- Location: Indiana, USA
-

Error - InsideQC Staff
- Posts: 865
- Joined: Fri Nov 05, 2004 5:15 am
- Location: VA, USA
Error wrote:I honestly wanted to make a moddb.com style site just for Quake mods... but I'm no website guru.
I could help you with that. I am a website guru.
QuakeWiki
getButterfly - WordPress Support Services
Roo Holidays
Fear not the dark, but what the dark hides.
getButterfly - WordPress Support Services
Roo Holidays
Fear not the dark, but what the dark hides.
-

Chip - Posts: 575
- Joined: Wed Jan 21, 2009 9:12 am
- Location: Dublin, Ireland
Chip: only concern I have about it is, how many people would truly use it? how many people would just consider it 'another moddb'?
-

Error - InsideQC Staff
- Posts: 865
- Joined: Fri Nov 05, 2004 5:15 am
- Location: VA, USA
Error wrote:Chip: only concern I have about it is, how many people would truly use it? how many people would just consider it 'another moddb'?
Not more than a handful, I guess. Just us here.
I know what I'm going to do.
QuakeWiki
getButterfly - WordPress Support Services
Roo Holidays
Fear not the dark, but what the dark hides.
getButterfly - WordPress Support Services
Roo Holidays
Fear not the dark, but what the dark hides.
-

Chip - Posts: 575
- Joined: Wed Jan 21, 2009 9:12 am
- Location: Dublin, Ireland
When modDB first started out, no one at i3d ever cared for it... and we still don't. When your site is largely Valve-biased, comprising of valve fanboys, it does that repelling effect, with that "Cake is a lie" "Help me make a CS" "Source Engine is made from scratch by God" and "Half-Life is made with Quake2" stuff being prime factors.
The problem with ambitious new sites these days is that in a year they'll be destroyed in a lack of renewal or some other fateful disaster. This curse happens to Quake a lot, leading to a collective state of reclusiveness for everyone, which leads to a lack of chance of collaborating on some database place. It's as good as a dead novelty.
yes (see sig)
The problem with ambitious new sites these days is that in a year they'll be destroyed in a lack of renewal or some other fateful disaster. This curse happens to Quake a lot, leading to a collective state of reclusiveness for everyone, which leads to a lack of chance of collaborating on some database place. It's as good as a dead novelty.
Wazat wrote:Is engoo_qsb an engine?
yes (see sig)
i should not be here
- leileilol
- Posts: 2783
- Joined: Fri Oct 15, 2004 3:23 am
How many people would bother with a site for Q1 sp maps.Error wrote:Chip: only concern I have about it is, how many people would truly use it? how many people would just consider it 'another moddb'?
If you want to do, do it. In the worst case you will learn some things. More probably you will enjoy doing it. And in the best case your site will be a great resource.
I'd say mods are vastly more popular than sp maps to the generic person who knows Quake and yet Quaddicted is a success in any way you look at it. Yay!
Improve Quaddicted, send me a pull request: https://github.com/SpiritQuaddicted/Quaddicted-reviews
- Spirit
- Posts: 1031
- Joined: Sat Nov 20, 2004 9:00 pm
Spirit wrote:I'd say mods are vastly more popular than sp maps to the generic person who knows Quake and yet Quaddicted is a success in any way you look at it. Yay!
Quaddicted is a major success any way you look at it.
The night is young. How else can I annoy the world before sunsrise?
Inquisitive minds want to know ! And if they don't -- well like that ever has stopped me before ..
-

Baker - Posts: 3666
- Joined: Tue Mar 14, 2006 5:15 am
18 posts
• Page 1 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 1 guest