View unanswered posts | View active topics It is currently Sun Sep 29, 2024 2:55 am



Reply to topic  [ 14 posts ] 
 Gibguy 
Author Message
User avatar

Joined: Wed Apr 08, 2009 5:56 pm
Posts: 50
Reply with quote
Post Gibguy
This is not so much a request.
more of an Idea

I dont particularly want to see this done but anyone that thinks its good can do so.


Basicly, my idea is pretty simple. A large actor then when killed Gibs normally then a few seconds later, the Gibs "hatch" into smaller versions of the preivious actor. and so on, Etc...

just a thought.


Tue Apr 13, 2010 11:47 am
Profile
User avatar

Joined: Wed Jan 07, 2009 10:26 am
Posts: 4074
Location: That quaint little British colony down south
Reply with quote
Post Re: Gibguy
Fairly easy.
The main problem is redefining the walkpaths as you get smaller.
You don't even need Lua for it.
Though with CC's physics engine actor's won't be able to do stuff properly below a certain size limit.


Tue Apr 13, 2010 12:05 pm
Profile WWW
User avatar

Joined: Wed Feb 17, 2010 12:07 am
Posts: 1545
Location: That small peaceful place called Hell.
Reply with quote
Post Re: Gibguy
Just make it gib a seperate actor... May take some time to make it but it would fix most of the problems with that


Tue Apr 13, 2010 11:18 pm
Profile
User avatar

Joined: Tue Jan 12, 2010 8:25 pm
Posts: 400
Location: mukilteo, wa
Reply with quote
Post Re: Gibguy
Russian doll effect hmm I think that's a pretty cool idea


Wed Apr 14, 2010 1:15 am
Profile

Joined: Wed Mar 10, 2010 8:36 pm
Posts: 345
Reply with quote
Post Re: Gibguy
Can someone say LAG???? and theres some type of Flea crab that someone did. What happens is MAJOR LAG.... the crab dies and spawns into more and LAGS the computer...terribly. But cool idea none the less.


Wed Apr 14, 2010 3:24 am
Profile
DRL Developer
DRL Developer

Joined: Fri May 15, 2009 10:29 am
Posts: 4107
Location: Russia
Reply with quote
Post Re: Gibguy
...

Wouldn't lag at all if not recursively gibbed.
And it wouldn't gib into two versions of itself that keeps on gibbing into four.


Wed Apr 14, 2010 4:07 am
Profile
User avatar

Joined: Wed Jan 07, 2009 10:26 am
Posts: 4074
Location: That quaint little British colony down south
Reply with quote
Post Re: Gibguy
Read. The gibbing is nowhere near recursive. Recursive gibbing is also quite a bit more complicated in .ini code, but you could do it fairly easily with Lua.


Wed Apr 14, 2010 5:26 am
Profile WWW
User avatar

Joined: Wed Sep 09, 2009 3:16 am
Posts: 3032
Location: Somewhere in the universe
Reply with quote
Post Re: Gibguy
411570N3 wrote:
Recursive gibbing is also quite a bit more complicated in .ini code.

How so? Make a guy gib the same guy, which gibs the same guy, kinda like pheonix. [At least i think this is possible....]


Wed Apr 14, 2010 5:27 am
Profile
User avatar

Joined: Wed Jan 07, 2009 10:26 am
Posts: 4074
Location: That quaint little British colony down south
Reply with quote
Post Re: Gibguy
Okay. Try it.


Wed Apr 14, 2010 5:33 am
Profile WWW
User avatar

Joined: Sun Jul 13, 2008 9:57 am
Posts: 4886
Location: some compy
Reply with quote
Post Re: Gibguy
you have to do obscure copies etc rather than if dead recreate new instance of self. Seriously dragon if you keep posting dumb things and pretending they're right someone is going to have to smack you.
Ontopic: didn't zalo just scale all the parts of a dummy and that work out? you could also just make it not create anything if it's scale was below .1, if that's the case. how I'd do this:
    -spawn (a) new instance/s of self in the script of a gib, set it's mass to self.scale * 0.8
    -in the create function, set self.scale to self.mass, and then self.mass to (basemass) * self.scale
    -then grab all the attachables and scale them appropriately
bingo, (hopefully) working. the gibs will have to be small and modest for this though, unless you're happy with your small ones outputting a lot of meat.


Wed Apr 14, 2010 5:37 am
Profile WWW
User avatar

Joined: Wed Sep 09, 2009 3:16 am
Posts: 3032
Location: Somewhere in the universe
Reply with quote
Post Re: Gibguy
I need a better disclaimer. :oops:


Wed Apr 14, 2010 5:41 am
Profile
User avatar

Joined: Sun Jul 13, 2008 9:57 am
Posts: 4886
Location: some compy
Reply with quote
Post Re: Gibguy
Disclaimers work better when you're right most of the time. Otherwise you just sound like that voice at the end of a long advertisement for something useless saying "individual results may vary not tested on humans" or similar. Just try modding more, or even reading through the old topics. In under an hour, you'll have saved yourself from 20 more "oh god why are you wrong always"s.


Wed Apr 14, 2010 5:44 am
Profile WWW
User avatar

Joined: Wed Jan 07, 2009 10:26 am
Posts: 4074
Location: That quaint little British colony down south
Reply with quote
Post Re: Gibguy
If I remember correctly the size of the object was affected, but not the walkpath and offsets. Though they aren't terribly hard to do with a little maths.


Wed Apr 14, 2010 6:14 am
Profile WWW
User avatar

Joined: Sun Jul 13, 2008 9:57 am
Posts: 4886
Location: some compy
Reply with quote
Post Re: Gibguy
ToAttachable(thing).ParentOffset * self.scale?


Wed Apr 14, 2010 6:46 am
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 14 posts ] 

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.074s | 14 Queries | GZIP : Off ]