Turn off gibs.

If you've had any problems with Nexuiz, or would like to report bugs, post here.

Moderators: Nexuiz Moderators, Moderators

Turn off gibs.

Postby Darcshadow7 » Sat Jul 25, 2009 3:53 am

Is there a function to turn off gibs, but still have blood? Thanks in advance. :)
http://www.odf-online.org/ Home to Flight Back, D321GO!, and other Descent related projects, all open source!
Darcshadow7
Alien
 
Posts: 168
Joined: Fri Feb 13, 2009 4:34 pm
Location: Peoria, Arizona

Postby MC SE7EN » Sat Jul 25, 2009 10:53 am

nope..gibs and blood are controlled by the same setting i believe..
MC SE7EN
Alien trapper
 
Posts: 294
Joined: Fri Apr 10, 2009 8:56 pm

Postby Ed » Sat Jul 25, 2009 11:33 am

You could replace the gibs with other models on a file by file basis. This would allow you to have confetti, popcorn, whatever.
Ed
Forum addon
 
Posts: 1172
Joined: Wed Mar 01, 2006 12:32 am
Location: UK

Postby paperclips » Sat Jul 25, 2009 11:40 am

Look in settings - misc - advanced settings - cl_particles_blood
Change that value to 1

I also would recommend that you look through GreEn`mArine's excellent Nexuiz In-Depth.

Ed wrote:You could replace the gibs with other models on a file by file basis. This would allow you to have confetti, popcorn, whatever.
Please don't. Local/dev use, fine, but show some respect and play Nexuiz "as-is-vanilla" online, if its not on a modified server already plox.
[Want to develop? Look HERE]. Image Image Gif sauce.
paperclips
Alien trapper
 
Posts: 346
Joined: Mon Jan 12, 2009 10:27 am
Location: internets

Postby MC SE7EN » Sat Jul 25, 2009 9:58 pm

you can always use 'turn off gore effect' in the effects menu...the result looks a little homo, but..
MC SE7EN
Alien trapper
 
Posts: 294
Joined: Fri Apr 10, 2009 8:56 pm

Postby Darcshadow7 » Mon Jul 27, 2009 8:38 pm

Well, i still want blood, but no gibs. As those cause more lag. :)
http://www.odf-online.org/ Home to Flight Back, D321GO!, and other Descent related projects, all open source!
Darcshadow7
Alien
 
Posts: 168
Joined: Fri Feb 13, 2009 4:34 pm
Location: Peoria, Arizona

Postby [-z-] » Mon Jul 27, 2009 10:38 pm

Darcshadow7 wrote:Well, i still want blood, but no gibs. As those cause more lag. :)


replacing all the models as 0 byte files (right click >> new textfile >> rename) with the same name. I'm not sure if this would be replaced with the infamous "diamond" thingy or nothing though.
[-z-]
Site Admin and Nexuiz Ninja
 
Posts: 1794
Joined: Mon Nov 13, 2006 12:20 am
Location: Florida

Postby Darcshadow7 » Mon Jul 27, 2009 10:43 pm

cl_particles_blood 1 is already on. And i dont see any gibs or blood. :o
http://www.odf-online.org/ Home to Flight Back, D321GO!, and other Descent related projects, all open source!
Darcshadow7
Alien
 
Posts: 168
Joined: Fri Feb 13, 2009 4:34 pm
Location: Peoria, Arizona

Postby [-z-] » Mon Jul 27, 2009 10:51 pm

well here's the answer to my idea above:

Code: Select all
cd /path/to/nexuiz
cd data/models/gibs
mkdir backups
for file in $(find -regex .*md[3l]); do mv $file backups && touch $file; done


Image

so looks like it has to be replaced
[-z-]
Site Admin and Nexuiz Ninja
 
Posts: 1794
Joined: Mon Nov 13, 2006 12:20 am
Location: Florida

Postby [-z-] » Mon Jul 27, 2009 11:01 pm

lol :)

Code: Select all
cd /path/to/nexuiz
cd data/models/gibs
for file in $(find -regex .*md3); do cp ../shotorg_adjuster.md3 $file; done
for file in $(find -regex .*mdl); do cp ../bullet.mdl $file; done


Image


You can replace with any models, in this case, you see that little shot origin instead :-P. If this works for you, here's a pack http://z.nexuizninjaz.com/patches/repla ... erfect.pk3

I'm not a modeler so I couldn't make a simple small shape to replace it with but maybe someone else will for you.
[-z-]
Site Admin and Nexuiz Ninja
 
Posts: 1794
Joined: Mon Nov 13, 2006 12:20 am
Location: Florida

Next

Return to Nexuiz - Support / Bugs

Who is online

Users browsing this forum: No registered users and 1 guest

cron