logo   login
right
Home Forums Downloads Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Forum Info
Forum Members: 18,677
Total Threads: 8,798
Posts: 95,842

Administrators:
DeeZire, Redemption

There are currently 24 users online.
Partner Links

Free Credit Repair

Learn the Ticket Broker Secrets
Advertisements


Generals & Zero Hour Editing Discuss any modding related issues to do with Generals and Zero Hour here.

Reply
 
LinkBack Thread Tools
Old 09-01-2008, 09:37 PM   #1 (permalink)
Senior Member
 
Join Date: Jan 2008
Posts: 114
Default upgrade issue

i added a new upgrade, commandset and command button but it didnt recognise "object_upgrade" as part of the index list for an armorset upgrade.

i had written it as : armorset
conditions = OBJECT_UPGRADE
armor = newarmor
DamageFX = StructureDamageFXNoShake
End


i added an armorupgrade module but that seems to work as PLAYER_UPGRADE only ie the usa composite armor.

i know i could do a maxhealthupgrade but i wanted to alter the behaviour as well as increase the health, just for that extra kick.

basically i'm trying to upgrade the glastingersite to have weapons and new armor, available after a certain structure or science is available but it just doesnt seem to like either of them.

since is has spawns_are_the_weapons it wont accept a weaponset it seems.

I tried weaponset, conditions = none, end

both with and without a primary weapon slot, and using the listeningoutpostdummyweapon in the slot. didnt accept it.

when i tried just having the weaponset as conditions = OBJECT_UPGRADE it didnt like that either.

for a workaround i'm guessing i could try having it spawn a new kind of infantry with the weapons i'm after, triggered by a commandbutton which requires a player_upgrade but wasnt quite what i had in mind.

and i wanted this armorset upgrade and maxhealth to be triggered by object_upgrade as i want each one to be done individually, but seems like that just isnt possible. any suggestions?

i'm thinking an OCL replace, but that may interfere with my other idea.

which is that it can gain exp and gain some heroic behaviours, which i'm guessing means adding KINDOF vehicle to it maybe and the experience value/required fields.

and possibly also garrisonable, tho might scrap that to save runtime.

in short i feel that the GLA defence structures are weak and useless and wanted to give them the option of an expensive upgrade, more immune if receiving a massive tank rush, but not too powerful and cheap that it'd encourage turtling. Neither of the other two sides has a defence structure which is rendered completely useless by sniper fire or building clearing weapons right now.


i want this stinger site to be clearable by sniper etc as standard, but much better armored and armed, but able to gain exp and therefore new behaviours.
mikeyc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-01-2008, 09:45 PM   #2 (permalink)
Member
 
Mr_Muzzle's Avatar
 
Join Date: Aug 2008
Location: United Kingdom
Posts: 60
Default

Why not upgrade the StingerSoldier's weaponset?
What did it say in Upgrade.ini?

Last edited by Mr_Muzzle; 09-01-2008 at 09:52 PM..
Mr_Muzzle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-01-2008, 10:03 PM   #3 (permalink)
Senior Member
 
Join Date: Jan 2008
Posts: 114
Default

good point but what i have in mind might really unbalance the game if all the stinger soldiers got it.

mind you i've already unbalanced heavily in favour of usa so this might be a good plan.

i'm just wondering whether it would work if i removed spawns_are_the_weapons from kindof.

firebase has the same thing but it already starts with a weaponset, the stingersite doesnt.

maybe its because the stinger site doesnt start with a weaponlaunchbone but i thought that just meant the animations wouldnt work, not have an effect on the properties.

its not a modelling error far as i know but tbh i dont know diddly el squat.
mikeyc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-01-2008, 10:17 PM   #4 (permalink)
Member
 
Mr_Muzzle's Avatar
 
Join Date: Aug 2008
Location: United Kingdom
Posts: 60
Default

Try making a self-destruct weapon for the stinger site, if it works then you'll know it can accept a weaponset, I'm guessing it can because like you said, the firebase has SPAWNS_ARE_THE_WEAPONS and also has a weaponset. For the soldiers, you could make the stinger site like a firebase so you have to garrison them individually, or allow them to gain veterancy and give them weaponset upgrades at each level.
Mr_Muzzle is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-01-2008, 11:45 PM   #5 (permalink)
Senior Member
 
Join Date: Jul 2008
Location: Jakarta, Indonesia
Posts: 298
Default

Do you want to make a unit recieve bonus armor with an object upgrade? There is no OBJECT_UPGRADE condition, just use PLAYER_UPGRADE condition. And don't forget to put Armor Upgrade module. Just fill the TriggeredWith string with the object upgrade.
n5p29 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-02-2008, 08:32 AM   #6 (permalink)
Senior Member
 
Join Date: Jan 2008
Posts: 114
Default

@n5p29 erm not sure what you mean. i want each individual one to be upgradeable like china creating mines round buildings.

@ mr muzzle yeah might well do it actually. ta
mikeyc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-02-2008, 09:57 AM   #7 (permalink)
Senior Member
 
Join Date: Jan 2008
Posts: 777
Default

You are confusing types of upgrade with weaponset and armorset conditions, they are not the same.
beng is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-02-2008, 10:42 AM   #8 (permalink)
Senior Member
 
Join Date: Jan 2008
Posts: 114
Default

so i'm beginning to see.

i take it using overlord contain and object creation might work then?

ie weapon upgrade done by portable_structure and overlordcontain, once the bones are added to it...

and armor by an invisible object which is just larger than the stinger site with a deathweapon which kills the stinger site? or could just go the easier way and have the upgrade trigger a maxhealthupgrade.
mikeyc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-02-2008, 10:50 AM   #9 (permalink)
Senior Member
 
Join Date: Jan 2008
Posts: 777
Default

Simply give your stinger site upgrade armor set and armorsetupgrade module and max health if you like, that's all you need to do.

If you want it to fire weapons then it needs an AI module as the AI is what fires the weapons.
beng is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-02-2008, 11:13 AM   #10 (permalink)
Senior Member
 
Join Date: Jan 2008
Posts: 114
Default

doh.

makes sense. i want it to be an object upgrade though so it only effects individual stinger sites and works like a camo net style upgrade though not for stealth.

i'm just playing guantanamo bay now... f me i didnt expect this much, it looks epic.
mikeyc is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 09:22 PM.


Design By: Miner Skinz.com
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.