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 Thu Mar 28, 2024 10:50 am
All times are UTC + 0
Missile Bug,
Moderators: Global Moderators, Tiberian Sun Moderators
Post new topic   Reply to topic Page 1 of 1 [9 Posts] Mark the topic unread ::  View previous topic :: View next topic
Author Message
MirceaOfRivia
Medic


Joined: 16 Apr 2019

PostPosted: Sat Jul 20, 2019 7:39 pm    Post subject:  Missile Bug,
Subject description: I think I tuck something up,
Reply with quote  Mark this post and the followings unread

So, the thing is I have a mini/big problem.

I've tried to make a new superweapon for the nod.



I've sort of got it working, but now every time I have a chem-missile launch the game crashes.

I did not change anything regarding the chem missile as code but the games still crash.

The new tiberium-missile works fine as intended.

So I'll post the full code of both weapons, I'm sure you guys can help me fix this bug.

Spoiler (click here to read it):


Code:

[SpecialWeapons]
HSBuilding=GAPLUG,NATMPL ; list of buildings the hunter seeker tries to pop out of
NukeWarhead=Nuke        ; warhead used by falling nuke missile
NukeDown=NukeDown       ; nuclear missile as it descends
NukeProjectile=NukeUp   ; nuclear missile (from silo) projectile to launch
EMPulseWarhead=EMPuls   ; warhead used by falling nuke missile
EMPulseProjectile=PulsPr ; nuclear missile (from silo) projectile to launch

[NAMISL]
Name=Missile Silo
SuperWeapon=MultiSpecial
SuperWeapon2=ChemicalSpecial
Prerequisite=NATECH
Strength=1000
Armor=wood
TechLevel=10
Adjacent=2
Sight=4
Owner=Nod
Cost=1300
Points=30
Power=-50
Crewed=yes
Capturable=true
Explosion=TWLT070,S_BANG48,S_BRNL58,S_CLSN58,S_TUMU60
MaxDebris=6
ThreatPosed=0 ; This value MUST be 0 for all building addons
DamageParticleSystems=SparkSys,LGSparkSys
AIBuildThis=yes
SpecialThreatValue=1
NukeSilo=yes
HasStupidGuardMode=false


Tiberium Missile Code
Code:

[MultiSpecial]
Name=Tiberium Missile
IsPowered=true
RechargeVoice=00-I154
ChargingVoice=
ImpatientVoice=
SuspendVoice=
RechargeTime=10.5
Type=MultiMissile
SidebarImage=ChemIcon
Action=Nuke
WeaponType=MultiLauncher

[MultiLauncher]
Damage=300
ROF=80
Range=30
Projectile=NukeChemMissile
Speed=35  ; was 10
Warhead=GasSuper
Report=SAMSHOT1
AttachedParticleSystem=GasCloudSys2

[NukeChemMissile]
Arm=2
High=yes
VeryHigh=yes
;Shadow=no
Proximity=yes
Ranged=yes
AA=no
Image=MISLCHEM
ROT=4
Color=DarkGreen
IgnoresFirestorm=no

[GasSuper]
Spread=512
Verses=500%,150%,100%,20%,0%
InfDeath=1
Particle=GasCloudSys
ProneDamage=300%    ; Gas concentrates at gound level
AnimList=TIBNUKE


Chem

Code:

[ChemicalSpecial]
Name=Chemical Missile
IsPowered=false
RechargeVoice=00-I152
ChargingVoice=
ImpatientVoice=
SuspendVoice=
RechargeTime=.3
Type=ChemMissile
SidebarImage=ChemIcon
Action=ChemBomb
ManualControl=yes
WeaponType=ChemLauncher
AuxBuilding=NAWAST

[ChemLauncher]
Damage=100
ROF=1 ; 0
Range=6
Projectile=ChemMissile
Speed=30
Warhead=Gas
Report=ICBM1

[ChemMissile]
Arm=2
High=yes
VeryHigh=yes
Cluster=8
;Shadow=no
Proximity=yes
Ranged=yes
AA=no
Image=MISLCHEM
ROT=4
Color=DarkGreen
IgnoresFirestorm=no




I must be missing something, maybe its not related the other weapon

_________________


Back to top
View user's profile Send private message Visit poster's website ModDB Profile ID YouTube User URL
MirceaOfRivia
Medic


Joined: 16 Apr 2019

PostPosted: Sat Jul 20, 2019 7:51 pm    Post subject: Reply with quote  Mark this post and the followings unread

*Note I did implement the Spawn Visceroid  weapon warhead on other weapons

And the spotlight weapon

So I do use this

Code:
[WEEDGUY2]
Name=Chem Spray Infantry
Category=Soldier
Primary=MultiCluster
Prerequisite=BARRACKS
TiberiumProof=yes
CrushSound=SQUISHY2
Strength=65
Storage=7
Pip=green
Fearless=yes
Armor=none
TechLevel=-1
Sight=5
Speed=3
Owner=GDI
AllowedToStartInMultiplayer=no
Cost=300
Points=5
VoiceSelect=15-I000,15-I006,15-I040,15-I042
VoiceMove=15-I024,15-I044
VoiceAttack=15-I006,15-I046
VoiceFeedback=15-I058,15-I064
VoiceDie=DEDMAN1,DEDMAN2,DEDMAN2,DEDMAN4,DEDMAN5,DEDMAN6
Locomotor={4A582744-9839-11d1-B709-00A024DDAFD1}
PhysicalSize=1
MovementZone=Infantry
ThreatPosed=0 ; This value MUST be 0 for all building addons
Secondary=DualRockets
Elite=SpotLightNext
Image=WEEDGUY


Code:
[WEEDGUY]
Name=Chem Spray Infantry
Category=Soldier
Primary=MultiCluster
Secondary=DualRockets
Elite=MobileEMPulseWeapon
Prerequisite=BARRACKS
TiberiumProof=yes
CrushSound=SQUISHY2
Strength=130
Storage=7
Pip=green
Fearless=yes
Armor=none
TechLevel=-1
Sight=4
Speed=3
Owner=GDI
AllowedToStartInMultiplayer=no
Cost=300
Points=5
VoiceSelect=15-I000,15-I006,15-I040,15-I042
VoiceMove=15-I024,15-I044
VoiceAttack=15-I006,15-I046
VoiceFeedback=15-I058,15-I064
VoiceDie=DEDMAN1,DEDMAN2,DEDMAN2,DEDMAN4,DEDMAN5,DEDMAN6
Locomotor={4A582744-9839-11d1-B709-00A024DDAFD1}
PhysicalSize=1
MovementZone=Infantry
ThreatPosed=0   ; This value MUST be 0 for all building addons

_________________


Back to top
View user's profile Send private message Visit poster's website ModDB Profile ID YouTube User URL
Lin Kuei Ominae
Seth


Joined: 16 Aug 2006
Location: Germany

PostPosted: Sat Jul 20, 2019 9:34 pm    Post subject: Reply with quote  Mark this post and the followings unread

MirceaOfRivia wrote:

[MultiLauncher]
Damage=300
ROF=80
Range=30
Projectile=NukeChemMissile
Speed=35  ; was 10
Warhead=GasSuper
Report=SAMSHOT1
AttachedParticleSystem=GasCloudSys2

That's wrong.
a) it's missing the key UseFireParticles, IsRailgun or UseSparkParticles to have AttachedParticleSystem work in the first place
b) you surely don't want the projectile to spawn gas clouds when it starts or in any other way want to attach gas clouds to the projectile. You want them on the warhead, which looks fine.
c) GasCloudSys2 doesn't exist by default and if you didn't add it, it could be one reason for a crash

GasSuper is added to the [Warheads] list?

_________________
SHP Artist of Twisted Insurrection:  Nod buildings

Public SHPs
X-Mech Calendar (28 Mechs for GDI and Nod)
5 GDI, 5 Nod, 1 Mutant, 1 Scrin unit, 1 GDI building

Tools
Image Shaper______TMP Shop______C&C Executable Modifier

Back to top
View user's profile Send private message
MirceaOfRivia
Medic


Joined: 16 Apr 2019

PostPosted: Sun Jul 21, 2019 9:06 am    Post subject: Reply with quote  Mark this post and the followings unread

I don't think the gas is the problem as this only effects the TiberiumNuke

Code:
[GasCloudSys2]
HoldsWhat=NGasCloud1
BehavesLike=Fire
Image=none   ;havent tested changing it but this one works

[NGasCloud1]
Image=CLOUD1
MaxDC=1 ;delay between damage (gasclouds dont damage only once you know)
MaxEC=1 ;how long it stays on the field
Damage=150 ;here is the Damage the particle makes against infantry in one shot
Warhead=MutatorWH ;here is the warhead that mutates them into infantry
StartFrame=0
EndStateAI=1
Translucency=50 ;disable this (its invisible!!!)
WindEffect=0
BehavesLike=Gas
StateAIAdvance=3
DeleteOnStateLimit=yes

[NGasCloudD1]
Image=CLOUD1D
MaxEC=50
Damage=300
Warhead=MutatorWH
StartFrame=0
EndStateAI=12
Translucency=50
WindEffect=0
BehavesLike=Gas
StateAIAdvance=4
DeleteOnStateLimit=yes

[NGas]
Spread=64
Verses=500%,250%,100%,120%,40%
InfDeath=1
Particle=GasCloudSys
ProneDamage=300%    ; Gas concentrates at gound level
Bright=yes
Sparky=yes


Also, I have the warhead listed (58=GasSuper)

AttachedParticleSystem=GasCloudSys2  was a mistake left after some experimatation (forgot about it)

I think I'm not on track, The problem might be from before I started adding the new super-weapon, It affects the Chem-Missile
But I don't know all the code from ChemSpecial to know what's wrong or how the chem actually works (like the weed guy stuff was new to me)

The bug appears when the silo try's to spawn the missile after you selected a target.

Maybe the crash notes can help?

Spoiler (click here to read it):
Error code: EXCEPTION_ACCESS_VIOLATION

Description: The thread tried to read from or write to a virtual address for which it does not have the appropriate access.
Access address:00000068 was read from.
Exception occurred at 0043278E

Version 2.03
Internal Version 2.0
Release Build: 10 by STEVE_TALL - 06/05/2000 - 14:27:06
CPU 686, MMX Yes, Vendor: GenuineIntel

Details:
Eip:0043278E Esp:00ADF2FC Ebp:00ADF3E8
Eax:149F9190 Ebx:07F52DE0 Ecx:1330A200
Edx:1330D640 Esi:16110600 Edi:00000000
EFlags:00010206
CS:0023  SS:002b  DS:002b  ES:002b  FS:0053  GS:002b

Bytes at CS:EIP (0043278E)  : 8B 4F 68 8B 57 74 8B 5F 70 8B BF 80 00 00 00 57 53 52 68 C8 00 00 00 56 8B D0 E8 73 4A 01 00 8B

Stack dump (* indicates possible code address) :
00ADF2FC: 00000001
00ADF300: 16110600
00ADF304: 16110660
00ADF308: 00ADF3E8
00ADF30C: 07F52DE0
00ADF310: 00000000
00ADF314: 00000318
00ADF318: 15F12AC0
00ADF31C: 0042F295
00ADF320: 00ADF330
00ADF324: 00000000
00ADF328: 15F12AC0
00ADF32C: 15F12B68
00ADF330: 0000D280
00ADF334: 15F12AC0
00ADF338: 0062F81E
00ADF33C: 0062F825
00ADF340: 00000000
00ADF344: 00000000
00ADF348: 15F12AC0
00ADF34C: 07F52DE0
00ADF350: 006300D3
00ADF354: 006300D3
00ADF358: 0000D300
00ADF35C: 00006300
00ADF360: 00000478
00ADF364: 0043B0AE
00ADF368: 00000000
00ADF36C: 15F12AC0
00ADF370: 15F12AC0
00ADF374: 07F52DE0
00ADF378: 15F12560
00ADF37C: 00639CDE
00ADF380: 15F12AC0
00ADF384: 0042F295
00ADF388: 00ADF398
00ADF38C: 0043ACAA
00ADF390: 15F12AC0
00ADF394: 07F52DE0
00ADF398: 0000D280
00ADF39C: 0000D300
00ADF3A0: 00006800
00ADF3A4: 00000478
00ADF3A8: 00438C1E
00ADF3AC: 15F12C38
00ADF3B0: 15F12B3C
00ADF3B4: 15F12AC0
00ADF3B8: 07F52D01
00ADF3BC: 0063A31B
00ADF3C0: 00ADF3F0
00ADF3C4: 16110600
00ADF3C8: 16110600
00ADF3CC: 00ADF458
00ADF3D0: 15F12AC0
00ADF3D4: 00585A47
00ADF3D8: 00000000
00ADF3DC: 00586432
00ADF3E0: 16109EF0
00ADF3E4: 07F52DE0
00ADF3E8: 00ADF458
00ADF3EC: 00559271
00ADF3F0: 16110778
00ADF3F4: 16110600
00ADF3F8: 16110600
00ADF3FC: 0062E72B
00ADF400: 16110600
00ADF404: 0062E9D6
00ADF408: 007482C8
00ADF40C: 16110600
00ADF410: 00ADF458
00ADF414: 07F52DE0
00ADF418: 1610A010
00ADF41C: 006CC2F8
00ADF420: 16110600
00ADF424: 0F071058
00ADF428: 07F52D00
00ADF42C: 16110600
00ADF430: 16110600
00ADF434: 07F52D00
00ADF438: 00435CED
00ADF43C: 007482C8
00ADF440: 16110600
00ADF444: 07F52DE0
00ADF448: 00F12AC0
00ADF44C: 07F52DE0
00ADF450: 007482C8
00ADF454: 1610A090
00ADF458: 0F071058
00ADF45C: 00429AD1
00ADF460: 007482C8
00ADF464: 000000B7
00ADF468: 007482C8
00ADF46C: 000000AE
00ADF470: 07F52DE0
00ADF474: 000172A3
00ADF478: 0000CE40
00ADF47C: 005A7448
00ADF480: 0F071058
00ADF484: 0050710D
00ADF488: 00000000
00ADF48C: 00000000
00ADF490: 00ADF534
00ADF494: 00000000
00ADF498: 007482C8
00ADF49C: 00009580
00ADF4A0: 0000D980
00ADF4A4: 00000410
00ADF4A8: 006D137C
00ADF4AC: 00000000
00ADF4B0: 00000000
00ADF4B4: 00AD0001
00ADF4B8: 00000000
00ADF4BC: 0000000A
00ADF4C0: 005091A0
00ADF4C4: 07F52DE0
00ADF4C8: 00000001
00ADF4CC: 773EF760
00ADF4D0: 006A6130
00ADF4D4: 00000000
00ADF4D8: 00000001
00ADF4DC: 00ADF534
00ADF4E0: 000000D8
00ADF4E4: 0000014D
00ADF4E8: 000001BB
00ADF4EC: 0000000B
00ADF4F0: 00000801
00ADF4F4: 00000000
00ADF4F8: 00000000
00ADF4FC: 0000000B
00ADF500: 00000013
00ADF504: 00462AA1
00ADF508: 00000000
00ADF50C: 006B7126
00ADF510: 0000001F
00ADF514: 006B696D
00ADF518: 007456F0
00ADF51C: 007456F0
00ADF520: 007456F0
00ADF524: 00000001
00ADF528: 07D000F0
00ADF52C: 00872363
00ADF530: 007456F0
00ADF534: 00ADFEF4
00ADF538: 006019C0
00ADF53C: 006B7E21
00ADF540: 00000000
00ADF544: 00241000
00ADF548: 00000000
00ADF54C: 00000000
00ADF550: 00000000
00ADF554: 00000000
00ADF558: 00000000
00ADF55C: 00000000
00ADF560: 00000000
00ADF564: 00000000
00ADF568: 00000000
00ADF56C: 00000000
00ADF570: 00000000
00ADF574: 00000000
00ADF578: 00000000
00ADF57C: 00000000
00ADF580: 00000000
00ADF584: 00000000
00ADF588: 00000000
00ADF58C: 00000000
00ADF590: 00000000
00ADF594: 00000000
00ADF598: 014AED90
00ADF59C: 00000000
00ADF5A0: FFFFFFEC
00ADF5A4: 00000000
00ADF5A8: 014AED90
00ADF5AC: 00ADF5E0
00ADF5B0: 746289B5
00ADF5B4: 74892B4C
00ADF5B8: 74626A0F
00ADF5BC: 0011094E
00ADF5C0: 00000083
00ADF5C4: 00000000
00ADF5C8: 00000000
00ADF5CC: 00000000
00ADF5D0: 00000000
00ADF5D4: 00000000
00ADF5D8: 00000000
00ADF5DC: 00000000
00ADF5E0: 00000000
00ADF5E4: 00000000
00ADF5E8: 00000000
00ADF5EC: 00000000
00ADF5F0: 00000000
00ADF5F4: 00000000
00ADF5F8: 00000000
00ADF5FC: 00000000
00ADF600: 00000000
00ADF604: 00000000
00ADF608: 00000000
00ADF60C: 00000000
00ADF610: 00000000
00ADF614: 00000000
00ADF618: 00000000
00ADF61C: 00000000
00ADF620: 00000000
00ADF624: 00000000
00ADF628: 00000000
00ADF62C: 00000000
00ADF630: 00000000
00ADF634: 00000000
00ADF638: 00000000
00ADF63C: 00000000
00ADF640: 00000000
00ADF644: 00000000
00ADF648: 00000000
00ADF64C: 00000000
00ADF650: 00000000
00ADF654: 00000000
00ADF658: 00000000
00ADF65C: 00000000
00ADF660: 00000000
00ADF664: 00000000
00ADF668: 00000000
00ADF66C: 00000000
00ADF670: 00000000
00ADF674: 00000000
00ADF678: 00000000
00ADF67C: 00000000
00ADF680: 00000000
00ADF684: 00000000
00ADF688: 00000000
00ADF68C: 00000000
00ADF690: 00000000
00ADF694: 00000000
00ADF698: 00000000
00ADF69C: 00000000
00ADF6A0: 00000000
00ADF6A4: 00000000
00ADF6A8: 00000000
00ADF6AC: 00000000
00ADF6B0: 00000000
00ADF6B4: 00000000
00ADF6B8: 00000000
00ADF6BC: 00000000
00ADF6C0: 00000000
00ADF6C4: 00000000
00ADF6C8: 00000000
00ADF6CC: 00000000
00ADF6D0: 00000000
00ADF6D4: 00000000
00ADF6D8: 00000000
00ADF6DC: 00000000
00ADF6E0: 00000000
00ADF6E4: 00000000
00ADF6E8: 00000000
00ADF6EC: 00000000
00ADF6F0: 00000000
00ADF6F4: 00000000
00ADF6F8: 00000000
00ADF6FC: 00000000
00ADF700: 00000000
00ADF704: 00000000
00ADF708: 00000000
00ADF70C: 00000000
00ADF710: 00000000
00ADF714: 00000000
00ADF718: 00000000
00ADF71C: 00000000
00ADF720: 00000000
00ADF724: 00000000
00ADF728: 00000000
00ADF72C: 00000000
00ADF730: 00000000
00ADF734: 00000000
00ADF738: 00000000
00ADF73C: 00000000
00ADF740: 00000000
00ADF744: 00000000
00ADF748: 00000000
00ADF74C: 00000000
00ADF750: 00000000
00ADF754: 00000000
00ADF758: 00000000
00ADF75C: 00000000
00ADF760: 00000000
00ADF764: 00000000
00ADF768: 00000000
00ADF76C: 00000000
00ADF770: 00000000
00ADF774: 00000000
00ADF778: 00000000
00ADF77C: 00000000
00ADF780: 00000000
00ADF784: 00000000
00ADF788: 00000000
00ADF78C: 00000000
00ADF790: 00000000
00ADF794: 00000000
00ADF798: 00000000
00ADF79C: 00000000
00ADF7A0: 00000000
00ADF7A4: 00000000
00ADF7A8: 00000000
00ADF7AC: 00000000
00ADF7B0: 00000000
00ADF7B4: 00000000
00ADF7B8: 00000000
00ADF7BC: 00000000
00ADF7C0: 00000000
00ADF7C4: 00000000
00ADF7C8: 00000000
00ADF7CC: 00000000
00ADF7D0: 00000000
00ADF7D4: 7757F740
00ADF7D8: 00ADF804
00ADF7DC: 7462BF1B
00ADF7E0: 0011094E
00ADF7E4: 00000003
00ADF7E8: 00000000
00ADF7EC: 00000000
00ADF7F0: 00000000
00ADF7F4: DCBAABCD
00ADF7F8: 7757F740
00ADF7FC: 00000003
00ADF800: 00000000
00ADF804: 00ADF8EC
00ADF808: 746283EA
00ADF80C: 37BDA8E3
00ADF810: 0011094E
00ADF814: 00ADF8EC
00ADF818: 746286AC
00ADF81C: 7462840E
00ADF820: E6F45BFD
00ADF824: 00000000
00ADF828: 20000008
00ADF82C: 7462843B
00ADF830: 7462823F
00ADF834: 746286AC
00ADF838: 00000000
00ADF83C: 00000000
00ADF840: 00000000
00ADF844: 00000000
00ADF848: 00000000
00ADF84C: 00111348
00ADF850: 00000000
00ADF854: 80000012
00ADF858: 00000001
00ADF85C: 7757F740
00ADF860: 00000000
00ADF864: 00000000
00ADF868: 00000000
00ADF86C: 00000024
00ADF870: 00000001
00ADF874: 00000000
00ADF878: 00000000
00ADF87C: 00000070
00ADF880: FFFFFFFF
00ADF884: FFFFFFFF
00ADF888: 7462823F
00ADF88C: 746286AC
00ADF890: 00000000
00ADF894: 00000000
00ADF898: 00000000
00ADF89C: 00000000
00ADF8A0: 00000000
00ADF8A4: 00111348
00ADF8A8: 00000000
00ADF8AC: 80000012
00ADF8B0: 00000000
00ADF8B4: 7757F740
00ADF8B8: 00000000
00ADF8BC: 00000000
00ADF8C0: 80000012
00ADF8C4: 00000000
00ADF8C8: 00000001
00ADF8CC: 0011094E
00ADF8D0: E6F45BFD
00ADF8D4: 00000000
00ADF8D8: 0011094E
00ADF8DC: 00ADF940
00ADF8E0: 00000000
00ADF8E4: 9231A879
00ADF8E8: 00040444
00ADF8EC: 00ADF950
00ADF8F0: 74627F01
00ADF8F4: 7757F740
00ADF8F8: 00000000
00ADF8FC: 00000003
00ADF900: 00000000
00ADF904: 00000000
00ADF908: 00242000
00ADF90C: 00000001
00ADF910: E6F45A41
00ADF914: 00000000
00ADF918: 77BBE860
00ADF91C: 0000C03B
00ADF920: 0000C03B
00ADF924: 00000000
00ADF928: 00000000
00ADF92C: 00000000
00ADF930: 00000000
00ADF934: 00000000
00ADF938: 00000318
00ADF93C: 0000021C
00ADF940: 00000000
00ADF944: 00000000
00ADF948: 00000318
00ADF94C: 0000021C
00ADF950: 00000000
00ADF954: 00000000
00ADF958: 000000A8
00ADF95C: 0000021C
00ADF960: 7462A6F1
00ADF964: 00ADF974
00ADF968: 00000018
00ADF96C: 00000000
00ADF970: 00000000
00ADF974: 00000000
00ADF978: 00000000
00ADF97C: 00000000
00ADF980: 00000000
00ADF984: 00000000
00ADF988: 00000000
00ADF98C: E6F45A81
00ADF990: 00ADFCAC
00ADF994: 77BACD3D
00ADF998: 00ADF9AC
00ADF99C: 00000020
00ADF9A0: 00ADFF70
00ADF9A4: 77BACC70
00ADF9A8: 00ADF9D0
00ADF9AC: 014AED90
00ADF9B0: 00000000
00ADF9B4: 00000003
00ADF9B8: 00000000
00ADF9BC: 00000000
00ADF9C0: 7757F740
00ADF9C4: 77BBE860
00ADF9C8: 00000000
00ADF9CC: 0000000C
00ADF9D0: 746227ED
00ADF9D4: 00000000
00ADF9D8: 0000C03B
00ADF9DC: 0000C03B
00ADF9E0: 00ADFD20
00ADF9E4: 88000000
00ADF9E8: 07D000F0
00ADF9EC: 80000000
00ADF9F0: 80003A44
00ADF9F4: 7365545C
00ADF9F8: FF005C74
00ADF9FC: 00000000
00ADFA00: 77460000
00ADFA04: 00000000
00ADFA08: 00000000
00ADFA0C: 40000A00
00ADFA10: 00000000
00ADFA14: 00000000
00ADFA18: 88000000
00ADFA1C: 00000000
00ADFA20: 7462282E
00ADFA24: 00000E8C
00ADFA28: 00000000
00ADFA2C: 00000000
00ADFA30: 00000000
00ADFA34: 00000000
00ADFA38: 00000000
00ADFA3C: 00000000
00ADFA40: 40000000
00ADFA44: 00000000
00ADFA48: 00ADFD20
00ADFA4C: 88000000
00ADFA50: 80000000
00ADFA54: 80000000
00ADFA58: 80000000
00ADFA5C: 80000000
00ADFA60: FFFFFFFD
00ADFA64: 00000000
00ADFA68: 77460000
00ADFA6C: 00000000
00ADFA70: 00000000
00ADFA74: 00000000
00ADFA78: 00000000
00ADFA7C: 00000000
00ADFA80: 00000000
00ADFA84: 00000000
00ADFA88: 00000000
00ADFA8C: 00000000
00ADFA90: 00000000
00ADFA94: 00000000
00ADFA98: 0000C03B
00ADFA9C: 40000A00
00ADFAA0: 746225B6
00ADFAA4: E6F459CD
00ADFAA8: 74622550
00ADFAAC: 0000C03B
00ADFAB0: 00ADFD98
00ADFAB4: 00000000
00ADFAB8: 00000000
00ADFABC: 0000000A
00ADFAC0: 00000000
00ADFAC4: 00ADFAA4
00ADFAC8: 7462246B
00ADFACC: 00ADFF70
00ADFAD0: 7462DC80
00ADFAD4: 9231A571
00ADFAD8: FFFFFFFE
00ADFADC: 746225B6
00ADFAE0: 74622491
00ADFAE4: 77460000
00ADFAE8: 00ADFDC4
00ADFAEC: 00ADFE10
00ADFAF0: 746224B4
00ADFAF4: 000000C0
00ADFAF8: 545C3A44
00ADFAFC: 5C747365
00ADFB00: 656D6167
00ADFB04: 6578652E
00ADFB08: 002C0000
00ADFB0C: 7748A8A0
00ADFB10: 00ADFB08
00ADFB14: 00000000
00ADFB18: 00000000
00ADFB1C: 00000000
00ADFB20: 00000000
00ADFB24: 00000000
00ADFB28: 00ADFB30
00ADFB2C: 7461F6C0
00ADFB30: 00000000
00ADFB34: 00000000
00ADFB38: 00ADFB30
00ADFB3C: 00000000
00ADFB40: 00000030
00ADFB44: 00000000
00ADFB48: 7757F740
00ADFB4C: 00000000
00ADFB50: 0000000C
00ADFB54: 77460000
00ADFB58: 00000000
00ADFB5C: 00000000
00ADFB60: 00000002
00ADFB64: 00000000
00ADFB68: 7748A8A0
00ADFB6C: 00000000
00ADFB70: 00000010
00ADFB74: 00000000
00ADFB78: 00000010
00ADFB7C: 79616C50
00ADFB80: 65646953
00ADFB84: 00003030
00ADFB88: 748525B7
00ADFB8C: 034CEED8
00ADFB90: 00000010
00ADFB94: 00000010
00ADFB98: 748525CA
00ADFB9C: 00000000
00ADFBA0: 00ADFDD4
00ADFBA4: 00000000
00ADFBA8: 00000041
00ADFBAC: 00000000
00ADFBB0: 035292D8
00ADFBB4: 77B88B04
00ADFBB8: 034CEE70
00ADFBBC: 00000000
00ADFBC0: 00ADFD60
00ADFBC4: 034CEED8
00ADFBC8: 00C69D32
00ADFBCC: 034CEE70
00ADFBD0: 748529EE
00ADFBD4: 034CEED8
00ADFBD8: 02000002
00ADFBDC: 00000000
00ADFBE0: EB000DE6
00ADFBE4: 00000259
00ADFBE8: 85000085
00ADFBEC: 034D0000
00ADFBF0: 00000000
00ADFBF4: 00000000
00ADFBF8: 02000002
00ADFBFC: 000007FF
00ADFC00: EB000DE6
00ADFC04: 00C69FF0
00ADFC08: 00000000
00ADFC0C: 00000000
00ADFC10: 00000000
00ADFC14: 00000000
00ADFC18: 00000000
00ADFC1C: 00000000
00ADFC20: 00000000
00ADFC24: 77BAC66C
00ADFC28: 748527F7
00ADFC2C: 00ADFC3C
00ADFC30: 00000000
00ADFC34: 00000000
00ADFC38: 00ADFDC4
00ADFC3C: 00010000
00ADFC40: 00ADFD48
00ADFC44: 37BDA337
00ADFC48: 74622550
00ADFC4C: 00000000
00ADFC50: 00000003
00ADFC54: 00ADFD64
00ADFC58: 77460100
00ADFC5C: 00000000
00ADFC60: 00ADFC44
00ADFC64: 00C67718
00ADFC68: 00ADFCCC
00ADFC6C: 77BB2BF0
00ADFC70: 40D3AC57
00ADFC74: FFFFFFFE
00ADFC78: 00ADFC98
00ADFC7C: 77B7AB6B
00ADFC80: 00000001
00ADFC84: 77460000
00ADFC88: 00000000
00ADFC8C: 00000000
00ADFC90: 00ADFC94
00ADFC94: 77460100
00ADFC98: 00000004
00ADFC9C: 7607FE38
00ADFCA0: 7607F160
00ADFCA4: E6F45FBD
00ADFCA8: 74622550
00ADFCAC: 00000004
00ADFCB0: 77B9C374
00ADFCB4: 00ADFD78
00ADFCB8: 00000000
00ADFCBC: 00000080
00ADFCC0: 771F0CEC
00ADFCC4: 000003E4
00ADFCC8: 77B9C3CE
00ADFCCC: FFFFFFFD
00ADFCD0: 00000000
00ADFCD4: 77460000
00ADFCD8: 00000000
00ADFCDC: 00000000
00ADFCE0: 00000000
00ADFCE4: 7607F194
00ADFCE8: 00000000
00ADFCEC: 00000000
00ADFCF0: 00000000
00ADFCF4: 00000000
00ADFCF8: 00000000
00ADFCFC: 00000000
00ADFD00: 00000000
00ADFD04: 00000000
00ADFD08: 00000000
00ADFD0C: 00000000
00ADFD10: 00000000
00ADFD14: 00000000
00ADFD18: 00000000
00ADFD1C: 00000000
00ADFD20: 00000000
00ADFD24: 00000000
00ADFD28: 00000000
00ADFD2C: 00000000
00ADFD30: 00000000
00ADFD34: 00000000
00ADFD38: 00000000
00ADFD3C: 00000000
00ADFD40: 00000000
00ADFD44: 00000000
00ADFD48: 00000000
00ADFD4C: 00000000
00ADFD50: 00000000
00ADFD54: 00000000
00ADFD58: 00000000
00ADFD5C: 00000000
00ADFD60: 00000000
00ADFD64: 00000000
00ADFD68: 00000000
00ADFD6C: 00000000
00ADFD70: 00000000
00ADFD74: 00000000
00ADFD78: 00000000
00ADFD7C: 00ADFAF8
00ADFD80: 00C638FB
00ADFD84: 00000000
00ADFD88: 00000000
00ADFD8C: 00000000
00ADFD90: 00000000
00ADFD94: 00000000
00ADFD98: 00000000
00ADFD9C: 00000000
00ADFDA0: 00000000
00ADFDA4: 00000000
00ADFDA8: 00000000
00ADFDAC: 00000000
00ADFDB0: 00000000
00ADFDB4: 00000000
00ADFDB8: 00000000
00ADFDBC: 00000000
00ADFDC0: 00000000
00ADFDC4: 00000000
00ADFDC8: 00000000
00ADFDCC: 00000000
00ADFDD0: 545C3A44
00ADFDD4: 5C747365
00ADFDD8: 00000000
00ADFDDC: 00000000
00ADFDE0: 00000000
00ADFDE4: 00000000
00ADFDE8: 00000000
00ADFDEC: 00000000
00ADFDF0: 00000000
00ADFDF4: 00000000
00ADFDF8: 00000000
00ADFDFC: 37BDA383
00ADFE00: 00ADFE2C
00ADFE04: 75FC44F4
00ADFE08: ABABABAB
00ADFE0C: 77BAA9AC
00ADFE10: 75FC4518
00ADFE14: 000003E4
00ADFE18: 771F0CEC
00ADFE1C: 75FC452D
00ADFE20: 7714D2C5
00ADFE24: 000003E4
00ADFE28: B528D33A
00ADFE2C: 00ADFE5C
00ADFE30: 7714D2E8
00ADFE34: 000003E4
00ADFE38: 77BAAF5C
00ADFE3C: 773C32CE
00ADFE40: 7712EEB0
00ADFE44: 00000030
00ADFE48: 00ADFE80
00ADFE4C: 773C32EF
00ADFE50: 1940277A
00ADFE54: 00000000
00ADFE58: 0351EF18
00ADFE5C: 00000000
00ADFE60: 00ADFE8C
00ADFE64: 77B965EE
00ADFE68: 00320030
00ADFE6C: 7712EEB0
00ADFE70: 00000000
00ADFE74: 00000000
00ADFE78: 00000000
00ADFE7C: 00ADFE68
00ADFE80: 00000001
00ADFE84: 07D010D0
00ADFE88: 00000001
00ADFE8C: 07D010D0
00ADFE90: 00000338
00ADFE94: 07D010D0
00ADFE98: 07E50834
00ADFE9C: 00000009
00ADFEA0: 006B7E21
00ADFEA4: 00000338
00ADFEA8: 006B7E21
00ADFEAC: 0069F860
00ADFEB0: 00241000
00ADFEB4: 00ADFEC0
00ADFEB8: 006B8DFA
00ADFEBC: 00ADFEC8
00ADFEC0: 006B8DFA
00ADFEC4: 00867628
00ADFEC8: 00000000
00ADFECC: 40920E7F
00ADFED0: 75FD8951
00ADFED4: 00000002
00ADFED8: 00490E7F
00ADFEDC: 00ADF53C
00ADFEE0: 00ADECBC
00ADFEE4: 00ADFF70
00ADFEE8: 006B78F8
00ADFEEC: 006D6C88
00ADFEF0: 00000000
00ADFEF4: 00ADFF80
00ADFEF8: 006B7F01
00ADFEFC: 00400000
00ADFF00: 00000000
00ADFF04: 00C638FB
00ADFF08: 0000000A
00ADFF0C: 006B7E21
00ADFF10: 006B7E21
00ADFF14: 00241000
00ADFF18: 00000000
00ADFF1C: 00C638FB
00ADFF20: 00000000
00ADFF24: 00000044
00ADFF28: 00C75A70
00ADFF2C: 00C6E608
00ADFF30: 00C6CAF8
00ADFF34: 00000000
00ADFF38: 00000000
00ADFF3C: 00000000
00ADFF40: 00000000
00ADFF44: 00000000
00ADFF48: 00000000
00ADFF4C: 00000000
00ADFF50: 00000000
00ADFF54: 00000000
00ADFF58: 00000000
00ADFF5C: FFFFFFFF
00ADFF60: FFFFFFFF
00ADFF64: FFFFFFFF
00ADFF68: 00ADFF0C
00ADFF6C: 00000000
00ADFF70: 00ADFFCC
00ADFF74: 006B78F8
00ADFF78: 006DA620
00ADFF7C: 00000000
00ADFF80: 00ADFF94
00ADFF84: 77398494
00ADFF88: 00241000
00ADFF8C: 77398470
00ADFF90: 1940264A
00ADFF94: 00ADFFDC
00ADFF98: 77BA41C8
00ADFF9C: 00241000
00ADFFA0: 37BDA093
00ADFFA4: 00000000
00ADFFA8: 00000000
00ADFFAC: 00241000
00ADFFB0: 00000000
00ADFFB4: 00000000
00ADFFB8: 00000000
00ADFFBC: 00000000
00ADFFC0: 37BDA093
00ADFFC4: 00ADFFA0
00ADFFC8: 00000000
00ADFFCC: 00ADFFE4
00ADFFD0: 77BB2BF0
00ADFFD4: 40D3A43F
00ADFFD8: 00000000
00ADFFDC: 00ADFFEC
00ADFFE0: 77BA4198
00ADFFE4: FFFFFFFF
00ADFFE8: 77BBF33A
00ADFFEC: 00000000
00ADFFF0: 00000000
00ADFFF4: 006B7E21
00ADFFF8: 00241000
00ADFFFC: 00000000
00AE0000: 00000020
00AE0004: 00000000
00AE0008: 00000000
00AE000C: 00000000
00AE0010: 000029B0
00AE0014: 000A8CF8
00AE0018: 000B8C58
00AE001C: 000C1390
00AE0020: 0368298A
00AE0024: 00000000
00AE0028: 02200000
00AE002C: 00000000
00AE0030: 00090268
00AE0034: 02280008
00AE0038: 00080008
00AE003C: 00090228
00AE0040: 02280008
00AE0044: 0008000A
00AE0048: 00080220
00AE004C: 02200000
00AE0050: 00000009
00AE0054: 000A0248
00AE0058: 02100048
00AE005C: 0048000B
00AE0060: 000B0210
00AE0064: 02100448
00AE0068: 00480005
00AE006C: 00050210
00AE0070: 02100448
00AE0074: 0440000B
00AE0078: 00040210
00AE007C: 02100048
00AE0080: 00480007
00AE0084: 00040210
00AE0088: 02100440
00AE008C: 04480007
00AE0090: 00030284
00AE0094: 03810040
00AE0098: 80400001
00AE009C: 00010301
00AE00A0: 02108040
00AE00A4: 044A000B
00AE00A8: 00010382
00AE00AC: 03028040
00AE00B0: 80400001
00AE00B4: 00080228
00AE00B8: 02480000
00AE00BC: 00080007
00AE00C0: 000B0210
00AE00C4: 02100008
00AE00C8: 00080005
00AE00CC: 000B0210
00AE00D0: 0312040A
00AE00D4: 84000001
00AE00D8: 00000230
00AE00DC: 02140408
00AE00E0: 00000003
00AE00E4: 00010312
00AE00E8: 02108008
00AE00EC: 000A000B
00AE00F0: 000B0210
00AE00F4: 03010000
00AE00F8: 80030001
00AE00FC: 00010301
00AE0100: 03028000
00AE0104: 80000001
00AE0108: 00010302
00AE010C: 03018003
00AE0110: 80020001
00AE0114: 00010302
00AE0118: 03008002
00AE011C: 80000001
00AE0120: 00010303
00AE0124: 03038002
00AE0128: 80000001
00AE012C: 00010300
00AE0130: 02008402
00AE0134: 000A000B
00AE0138: 00010300
00AE013C: 02008002
00AE0140: 040A000B
00AE0144: 000B0200
00AE0148: 02000003
00AE014C: 0001000B
00AE0150: 000B0210
00AE0154: 02000400
00AE0158: 0008000B
00AE015C: 00010200
00AE0160: 02100008
00AE0164: 04000001
00AE0168: 00010210
00AE016C: 02100000
00AE0170: 00000002
00AE0174: 00020300
00AE0178: 02208000
00AE017C: 00000002
00AE0180: 00020200
00AE0184: 02100008
00AE0188: 00000005
00AE018C: 00070210
00AE0190: 03000000
00AE0194: 86000002
00AE0198: 000B0200
00AE019C: 02040005
00AE01A0: 00000006
00AE01A4: 00060210
00AE01A8: 03000000
00AE01AC: 80020002
00AE01B0: 00030204
00AE01B4: 02040000
00AE01B8: 00000002
00AE01BC: 00010200
00AE01C0: 02000000
00AE01C4: 00040001
00AE01C8: 00010204
00AE01CC: 02000000
00AE01D0: 00080005
00AE01D4: 000B0200
00AE01D8: 03000007
00AE01DC: 80040001
00AE01E0: 000B0200
00AE01E4: 03000000
00AE01E8: 00000001
00AE01EC: 000B0300
00AE01F0: 03000005
00AE01F4: 0003000B
00AE01F8: 00010200
00AE01FC: 02080002
00AE0200: 0000000A
00AE0204: 00010220
00AE0208: 02080004
00AE020C: 0004000A
00AE0210: 00010302
00AE0214: 02208400
00AE0218: 00000001
00AE021C: 000B0210
00AE0220: 02080080
00AE0224: 00000008
00AE0228: 00070208
00AE022C: 02100000
00AE0230: 04000005
00AE0234: 00070200
00AE0238: 02000408
00AE023C: 00000003
00AE0240: 00040200
00AE0244: 02000008
00AE0248: 04080004
00AE024C: 000B0200
00AE0250: 02000408
00AE0254: 00480005
00AE0258: 000A0248
00AE025C: 03000080
00AE0260: 81000001
00AE0264: 00010300
00AE0268: 03008430
00AE026C: 84320001
00AE0270: 00010300
00AE0274: 03008020
00AE0278: 80220001
00AE027C: 000B0200
00AE0280: 02000033
00AE0284: 04BA000B
00AE0288: 00010300
00AE028C: 03008420
00AE0290: 84220001
00AE0294: 000B0210
00AE0298: 03000030
00AE029C: 80900001
00AE02A0: 00010300
00AE02A4: 03008012
00AE02A8: 80100001
00AE02AC: 000B0210
00AE02B0: 03000090
00AE02B4: 80320001
00AE02B8: 00010300
00AE02BC: 03008410
00AE02C0: 84120001
00AE02C4: 00010300
00AE02C8: 02008080
00AE02CC: 00180001
00AE02D0: 00010210
00AE02D4: 02000002
00AE02D8: 08000001
00AE02DC: 00010200
00AE02E0: 02101000
00AE02E4: 04000004
00AE02E8: 00050200
00AE02EC: 02600408
00AE02F0: 00000000
00AE02F4: 00050210
00AE02F8: 02000080

_________________


Last edited by MirceaOfRivia on Sun Jul 21, 2019 9:15 am; edited 1 time in total

Back to top
View user's profile Send private message Visit poster's website ModDB Profile ID YouTube User URL
Lin Kuei Ominae
Seth


Joined: 16 Aug 2006
Location: Germany

PostPosted: Sun Jul 21, 2019 9:13 am    Post subject: Reply with quote  Mark this post and the followings unread

oh your ChemMissile is crashing. Somehow i thought the MultiMissile, because ChemMissile isn't changed at all. It's the same as vanilla TS code.

No clue then. The problem must be somewhere else
-deleted/missing hva for the MISLCHEM voxel
-duplicate rules.ini sections
-an error in the map
-a changed global setting in rules.ini that somehow broke it (no clue which one would have the power to do this though)

i guess now you could only upload the complete rules.ini and art.ini as it can't be figured out with the code snippets you've posted.



Image=none on GasCloudSys2 is useless. ParticleSystems can't have an image, they are a helper stage to spawn particles which are the ones with an image/pixel art.

NGasCloudD1 seems useless. It's not used as NextParticle by NGasCloud1

Quote:
Warhead=MutatorWH ;here is the warhead that mutates them into infantry

that's not how it works. A warhead itself doesn't mutate infantry.
It's only the particle with BehavesLike=Gas and Damage that mutates infantry. It doesn't matter which warhead the Gas particle is using.

_________________
SHP Artist of Twisted Insurrection:  Nod buildings

Public SHPs
X-Mech Calendar (28 Mechs for GDI and Nod)
5 GDI, 5 Nod, 1 Mutant, 1 Scrin unit, 1 GDI building

Tools
Image Shaper______TMP Shop______C&C Executable Modifier

Back to top
View user's profile Send private message
MirceaOfRivia
Medic


Joined: 16 Apr 2019

PostPosted: Sun Jul 21, 2019 9:30 am    Post subject: Reply with quote  Mark this post and the followings unread

Guess so,

It's a bit of a mess but I narrow it down to

Code:
Action=ChemBomb


This is causing the bug

Hva is ok cuz the multi nuke uses the same missile
It happens an all the maps including campaign  

It's a legacy bug so it can be found in the older version https://www.moddb.com/mods/tiberian-sun-warzone/downloads/warzone-7



I'm runnin it on Tiberian Sun Client but works on CNCnet too

_________________


Back to top
View user's profile Send private message Visit poster's website ModDB Profile ID YouTube User URL
Lin Kuei Ominae
Seth


Joined: 16 Aug 2006
Location: Germany

PostPosted: Sun Jul 21, 2019 11:59 am    Post subject: Reply with quote  Mark this post and the followings unread

i downloaded that and compared it with original rules.ini
Quote:
OnFire=FIRE2,FIRE1       ; list of flames to use when something catches fire (must be 3 in list)

i would not disrespect WW comments, especially warnings about a key having to follow a certain order

Quote:
MinDamage=0             ; minimum damage (after adjustments) per shot

maybe you have a div/0 error now. Like the chemmissile trying to do minimum damage

Quote:
[InfantryTypes]
49=Civilian #7
50=Civilian #8
51=Civilian #9
52=Civilian #10
53=Civilian #11
54=Civilian #12
55=Civilian #13
56=Civilian #14
57=Civilian #15
58=Civilian #18
59=Civilian #16
60=Civilian #17
61=Civilian #19
62=Civilian #20
63=Cop #1
64=Cop #2
65=Cop #3
66=Ripley
71=E17
72=Civilian #21
73=Civilian #22
74=Civilian #23
75=Civilian #24
76=Civilian #25
77=Civilian #26

Quote:
[BuildingTypes]
285=Shredder Turret

ID's with space and special characters are a very bad idea
Very long ID's aren't advised either.

Quote:
[TerrainTypes]
67=GAWALL
68=NAWALL

What are they doing in the TerrainTypes list? They are Overlays and Buildings.

Quote:
[Animations]
1171=H2O_DROP

there's a horrible bad character in this. Notepad++ shows a US icon thing there, windows notepad can't even display it.
Same is true for your art.ini which has
Quote:
[H2O_DROP]

\edit PPM doesn't show it either.
there is a special char between H2O and _DROP like
H2OÆ_DROP

Quote:
[SuperWeaponTypes]
1=MultiSpecial
2=EMPulseSpecial
3=FirestormSpecial
4=IonCannonSpecial

6=ChemicalSpecial
7=DropPodSpecial

it's missing 5=HuntSeekSpecial
maybe that's why ChemicalSpecial is bugged.
HuntSeekSpecial is missing completely in your ini, yet you use it 2 times as superweapon on a building

Quote:
[120mm]
Damage=70
ROF=70
Range=8.75
Projectile=GunShell2
Speed=100
Warhead=AP
Report=120MMF
TGUN-
Bright=yes
Anim=TGUN-N,TGUN-NE,TGUN-E,TGUN-SE,TGUN-S,TGUN-SW,TGUN-W,TGUN-NW

what's TGUN-?


usually rules.ini ends with the [VariableNames] section, while yours has a fuckton of stuff added after this.
IIRC the game has issues with stuff added after the [VariableNames] section and modders usually sort new stuff into rules.ini at the right place

same is true for art.ini which usually ends with the [Movies] section and i wouldn't advice adding stuff after it.

your inis are also pretty messed up due to TibEd.
Any of the bugs above could cause unexpected sideeffects like your crashing ChemicalSpecial

_________________
SHP Artist of Twisted Insurrection:  Nod buildings

Public SHPs
X-Mech Calendar (28 Mechs for GDI and Nod)
5 GDI, 5 Nod, 1 Mutant, 1 Scrin unit, 1 GDI building

Tools
Image Shaper______TMP Shop______C&C Executable Modifier

Back to top
View user's profile Send private message
MirceaOfRivia
Medic


Joined: 16 Apr 2019

PostPosted: Sun Jul 21, 2019 1:28 pm    Post subject: Reply with quote  Mark this post and the followings unread

Ok so I've looked into it and all of the issued you have pointed out, they have been addressed in my latest version when moving to the UMP TS client.

Here is a copy of the new files,

Link removed

That version of the mod was created using TibED, that was before talking to this community and you, so yes it's a mess.

The new version is made using Notepad++

I'm sure I've copied the bag from the old version.

Maybe its an issue with the spotlight mechanic or the Vics spawner Warhead.

The bug is in Rules.ini I know that for a fact, and it affects the Action Chem Bomb

Edit*  

Quote:
usually rules.ini ends with the [VariableNames] section, while yours has a fuckton of stuff added after this.
IIRC the game has issues with stuff added after the [VariableNames] section and modders usually sort new stuff into rules.ini at the right place

same is true for art.ini which usually ends with the [Movies] section and i wouldn't advice adding stuff after it.

your inis are also pretty messed up due to TibEd.
Any of the bugs above could cause unexpected sideeffects like your crashing ChemicalSpecial


I didn't know that.
I see, well that gonna take some more work fixing.
I'll get on it. Thanks

_________________


Last edited by MirceaOfRivia on Sun Jul 21, 2019 2:58 pm; edited 1 time in total

Back to top
View user's profile Send private message Visit poster's website ModDB Profile ID YouTube User URL
Lin Kuei Ominae
Seth


Joined: 16 Aug 2006
Location: Germany

PostPosted: Sun Jul 21, 2019 1:52 pm    Post subject: Reply with quote  Mark this post and the followings unread

Quote:
[DRAGON]
Trailer=SMOKEY2
Frames=1
Rotates=yes

[MISLCHEM]
Trailer=TIBEXP23
Voxel=yes
Frames=2

I've never used Frames on projectiles before and also never seen it used.
I doubt it works and especially not with voxels, which don't have frames in the first place

_________________
SHP Artist of Twisted Insurrection:  Nod buildings

Public SHPs
X-Mech Calendar (28 Mechs for GDI and Nod)
5 GDI, 5 Nod, 1 Mutant, 1 Scrin unit, 1 GDI building

Tools
Image Shaper______TMP Shop______C&C Executable Modifier

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [9 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.2051s ][ Queries: 11 (0.0089s) ][ Debug on ]