Hey I never actually did start working on my rpg again. The mapspace is too limited. I can't fit the original world and feel no motivation to do only part of what I intended. Is multiple maps possible or will it ever be? Sorry to keep necroing your thread. And goodluck on your map!
Hey took a five month break from mapping for moving a new job and such. Coming back to it now. Wondering if you're still progressing. My last working date before TODAY on my map was 28/12/2011. Does anyone know of any new projects similar to this? I'm curious to see mapster progression in RPG maps. I've seen very cool beta previously. Did those zelda maps ever get finished? I know this is probably the wrong place for all these questions, but at the same time, Pocket Warriors? Will it happen? *continues work on pokemon red/blue replica*
Thank you all. Helral, I'm not sure if I tried exactly that but it seems the editor didn't like it either way.
I ended up going with the global boolean. [which I swear I tried as well] but I must have been using a variable that way already being touched at the time.
I did run into a second problem, however. Which is some of my NPCs chat for multiple dialogs and the second page of dialong [using the same action definition] would set the same boolean again and cause the error. I'm going to try making it an array or something. Thanks again.
EDIT: When I run the trigger to destroy the dialog, it sets the boolean, then runs an action that sets the boolean back. Do I have to make this a separate trigger in order for it to properly end the repeat?
That little opaque one is the selection circle? It naturally appears on some units [mostly air?] all the time. Some units just don't have it. Both units marked selectable and unselectable can have it. .~ Is there a flag [or something else] to turn it on and off? Thank you all for your quick replies.
EDIT: I tried a quick look around and thought it was in the model somewhere. But I have two units using the same model and one has it and one doesn't.
The yellow circle, green on your units, and red on hostile I imagine.
How do I add and remove it from units?
Is there a way to change the color?
Thank you in advance.
When I destroy the dialog it can't tell if it's visible and gives me "Could not get 'triggerDialog' from parameter in 'DialogIsVisible' (value: 25)"
How could I rewrite this so when the dialog is destroyed it gives up.
There's a post in that thread about triggercontrol and an explanation of the meaning.
Hopefully this helps us figure it all out.
"'DialogControlSetPropertyAsBool'" is mine, the only Boolean value I have set is global and not a dialog piece.
EDIT: I've solved my problem.
Scratch that. I still get the same error. I have no idea what this bool might refer to.
EDIT2: DURRRRR.
Okay so the bool was the visible value of the button I was blinking with show/hide. When talking to an NPC with more than one page of text you remain busy and so the button on the last page is trying to blink. I should be able to fix this with a skip remaining actions or something.
I am getting this same error for a function that works for me as well.
My function creates a dialog, 7 images, a button and a label. It sets one value to false, but that's working.
No idea. Hope we can get someone to clarify. Back to google for me.
You can remove the functionality of smart click with
UI disable smart click for [player].
You won't be able to attack or move with the mouse. All of your abilities should still work including move. If you leave move on your command card you can hit M and click to move. You can remove the hotkey and hide the button if you dont want it. You'll still be able to issue orders if you want to move the unit.
I create new sounds, try to save, it fails. I save as. SUCCESS! I can even use the sound links in triggers and test the map and hear them working. Only after I reload the editor, they're all gone! Ahhhhh. I've only gotten three sounds into my map and now all my new sounds created with "Add Sound.." are overwriting my existing ones...
Please help.
EDIT:
Now getting this error on load.
Error (XML: not well-formed (invalid token)) occurred while loading Sounds from game data file 'Base.SC2Data\GameData/SoundData.xml'
EDIT2:
The error was caused by a corrupt sound that i removed. I'm still having the problem where I can only save sometimes, and even when it does the data is lost when i reload. I at some point successfully added one more sound. But I cannot do it again.
EDIT:
Going to rip my hair out. This doesn't even make sense.
0
@jaminv: Go
Hey I never actually did start working on my rpg again. The mapspace is too limited. I can't fit the original world and feel no motivation to do only part of what I intended. Is multiple maps possible or will it ever be? Sorry to keep necroing your thread. And goodluck on your map!
0
I've got this working in a project right now. Good stuff, thank you.
0
Hey took a five month break from mapping for moving a new job and such. Coming back to it now. Wondering if you're still progressing. My last working date before TODAY on my map was 28/12/2011. Does anyone know of any new projects similar to this? I'm curious to see mapster progression in RPG maps. I've seen very cool beta previously. Did those zelda maps ever get finished? I know this is probably the wrong place for all these questions, but at the same time, Pocket Warriors? Will it happen? *continues work on pokemon red/blue replica*
0
This is the arrow and it bliping.
Then this is the destroy it and set back. [it's int not boolean right now was toying]
0
Thank you all. Helral, I'm not sure if I tried exactly that but it seems the editor didn't like it either way.
I ended up going with the global boolean. [which I swear I tried as well] but I must have been using a variable that way already being touched at the time.
I did run into a second problem, however. Which is some of my NPCs chat for multiple dialogs and the second page of dialong [using the same action definition] would set the same boolean again and cause the error. I'm going to try making it an array or something. Thanks again.
EDIT: When I run the trigger to destroy the dialog, it sets the boolean, then runs an action that sets the boolean back. Do I have to make this a separate trigger in order for it to properly end the repeat?
0
That little opaque one is the selection circle? It naturally appears on some units [mostly air?] all the time. Some units just don't have it. Both units marked selectable and unselectable can have it. .~ Is there a flag [or something else] to turn it on and off? Thank you all for your quick replies.
EDIT: I tried a quick look around and thought it was in the model somewhere. But I have two units using the same model and one has it and one doesn't.
0
The yellow circle, green on your units, and red on hostile I imagine. How do I add and remove it from units? Is there a way to change the color? Thank you in advance.
0
@AreYouScared: Go
Changing the radius and separation radius will let you place them overlapping.
I can't seem to get them right on top of each other.
0
Can't figure out how to write this not to error.
When I destroy the dialog it can't tell if it's visible and gives me "Could not get 'triggerDialog' from parameter in 'DialogIsVisible' (value: 25)"
How could I rewrite this so when the dialog is destroyed it gives up.
0
http://www.hiveworkshop.com/forums/starcraft-ii-editor-help-zone-647/strange-trigger-error-no-documentation-206649/
There's a post in that thread about triggercontrol and an explanation of the meaning.
Hopefully this helps us figure it all out.
"'DialogControlSetPropertyAsBool'" is mine, the only Boolean value I have set is global and not a dialog piece.
EDIT:
I've solved my problem.Scratch that. I still get the same error. I have no idea what this bool might refer to.
EDIT2: DURRRRR.
Okay so the bool was the visible value of the button I was blinking with show/hide. When talking to an NPC with more than one page of text you remain busy and so the button on the last page is trying to blink. I should be able to fix this with a skip remaining actions or something.
0
I am getting this same error for a function that works for me as well. My function creates a dialog, 7 images, a button and a label. It sets one value to false, but that's working. No idea. Hope we can get someone to clarify. Back to google for me.
0
I've been looking for this as well, I know I've seen it on the forums before but I can't find it now. Sad to see this never got answered last year.
0
You can remove the functionality of smart click with
UI disable smart click for [player].
You won't be able to attack or move with the mouse. All of your abilities should still work including move. If you leave move on your command card you can hit M and click to move. You can remove the hotkey and hide the button if you dont want it. You'll still be able to issue orders if you want to move the unit.
Hope this helps!
0
I create new sounds, try to save, it fails. I save as. SUCCESS! I can even use the sound links in triggers and test the map and hear them working. Only after I reload the editor, they're all gone! Ahhhhh. I've only gotten three sounds into my map and now all my new sounds created with "Add Sound.." are overwriting my existing ones...
Please help.
EDIT: Now getting this error on load. Error (XML: not well-formed (invalid token)) occurred while loading Sounds from game data file 'Base.SC2Data\GameData/SoundData.xml'
EDIT2: The error was caused by a corrupt sound that i removed. I'm still having the problem where I can only save sometimes, and even when it does the data is lost when i reload. I at some point successfully added one more sound. But I cannot do it again.
EDIT: Going to rip my hair out. This doesn't even make sense.
0
Hillarious that Map responded to a necro post 28 days later. [Pardron mine own.]