Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

2 Pages12>
Options
Go to last post Go to first unread
Offline Zealot Solari  
#1 Posted : Monday, September 21, 2020 2:03:25 PM(UTC)
Zealot Solari
Private
Joined: 9/21/2020(UTC)
Posts: 2

Was thanked: 1 time(s) in 1 post(s)
Hello everyone.

i'v been trying to make the overlord tank to be able to have 2 upgrades at once (turret and bunker)
but i cant make it work ,if the bunker applied first then the turret wont work and if the turret applies first then the bunker wont work.

i'v tried using (AddModule draw) and (Behavior = TransportContain) to try to merge the bunker with either the tank it self or the turret upgrade (Object ChinaTankOverlordGattlingCannon) and it still same issue the turret will apply first and bunker module wont show or work

here is my ini the highlighted text is the one i edited

Overlord Tank ini


Gatling gun upgrade


Add module that i tried using


i think that the issue is with (FIREPOINT01) bone
i'v been trying to make it work for the past 4 hours with different combinations yet still nothing.

Edited by user Monday, September 21, 2020 2:04:09 PM(UTC)  | Reason: Not specified

Sponsor
Offline Annihilationzh  
#2 Posted : Thursday, November 19, 2020 5:48:22 PM(UTC)
Annihilationzh
General
Joined: 8/2/2008(UTC)
Posts: 1,779
United Kingdom

Thanks: 26 times
Was thanked: 475 time(s) in 331 post(s)
It's not possible to mount two addons at once.

The simplest way to do it would be make the gattling cannon into a gattling bunker. I.E. Add the bunker code and a second draw module.

You can't use AddModule in a mod. That's for Map.ini
If you need help, post in the forum. You'll get help a lot faster than if you send me a PM.

I reject all buddy requests. I don't think 'buddy' needs to be made official. It's not like you're marrying me.
thanks 1 user thanked Annihilationzh for this useful post.
UTD^Force on 11/28/2020(UTC)
Offline NewNightmare  
#3 Posted : Wednesday, December 2, 2020 4:44:30 PM(UTC)
NewNightmare
Colonel
Joined: 5/24/2010(UTC)
Posts: 492

Was thanked: 48 time(s) in 40 post(s)
Funny I randomly logged in because I found my making of comic for the helix upgrade challenge from 2012.
Susprised annihilationzh is still alive and kicking here.

Attaching the comic and artwork, I don't have the original code. Use it as inspiration
File Attachment(s):
UltimateHelixUpgrade.7z (865kb) downloaded 44 time(s).
Offline haggis  
#4 Posted : Monday, December 14, 2020 3:25:47 PM(UTC)
haggis
Private
Joined: 12/9/2020(UTC)
Posts: 37

Thanks: 20 times
Originally Posted by: Annihilationzh Go to Quoted Post
The simplest way to do it would be make the gattling cannon into a gattling bunker. I.E. Add the bunker code and a second draw module.


I'm also interested in this; what do you mean by bunker code? Is it just the contain behavior?

And what do you mean by draw module? Is it this part?

Quote:

Draw = W3DDependencyModelDraw ModuleTag_01
OkToChangeModelColor = Yes
AttachToBoneInContainer = FIREPOINT01

ConditionState = NONE
Model = NVOvrlrd_B
End
ConditionState = REALLYDAMAGED
Model = NVOvrlrd_BD
ParticleSysBone = Smoke01 SmolderingSmoke
ParticleSysBone = Smoke02 SmolderingSmoke
ParticleSysBone = Flame01 SmolderingFire
ParticleSysBone = Flame01 SmolderingFlameCore
ParticleSysBone = Spark01 LiveWireSparks
End
; night
ConditionState = NIGHT
Model = NVOvrlrd_B
End
ConditionState = NIGHT REALLYDAMAGED
Model = NVOvrlrd_BD
ParticleSysBone = Smoke01 SmolderingSmoke
ParticleSysBone = Smoke02 SmolderingSmoke
ParticleSysBone = Flame01 SmolderingFire
ParticleSysBone = Flame01 SmolderingFlameCore
ParticleSysBone = Spark01 LiveWireSparks
End
End


Wouldn't that replace the entire Overlord model so that it no longer has a Gattling gun?
Offline Annihilationzh  
#5 Posted : Monday, December 14, 2020 7:22:18 PM(UTC)
Annihilationzh
General
Joined: 8/2/2008(UTC)
Posts: 1,779
United Kingdom

Thanks: 26 times
Was thanked: 475 time(s) in 331 post(s)
Quote:
I'm also interested in this; what do you mean by bunker code? Is it just the contain behavior?


Overlord addons are seperate units. They're 'passengers' in the overlord. I.E. ChinaTankOverlordBattleBunker, ChinaTankOverlordGattlingCannon, ChinaTankOverlordPropagandaTower

The bunker has a module that allows troops inside.

Quote:
And what do you mean by draw module? Is it this part?

Correct.

Quote:
Wouldn't that replace the entire Overlord model so that it no longer has a Gattling gun?

That code is only for the overlord - not it's turrets.
If you need help, post in the forum. You'll get help a lot faster than if you send me a PM.

I reject all buddy requests. I don't think 'buddy' needs to be made official. It's not like you're marrying me.
Offline haggis  
#6 Posted : Monday, December 14, 2020 9:45:21 PM(UTC)
haggis
Private
Joined: 12/9/2020(UTC)
Posts: 37

Thanks: 20 times
I tried putting the bunker's draw module (quoted above) into the overlord gattling, right after its own draw module; the game won't launch with this (encountered serious error blabla).

Originally Posted by: Annihilationzh Go to Quoted Post
The bunker has a module that allows troops inside.


I copied the bunker's contain module into the overlord gattling module, but it doesn't work in-game. Is it related to the draw module part?


Offline Annihilationzh  
#7 Posted : Monday, December 14, 2020 11:09:36 PM(UTC)
Annihilationzh
General
Joined: 8/2/2008(UTC)
Posts: 1,779
United Kingdom

Thanks: 26 times
Was thanked: 475 time(s) in 331 post(s)
Without seeing your code, I have no idea what you did wrong.
If you need help, post in the forum. You'll get help a lot faster than if you send me a PM.

I reject all buddy requests. I don't think 'buddy' needs to be made official. It's not like you're marrying me.
Offline haggis  
#8 Posted : Monday, December 14, 2020 11:54:07 PM(UTC)
haggis
Private
Joined: 12/9/2020(UTC)
Posts: 37

Thanks: 20 times
Quote:
;------------------------------------------------------------------------------
Object Tank_ChinaTankOverlordGattlingCannon

; *** ART Parameters ***
SelectPortrait = SNGatTower_L
ButtonImage = SNGatTower

;UpgradeCameo1 = Upgrade_Nationalism
UpgradeCameo1 = Upgrade_ChinaUraniumShells
UpgradeCameo2 = Upgrade_ChinaNuclearTanks
;UpgradeCameo4 = NONE
UpgradeCameo5 = Upgrade_ChinaOverlordGattlingCannon


Draw = W3DDependencyModelDraw ModuleTag_01
OkToChangeModelColor = Yes
AttachToBoneInContainer = FIREPOINT01

DefaultConditionState
Model = NVOvrlrd_G
Turret = TURRET01
TurretPitch = TURRETEL
WeaponFireFXBone = PRIMARY Muzzle
WeaponMuzzleFlash = PRIMARY MuzzleFX
WeaponFireFXBone = SECONDARY Muzzle
WeaponMuzzleFlash = SECONDARY MuzzleFX
End
ConditionState = CONTINUOUS_FIRE_SLOW
Model = NVOvrlrd_G
Animation = NVOvrlrd_G.NVOvrlrd_G
AnimationMode = LOOP
AnimationSpeedFactorRange = 0.1 0.1 ;set this state to animate s l o w l y
End
ConditionState = CONTINUOUS_FIRE_MEAN
Model = NVOvrlrd_G
Animation = NVOvrlrd_G.NVOvrlrd_G
AnimationMode = LOOP
AnimationSpeedFactorRange = 0.2 0.2 ;set this state to animate medium-fast
End
ConditionState = CONTINUOUS_FIRE_FAST
Model = NVOvrlrd_G
Animation = NVOvrlrd_G.NVOvrlrd_G
AnimationMode = LOOP
AnimationSpeedFactorRange = 0.3 0.3 ;set this state to animate vryfst
ParticleSysBone = Muzzle01 GattlingMuzzleSmoke
ParticleSysBone = Muzzle02 GattlingMuzzleSmoke
End

ConditionState = REALLYDAMAGED
Model = NVOvrlrd_GD
Turret = TURRET01
TurretPitch = TURRETEL
WeaponFireFXBone = PRIMARY Muzzle
WeaponMuzzleFlash = PRIMARY MuzzleFX
WeaponFireFXBone = SECONDARY Muzzle
WeaponMuzzleFlash = SECONDARY MuzzleFX
ParticleSysBone = Smoke01 SmokeFactionMedium
ParticleSysBone = Smoke02 SmokeFactionMedium
ParticleSysBone = Smoke03 SmokeFactionMedium
ParticleSysBone = SparkM01 SparksMedium
ParticleSysBone = SparkM02 SparksMedium
End
ConditionState = CONTINUOUS_FIRE_SLOW REALLYDAMAGED
Model = NVOvrlrd_GD
Animation = NVOvrlrd_G.NVOvrlrd_G
AnimationMode = LOOP
AnimationSpeedFactorRange = 0.1 0.1 ;set this state to animate s l o w l y
End
ConditionState = CONTINUOUS_FIRE_MEAN REALLYDAMAGED
Model = NVOvrlrd_GD
Animation = NVOvrlrd_G.NVOvrlrd_G
AnimationMode = LOOP
AnimationSpeedFactorRange = 0.2 0.2 ;set this state to animate medium-fast
End
ConditionState = CONTINUOUS_FIRE_FAST REALLYDAMAGED
Model = NVOvrlrd_GD
Animation = NVOvrlrd_G.NVOvrlrd_G
AnimationMode = LOOP
AnimationSpeedFactorRange = 0.3 0.3 ;set this state to animate vryfst
ParticleSysBone = Muzzle01 GattlingMuzzleSmoke
ParticleSysBone = Muzzle02 GattlingMuzzleSmoke
End

Draw = W3DDependencyModelDraw ModuleTag_01
OkToChangeModelColor = Yes
AttachToBoneInContainer = FIREPOINT01

ConditionState = NONE
Model = NVOvrlrd_B
End
ConditionState = REALLYDAMAGED
Model = NVOvrlrd_BD
ParticleSysBone = Smoke01 SmolderingSmoke
ParticleSysBone = Smoke02 SmolderingSmoke
ParticleSysBone = Flame01 SmolderingFire
ParticleSysBone = Flame01 SmolderingFlameCore
ParticleSysBone = Spark01 LiveWireSparks
End
; night
ConditionState = NIGHT
Model = NVOvrlrd_B
End
ConditionState = NIGHT REALLYDAMAGED
Model = NVOvrlrd_BD
ParticleSysBone = Smoke01 SmolderingSmoke
ParticleSysBone = Smoke02 SmolderingSmoke
ParticleSysBone = Flame01 SmolderingFire
ParticleSysBone = Flame01 SmolderingFlameCore
ParticleSysBone = Spark01 LiveWireSparks
End
End

End

; ***DESIGN parameters ***
Side = ChinaTankGeneral
EditorSorting = SYSTEM
TransportSlotCount = 1
WeaponSet
Conditions = None
Weapon = PRIMARY GattlingBuildingGun
Weapon = SECONDARY GattlingBuildingGunAir
PreferredAgainst = SECONDARY BALLISTIC_MISSILE AIRCRAFT
End

ArmorSet
Conditions = None
Armor = InvulnerableAllArmor ; We can't be hurt on the field. We share damage from the Overlord with his damage module
End
VisionRange = 200

; *** AUDIO Parameters ***
UnitSpecificSounds
TurretMoveStart = NoSound
TurretMoveLoop = NoSound ;TurretMoveLoop
VoiceRapidFire = NoSound
End

; *** ENGINEERING Parameters ***
KindOf = PRELOAD PORTABLE_STRUCTURE CAN_ATTACK ATTACK_NEEDS_LINE_OF_SIGHT CLICK_THROUGH IGNORED_IN_GUI
Body = StructureBody ModuleTag_02
MaxHealth = 100.0
InitialHealth = 100.0
End

Behavior = VeterancyGainCreate ModuleTag_07
StartingLevel = VETERAN
End

Behavior = AIUpdateInterface ModuleTag_03
Turret
ControlledWeaponSlots = PRIMARY SECONDARY
TurretTurnRate = 60 // turn rate, in degrees per sec
TurretPitchRate = 60
AllowsPitch = Yes
End
AutoAcquireEnemiesWhenIdle = Yes
End

Behavior = TransportContain ModuleTag_03
Slots = 5
PassengersAllowedToFire = Yes
AllowInsideKindOf = INFANTRY
InitialPayload = Tank_ChinaInfantryTankHunter 5
EnterSound = GarrisonEnter
ExitSound = GarrisonExit
DamagePercentToUnits = 50%
End


Behavior = DestroyDie ModuleTag_04
;nothing
End

Behavior = WeaponBonusUpgrade ModuleTag_05
TriggeredBy = Upgrade_ChinaChainGuns
End

Behavior = StealthDetectorUpdate ModuleTag_06
DetectionRate = 500 ; how often to rescan for stealthed things in my sight (msec)
;DetectionRange = ??? ; Defaults to VisionRange
CanDetectWhileContained = Yes
End

Geometry = BOX
GeometryMajorRadius = 8.0
GeometryMinorRadius = 8.0
GeometryHeight = 9.0
GeometryIsSmall = No
Shadow = SHADOW_VOLUME
ShadowSizeX = 45 ; minimum elevation angle above horizon. Used to limit shadow length

End


Things I added are in bold/italic. The draw portion causes the game not to launch, and without it the game launches but the contain portion doesn't do anything.

Edited by user Monday, December 14, 2020 11:55:17 PM(UTC)  | Reason: Not specified

Offline Annihilationzh  
#9 Posted : Tuesday, December 15, 2020 10:30:31 AM(UTC)
Annihilationzh
General
Joined: 8/2/2008(UTC)
Posts: 1,779
United Kingdom

Thanks: 26 times
Was thanked: 475 time(s) in 331 post(s)
Crash: You put the second draw module inside the first draw module.

Fix: See the "End" immediately after your bolded draw module? Move it up above the bolded section.

Also your ModuleTags all need to be different. You have two ModuleTag_01 and two ModuleTag_03. It won't cause a crash but it can cause glitches. It doesn't matter what they're called: ModuleTag_X, Module_01, Tag_01. As long as they're all different.

I can think of quite a few reasons for why the contain is not working, and both of these issues are possible reasons.
If you need help, post in the forum. You'll get help a lot faster than if you send me a PM.

I reject all buddy requests. I don't think 'buddy' needs to be made official. It's not like you're marrying me.
Offline haggis  
#10 Posted : Wednesday, December 16, 2020 3:16:06 PM(UTC)
haggis
Private
Joined: 12/9/2020(UTC)
Posts: 37

Thanks: 20 times
Originally Posted by: Annihilationzh Go to Quoted Post
I can think of quite a few reasons for why the contain is not working, and both of these issues are possible reasons.


Fixed the crash issue as you instructed and changed the module tag to 08, but the contain still doesn't work. What are the other possible reasons?

Is it related to weaponset? I've added a tertiary weapon to the Overlord itself which works fine, but I tried adding a tertiary weapon to the Overlord gattling gun and it wouldn't work. Are these issues related?
Offline Annihilationzh  
#11 Posted : Wednesday, December 16, 2020 3:38:07 PM(UTC)
Annihilationzh
General
Joined: 8/2/2008(UTC)
Posts: 1,779
United Kingdom

Thanks: 26 times
Was thanked: 475 time(s) in 331 post(s)
Quote:
Are these issues related?

They are. I didn't even notice before but you're using the Tank_ChinaTankOverlordGattlingCannon. It's unused. The Tank general's overlord uses the regular overlord gattling cannon.
If you need help, post in the forum. You'll get help a lot faster than if you send me a PM.

I reject all buddy requests. I don't think 'buddy' needs to be made official. It's not like you're marrying me.
thanks 1 user thanked Annihilationzh for this useful post.
haggis on 12/16/2020(UTC)
Offline haggis  
#12 Posted : Wednesday, December 16, 2020 4:00:01 PM(UTC)
haggis
Private
Joined: 12/9/2020(UTC)
Posts: 37

Thanks: 20 times
Originally Posted by: Annihilationzh Go to Quoted Post
Quote:
Are these issues related?

The Tank general's overlord uses the regular overlord gattling cannon.


I... didn't see that one coming.

Since I already changed Tank_ChinaTankOverlordGattlingCannon, would it be easier for me to change the Emperor to use that one? This unused object would just be a carbon copy of the other one so there'd be no harm right?

I tried exactly that in the Emperor code:

Quote:

Behavior = ObjectCreationUpgrade ModuleTag_07
UpgradeObject = OCL_Tank_OverlordGattlingCannon
TriggeredBy = Upgrade_ChinaOverlordGattlingCannon
;ConflictsWith = Upgrade_ChinaOverlordBattleBunker
End


The contain now works (there's no button to move the infantry out but I'd need to edit the command inis for that; doesn't show the "pips" for the amount of inf in it, but it's not a huge issue), but the gattling cannon is completely gone - no model, no shooting.

I think it's due to us drawing the bunker thing over the gattling thing?

EDIT

I'm not sure the contain actually works (was playing with other secondary weapons), testing now

EDIT2

Yeah contain doesn't work either, so I guess my tweak didn't generate the correct object. How should the syntax actually work?

Edited by user Wednesday, December 16, 2020 4:14:36 PM(UTC)  | Reason: Not specified

Offline Annihilationzh  
#13 Posted : Wednesday, December 16, 2020 4:16:35 PM(UTC)
Annihilationzh
General
Joined: 8/2/2008(UTC)
Posts: 1,779
United Kingdom

Thanks: 26 times
Was thanked: 475 time(s) in 331 post(s)
Quote:
OCL_Tank_OverlordGattlingCannon


That needs to be defined in ObjectCreationList.ini. Have you done that?

Edited by user Wednesday, December 16, 2020 4:33:33 PM(UTC)  | Reason: Not specified

If you need help, post in the forum. You'll get help a lot faster than if you send me a PM.

I reject all buddy requests. I don't think 'buddy' needs to be made official. It's not like you're marrying me.
thanks 1 user thanked Annihilationzh for this useful post.
haggis on 12/16/2020(UTC)
Offline haggis  
#14 Posted : Wednesday, December 16, 2020 4:31:37 PM(UTC)
haggis
Private
Joined: 12/9/2020(UTC)
Posts: 37

Thanks: 20 times
Originally Posted by: Annihilationzh Go to Quoted Post
Quote:
OCL_Tank_OverlordGattlingCannon


That needs to be defined in ObjectCreationList.ini. Have you done that?


Oh, that did the trick.

I know that the correct object was generated due to the bunkergattling being drawn on the model, the contain still doesn't work however.
Offline Annihilationzh  
#15 Posted : Wednesday, December 16, 2020 4:35:06 PM(UTC)
Annihilationzh
General
Joined: 8/2/2008(UTC)
Posts: 1,779
United Kingdom

Thanks: 26 times
Was thanked: 475 time(s) in 331 post(s)
Quote:
I know that the correct object was generated due to the bunkergattling being drawn on the model, the contain still doesn't work however.

I'm thinking this has something to do with it:

Quote:
The contain now works (there's no button to move the infantry out but I'd need to edit the command inis for that; doesn't show the "pips" for the amount of inf in it, but it's not a huge issue), but the gattling cannon is completely gone - no model, no shooting.

This is not normal and it shouldn't be happening.

Have you been editing the overlord's OverlordContain module?
If you need help, post in the forum. You'll get help a lot faster than if you send me a PM.

I reject all buddy requests. I don't think 'buddy' needs to be made official. It's not like you're marrying me.
Offline haggis  
#16 Posted : Wednesday, December 16, 2020 4:38:08 PM(UTC)
haggis
Private
Joined: 12/9/2020(UTC)
Posts: 37

Thanks: 20 times
Correction: the contain works. It's just the InitialPayload part that doesn't work, probably because this is an object and not an unit?

In my previous testing where the pips didn't show, the contain didn't work, I just thought it was tankhunters shooting when it was actually the other secondary weapon I was messing around with that shot the rockets.
Offline Annihilationzh  
#17 Posted : Wednesday, December 16, 2020 4:57:22 PM(UTC)
Annihilationzh
General
Joined: 8/2/2008(UTC)
Posts: 1,779
United Kingdom

Thanks: 26 times
Was thanked: 475 time(s) in 331 post(s)
See the avenger's OverlordContain. It starts with its portable structure.
If you need help, post in the forum. You'll get help a lot faster than if you send me a PM.

I reject all buddy requests. I don't think 'buddy' needs to be made official. It's not like you're marrying me.
thanks 1 user thanked Annihilationzh for this useful post.
haggis on 12/16/2020(UTC)
Offline haggis  
#18 Posted : Wednesday, December 16, 2020 5:47:12 PM(UTC)
haggis
Private
Joined: 12/9/2020(UTC)
Posts: 37

Thanks: 20 times
I added that line and commented out ObjectCreationUpgrade, somehow it doesn't work:

Quote:

Behavior = OverlordContain ModuleTag_06 ; Like Transport, but when full, passes transport queries along to first passenger (redirects like tunnel)
Slots = 1
DamagePercentToUnits = 100%
AllowInsideKindOf = PORTABLE_STRUCTURE
PassengersAllowedToFire = Yes
PassengersInTurret = Yes ; My passengers ride in my turret, that's where the Firepoint bones are
PayloadTemplateName = Tank_OverlordGattlingCannon
ExperienceSinkForRider = Yes ; I get the Exp for things my turret friend kills
End


EDIT oh wait the name is wrong, brb testing again...

EDIT 2

With the correct name it works (tank spawns with the gattlingbunker), but the InitialPayload part still doesn't work.

Also, somewhat related question: is it possible to have a mix of different unit types in InitialPayload, generally speaking?

Another somewhat related question: are overlordcontain and (regular) contain behaviors the only ways to bypass the weaponset limit of 3 weapons per unit?

Edited by user Wednesday, December 16, 2020 5:55:26 PM(UTC)  | Reason: Not specified

Offline Annihilationzh  
#19 Posted : Wednesday, December 16, 2020 6:59:27 PM(UTC)
Annihilationzh
General
Joined: 8/2/2008(UTC)
Posts: 1,779
United Kingdom

Thanks: 26 times
Was thanked: 475 time(s) in 331 post(s)
Quote:
With the correct name it works (tank spawns with the gattlingbunker), but the InitialPayload part still doesn't work.

Is the InitialPayload on the overlord or on the bunker? Personally, I'd try it on the bunker.

Quote:
Also, somewhat related question: is it possible to have a mix of different unit types in InitialPayload, generally speaking?

Not directly. But you can get it done via OCLs.

Code:
ObjectCreationList OCL_BunkerTroops
  CreateObject
    ObjectNames       = AmericaInfantryRanger
    Count             = 1
    ContainInsideSourceObject = Yes
  End
  CreateObject
    ObjectNames       = Infa_ChinaInfantryMiniGunner
    Count             = 4
    ContainInsideSourceObject = Yes
  End
End


You can then use ObjectCreationUpgrade to spawn the OCL. And if you don't want it to require an upgrade then you can give them the upgrade for free (see Dr Thrax's Command Center - he gets anthrax beta for free).

Quote:
Another somewhat related question: are overlordcontain and (regular) contain behaviors the only ways to bypass the weaponset limit of 3 weapons per unit?

Yes AFAIK - unless you count things like drones.

Edited by user Wednesday, December 16, 2020 7:00:17 PM(UTC)  | Reason: Not specified

If you need help, post in the forum. You'll get help a lot faster than if you send me a PM.

I reject all buddy requests. I don't think 'buddy' needs to be made official. It's not like you're marrying me.
thanks 1 user thanked Annihilationzh for this useful post.
haggis on 12/16/2020(UTC)
Offline haggis  
#20 Posted : Wednesday, December 16, 2020 7:36:45 PM(UTC)
haggis
Private
Joined: 12/9/2020(UTC)
Posts: 37

Thanks: 20 times
Originally Posted by: Annihilationzh Go to Quoted Post
Is the InitialPayload on the overlord or on the bunker? Personally, I'd try it on the bunker.


It's on the bunker yeah.

Quote:
Not directly. But you can get it done via OCLs.


I'd still like to find a way to make InitialPayload work for the above issue, but if it can't happen, I can use OCLs to populate the bunker correct? Either initially or thru an upgrade button?
Users browsing this topic
Guest
2 Pages12>
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.