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

Forum Info
Forum Members: 18,581
Total Threads: 8,669
Posts: 94,547

Administrators:
DeeZire, Redemption

There are currently 46 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-10-2004, 12:32 PM   #1 (permalink)
Senior Member
 
Join Date: Aug 2004
Location: Augsburg, Bavaria, Germany
Posts: 127
Send a message via MSN to theliberator2005 Send a message via Yahoo to theliberator2005
Default SupplyLines and Stealth Detector problem!

Hello,

I have two questions:

1.
How can I activate the StealthDetector module, if I use
StartsDisabled =Yes

EDIT:2. I've tried to give one of our gatheres an SupplyLine-like upgrade!!
But I've noticed, that the ChinookAI module just accepts the AmericaSupplyLines upgrade.
I've tried to work around that and created a dummy object with the GrantUpgradeCreate module!
The button works and the game throws no errors. Worldbuilder also finds no bug!
But when I push the button, it looks like it is building the upgrade, but when it should be ready, nothing happens

I hope someone can help, because this are 2 major problems with our mod (Rise of the Reds).

Thanx in advance!!
theliberator2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-10-2004, 12:39 PM   #2 (permalink)
Senior Member
 
Join Date: Sep 2001
Posts: 1,094
Send a message via ICQ to smurfbizkit Send a message via AIM to smurfbizkit Send a message via MSN to smurfbizkit
Default

from dz's module guide

Code:
StealthDetectorUpdate
[module is hardcoded to display MESSAGE:StealthDiscovered when triggered]
	DetectionRate = [integer, milliseconds]
	DetectionRange = [integer]
	CanDetectWhileGarrisoned = [Yes/No]
	CanDetectWhileContained = [Yes/No]
	ExtraRequiredKindOf = [KindOf]
	ExtraForbiddenKindOf = [KindOf]
	PingSound = [entry from SoundEffects.INI]
	LoudPingSound = [entry from SoundEffects.INI]
	IRParticleSysName = [entry from ParticleSystem.INI]
	IRBrightParticleSysName = [entry from ParticleSystem.INI]
	IRGridParticleSysName = [entry from ParticleSystem.INI]
	IRBeaconParticleSysName = [entry from ParticleSystem.INI]
	IRParticleSysBone = [bone name]
	InitiallyDisabled = [Yes/No]
End
The initially disabled should mean that it needs an upgrade, although I don't see an upgrade tag listed there...so that probably means that the tag is worthless.
smurfbizkit is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-10-2004, 01:08 PM   #3 (permalink)
Senior Member
 
Join Date: Aug 2004
Location: Augsburg, Bavaria, Germany
Posts: 127
Send a message via MSN to theliberator2005 Send a message via Yahoo to theliberator2005
Default

That is the point of the first question! Is the tag worthless or not?

I've tried to circumvent this prob with an createobject update that create a dummy object attached to the original object. This dummy has the StealthDetector module enabled.
But the game wouldn't let my purchase the upgrade, the button is "dead" and the problem lies not within the commandbutton or the upgrade, the problem seems to be the StealthDetector module!

----No one?? Come on!
theliberator2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-15-2004, 05:47 AM   #4 (permalink)
Senior Member
 
Join Date: Aug 2004
Location: Augsburg, Bavaria, Germany
Posts: 127
Send a message via MSN to theliberator2005 Send a message via Yahoo to theliberator2005
Default

Ok problem one is solved (was my fault, forgot the ProductionUpdate module :/ )

But the second one still hurts my brain. I don't really understand, what's wrong with my code.

Has anyone done a workaround for the SupplyLines upgrade before??
Immoman or Deezire possibly???
theliberator2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-15-2004, 09:57 AM   #5 (permalink)
Senior Member
 
Join Date: Dec 2002
Location: Sydney, Australia
Posts: 202
Send a message via MSN to Wize
Default

StartsDisabled=yes is used by one building and one building alone (AFAIK). What "turns it on" is the Strategy Center when you hit Search and Destroy. Observe.

Code:
InitiallyDisabled   = Yes   ; only will be active when search & destroy plan active
Henceforth if you wanted to use it you need to "clear" the Strat Center function (otherwise you would be turning on S&D for the whoever possessed the S&D Function) to be useable.

~Wize/Skywaters
Wize is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-15-2004, 11:37 AM   #6 (permalink)
Senior Member
 
Join Date: Aug 2004
Location: Augsburg, Bavaria, Germany
Posts: 127
Send a message via MSN to theliberator2005 Send a message via Yahoo to theliberator2005
Default

Sorry if I made myself not clear enough.

Problem #1 is solved already.

The SupplyLines upgrade is the one that doesn't work!
theliberator2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-15-2004, 11:45 AM   #7 (permalink)
Member
 
Join Date: Mar 2003
Location: Berlin, Germany
Posts: 69
Send a message via ICQ to Chriz
Default

how do you solved problem #1?
Chriz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-15-2004, 11:59 PM   #8 (permalink)
Senior Member
 
Join Date: Feb 2004
Posts: 872
Default

Yeah Liberator, I would be interested in learning how you did it. Sounds good.

So you said you used a dummy object to be built attached to the first. I would have actually not had it hidden (dummy). Make alittle antennae rise or something. With the Overlord code you would be able to add the Stealth Detect Antennae easily.

That was my guess. I'm curious how you solved it.
Hostile is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-16-2004, 12:29 AM   #9 (permalink)
Senior Member
 
Join Date: Aug 2004
Location: Augsburg, Bavaria, Germany
Posts: 127
Send a message via MSN to theliberator2005 Send a message via Yahoo to theliberator2005
Default

I used the overlord logic, but first I forgot this module:

Behavior = ProductionUpdate ModuleTag_10
MaxQueueEntries = 1
End

It seems to be essential for the ObjectCreationUpgrade module. As soon as I pasted in these three lines, everything worked fine :/

The StartsDisabled trigger of the StealthDetector module is just used for the battleplan logic!
theliberator2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 09-16-2004, 12:51 AM   #10 (permalink)
Senior Member
 
Join Date: Feb 2004
Posts: 872
Default

Good to know. That issue (StartDisabled) was not addressed anywhere here that I saw.
Hostile 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
Stealth only when attacking? SmokeyDaBear Generals & Zero Hour Editing 6 07-13-2006 12:52 PM
Stealth generator Tha family guy Red Alert 2 & Yuri's Revenge Editing 6 04-12-2005 09:09 PM
Group Stealth?! full_circle Generals & Zero Hour Editing 2 02-27-2004 05:18 PM
stealth damo1 Generals & Zero Hour Editing 3 12-18-2003 04:15 PM
Hover Stealth Zoop Generals & Zero Hour Editing 11 04-21-2003 11:36 AM


All times are GMT -4. The time now is 06:21 PM.


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