View unanswered posts | View active topics It is currently Sun Jan 05, 2025 3:52 am



Reply to topic  [ 4 posts ] 
 Variation trouble 
Author Message

Joined: Sun Jan 13, 2008 5:23 am
Posts: 10
Reply with quote
Post Variation trouble
Im new at making mods I figured out how to change some things in the coding like health and def and stuff. BUT I have been trying to make a dummy robot with armor. I tried it myself but i can never get the coding right. I tried making with the soldier template but i dont want my dummy to bleed or get exploding blood filled head or scream when it dies.

Can someone plz edit the template codes so my dummy can have armor but still b a dummy? Please


Wed Aug 27, 2008 6:33 pm
Profile
User avatar

Joined: Sat Oct 20, 2007 5:13 pm
Posts: 61
Location: Somewhere with marijuana.
Reply with quote
Post Re: Variation trouble
I think you just need to use attachables. I'm pretty sure there's no need to use a soldier template, unless for some crazy reason it's hard-coded that there's no way to do attachables with dummies..


Wed Aug 27, 2008 7:01 pm
Profile
happy carebear mom
User avatar

Joined: Tue Mar 04, 2008 1:40 am
Posts: 7096
Location: b8bbd5
Reply with quote
Post Re: Variation trouble
Both Dummies and Coalition are Actors. The only difference between them is the sprites, gibs, wounds, and sounds. They are treated exactly the same by the code.


Wed Aug 27, 2008 8:14 pm
Profile
User avatar

Joined: Fri Feb 16, 2007 8:43 pm
Posts: 1695
Location: AH SHIT FUCK AUGH
Reply with quote
Post Re: Variation trouble
Code:
   AddAttachable = Attachable
      CopyOf = <Attachable name>
      ParentOffset = Vector
         X = #
         Y = #

Add that somewhere in the dummy code, replacing <Attachable name> with the name
of the attachable, and the #'s with coordinates. The last three lines are optional, but
useful for placing the attachable correctly.
Just tell me if you need more explanation with this, aye? ;)


Wed Aug 27, 2008 9:06 pm
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 4 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.036s | 13 Queries | GZIP : Off ]