Project Perfect Mod Forums
:: Home :: Get Hosted :: PPM FAQ :: Forum FAQ :: Privacy Policy :: Search :: Memberlist :: Usergroups :: Register :: Profile :: Log in to check your private messages :: Log in ::


The time now is Fri Apr 19, 2024 7:02 am
All times are UTC + 0
Tiberium Spawner > Infantry Suicide Weapon needed
Moderators: Global Moderators, Tiberian Sun Moderators
Post new topic   Reply to topic Page 1 of 1 [10 Posts] Mark the topic unread ::  View previous topic :: View next topic
Author Message
Syrus01
Civilian


Joined: 22 Sep 2003
Location: Germany

PostPosted: Mon Sep 22, 2003 4:05 pm    Post subject:  Tiberium Spawner > Infantry Suicide Weapon needed Reply with quote  Mark this post and the followings unread

Hi,
I only need a weapon that destroyes the infantry who fires it. Need it for a Tiberium Spawn Unit. If I get the unit to work I will post it here. Made some great progress but I need this weapon. I'm really lazy today, hope I will get the weapon soon. THX for ya help!

Back to top
View user's profile Send private message Visit poster's website
Banshee
Supreme Banshee


Also Known As: banshee_revora (Steam)
Joined: 15 Aug 2002
Location: Brazil

PostPosted: Mon Sep 22, 2003 5:32 pm    Post subject: Reply with quote  Mark this post and the followings unread

add an animation to your weapon and give some damage for this animation. For more info, check the Demo Truck tutorial in the tutorials forum. I hope it helps.

Back to top
View user's profile Send private message Visit poster's website Skype Account
The DvD
TiberiumWeb.com Webmaster


Joined: 30 Dec 2002
Location: Netherlands

PostPosted: Mon Sep 22, 2003 6:34 pm    Post subject: Reply with quote  Mark this post and the followings unread

You should give the weapon ITSELF, not the Warhead, an animation that does damage.

Back to top
View user's profile Send private message Visit poster's website Skype Account
Syrus01
Civilian


Joined: 22 Sep 2003
Location: Germany

PostPosted: Mon Sep 22, 2003 7:39 pm    Post subject: Reply with quote  Mark this post and the followings unread

Made a funny unit for my mod. It should Spawn Tiberium. The funny thing is: You need a unit with a special weapon i made and force fire next to the TibSpawn unit. The TibSpawn unit will die (unit lost taunt) but it will live on too. Everytime it dies it spawns tiberium, so you can make fields full of tiberium. The unit is only destroyable with some explosive warheads or fire. Now I'm searching for a weapon that destroys the unit itself. Should be np, but I'm so lazy today; maybe tomorrow.

I think that's the first mode with such an TibSpawn unit isn't it.

MOD is also released the next days!

Back to top
View user's profile Send private message Visit poster's website
The DvD
TiberiumWeb.com Webmaster


Joined: 30 Dec 2002
Location: Netherlands

PostPosted: Tue Sep 23, 2003 8:30 am    Post subject: Reply with quote  Mark this post and the followings unread

In Ultima Mod there was a BUILDING that spawned tiberium.. but indeed i never saw a unit do this.

Back to top
View user's profile Send private message Visit poster's website Skype Account
Syrus01
Civilian


Joined: 22 Sep 2003
Location: Germany

PostPosted: Fri Sep 26, 2003 2:09 pm    Post subject: Reply with quote  Mark this post and the followings unread

Oh man, had extrem problemes with my MOD: Everything was fucked up. OK, didn't make the suicide weapon yet. But here is the code for the tiberium spawner infantry.

Run XCC Mixer and exract the cyborg.shp. Then rename it to what you want (for example tibspawner.shp). Put that file into one of your ecache files. OK


<art.ini>

[TIBSPAWNER]
Cameo=CYBIICON
Sequence=TibSpawnSequence ;<-- the new sequence
Crawls=yes
Remapable=yes
FireUp=2
PrimaryFireFLH=70,-30,120

; if destroyed the CYBORG spawns tiberium but doesn't die
[TibSpawnSequence]
Ready=104,1,1
Guard=104,1,1
Prone=86,1,6
Walk=86,6,6
FireUp=212,6,6
Down=140,1,1
Crawl=86,6,6
Up=104,1,1
FireProne=212,6,6
Idle1=104,2,0,W
Idle2=116,2,E
Die1=0,0,0
Die2=0,0,0
Die3=0,0,0
Die4=0,0,0
Die5=0,0,0


<rules.ini>


[TIBERIUMSPAWNER]
Name=Tiberium Spawner
Image=TIBSPAWNER
Category=Soldier
Prerequisite=BARRACKS
;Primary=
CrushSound=SQUISHY2
Crushable=no
TiberiumProof=yes
TiberiumHeal=yes
Fearless=yes
Cyborg=no ;<-- has to be "no" or the tiberium spawner will die
Pip=white
Strength=1
Nominal=yes
Armor=concrete
TechLevel=1
Sight=1
Speed=6
Cost=1
Points=1
Owner=GDI,Nod
VoiceSelect=22-I000,22-I002,22-I006
VoiceMove=22-I008,22-I010,22-I014,22-I016,22-I020
VoiceAttack=22-I008,22-I010,22-I012,22-I018
VoiceFeedback=
VoiceDie=
Locomotor={4A582744-9839-11d1-B709-00A024DDAFD1}
PhysicalSize=1
MovementZone=Infantry
DamageParticleSystems=SparkSys
ThreatPosed=15 ; This value MUST be 0 for all building addons
EliteAbilities=STRONGER
ImmuneToVeins=yes


Don't forget the infantry type list

XX=TIBERIUMSPAWNER


The Tiberium Spawner has no suicide weapon until now. Just kill him with some kind of rifle soldier.

ATTENTION! Fire and some kind of explosives will kill him

Back to top
View user's profile Send private message Visit poster's website
ComradeSpike
Vehicle Driver


Joined: 15 Jun 2003

PostPosted: Sun Sep 28, 2003 1:48 pm    Post subject: Reply with quote  Mark this post and the followings unread

U do know you can do it with weapons don't U? It's much easier than killing your infantry....

PS.... what is the tag that causes the infantry to give Tiberium when killed..... I don't see anything diffferent than ordinary infantry....

_________________
Bang!

Back to top
View user's profile Send private message
Syrus01
Civilian


Joined: 22 Sep 2003
Location: Germany

PostPosted: Sun Sep 28, 2003 5:00 pm    Post subject: Reply with quote  Mark this post and the followings unread

i did not make the suicide weapon yet.
There's no special tag. TiberiumProof=yes makes the tiberium. The secret is the sequence. Don't know why but it works.



tibspawn.jpg
 Description:
The tiberium Spawner in Action
 Filesize:  88.54 KB
 Viewed:  2916 Time(s)

tibspawn.jpg



Back to top
View user's profile Send private message Visit poster's website
PilotstroupF15E
Vehicle Drone


Joined: 21 Sep 2003

PostPosted: Mon Sep 29, 2003 12:15 am    Post subject: Reply with quote  Mark this post and the followings unread

Your software is in German, isn't it? lol, oh nevermind. Looks like it works, but the mystery is how...

Back to top
View user's profile Send private message AIM Address
Syrus01
Civilian


Joined: 22 Sep 2003
Location: Germany

PostPosted: Mon Sep 29, 2003 12:06 pm    Post subject: Reply with quote  Mark this post and the followings unread

Yeah its the german version! Smile

Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [10 Posts] Mark the topic unread ::  View previous topic :: View next topic
 
Share on TwitterShare on FacebookShare on Google+Share on DiggShare on RedditShare on PInterestShare on Del.icio.usShare on Stumble Upon
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 vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © phpBB Group

[ Time: 0.1574s ][ Queries: 14 (0.0104s) ][ Debug on ]