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

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline Master-Ex  
#1 Posted : Thursday, June 25, 2015 1:00:48 PM(UTC)
Master-Ex
Private
Joined: 6/25/2015(UTC)
Posts: 6

Thanks: 2 times
Hello Everyone !
In c&c Generals
Can i know how to get 100% cash bounty when killing any unit?
im making a solo player mission with china's army
Could some help me ?
please
i'd be so glad...
thanks!

Edited by user Thursday, June 25, 2015 1:06:14 PM(UTC)  | Reason: Not specified

Sponsor
Offline klingondragon  
#2 Posted : Thursday, June 25, 2015 1:10:47 PM(UTC)
klingondragon
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 4/10/2014(UTC)
Posts: 1,591
United Kingdom
Location: Laniakea; Virgo Supercluster; Local Sheet; Local Group; Milky Way Galaxy; Orion–Cygnus Arm; Gould Belt; Local Bubble; Local Interstellar Cloud; Sol System; Sol III; Europe; United Kingdom of Great Britain and Northen Ireland; Great Britain; England; Essex

Thanks: 16 times
Was thanked: 247 time(s) in 217 post(s)
You cant get it to be 100%
When you set it to 100% it will give you 1 extra $
Add this module to any unit which you start with:
Code:
  Behavior = CashBountyPower ModuleTag_99
    SpecialPowerTemplate    = SpecialAbilityCashBounty3
    Bounty                  = 100%
  End

Then create a script to auto grant cash bounty 3

Edited by user Thursday, June 25, 2015 1:11:49 PM(UTC)  | Reason: Not specified

thanks 1 user thanked klingondragon for this useful post.
Master-Ex on 6/25/2015(UTC)
Offline Master-Ex  
#3 Posted : Thursday, June 25, 2015 5:02:18 PM(UTC)
Master-Ex
Private
Joined: 6/25/2015(UTC)
Posts: 6

Thanks: 2 times
oh sorry,didnt understand it very well
could u tell how to add it to any unit ,example GLAInfantryRebel..
I know that its should be in file "map.ini"
But when i added it the map didnt run...
Offline klingondragon  
#4 Posted : Thursday, June 25, 2015 5:25:39 PM(UTC)
klingondragon
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 4/10/2014(UTC)
Posts: 1,591
United Kingdom
Location: Laniakea; Virgo Supercluster; Local Sheet; Local Group; Milky Way Galaxy; Orion–Cygnus Arm; Gould Belt; Local Bubble; Local Interstellar Cloud; Sol System; Sol III; Europe; United Kingdom of Great Britain and Northen Ireland; Great Britain; England; Essex

Thanks: 16 times
Was thanked: 247 time(s) in 217 post(s)
Something like
Code:
Object GLAInfantryRebel
  Addmodule moduletag_99
(The module I pasted above)
  End
End
thanks 1 user thanked klingondragon for this useful post.
UTD^Force on 7/22/2015(UTC)
Offline Master-Ex  
#5 Posted : Friday, June 26, 2015 12:42:52 PM(UTC)
Master-Ex
Private
Joined: 6/25/2015(UTC)
Posts: 6

Thanks: 2 times
Thanks I got it ....
Thanks very much
Users browsing this topic
Guest (2)
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.