29 Jun 11, 05:30AM
What? Is he still around?
Scripts
|
29 Jun 11, 05:30AM
What? Is he still around?
Bukz, he can just look in the AC files and find the script + password T_T
29 Jun 11, 06:11AM
@|BC|Wolf: Of course, but thats assuming that cheaters are intelligent enough to know that. /:D
01 Jul 11, 09:53PM
emm is it possible to make (like the granade script) also for your primary and secondary weapon... like it counts how many shots hit the target and depending on number of hits you get the damage number? ^^
btw that granade one is awesome :D
01 Jul 11, 10:01PM
@Milandrag
[SELECT ALL] Code: //type "/hitmsg = 0" to stop spam
macm: Does that script take in account in situations when the foe has armor and the damage alters? What I mean is if this script just counts the number of shots registered on the enemy and multiplies that by the damage each bullet is supposed to make. If so, when the enemy possesses armor the damage would differ, ergo the damage computation would be inaccurate.
heh this is script is really awesome :) thank you
it just a have a bit glitch... edit: sometimes i hear the hit sound but script says 0 damage.... is it this script problem or the hit sound? p.s. that thing i meantioned be4 is ok
I have a request for a script that may sound weird to you all, but I would really appreciate it if someone took their time to help.
I would like a script that when shooting you wouldn't hear the shooting sound. Only for the automatic weapons though (SMG and AR), so I would still want to be able to hear the shooting sounds of the sniper, carbine and shotgun. I still want to hear the reloading and the changing weapons sounds and all, but I just don't want to hear my own shooting the moment I press MOUSE1 until I let go (I do want to hear other players shoot though). If possible I would also like to be able to turn it on/off through a command (e.g. /shootsound 1/0) I think this may also be done through the sound.cfg (except for the command), but I'm not really sure. Either by a script or by some instructions on how to take it off through the config, I would be very grateful if someone would help me here :)
02 Jul 11, 12:40AM
"Mute specific sounds" menu?
02 Jul 11, 12:45AM
I'm not sure how the "mute specific sounds" menu lists it ("your weapon shots" / "your AR shots") so if you can't mute just the AR and SMG you can always just rename/delete/move the audio files for AR and SMG (assault.wav and sub.wav, I believe) or even better, place a sound file that is silent in your mod folder for these files.
02 Jul 11, 12:59AM
But is it possible to do it so I can here others shoot but not my own AR and SMG?
02 Jul 11, 07:29AM
(02 Jul 11, 12:59AM)|BC|Wolf Wrote: But is it possible to do it so I can here others shoot but not my own AR and SMG? Only when you are not shooting... [SELECT ALL] Code: // some constants Or maybe not...? I do not know.
02 Jul 11, 08:35AM
It does mute enemy's shots as well when you press MOUSE1, but it's still pretty much what I wanted, I'll still use it. Thanks so much Yaru :D
I think this script (currently on the front page of Akimbo) can do what you're looking for, with some adjustments related to the sound number of your weapon.
02 Jul 11, 11:36AM
Milandrag, sometimes it doesn't count damage because of lag, i've alredy added a delay of 100 miliseconds, you can add more delay if you want.
Just change the "sleep 100 [hits_]" to the number you wish. |BC|Wolf, the script just retrieves stats from "pstat_weap" and calculates the diference value, this value is measured by hits from each weapon, example: AR 4 hits = 96 damage AR 5 hits = 120 damage (even if your oponent didnt have any armor at all, pstat_weap AR stat will add 120, and the script will register 20% damage more) And i don't know how the vest damage is calculated.
12 Jul 11, 06:32AM
I found this thread the other day: http://codegolf.stackexchange.com/questi...-ascii-art. And I thought, "Hmm, what if I implement this in CubeScript? Lol." I present, the cube script:
[SELECT ALL] Code: cube = [ n = $arg1 ; if ( != ( Also, the original script was more readable with readable aliases, more efficient, and along with the indentations. But I decided to just share my icky version. So, if you type /cube 2, you will get an output something like this: [SELECT ALL] Code: |FOX|Yarukinasu: +----+ Similarly, if you type /cube 4, you will get an output something like this: [SELECT ALL] Code: |FOX|Yarukinasu: +--------+ Of course, you can change around and make it like those intermission ASCII art. // off topic Also, the output looks ugly in-game; how would I change the font of the console in AssaultCube? Say, I want Courier as my font...
12 Jul 11, 09:16AM
Nice :D
(12 Jul 11, 06:32AM)Yarukinasu Wrote: Also, the output looks ugly in-game; how would I change the font of the console in AssaultCube? Say, I want Courier as my font...You can't. Well, you can change the main font (most conveniently by using TTF2Font), but you can't have a separate font just for the console IIRC.
The akimbo site is out ...
Script who allow auto teamkilling,voting,nice shot... this is a modification of script on akimbo . [SELECT ALL] Code: bind "RIGHT" [alias spam 0] Mod edit: placed it within code tags like Viper said, without the asterisk.
12 Jul 11, 12:38PM
Put it in the [code*](script)[/code] format please.
Also replace the your own name, and add an "insert your name here" or what not.
switching sniper pistol-shotgun
[SELECT ALL] Code: alias "switchpistol" [if (= (curweapon) 1) [if (= $magpistol 1)[ Enhanced script
14 Jul 11, 10:43PM
Not since 1.1. It was a big thing to get that extra advantage in 104
I dunno if I've posted them before, but some of my previous scripts still work with 1.1, so if anyone might like to check these out, here they are:
/rolldie command to see who goes first in matches: you can specify two teams ( eg. /rolldie KINGS QUEENS) otherwise it will choose RVSF or CLA [SELECT ALL] Code: //-- rolldie command to see who goes first in matches /find command - search for up to 3 arguments (eg. clans) online in servers. it opens one window, waits 7 seconds, then searches the next. [SELECT ALL] Code: //-- find up to 3 players in servers automatically - by R4zor
16 Jul 11, 01:19PM
Hello Guys,
I just wanted to ask some questions. Actually, My problems are always about scripting in AC I tried to put the script while im playing AC but it dint work! So, my question is where do i put those codes which were posted by u guys? should I put them on one of the AC files [.cfg] or directly while playing the game.. its kinda tough to type in the codes while onlining Ac ^^. THANK YOU FOR YOUR KIND HELPs ;D
In autoexec.cfg in config, if you're on Windows.
16 Jul 11, 11:28PM
Auto-ignore-all script with clan tag/nickname "whitelists":
http://pastebin.com/raw.php?i=psf7D3Mj Also, the clan tags/nicknames that are already in the script are only there as an example - don't be offended if I left you/your clan out. :P
17 Jul 11, 06:56AM
(16 Jul 11, 11:48PM)Bukz Wrote: Auto-ignore-all script with clan tag/nickname "whitelists"Would be very nice to explain in clear words what use scripts submitted are designed for, not specially directed to you Bukzy but to everyone, I have just used this post to pinpoint the fact. Not that I am a total noob in the matter but I guess that if sometimes I don't have a clue of what it's all about others may be in the same situation.
17 Jul 11, 08:06AM
Basically it makes everyone except for those people/clans you specify in the script be auto-ignored. Meaning you won't hear any voicecoms or text chat from them on the HUD. To add people/clans to the "exclude" list - people just need to modify the "clanTagsToExclude" and "namesToExclude" variables (they are at the top of the script) - I understand it can be overwhelming/confusing for newcomers but there really isn't much we can do about it, other than walking them through it's usage.
CubeScript is ugly/weird/confusing by default. :P
This script allows to stop a burst of Assault rifle and switching to pistol.
The variable "sleep" can sometime be modify depending your computer . [SELECT ALL] Code: bind "MOUSE1" [attack;pistol;switchrifle;if (= (magcontent 6) 20)[sleep 485 [attack]][]]
18 Jul 11, 11:08PM
Cheat
|
« Next Oldest | Next Newest »
|