14 Feb 11, 01:17PM
Quote: it would be neat to have a script that totals up your accuracy over timef1
I'll have to get around to downloading that achievements script. Looks awesome :D
The script requests/brainstorming thread!
|
14 Feb 11, 01:17PM
Quote: it would be neat to have a script that totals up your accuracy over timef1 I'll have to get around to downloading that achievements script. Looks awesome :D
14 Feb 11, 01:26PM
As soon as the devs give us cubescript access to the stats that /accuracy 1 outputs, we'll have an accuracy script soon after. :P
17 Feb 11, 10:22PM
could you make a script that totals all your kills and deaths? this would be interesting to have, especially if it was broken down into separate weapons, so you can see which ones you are good with, and which weapons you need to train more.
example Wrote:sniper: 5 kills, 3 deaths an ingame menu would be nice, but even if this was just recorded to a file somewhere it would be good. Bonus points: i don't think there is any way to do this, but recording stats for each individual map separately would be cool too, so you can get an overall look at what weapons you are best with on what maps.
18 Feb 11, 07:24AM
Obvious request to update stats script is obvious
(05 Feb 11, 10:44PM)VenteX Wrote: A basic map layout generator; would be awesome for getting some inspiration, especially for people that frequently get mapper's block (like me!).Random terrain generator!! (05 Feb 11, 10:44PM)VenteX Wrote: Double tapping/clicking to do a function different from single tapping/clicking (This is probably very easy to do) [SELECT ALL] Code: alias doubleclick [echo You double-clicked!] // Replace this with the double-click-activated command of your choice (05 Feb 11, 10:44PM)VenteX Wrote: Campaign mode; Might be really cheap, but would still be pretty cool.Ask Bukz. :D (02 Feb 11, 04:56AM)Viper Wrote: Script to change the maprot for more than one game if not already done which im sure it has. [SELECT ALL] Code: // requires "claimadmin" script. (02 Feb 11, 07:17PM)MykeGregory Wrote: an auto kick script for if you TK 3 times or more. [SELECT ALL] Code: // autotkdc -- automatically disconnect when you have killed too many teammates -- by V-Man (02 Feb 11, 04:57AM)Gibstick Wrote: looplist from SauerCan you describe their functions? I think someone explained @ to me the other day, you'd need a wrapper in order to use it, which macm and I have basically done... But remind me what it's supposed to do anyway. :D As y'all can probably guess, these require tools.cfg. It just makes scripting so much easier!
19 Feb 11, 02:07PM
looplist would be able to use the elements of a list in a loop, in order. After each run, increment/decrement to the next/previous.
Listclients just gets the number of clients, efficiently. lol.
so looplist is basically the same as saying
[SELECT ALL] Code: loop a (listlen $list) [(at $list $a)] If you want a client list more efficient than the one in tools.cfg, the devs are the guys to talk to. Also... @Everyone who downloaded the terrain generator so far: Sorry, I assumed some of my latest scripts had already been added to tools.cfg. ANOTHER UPDATE TONIGHT! lol
19 Feb 11, 11:43PM
V-Man: I'll have to ask some Sauer people D:
OK, go get it! Then all that stuff will work. XD
Also, (05 Feb 11, 10:44PM)VenteX Wrote: Audio/visual grenade timer, to assist in cooking. Here ya go! Took a bit longer than the other ones because of the totally l33t display. XD If someone wants to add sounds, I'd be willing to script those in as well.
is it just me or is every1 getting only 1,3KB size of .zip file which contains no packages like instructions refer to?
D:
Fixed. Thanks for pointing it out, and sorry about the silliness. XD
20 Feb 11, 11:01AM
I tried the nadetimer script, and it is very buggy (no offense). when i open AC, it usually sets my crosshair to the 0.0 image, instead of the default xhair. when i right click, it will start the countdown, and go all the way through to 0.0, but then my default xhair won't pop up again. however, i found that if i double clicked quickly, when the timer ran out it would switch back to my default xhair. Also, the countdown seems to be slightly off (the grenade explodes at .2 or .1 sometimes).
on another note, i didn't like losing my xhair while the countdown was going, so i edited the countdown xhair files and put the decimal point in the center of the image, where the xhair normally is. EDIT: [SELECT ALL] Code: //loop i 10 [ addcheck (concatword altaction_ $i) qnadetimer ]
21 Feb 11, 01:55AM
What does the line look like that begins
[SELECT ALL] Code: alias prevxhair And, have you modified the lines beginning with [SELECT ALL] Code: sloop nt 19 100 (21 Feb 11, 01:55AM)V-Man Wrote: What does the line look like that begins alias prevxhair [red_dot.png] // Put your preferred crosshair path in here. and no, i haven't modified anything else. [SELECT ALL] Code: sloop nt 19 100 [loadcrosshair (concatword "nadetimer\nt_" (+ (* $nt -1) 18) ".png")]
hrm...
I can't see any reason for it to behave that way unless you're pressing the nade button again before the timer finishes counting down. Even then, it's supposed to go back to default after a little while (It does for me, at least). Do you get any error messages? Do you have the animated xhair script? Or did you once have it, and the alias is still defined? That's what the script depends on to switch back... Test it by typing [SELECT ALL] Code: /echo (checkalias xhanimgc)
nope, both zeroes. and the only time it does change back to my default is when i do double click. and i tried moving my saved.cfg so it would create a new one (which it did), and i'm still having this problem. I think i'm just gonna bind my normal xhair to some key, so i can reset it that way.
EDIT: i just tried increasing 'sleep 2100' to 'sleep 2200', it... seems... to help, sometimes. now it just seems random whether or not it will change back. really confusing. EDIT EDIT: 'sleep 2500' seems to do the trick (knock on wood), it is working reliably now. the timer looks like it might be off by a hair again, but i'm pretty sure this is just my perception. Good work, its a really handy script. if you want to take a look at my finished product, i can post it.
21 Feb 11, 05:04PM
* VenteX must have really put V-Man to work
Maybe I should make another list or requests... hehe
21 Feb 11, 09:49PM
Yes, please do, it was fun to have some fresh ideas to play around with!
@Lantry: Sorry for the trouble, it works perfectly on my client... Good job fixing it! XD
Ahh, okay. I have a few more :)
Also, just a sort of offtopic question: if you ignore someone, can they see what you are saying? If not, PM script would be incredibly useful. (21 Feb 11, 11:59PM)VenteX Wrote: [*] Ability to filter parts of the console out (ex: only show chats)I haven't really messed around with it, but isnt there an option that does this in the HUD menu? (21 Feb 11, 11:59PM)VenteX Wrote: [*] Different crosshairs/crosshairsizes/crosshairfx for each weapon- I believe you've done a half-way version of this before, but a nicely finalized version, complete with menus and such, would be nice.BAM [SELECT ALL] Code: //Multiple Crosshair script by Lantry This is very clunky, because it only changes when you scroll, so it doesn't work with quicknade, akimbo auto switch, or using the number keys to switch weapons. Please tell me a better way to do this, if there is one.
22 Feb 11, 05:16AM
renderhud.cpp:
[SELECT ALL] Code: const char *crosshairnames[CROSSHAIR_NUM] = { "default", "teammate", "scope" }; (21 Feb 11, 11:59PM)VenteX Wrote: Anti-AC-addiction script: Can be set to automatically quit AC after a set time, along with disconnecting at set intervals.Thank flowtron for this. Quote:Ability to filter parts of the console out (ex: only show chats)I wrote a script that takes the chat and puts it into a menu. When you click one of the menu options, it puts the line in your command prompt. [SELECT ALL] Code: // chatcapture script by V-Man. Requires tools.cfg. Quote:An even more practical map generator- think something like this; you know, pick a size, style, and theme, add a few details manually, and have a complete map :DWhoo... Give me a few months. Quote:An in-game menu maker. (Menu-making menu? YES)Bukz has started one, I'll be messing around with it and we'll dish up the final product. :D Quote:if you ignore someone, can they see what you are saying? If not, PM script would be incredibly useful.They can see what you're saying. But yes, PM would still be useful. Ideas thread!
23 Feb 11, 08:55AM
(This post was last modified: 24 Feb 11, 01:44AM by Ronald_Reagan.)
Maybe this might inspire some people. Its not hard to do AT ALL (given some code by COKPAT/RPG) Here
Edit: Sorry, wrong thread ya'll. Supposed to be responding to V-Mans idea of multipul consoles.
23 Feb 11, 02:59PM
Post the code change on the ideas thread!
25 Feb 11, 05:22PM
Can someone set up Sketelon body for me?
Script I going to make : Teamkiller Script Will kick if score is below -5 Will ban if score is below -20 It's only activate/disabled by pushing number 2 It's only activated if I have admin. And for every kick or ban, It will whois that person [SELECT ALL] Code: // TK auto-kick/ban script by V-Man. Requires tools.cfg.
25 Feb 11, 06:20PM
I don't understand how that is going to be any more useful than the regular server switches for score thresholds. :/
Make one that counts each individual teamkill and I could see the merit. |
« Next Oldest | Next Newest »
|