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 47 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 07-21-2005, 08:17 PM   #1 (permalink)
Junior Member
 
Join Date: Jul 2004
Posts: 8
Default Help with Deathstrike & demo scud storm

Hey guys, I added the demo Scud Storm to Deathstrike cuz I wanted both scud storms. the demo scud storm button is now visible in my fake structures and everythings just the way I want but the problem is that I cant build the scud storm cuz it wants the demo's palace. I want the demo scud storm to be avaliable when i build deathstrike's palace. can anyone help me with this? ow yeah and I have Pro:Gen 2.4 installed....tnx
RyanDunn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-21-2005, 09:09 PM   #2 (permalink)
Senior Member
 
Join Date: Aug 2003
Posts: 134
Default

Change the demo scud storm's prerequisites from something like this:
Code:
  Prerequisites
    Object = Demo_GLAPalace
  End
to something like this:
Code:
  Prerequisites
    Object = Demo_GLAPalace Boss_GLAPalace
  End
I don't know the extact name for deathstrike's palace but just change the Boss_GLAPalace to whatever its named.
GuyInTheWindow is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-22-2005, 12:01 AM   #3 (permalink)
Senior Member
 
Join Date: May 2004
Posts: 303
Send a message via MSN to RedLeader
Default

woah

Prerequisites
Object = Demo_GLAPalace Boss_GLAPalace
End

Makes no sence, that will crash
you want this

Prerequisites
Object = Boss_GLAPalace
End

similar to that, filling name it with correct name
RedLeader is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-22-2005, 07:16 AM   #4 (permalink)
Junior Member
 
Join Date: Jul 2004
Posts: 8
Default

I tried both of your suggestions but it still doesnt work it says like it needs: Palace, Palace
RyanDunn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-22-2005, 08:04 AM   #5 (permalink)
Member
 
Join Date: Jan 2004
Location: philippines
Posts: 53
Default

Deathstrike's palace's object name is GLABoss_GLAPalace not Boss_GLAPalace. You should have checked for this easily yourself by doing a text search on glaboss.ini. That's probably the reason why you cant build the scud after building the palace.
loid is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-22-2005, 06:11 PM   #6 (permalink)
Senior Member
 
Join Date: Aug 2003
Posts: 134
Default

Redleader...
doing this:
Code:
Prerequisites
Object = Demo_GLAPalace Boss_GLAPalace
End
will make the scud storm require the demo gen's palace OR the boss' palace. The strategy center works simular. You can build either the Warfactory or the Airfield, but in progen I think dee made it only work with the Warfactory to be simular the way China's was done. If you look in the original strategy center's prerequisites:
Code:
Prerequisites
    Object = AmericaWarFactory AmericaAirfield
End
Ryan, just follow what Loid said and change the Boss_GLAPalace to GLABoss_GLAPalace so that the code will look like this:

Code:
Prerequisites
 Object = Demo_GLAPalace GLABoss_GLAPalace
End
or if you did it according to Redleader:

Code:
Prerequisites
 Object = GLABoss_GLAPalace
End
GuyInTheWindow is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-24-2005, 05:50 AM   #7 (permalink)
Junior Member
 
Join Date: Jul 2004
Posts: 8
Default

OMG u wont believe me..I did everything like you said and yet there's still something wrong...i dont get it...I tried with GLABoss_GLAPalace and then Demo_GLAPalace GLABoss_GLAPalace an the other way around...i really dont get it..it always needs two palaces..I'm gettin confused.. I'm wondering...does it like have anything to do with the fact that i added a workers command set like something like this: Demo_Command_Construct_GLAScudStorm, I had to do this cuz it was the only way i could build the demo guys scud storm...
RyanDunn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-24-2005, 09:30 AM   #8 (permalink)
Senior Member
 
Join Date: May 2004
Posts: 303
Send a message via MSN to RedLeader
Default

i know, but why put it there if its not on your team?
RedLeader is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-24-2005, 09:46 AM   #9 (permalink)
Member
 
Join Date: Jan 2004
Location: philippines
Posts: 53
Default

Quote:
Originally Posted by RyanDunn";p=&quot View Post
OMG u wont believe me..I did everything like you said and yet there's still something wrong...i dont get it...I tried with GLABoss_GLAPalace and then Demo_GLAPalace GLABoss_GLAPalace an the other way around...i really dont get it..it always needs two palaces..I'm gettin confused.. I'm wondering...does it like have anything to do with the fact that i added a workers command set like something like this: Demo_Command_Construct_GLAScudStorm, I had to do this cuz it was the only way i could build the demo guys scud storm...
Okay follow this steps exactly as your read it.

1. Copy the Demo_GLAScud object code and put it in GLABoss.ini
2. Rename the Demo_GLAScud object you copied into something else like GLABossDemo_GLAScud
3. Edit the newly renamed GLABossDemo_GLAScud prerequisites to use GLABoss_GLAPalace instead of Demo_GLAPalace (it was from Demo so now you have to change it to make it use the GLABoss palace)
4. Make a new command button for the GLABossDemo_GLAScud
5. Put this new command button to the GLABoss worker commandset
loid is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-24-2005, 04:56 PM   #10 (permalink)
Senior Member
 
Join Date: Aug 2003
Posts: 134
Default

Well assuming he might play a demo gen comp, it wouldn't be able to build a scud storm. lol
GuyInTheWindow 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
SCUD Storm Exploit FleetCommand Generals & Zero Hour Editing 2 10-10-2004 10:09 AM
Ironside and Momah Deathstrike KrazyDemon Generals & Zero Hour Editing 3 12-08-2003 09:20 AM
Meteor Storm Alex Red Alert 2 & Yuri's Revenge Editing 2 03-21-2003 08:00 AM
GLA Scud Storm stuff... jonwil Generals & Zero Hour Editing 2 03-17-2003 11:05 PM
Scud Storm Ready Image Zainal Generals & Zero Hour Editing 3 03-14-2003 07:04 PM


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


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