doesn't appear to be possible without modifying/MPQ importing the SC2Layout files from Core.SC2Mod. It's a shame, too, because I thought for all this time that we'd be able to. Maybe Blizzard in the future will make the minimap a separate layout from the command console and add functionality to move it where we want it.
@OP: I've been trying to figure out the same thing tonight, and can't seem to get it to properly launch the second/third/etc. beam from the proper locations
saltygrapes how are you trying to do that? it seems like it would just be a simple gamestrings key wouldnt it?
no, there is no mouse-hover tooltip for the hero attributes defined in the UI files
if you hover your mouse over the equipment icons of a hero, it shows a tooltip detailing your weapon damage, range, armor, etc. if I put my mouse over an attribute, I want a tooltip to show up showing what that attribute does. that's not defined in the UI files, as the attributes are just simply text labels in the hero info pane . as opposed to the equipment icons which have defined tooltips for mouse hovering. just inputting a string for the attribute's behavior isn't going to do anything AFAIK without the proper UI modification
yea I tried setting that stuff up myself but got stuck cause I didn't know the token directives worked like that. good thing that someone else figured it out cause I was getting tired of trying
im also trying to get tooltips onto the attributes that show what they modify as well as getting the attributes to modify the unit's weapons themselves (like how Bunker's behavior modifys the units weapon range) but its not going so well.........
Well I see that there is a set of functions for manipulating the catalog XML data, but the only function found is CatalogFieldValueGet, which allows you to pull an int or a string. Would it be correct to assume there'd be other functions related to this allowing for actual dynamic change in the game data? (ie if someone wants to create a "Haste" stat which lowers the cooldown of their abilities based on how much of this stat they possess)
However within the Data files themselves, it seems like there are strict parameters on what you can input into a "Value" field, or the value will default.
If, for example, someone wanted to make their PsiStormDamage Effect deal damage each period equal to their health points, it would seem as if you CAN'T actually reference a trigger-defined real value in the effect's damage value field (or even make a reference to a value elsewhere in the data files as seen in the example above). Do you guys see this as an unknown, considering there may be functionality there that we have yet to discover (as none of the core game abilities would be using this type of functionality), or do you think Blizzard is going to be leaving that kind of stuff to triggers again this time around?
0
posted these everywhere else, may as well post them here
none of them good but all WIP so whatever :D
Mad WIP: no way to add sky = ftl
0
doesn't appear to be possible without modifying/MPQ importing the SC2Layout files from Core.SC2Mod. It's a shame, too, because I thought for all this time that we'd be able to. Maybe Blizzard in the future will make the minimap a separate layout from the command console and add functionality to move it where we want it.
oh well
0
missiles =/= beams
@OP: I've been trying to figure out the same thing tonight, and can't seem to get it to properly launch the second/third/etc. beam from the proper locations
0
@vjeux: Go
sweet, so I assume the Catalog natives will allow us to dynamically modify data in-game?
That's freaking huge.
So are all the options for Dialogs. Can't wait to mess around with the in-game UI as such.
Also, what the hell is all the "Planet" stuff?
0
@saltygrapes: Go
then again it seems tooltips showing up are internally tied to their asset so I have no idea -_-
0
no, there is no mouse-hover tooltip for the hero attributes defined in the UI files
if you hover your mouse over the equipment icons of a hero, it shows a tooltip detailing your weapon damage, range, armor, etc. if I put my mouse over an attribute, I want a tooltip to show up showing what that attribute does. that's not defined in the UI files, as the attributes are just simply text labels in the hero info pane . as opposed to the equipment icons which have defined tooltips for mouse hovering. just inputting a string for the attribute's behavior isn't going to do anything AFAIK without the proper UI modification
0
@Alevice: Go
yea I tried setting that stuff up myself but got stuck cause I didn't know the token directives worked like that. good thing that someone else figured it out cause I was getting tired of trying
im also trying to get tooltips onto the attributes that show what they modify as well as getting the attributes to modify the unit's weapons themselves (like how Bunker's behavior modifys the units weapon range) but its not going so well.........
0
I got it to do attributes, did you guys ever get to that? To make it add skill points for spells, you have to use <CAbilLearn>.
0
Well I see that there is a set of functions for manipulating the catalog XML data, but the only function found is CatalogFieldValueGet, which allows you to pull an int or a string. Would it be correct to assume there'd be other functions related to this allowing for actual dynamic change in the game data? (ie if someone wants to create a "Haste" stat which lowers the cooldown of their abilities based on how much of this stat they possess)
0
In the game strings, such as button tooltips, one can easily make a data value reference for an integer, for example:
However within the Data files themselves, it seems like there are strict parameters on what you can input into a "Value" field, or the value will default.
If, for example, someone wanted to make their PsiStormDamage Effect deal damage each period equal to their health points, it would seem as if you CAN'T actually reference a trigger-defined real value in the effect's damage value field (or even make a reference to a value elsewhere in the data files as seen in the example above). Do you guys see this as an unknown, considering there may be functionality there that we have yet to discover (as none of the core game abilities would be using this type of functionality), or do you think Blizzard is going to be leaving that kind of stuff to triggers again this time around?