Maybe...but using a longer wait state...is also ill advised as well correct? In prior id game engines using wait prevented player interaction...hence a lot of nade tossing scripts would end up causing players to walk off ledges.
ok i didi a bit of testing and as you have already said verry unwiseable to run more then 1 at a time , i had the name animator going as well as the clowngun script and when i ran both togeather at same time it actually slowed down the color changes of my name.,
is it possible at all to have color change on the lightning gun or the hyper blaster ? colored lighting or hyper bullets would looke pretty darn sweet if u ask me !
Well you could combine them into one script...so there is only 1 wait state between all changes rather than multiple wait states, which would reduce lag.
As for lighting and the hyperblaster...you'll have to check and see if there are cvars for those...tho I don't recall seeing any off hand.
ahh great idea , thank you , however i think i'll stick with just the 1 to reduce the lag , yah not sure on cvars on them other either i had a snoop around but came up empty .
Norlogic or maybe somone else can figure this out as i am new to scripting with this but have tried ever and over agian , i know it's not reccomended however, when i get the server list for online play , i click on a server i wish to join (normally it hilights and u can then click on join) but when running this name animator what happends is i clcik on a server to join and it seems as if it's selecting it and unselecting it agian.
so i cannot click on join game nohtign happends , only way to get it to join is to doubble click the server i wish to join over and over real fast then it will work, i have deffinatlly narowed it down to being this name script as i take it out of my autoexec and everything works 100% .
any idea at all what would be causeing this to happen and / or how to fix it , and still have the script on by default as it is now , without having to bind a key to start/stop it ?
I don't think there is much you can do...just bind it to a key and call it good.
Scripts that make heavy use of wait states are never really good to use....and in this case endlessly cycle...which makes it all the worse.
Its cool stuff to toy with....but it is a toy and nothing more.
Only way to fix this would be for Raven to add in the option to use special files that the game would parse and display each line per set game tick. Hence it would no longer use wait states, as the data from the file would be part of the games internal strings..errr some thing like that (read not a programmer).
Maybe Raven will add some thing like that...probably not...heh but who knows.
ok thank you so much for the reply , i will go back and bind it , probly for the best anyways as i dont like to have it on when i multiplay all the time.,
i make a cfg that has the continouos name change script in it. Now i wanna make a cfg that stops that cfg, and makes my name NOT change anymore, how do i do this?
actually, im just gonna ditch the continouso scripts, because (for me) it lags the sh1t out of me, and when i enables it, i got disconnected from aim, xfire, and quake stalled, then when i stopped it, i didn't lag anymore.. but thanks anyways
ok i been tryign to get this to work for 3 days and jsut cant get it to work , this scriupt i have it set to turn on when i hit "home" how can i also have it turn off when i hit "end" ?
Okay thats it for now on sample code...I'm only going to be coding for this game maybe a week or two and then thats it....there are plenty of sites out there that teach people how to script so stop bashing your head against a wall and go read some...it'll take far less time and you'll get the results you want and need...or at least you'll know why you can't get to happen what your wanting...if all else.
arite, i actually figures this one out, im not gonan explain it, b/c you should beable to see what i did. This is My name Change Script, and it stops too.
on the clwn gun it was this
bind "PGup" "set ua_fancyRails 'vstr ua_clownGun'; vstr ua_fancyRails" //Fancy Rail On
bind "PGDN" "set ua_fancyRails 'vstr ua_clownOff'; vstr ua_fancyRails" //Fancy Rail Off
i tried binding it as u mentioned , been reading and fiddling for 4 days nto sure wtf i a missing. y i took a chance to ask agian on here.,.
NitrousFlare i see it binded to rightarrow to turn it on i belive but dont see an off setting , i was tryin to compare it to the on / off in the clown gun one but no luck,
ex-28 wrote:NitrousFlare i see it binded to rightarrow to turn it on i belive but dont see an off setting , i was tryin to compare it to the on / off in the clown gun one but no luck,
the KP_RIGHTARROW is to turn it off, to turn it on, you exec the .cfg
bla stupid thing i can get it to go on with my bind key but not off , thing can stay on all the time , spent to many hrs on this tx for the info tho all maybe next one i'll figure out