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

Forum Info
Forum Members: 18,643
Total Threads: 8,744
Posts: 95,520

Administrators:
DeeZire, Redemption

There are currently 16 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 02-06-2004, 05:18 PM   #1 (permalink)
Member
 
Join Date: Jun 2003
Location: Earth
Posts: 93
Send a message via AIM to Zrakh Send a message via MSN to Zrakh Send a message via Yahoo to Zrakh
Default Need help with USAF Carpet Bomber!

I just need to know how to make the Carpet Bomber for USAF have to charge before you can use it, like a super weapon, instead of being instantly available. Is that even possible?
Zrakh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-07-2004, 03:02 AM   #2 (permalink)
Senior Member
 
Join Date: Nov 2003
Location: The Netherlands
Posts: 794
Send a message via MSN to The_Hunter
Default

hm... i'm not sure if that is possible but you could also make a generals power of it that way you can't use it instantly too
The_Hunter is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-07-2004, 04:19 AM   #3 (permalink)
Senior Member
 
Join Date: Feb 2003
Location: USA
Posts: 196
Send a message via AIM to trex238 Send a message via MSN to trex238
Default

First you have to have it have a ReloadTime on the SpecialPower in the SpecialPower.ini file where 1000 = 1 sec. Then you have to make sure that you have SharedSyncedTimer = no enabled as well. Here's two examples

SpecialPower SuperweaponScudStorm ; reload time but charging
Enum = SPECIAL_SCUD_STORM
ReloadTime = 300000 ;time to reload
InitiateSound = ScudStormInitiated
PublicTimer = Yes
ViewObjectDuration = 40000
ViewObjectRange = 250
RadiusCursorRadius = 200 ; align with ObjectCreationList.ini's DeliveryDecalRadius
ShortcutPower = Yes ;Capable of being fired by the side-bar shortcut.
AcademyClassify = ACT_SUPERPOWER ;Considered a powerful special power that a player could fire. Not for simpler unit based powers.
End

SpecialPower SuperweaponArtilleryBarrage ;
Enum = SPECIAL_ARTILLERY_BARRAGE
ReloadTime = 300000
RequiredScience = SCIENCE_ArtilleryBarrage1
InitiateSound = FireArtilleryCannonSound
PublicTimer = No
SharedSyncedTimer = Yes ;says only needs one but is precharged
ViewObjectDuration = 30000
ViewObjectRange = 250
RadiusCursorRadius = 125
ShortcutPower = Yes ;Capable of being fired by the side-bar shortcut.
AcademyClassify = ACT_SUPERPOWER ;Considered a powerful special power that a player could fire. Not for simpler unit based powers.
End

The first says that there can be more than one per side so charge up to prevent sudden Scud Storm once built. The second says only one per side so it is precharged. Its there for play balance issues. That should be it but I haven't had to mess with this for a while.
trex238 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-07-2004, 05:36 AM   #4 (permalink)
Senior Member
 
Join Date: May 2003
Location: Eindhoven, Netherlands
Posts: 2,278
Send a message via ICQ to CodeCat Send a message via MSN to CodeCat
Default

So if you use SharedSyncedTimer = Yes, then you can't have a superweapon charge when you build it?
CodeCat is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-07-2004, 06:56 AM   #5 (permalink)
Senior Member
 
Join Date: Feb 2003
Location: USA
Posts: 196
Send a message via AIM to trex238 Send a message via MSN to trex238
Default

Sorry, sorry I went over that again and it looked confusing to me.

If SharedSyncedTimer is checked yes then the power is pre charged, like a purchased general power. It uses the ReloadTime as the cool down time: use an arty barrage after buying it and you have to wait to use it again.

If SharedSyncedTimer is checked no then the power is not precharged and one must wait to use it: build a nuke silo and 6 min later you have a nuke missile.

The catch is this if yes is checked then only one counter is present (all are synced together). If no is checked then multiple counters are allowed and as a result multiple power uses.

Easiest way to see this is to toss the flag on the radar van. Yes will allow an immediate radar scan once upgraded but only one use every .5 min or so no matter how many vans present. No will allow a use per van after each one recharges.

Hope that makes a little more sense.
trex238 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-07-2004, 07:30 AM   #6 (permalink)
Senior Member
 
Join Date: Feb 2003
Location: USA
Posts: 196
Send a message via AIM to trex238 Send a message via MSN to trex238
Default

If you put it on a super weapon it will still charge but like the air fuel bomb you will have it as soon as it is finished but you only get one shot as in one nuke not as in one shot every thing fires at once (oow nuke storm). But yes it will recharge after each use. It will be like the China carpet bomb or GLA Antrax bomb.
trex238 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-07-2004, 08:41 AM   #7 (permalink)
Senior Member
 
Join Date: May 2003
Location: Eindhoven, Netherlands
Posts: 2,278
Send a message via ICQ to CodeCat Send a message via MSN to CodeCat
Default

Well, you could have the best of both worlds. If you have a power with sharedsyncedtimer = yes, but you want the power to start off empty, then you could set the power on the object to StartsPaused=yes and then Unpause it with UnpauseSpecialPowerUpgrade. At least I think...
CodeCat is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-07-2004, 03:09 PM   #8 (permalink)
Member
 
Join Date: Jun 2003
Location: Earth
Posts: 93
Send a message via AIM to Zrakh Send a message via MSN to Zrakh Send a message via Yahoo to Zrakh
Default

Thanks man, I'll get to work on that, see if I can't make it work. If I get completely desperate could you post a modified version of the carpet bomber's file so that I can use it? I should be able to do it, so I don't want it yet, but just wondering if I end up being too dumb :cry:
Zrakh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-07-2004, 08:03 PM   #9 (permalink)
Member
 
Join Date: Jun 2003
Location: Earth
Posts: 93
Send a message via AIM to Zrakh Send a message via MSN to Zrakh Send a message via Yahoo to Zrakh
Default

Ok, that didn't work, and it wasn't from me being a thicko either, it just isn't what triggers it. I need this though, so if anyone knows how to do this please tell me
Zrakh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-08-2004, 12:38 PM   #10 (permalink)
Member
 
Join Date: Jun 2003
Location: Earth
Posts: 93
Send a message via AIM to Zrakh Send a message via MSN to Zrakh Send a message via Yahoo to Zrakh
Default

Oh come on guys, I need help :cry:
Zrakh 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
DOES ANY ONE KNOW HOW TO ADD A B2 BOMBER tate Red Alert 2 & Yuri's Revenge Editing 17 03-10-2005 08:25 AM
Upgrading from Carpet bomb to Nuke Carpet Bomb FleetCommand Generals & Zero Hour Editing 6 01-21-2005 06:15 PM
Buildable carpet bomber schtoogie Generals & Zero Hour Editing 7 11-22-2004 04:37 PM
Changing stuff about the USAF carpet bomber. Im kinda lost AgmLauncher Generals & Zero Hour Editing 7 06-19-2004 03:37 AM
Dive Bomber!!!!!!!! Comrade-Max Generals & Zero Hour Editing 3 02-27-2004 06:03 PM


All times are GMT -4. The time now is 12:58 AM.


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