Mattdog_222 Posted June 11, 2019 Share Posted June 11, 2019 Could we get a toggle option in the appearance section of our weapons to automatically copy warframe colors? I think that'd be cool. Link to comment Share on other sites More sharing options...
Angry.Rabbit Posted June 11, 2019 Share Posted June 11, 2019 I think that's in-game already Mattdog. Arsenal>[weapon]>Appearance>Copy Warframe Colors. It's not a toggle, but you can choose/change up to 3 color schemes (A, B, C on top left). Link to comment Share on other sites More sharing options...
Mattdog_222 Posted June 14, 2019 Author Share Posted June 14, 2019 So I have no clue how any coding works and this wouldn't include the GUI coding (picture of it though below) for the option but this is kind of a rough outline of how it could possibly work (obviously with someone who knows how to code to fix it) Rule: Primary ACWC Event: Ongoing - Each PlayerConditions: Event_Player='Switched_Frames' 'auto_copy_warframe_colors'(@class='primary')=trueActions: weapon(class='primary')=copy_warframe_colorsRule: Secondary ACWC Event: Ongoing - Each PlayerConditions: Event_Player='Switched_Frames' 'auto_copy_warframe_colors'(@class='secondary')=trueActions: weapon(class='secondary')=copy_warframe_colorsRule: Melee ACWC Event: Ongoing - Each PlayerConditions: Event_Player='Switched_Frames' 'auto_copy_warframe_colors'(@class='melee')=trueActions: weapon(class='melee')=copy_warframe_colorsRule: Companion ACWC Event: Ongoing - Each PlayerConditions: Event_Player='Switched_Frames' 'auto_copy_warframe_colors'(@class='companion')=true companion=/='kubrow' companion=/='kavat'Actions: companion=copy_warframe_colors Where when you change frames it then also checks to see which auto copies are set to true, and then executes a copy warframe color command onto that/those specific slot(s). This is how the gui with the toggle switch would look for it theoretically: Link to comment Share on other sites More sharing options...
Darth_Predator Posted June 14, 2019 Share Posted June 14, 2019 That might be convenient. But depending on what colors and what weapon you use, the result can turn out to be looking bad.Then switch colors between secondary and tretiary and bam = looks great. So auto is not always better. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now