It may just be cuz I'm completely tired, but you lost me. I even tried to do a direct copy paste from your demo to my map and it didn't show on the unit. :\
So I got this Psionic Zergling, all suited up with an additional actor. The actor... well, it's just a scaled down Archon effect. I'd like to fix 2 things about it.
First, the model is a little high, so I'd like to lower it to make it more centered on the Zergling.
Second, I'd like to make it bounce with the Zergling. I was thinking this might be impossible, but then I remembered how the Uberlisk had the Spine Crawlers move with it.
So I have Zerglings spawning at each players base every 2 seconds for up to 8 players. What I want is for there to be a limit of 200 Zerglings per player (because there's a unit limit).
I discovered it's impossible to change the Terrazine error message. So I changed it to Vespene.
To change any message, you go to the Text module and change to Data Source to All Data. Then just browse through there to find the message you want replaced and change it.
There is in fact a limit actually. Working on a mass map, it's pretty easy to find out. After 1500 or so unit, the units start losing the ability to directly command them and they lose their command card. I really hope they'll be increasing this limit. With 14 players and a supply max of 2800 (and the fact there are Zergling), this is actually quite low.
What I originally did was copy paste the Zergling actor. I deleted it after a while and made a blank actor with an actor type of 'Unit' and based on 'GenericUnitBase'. Then just gave it to the Psionic Zergling, gave it the model, and made the armor icon what it should be. (It shows blank in-game if you don't change it for some reason)
0
Still needing help with this. :\
0
And again... how do I removed/modify the <= stuff? :|
0
It may just be cuz I'm completely tired, but you lost me. I even tried to do a direct copy paste from your demo to my map and it didn't show on the unit. :\
0
So I got this Psionic Zergling, all suited up with an additional actor. The actor... well, it's just a scaled down Archon effect. I'd like to fix 2 things about it.
First, the model is a little high, so I'd like to lower it to make it more centered on the Zergling.
Second, I'd like to make it bounce with the Zergling. I was thinking this might be impossible, but then I remembered how the Uberlisk had the Spine Crawlers move with it.
So, how would I accomplish these both?
0
@SystemSe7en: Go
It just doesn't spawn at all. And how do I switch it from <= to <? Or should I just switch the number to 199?
EDIT: I tested with the integer condition removed and it's definitely the condition. But I have no idea how to fix it. :\
0
You have to check the box next to 'Actors' to copy that units actor, then just modify its settings.
0
So I have Zerglings spawning at each players base every 2 seconds for up to 8 players. What I want is for there to be a limit of 200 Zerglings per player (because there's a unit limit).
Here's what I have so far:
Both of which repeat for multiple players. But when I'm in-game, they just don't spawn anymore.
Resolved:
0
Need I say more?
Update: Checked the file sizes in the importer. For some reason, the SE one is 1/2 the size as the rest. Investigation continues.
Resolved:
For some reason, a second layer was added to each of the buttons except the SE one. I removed, saved, imported, and it worked.
0
So I'd like to change the Terrazine gas error message. I'd also like to change the Zerg supplies tooltip. How would I accomplish this?
Resolved:
0
@WhiskeeGX: Go
I'm still relatively new to variables, what is a local variable? Is it just the integer?
0
There is in fact a limit actually. Working on a mass map, it's pretty easy to find out. After 1500 or so unit, the units start losing the ability to directly command them and they lose their command card. I really hope they'll be increasing this limit. With 14 players and a supply max of 2800 (and the fact there are Zergling), this is actually quite low.
0
Thanks, but all I did to solve my issue was restart the editor and it appeared in the selectable files.
0
@s3rius: Go
What I originally did was copy paste the Zergling actor. I deleted it after a while and made a blank actor with an actor type of 'Unit' and based on 'GenericUnitBase'. Then just gave it to the Psionic Zergling, gave it the model, and made the armor icon what it should be. (It shows blank in-game if you don't change it for some reason)
0
@WhiskeeGX: Go
Ah, that worked. Thanks. ^.^ I accomplished it by removing the progress unit after the units were given.
0
So I want it so when I make a unit, the unit is removed and all units within a region are give to the player that makes it. Here's what I have:
Resolved: