Yes I am making it just as a basic engine. Im building it so I can easily add in more players if I want, but for now it is single player. And what do you mean chrinux? I already have the cloak working, but the camera jumps to the last combat alert by default. I need to find out where that setting is located, so I can change it. I disabled smart clicks already via a trigger, it still does not work.
Rollback Post to RevisionRollBack
Feel free to Send me a PM if you have any questions/concerns!
Yeah, I was considoring that as a backup in case I couldnt find out how to do it. It would just center the camera like 0.01 seconds after it jumped, the screen might not even get re-drawn in that time...But I would still like to know. Anybody got ideas?
Rollback Post to RevisionRollBack
Feel free to Send me a PM if you have any questions/concerns!
I thought about that but decided not too because Id have to do it to all the alerts...but now that I think about it I can just delete them all...But space bar might still do that...whatever Ill give it a try.
unoftunately no. you cannot delete the default alerts. you could disable the pop up, but that still might not do anything...Ill try that, I guess.
nope. it didnt work. I really would like this fixed....I tried the fix of makign the camera pan instantly back to the unit when you hit space, and it is better than having the camera spaz out, but it still jumps a little bit because Im re-adjusting the camera instantly, so....I would still like a fix, if anybody knows.
Rollback Post to RevisionRollBack
Feel free to Send me a PM if you have any questions/concerns!
I just thought of something else... The camera only jumps there because space bar is the hotkey. Can you set/remove hotkeys from the editor? Instead of removing the action, try removing the source. Under options inside a game, the space bar is set as the hotkey for alerts. Can that be changed from the editor?
Not that I know. I already tried that. I figured that alerts were similar to buttons in that they could have a hotkey, but no. I looked through them and couldn't find it... =[
Rollback Post to RevisionRollBack
Feel free to Send me a PM if you have any questions/concerns!
Im making a FPS type map and I want space bar to activate cloak. Except, when I hit spacebar, the camera moves to the alert. Any way to stop this?
any way? annybody? it looks really stupid when your playing an FPS and th camera jumps around when you hit spacebar.
@zeldarules28: Go
You can make a trigger with the event
Then, you can add an action for when someone presses down the space bar.
What Chrinux said should work... tho as a warning you know FPS online lag really bad right?
Yes I am making it just as a basic engine. Im building it so I can easily add in more players if I want, but for now it is single player. And what do you mean chrinux? I already have the cloak working, but the camera jumps to the last combat alert by default. I need to find out where that setting is located, so I can change it. I disabled smart clicks already via a trigger, it still does not work.
maybe have when spacebar is pressed center camera on unit or something im not really sure how the timing would work there
@Gaurus: Go
Yeah, I was considoring that as a backup in case I couldnt find out how to do it. It would just center the camera like 0.01 seconds after it jumped, the screen might not even get re-drawn in that time...But I would still like to know. Anybody got ideas?
Shot in the dark: But if space bar goes to the last alert, can't you just delete the alert warning in the data editor?
I thought about that but decided not too because Id have to do it to all the alerts...but now that I think about it I can just delete them all...But space bar might still do that...whatever Ill give it a try.
unoftunately no. you cannot delete the default alerts. you could disable the pop up, but that still might not do anything...Ill try that, I guess.
nope. it didnt work. I really would like this fixed....I tried the fix of makign the camera pan instantly back to the unit when you hit space, and it is better than having the camera spaz out, but it still jumps a little bit because Im re-adjusting the camera instantly, so....I would still like a fix, if anybody knows.
I just thought of something else... The camera only jumps there because space bar is the hotkey. Can you set/remove hotkeys from the editor? Instead of removing the action, try removing the source. Under options inside a game, the space bar is set as the hotkey for alerts. Can that be changed from the editor?
Not that I know. I already tried that. I figured that alerts were similar to buttons in that they could have a hotkey, but no. I looked through them and couldn't find it... =[
in the data editor under game ui data, there are some things called: camera - alert pan maximum duration camera - alert pan minimum duration
try setting those to zero
Under camera settings in the Data Editor, there is something like maximum camera jump distance. Set that to 0.
I do not see any of those except smart pan jump distance. I attached a pic.
under data type, select Game UI data... then change alert pan maximum duration and alert pan minimum duration to 0.. tell me if this works.
EDIT: in your picture your data type is camera, change it to Game UI data
no.....it still jumps around when you hit space. I am using a temporary fix, but its still a tad jumpy...Ill look around for some more options.
EDIT- i take it back! it does work. I changed the settings and tested on 2 different maps..lol oops..anyway, it works, thank you.
which one worked?
I set both alert pan maximum and minimum duration to 0.