using enUS client trying to publish enGB map to europe bnet. I get Upload error: Variant definitions could not be validated.
When I try to publish to north america bnet it publishes without issues. I have checked over variants and player properties and I have tried to remove anything that could be conflicting data. I have tried saving as component list, without the enUS folder. I removed the enUS key from the component list file, and I still seem to get the same issue.
Map is 4 Kingdoms Under Siege on US bnet. If anyone could lend a moment to check it out that would be fantastic. I will try to unlock my map for a bit.
that's how it works right now, unfortunately a lot of people just beat act 1 and assume that's all. In addition, I got a lot of bad reviews on acts 2 and 3 because people just expect to be able to play acts 2 and 3 without having beaten (or even played) act 1. At this point I just gave up on SC2 mapping.
A few years ago, I was stumped on my Shadows of the Tal'darim project, in the fact that I couldn't get my maps to preload the next map in the series. I wanted it to load act 2 after completing act 1, but it never worked in WOL. Have they fixed this at all for HOS? I remember they said that feature was intended for 'campaigns only.' It's really the only thing keeping me from coming back to mapping for this game.
Keep up the great work! Would it be possible to add the user made walls from the assets section? (edit: http://www.sc2mapster.com/assets/wall-models-3-types/ ) It would be cool if the walls looked different on some levels.
Is it possible to change the numbers for health/shields by adding a x10 multiplier? I sorta took a look at the script for the areas I want to change, and it seems there's nowhere to add a multiplier or an extra 0.
Some of my maps have uncompressed 14.5 MB in triggers (525 objects), they work just fine and have for months. I shit you not. It's unplayable for players with less than 2 GB of RAM however.
Lifesteal through data editor doesn't work. You have to do it through triggers with the 'unit takes damage' event. For a simple formula that heals 10% of damage done per stack of the behavior, you can do it this way.
if
-'(any) unit takes damage'
conditions
-'unit (damaging unit) has behavior "Lifestealing."
variables
-'lifesteal' (integer) "Stack of behaviors "Lifestealing" on "Damaging Unit"
-'amt' (Real) "triggering damage amount"
-'Final' (Real) "No value"
Actions
Set variable 'Final' = (Arithmetic('amt' / '0.1'))
Set variable 'Final' = (Arithmetic(Final * (convert integer to real(Lifesteal))))
Set 'damaging unit' life to 'Arithmetic(damaging unit life (current))+'Final')
I just checked and it seems that 'Remove Exhausted Damage Response' sometimes removes all damage responses (ie lifestealing, or being healed by damage effects.) However it sometimes bugs out and (permanently) inverts the heal amount.
It feels like blizzard didn't finish this, because it seems like a healing reducing effect with a chance to go haywire.
its quite possible that they're not implemented yet, but there's also a possibility that "remove exausted damage response" is an effect that removes all current lifestealing/damage response altering effects, however I noticed that when an effect does this to an enemy, that enemy's lifestealing bugs out and starts killing them for the effective heal amounts.
Could someone enlighten us all and inform us what this field does. This has been bugging me since august 2010 and blizzard has never clarified this.
I notice there's a Remove Exhausted Damage Response field in some Effects too.
The wiki definition is still;
"Remove Exhausted Damage Response (Unknown) presumably removes any damage responses instantly after being hit to prevent stacking of the responses. "
I'd like to know why nobody will touch this topic with even a 9-foot pole.
hrm since 1.4 I've noticed that any attempts to change the hero panel or armor/weapon displays have been thwarted.. I'll attach the files in question shortly..
people have made freeform cameras that defy these invisible planes (flight simulators)
the only issue is if anyone visits this site regularly and knows how to do this
they've also made third/first person shooter maps without this problem
come to think of it, i've seen rodrigo working on a project with cliffs/first person shooting... maybe if you can find him you can ask him
most flight simulators for starcraft 2 pan/rotate the camera every 0.06 seconds, and are only intended to be used in single player.
My flight simulator alpha supports up to 4 players and is considered less network intensive.
To do this with triggers (have multiple layers or underwater swimming support) you'll need to calculate the ground height at the (estimated) point of your camera and your hero.
To understand ground height at point, you sort of have to imagine this flat black layer that's invisible and underneath your entire map. The distance between the ground and this black layer is the ground height at point.
The ground height at the point of the camera and the hero will look different, they need to be the same, and auto adjust based on these 2 numbers.
This was all I could think of from my experience with the sc2 editor. Hope you can make use of it
The only problem I have with my flight simulator is that you can't easily manipulate the units yaw/pitch.
To make the unit tilt up/down you have to create a dummy actor that's invisible, just in front of your unit, and use 'make unit look at' actor. To change its facing. You have to constantly update it's height and position which can be network intensive.
0
using enUS client trying to publish enGB map to europe bnet. I get Upload error: Variant definitions could not be validated. When I try to publish to north america bnet it publishes without issues. I have checked over variants and player properties and I have tried to remove anything that could be conflicting data. I have tried saving as component list, without the enUS folder. I removed the enUS key from the component list file, and I still seem to get the same issue.
Map is 4 Kingdoms Under Siege on US bnet. If anyone could lend a moment to check it out that would be fantastic. I will try to unlock my map for a bit.
0
that's how it works right now, unfortunately a lot of people just beat act 1 and assume that's all. In addition, I got a lot of bad reviews on acts 2 and 3 because people just expect to be able to play acts 2 and 3 without having beaten (or even played) act 1. At this point I just gave up on SC2 mapping.
0
A few years ago, I was stumped on my Shadows of the Tal'darim project, in the fact that I couldn't get my maps to preload the next map in the series. I wanted it to load act 2 after completing act 1, but it never worked in WOL. Have they fixed this at all for HOS? I remember they said that feature was intended for 'campaigns only.' It's really the only thing keeping me from coming back to mapping for this game.
0
Keep up the great work! Would it be possible to add the user made walls from the assets section? (edit: http://www.sc2mapster.com/assets/wall-models-3-types/ ) It would be cool if the walls looked different on some levels.
0
Is it possible to change the numbers for health/shields by adding a x10 multiplier? I sorta took a look at the script for the areas I want to change, and it seems there's nowhere to add a multiplier or an extra 0.
0
@xXdRaGoNrIdDeRXx: Go
Some of my maps have uncompressed 14.5 MB in triggers (525 objects), they work just fine and have for months. I shit you not. It's unplayable for players with less than 2 GB of RAM however.
0
@Zantai: Go
0
Just as i suspected. No-ones touching this topic.
I just checked and it seems that 'Remove Exhausted Damage Response' sometimes removes all damage responses (ie lifestealing, or being healed by damage effects.) However it sometimes bugs out and (permanently) inverts the heal amount.
It feels like blizzard didn't finish this, because it seems like a healing reducing effect with a chance to go haywire.
0
its quite possible that they're not implemented yet, but there's also a possibility that "remove exausted damage response" is an effect that removes all current lifestealing/damage response altering effects, however I noticed that when an effect does this to an enemy, that enemy's lifestealing bugs out and starts killing them for the effective heal amounts.
Any suggestions?
0
Could someone enlighten us all and inform us what this field does. This has been bugging me since august 2010 and blizzard has never clarified this. I notice there's a Remove Exhausted Damage Response field in some Effects too.
The wiki definition is still; "Remove Exhausted Damage Response (Unknown) presumably removes any damage responses instantly after being hit to prevent stacking of the responses. "
I'd like to know why nobody will touch this topic with even a 9-foot pole.
0
@Helral: Go
hrm since 1.4 I've noticed that any attempts to change the hero panel or armor/weapon displays have been thwarted.. I'll attach the files in question shortly..
0
@thepumaman1: Go
most flight simulators for starcraft 2 pan/rotate the camera every 0.06 seconds, and are only intended to be used in single player. My flight simulator alpha supports up to 4 players and is considered less network intensive. To do this with triggers (have multiple layers or underwater swimming support) you'll need to calculate the ground height at the (estimated) point of your camera and your hero.
To understand ground height at point, you sort of have to imagine this flat black layer that's invisible and underneath your entire map. The distance between the ground and this black layer is the ground height at point.
The ground height at the point of the camera and the hero will look different, they need to be the same, and auto adjust based on these 2 numbers.
This was all I could think of from my experience with the sc2 editor. Hope you can make use of it
0
The only problem I have with my flight simulator is that you can't easily manipulate the units yaw/pitch. To make the unit tilt up/down you have to create a dummy actor that's invisible, just in front of your unit, and use 'make unit look at' actor. To change its facing. You have to constantly update it's height and position which can be network intensive.
0
@VoidPotato: Go
is that text consistent when you go to test the map 2 days later?
0
@ShadowDancer93: Go
im having this problem too.