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

Notification

Icon
Error

Options
Go to last post Go to first unread
Offline menard  
#1 Posted : Thursday, January 2, 2020 6:12:40 PM(UTC)
menard
Major
Joined: 8/29/2014(UTC)
Posts: 105
Philippines
Location: Planet of the Apes

Thanks: 4 times
Was thanked: 6 time(s) in 5 post(s)
i want to know more about this code in so many time that i consume but i cant finish totally my Tanya Model
UserPostedImage

Edited by user Thursday, January 2, 2020 6:14:54 PM(UTC)  | Reason: Not specified

Sponsor
Offline menard  
#2 Posted : Thursday, January 2, 2020 6:33:56 PM(UTC)
menard
Major
Joined: 8/29/2014(UTC)
Posts: 105
Philippines
Location: Planet of the Apes

Thanks: 4 times
Was thanked: 6 time(s) in 5 post(s)
where can i learn FactionUnit ini coding i want to finish my beloved tanya my favorite character in redalert yuris revenge

Edited by user Friday, January 3, 2020 5:21:38 AM(UTC)  | Reason: Not specified

Offline menard  
#3 Posted : Friday, January 3, 2020 5:24:11 AM(UTC)
menard
Major
Joined: 8/29/2014(UTC)
Posts: 105
Philippines
Location: Planet of the Apes

Thanks: 4 times
Was thanked: 6 time(s) in 5 post(s)
CommieDog my master where are you come out
Offline AdrianeMapMaker  
#4 Posted : Friday, January 3, 2020 7:11:17 AM(UTC)
AdrianeMapMaker
General
C&C Labs Staff: Labs Staff MemberMaps Staff: Maps Staff Member
Joined: 3/8/2016(UTC)
Posts: 1,156
Philippines

Thanks: 312 times
Was thanked: 185 time(s) in 149 post(s)
Originally Posted by: Menard Go to Quoted Post
What is AliasConditionState in ini code

Its a shorcut code

example:
Code:
    
;Example 1:basically this tell that RUBBLE state will be the same as REALLYDAMAGED
ConditionState = REALLYDAMAGED
      Model = AVTomahawk_D
    End
    AliasConditionState = RUBBLE


;Example 2:basically this tell that DAMAGED NIGHT GARRISONED will be also REALLYDAMAGED NIGHT GARRISONED
    ConditionState    = DAMAGED NIGHT GARRISONED
      Model         = CBTower03_DNG
      Animation     = CBTower03_DNG.CBTower03_DNG
      AnimationMode = LOOP
    End
    AliasConditionState    = REALLYDAMAGED NIGHT GARRISONED

its useful when you dont want create new models per state - and you just want to use same models for different states


Originally Posted by: Menard Go to Quoted Post
where can i learn FactionUnit ini coding i want to finish my beloved tanya my favorite character in redalert yuris revenge



you can check AmericaInfantry.ini to edit the code of burton and create tanya from there

A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb

UserPostedImage





thanks 1 user thanked AdrianeMapMaker for this useful post.
CommieDog on 1/4/2020(UTC)
Offline menard  
#5 Posted : Friday, January 3, 2020 2:30:46 PM(UTC)
menard
Major
Joined: 8/29/2014(UTC)
Posts: 105
Philippines
Location: Planet of the Apes

Thanks: 4 times
Was thanked: 6 time(s) in 5 post(s)
Originally Posted by: adrianemapmaker Go to Quoted Post
Originally Posted by: Menard Go to Quoted Post
What is AliasConditionState in ini code

Its a shorcut code

example:
Code:
    
;Example 1:basically this tell that RUBBLE state will be the same as REALLYDAMAGED
ConditionState = REALLYDAMAGED
      Model = AVTomahawk_D
    End
    AliasConditionState = RUBBLE


;Example 2:basically this tell that DAMAGED NIGHT GARRISONED will be also REALLYDAMAGED NIGHT GARRISONED
    ConditionState    = DAMAGED NIGHT GARRISONED
      Model         = CBTower03_DNG
      Animation     = CBTower03_DNG.CBTower03_DNG
      AnimationMode = LOOP
    End
    AliasConditionState    = REALLYDAMAGED NIGHT GARRISONED

its useful when you dont want create new models per state - and you just want to use same models for different states


more sample please and make some good point to use the AliasConditionState Code this is not really clear for me sorry for that im noob in coding

Edited by user Friday, January 3, 2020 2:31:29 PM(UTC)  | Reason: Not specified

Users browsing this topic
Guest
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.