Project Perfect Mod Forums
:: Home :: Get Hosted :: PPM FAQ :: Forum FAQ :: Privacy Policy :: Search :: Memberlist :: Usergroups :: Register :: Profile :: Log in to check your private messages :: Log in ::


The time now is Fri Apr 19, 2024 11:33 am
All times are UTC + 0
good day guys i want help in my first mod
Moderators: Global Moderators
Post new topic   Reply to topic Page 1 of 1 [3 Posts] Mark the topic unread ::  View previous topic :: View next topic
Author Message
KARIM2008
Civilian


Joined: 31 May 2008

PostPosted: Sat May 31, 2008 11:28 pm    Post subject:  good day guys i want help in my first mod Reply with quote  Mark this post and the followings unread

i want when i create avatar in the game the avatar is completely upgraded with the four commandeer upgrades
if any one know any solution for this tell me because i search in this case a lot but nothing

Back to top
View user's profile Send private message
Golan
Flamethrower


Joined: 21 Nov 2007

PostPosted: Sun Jun 01, 2008 6:24 am    Post subject: Reply with quote  Mark this post and the followings unread

Just add a GrantUpgradeCreate for each of the Avatar´s upgrades to its behaviors.

It should look like this:
Code:
   [...]
            </WeaponSlotTurret>
         </WeaponSetUpdate>

         <GrantUpgradeCreate
            id="ModuleTag_GrantBeamUpgradeCreate"
            UpgradeToGrant="Upgrade_AvatarBeamCannon"
            GiveOnBuildComplete="true"/>
         <GrantUpgradeCreate
            id="ModuleTag_GrantFlameUpgradeCreate"
            UpgradeToGrant="Upgrade_AvatarFlamer"
            GiveOnBuildComplete="true"/>
         <GrantUpgradeCreate
            id="ModuleTag_GrantInvisUpgradeCreate"
            UpgradeToGrant="Upgrade_AvatarInvisibility"
            GiveOnBuildComplete="true"/>
         <GrantUpgradeCreate
            id="ModuleTag_GrantStealthUpgradeCreate"
            UpgradeToGrant="Upgrade_AvatarStealthDetect"
            GiveOnBuildComplete="true"/>

         <ModelConditionUpgrade
            id="ModuleTag_BeamModel"
            AddTempConditionFlag="USER_1"
   [...]

Back to top
View user's profile Send private message
KARIM2008
Civilian


Joined: 31 May 2008

PostPosted: Sun Jun 01, 2008 7:14 am    Post subject: thanks for the code and location Reply with quote  Mark this post and the followings unread

you will be pleased when you see it in my mode

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [3 Posts] Mark the topic unread ::  View previous topic :: View next topic
 
Share on TwitterShare on FacebookShare on Google+Share on DiggShare on RedditShare on PInterestShare on Del.icio.usShare on Stumble Upon
Quick Reply
Username:


If you are visually impaired or cannot otherwise answer the challenges below please contact the Administrator for help.


Write only two of the following words separated by a sharp: Brotherhood, unity, peace! 

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © phpBB Group

[ Time: 0.1500s ][ Queries: 11 (0.0072s) ][ Debug on ]