Author Topic: Ctrl + V game.  (Read 562157 times)



1END984@2@16@1012@@
[Meter 0]
Name=Copy 3 of Meter 1
Group=
Locking=0

[Source 0]
Type=TTextOnlyCollector

[Output 0]
Type=TTextOutput
Text=D:\
Color=FFFFFFFF
Align=0
AlignVertical=0
FontName=HaxrCorp 4088 Caps
FontSize=8
FontStyle=[fsBold]
FontCharset=0
LineSpacing=1
NrOfDecimals=0
TabSize=20
TruncateText=0
AlwaysTruncateRight=0
WordWrap=0
Antialiased=1
ForceAntialiased=0
UseSeperators=0
Scroll=0
ScrollInterval=1000
ScrollPause=0
ScrollPauseInterval=1000
ScrollSeperator=%sp|%sp
ScrollDirection=0
ScrollType=0
ScrollVerticalOffset=1
MinDigitsBeforeDP=0
TextShadow=0
TextShadowXOffset=1
TextShadowYOffset=1
TextShadowColor=FF000000
Left=984
Top=2
Right=1012
Bottom=16
UpdateInterval=1000
AllowAlertValue=0
AllowMaths=0
AddBackground=0
Background=00000000
AddBorder=0
BorderColor=FF000000
BorderWidth=1
Grid=0
GridColor=FF000000
GridX=10
GridY=10
ShadowXOffset=0
ShadowYOffset=0
ShadowColor=00000000
DoShadow=0

[InputController 0]
AllowInput=0


Must have been stuff for Samurize.


   SWEP.Instructions      = "Pull the trigger"
   SWEP.PrintName         = "1911 Colt LE"
   SWEP.Instructions      = ""
   SWEP.Slot            = 2
   SWEP.SlotPos         = 2
   SWEP.IconLetter         = "f"
   
   killicon.AddFont("cse_deagle","CSKillIcons",SWEP.IconLetter,Color(255,80,0,255))
end

if ( SERVER ) then
   AddCSLuaFile( "shared.lua" )
end


SWEP.Base            = "1911_base1"

SWEP.Spawnable         = false
SWEP.AdminSpawnable      = true

SWEP.ViewModel         = "models/weapons/v_1911_custom.mdl"
SWEP.WorldModel         = "models/weapons/w_1911_custom.mdl"
SWEP.HoldType = "pistol"

SWEP.Weight            = 5
SWEP.AutoSwitchTo      = false
SWEP.AutoSwitchFrom      = false

SWEP.Primary.Sound         = Sound("colt_fire.wav")
SWEP.Primary.Recoil         = 0
SWEP.Primary.Unrecoil      = 3
SWEP.Primary.Damage         = 100
SWEP.Primary.NumShots      = 2
SWEP.Primary.Cone         = 0
SWEP.Primary.ClipSize      = 500
SWEP.Primary.Delay         = 0.06
SWEP.Primary.DefaultClip   = 101
SWEP.Primary.Ammo         = "pistol"

SWEP.Secondary.ClipSize      = -1
SWEP.Secondary.DefaultClip   = -1
SWEP.Secondary.Automatic   = true
SWEP.Secondary.Ammo         = "none"

//Firemode configuration

SWEP.IronSightsPos = Vector (2.5441, -2.3226, 1.7263)
SWEP.IronSightsAng = Vector (0.1136, 0.0292, 0)

SWEP.data = {}
SWEP.mode = "semi" //The starting firemode
SWEP.data.newclip = false //Do not change this



SWEP.data.semi = {}
SWEP.data.semi.Delay = .25
SWEP.data.semi.Cone = 0.01
SWEP.data.semi.ConeZoom = 0.008

//End of configuration

« Last Edit: April 09, 2011, 09:20:47 PM by Dodger »


16913 (53.186 per day)

TRON: Legacy Reconfigured



There's nothing in my clipboard. :I

Key combination   Microsoft Windows/KDE/GNOME   Unix (command line and programs using readline)   Emacs (if different from Unix command line)
Ctrl+A   Select all   Beginning of line
Ctrl+B   Bold   Backward one character
Ctrl+C   Copy (can also be used as an alternative to Ctrl+Break to terminate an application)   terminate application   Compound command
Ctrl+D   Font Window (Word Processing); Add to bookmarks (Browsers)   Forward delete, or if line is empty, end of input (traditional Unix)   Forward delete
Ctrl+E   Center Alignment (Word Processing)   End of line
Ctrl+F   Find (usually a small piece of text in a larger document)   Forward one character
Ctrl+G   Go To (Line number)   Bell   Quit - aborts current operation
Ctrl+H   Replace, or History in browsers   Delete previous character   Help key
Ctrl+I   Italic (sometimes incremental search)   Command line completion   Same as Tab key
Ctrl+J   Justify   Line feed (LFD)   LFD (to evaluate Lisp expressions)
Ctrl+K   Insert Hyperlink (Word 2007)   Cut ("Kill") text between cursor and end of line
Ctrl+L   Create List, Left align (word processing)   Clear screen   Redraw window/terminal, and recenter view around current line
Ctrl+M   Decrease margin by 1/2 inch (Microsoft Word)   Same as Enter key
Ctrl+N   New (window, document, etc.)   Next line (in history)   Next line
Ctrl+O   Open   Flush output   Insert ("open") new line
Ctrl+P   Print   Previous line (in history)   Previous line
Ctrl+Q   Quit application   Resume transmission   Literal insert
Ctrl+R   Refresh page, Right align (word processing)   Search backwards in history   Search backwards
Ctrl+S   Save   Pause transmission   Search forward
Ctrl+T   Open New Tab   Transpose characters
Ctrl+U   Underline   Delete text between beginning of line and cursor   Prefix numerical argument to next command
Ctrl+V   Paste   Literal insert   Page down
Ctrl+W   Close window or tab   Delete previous word   Cut
Ctrl+X   Cut   Compound command
Ctrl+Y   Redo (sometimes Ctrl+Shift+Z is used for this)   Paste
Ctrl+Z   Undo   Suspend program   Iconify window
Ctrl+[   Decrease font size   Same as Esc key   Same as Modifier key (Alt key)
Ctrl+End   Bottom (end of document or window)   undefined or rarely used   Bottom (end of text buffer)
Ctrl+Home   Top (start of document or window)   undefined or rarely used   Top (start of text buffer)
Ctrl+Ins   Copy   undefined or rarely used   Copy
Ctrl+PgDn   Next tab   undefined or rarely used   Scroll window to the right
Ctrl+PgUp   Previous tab   undefined or rarely used   Scroll window to the left
Ctrl+Tab   Next window or tab   undefined or rarely used
Ctrl+Shift+Tab   Previous window or tab   undefined or rarely used
Ctrl + ←   Previous word   undefined or rarely used   Previous word
Ctrl + →   Next word   undefined or rarely used   Next word
Ctrl+Delete   Delete Next word   undefined or rarely used   Delete Next word
Ctrl+Backspace   Delete Previous word   undefined or rarely used   Delete Previous word
Ctrl+Alt+Backspace   undefined or rarely used   Restart X11   undefined or rarely used
Ctrl + Alt + ↑   Rotate Screen Upside down   unknown   unknown
Ctrl + Alt + ↓   Rotate Screen Right side up   unknown   unknown
Ctrl + Alt + ←   Rotate Screen left   unknown   unknown
Ctrl + Alt + →   Rotate Screen right   unknown   unknown
Ctrl+Shift+Esc   Task Manager   unknown   unknown
Ctrl+Alt+Delete   Windows Security/Task Manager   Reboot (when on the console)   undefined or rarely used

lol wiki