BMac Posted July 5, 2018 Author Share Posted July 5, 2018 Any control over multiclassing/subclass mixing options yet? I'll be looking at that later but if anyone knows now (a dev would be ideal) that would save me time. Cheers. No, we haven't extended that at all yet. It's still just based on the priest/paladin dispositions. @BMac - can we have IconTextureSmall as well please as this is a really great feature You can't add or change small icons yet because they're in texture atlases that require some additional data. I'm hoping to be able to add support for that soon. Hey @BMac, is possible to have two ProficientAbilityID in the same EquippableComponent? E.g.: two modals for the same weapon. No, you can't make a property that isn't an array into an array without changing the code. 2 Link to comment Share on other sites More sharing options...
ferzal Posted July 5, 2018 Share Posted July 5, 2018 (edited) Hey @BMac, is possible to have two ProficientAbilityID in the same EquippableComponent? E.g.: two modals for the same weapon. Given that the answer is no does this sound like a workaround?: ItemMod component - AbilitiesOnEquipIDs [ array ] Make the abilities modal (then either change the weapon proficiency modal ID or suppress it all together (clone it as a separate ability). Yet another one of the components in Items I haven't tested yet. I'm still working on formulating more complex classes, abilities, attacks, statuseffects and AI. (Currently working on an extensive experimental mod that would change the combat system significantly - not to improve it but simply as an alternative gametype). edit: you can do a requirement check for the presence of the profiency skill FurtherUpdate: There "appear" to be itemods in the code for each weapontype just sitting there waiting to be linked from weapon items (little bit of code but you can just code that line in). If the modal ids matched I think they'd line up the UI and only show up on equip. Might be something I mess with sooner rather than later actually. Edited July 5, 2018 by ferzal Link to comment Share on other sites More sharing options...
TT1 Posted July 5, 2018 Share Posted July 5, 2018 (edited) Hey @BMac, is possible to have two ProficientAbilityID in the same EquippableComponent? E.g.: two modals for the same weapon. No, you can't make a property that isn't an array into an array without changing the code. Can you please talk to the devs to make this property an array, if possible? I think 2H weapons are lacking an AoE modal. Could be something like -10 accuracy and apply the same effects of Carnage (full atack + 0.33 damage to other targets) while modal is working. This could add some flavor and make a lot of 2H weapons viable. Edited July 5, 2018 by TT1 1 Link to comment Share on other sites More sharing options...
tonpix Posted July 5, 2018 Share Posted July 5, 2018 Hey @BMac, is possible to have two ProficientAbilityID in the same EquippableComponent? E.g.: two modals for the same weapon. No, you can't make a property that isn't an array into an array without changing the code. Can you please talk to the devs to make this property an array, if possible? I think 2H weapons are lacking an AoE modal. Could be something like -10 accuracy and apply the same effects of Carnage (full atack + 0.33 damage to other targets) while modal is working. This could add some flavor and make a lot of 2H weapons viable. Multiple modals per item sounds really good, I imagine for martial classes it's like changing style of sword play or different autoattacks. I'd definitely love to see it 1 Link to comment Share on other sites More sharing options...
house2fly Posted July 6, 2018 Share Posted July 6, 2018 Multiple modals per item would be great for level-ups as well- I'm comfortably used to using battle axes, I don't want to pick any other proficiencies... but a second battle axe proficiency would be tempting then Link to comment Share on other sites More sharing options...
BMac Posted July 9, 2018 Author Share Posted July 9, 2018 I just want to ask though, for the textures, where can we find the recommended image dimensions for each texture type? There aren't any examples in the exported folder last time I checked. Thanks for pointing that out. The expected dimensions of the various images have been added to the corresponding properties in the online documentation. 2 Link to comment Share on other sites More sharing options...
kilay Posted July 10, 2018 Share Posted July 10, 2018 what does it mean? WildcardString Int32 (string id, gui table) If the effect can be made a wildcard effect by omitting a parameter, the string to use in that case (e.g. "+X All Power Levels" rather than "+X Monk Power Level"). 0 Random Reader'Plinio il Vecchio asseriva che un rimedio alla sbronza fosse quello di mangiare uova crude di gufo' I° secolo D.C. My Mods on Nexus Nexus Mods Translated to Italian Italian Localization Fix PATCH More Custom AI Conditions Enhanced UI - Afflictions and Inspirations Extended Spell TT1 Unique Items More Priest Subclasses_Ondra Hylea Abydon Channeler Cipher Subclass Are you looking for a group of modders ?Request an invite to our Slack group Do you need a mod? Fill this mod request Link to comment Share on other sites More sharing options...
TT1 Posted July 10, 2018 Share Posted July 10, 2018 (edited) I just want to ask though, for the textures, where can we find the recommended image dimensions for each texture type? There aren't any examples in the exported folder last time I checked. Thanks for pointing that out. The expected dimensions of the various images have been added to the corresponding properties in the online documentation. @BMac, any chance of you guys to implement a new attribute RestrictedToRaceIDs on Game.GameData.EquippableComponent? Edited July 10, 2018 by TT1 Link to comment Share on other sites More sharing options...
GravitonGamer Posted July 10, 2018 Share Posted July 10, 2018 I just want to ask though, for the textures, where can we find the recommended image dimensions for each texture type? There aren't any examples in the exported folder last time I checked. Thanks for pointing that out. The expected dimensions of the various images have been added to the corresponding properties in the online documentation. Awesome, thanks! Link to comment Share on other sites More sharing options...
BMac Posted July 11, 2018 Author Share Posted July 11, 2018 what does it mean? Status effects often have variable parameters, e.g. an ArmorRating effect can have a specific damage type it's good against. These parameters can often be omitted to make the effect work against everything, so the Wildcard String is used instead of the Display String when that happens. @BMac, any chance of you guys to implement a new attribute RestrictedToRaceIDs on Game.GameData.EquippableComponent? It's possible if we have time, I'll note it. 2 Link to comment Share on other sites More sharing options...
kilay Posted July 11, 2018 Share Posted July 11, 2018 (edited) that's what i found about image Could be sticky to avoid an useless research? ShipPortrait 200x175 End Game Slide 1840x984 Set Interaction Image expected dimensions are 680x648 for standard SI, 1730x910 for Super SI InnIcons 76x96 LoadingScreens 1920x1440 Bestiary images 400x420 IconTextureLarge The large image to use for the item. Dimensions are not restricted And last question: are the default large icons 100 x 100 like the exported ones from the unity files? Edited July 11, 2018 by kilay Random Reader'Plinio il Vecchio asseriva che un rimedio alla sbronza fosse quello di mangiare uova crude di gufo' I° secolo D.C. My Mods on Nexus Nexus Mods Translated to Italian Italian Localization Fix PATCH More Custom AI Conditions Enhanced UI - Afflictions and Inspirations Extended Spell TT1 Unique Items More Priest Subclasses_Ondra Hylea Abydon Channeler Cipher Subclass Are you looking for a group of modders ?Request an invite to our Slack group Do you need a mod? Fill this mod request Link to comment Share on other sites More sharing options...
BMac Posted July 11, 2018 Author Share Posted July 11, 2018 And last question: are the default large icons 100 x 100 like the exported ones from the unity files? Yes, 100x100 is the standard size for those. 1 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