Urban Terror Forums: Script help - Urban Terror Forums

Jump to content

 Login | Register 
Advertisement
  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • This topic is locked

Script help Rate Topic: -----

#1 User is offline   CRIS Icon

  • Account: cris
  • Main tag: +OC+
  • Country:
  • Joined: 10-March 10
  • Posts: 5

Posted 29 March 2010 - 09:15 PM

Hi everyone :smile:
Can anyone tell me how to bind the the scroll up for the following actions:
1:Select DE
2:Select HE
3:Take the pin off the HE nade
4:Do not throw the HE nade until i click on "fire" button

I want this script so i can reuse nades if no one is where i think they are, by only sliding scroll up and not release to throw he nades and instead click to throw he nades.
Thx for your time.
PS:can i make a timer appear on top counting how much time has passed since the last time i took of the pin to my he nade ?

#2 User is offline   ObScUrE Icon

  •   head moderator   
    Co-Chief Community Moderator
  • Account: obscure
  • Country:
  • Joined: 28-February 10
  • Posts: 2,192

Posted 30 March 2010 - 12:43 AM

Grenade Script + Timer - requires mitsubishi's modified ioquake3 build.

//GRENADE SCRIPT//
set nade_HE                       "weapon 11; ut_zoomreset; ut_echo ^0[^6HighExplosiv^0]^2-->^8(^2'^8)"
set nade_start                    "vstr nade_HE; cl_stopwatch 1; wait 2; +attack; cl_stopwatchstartpause"
set nade_end                      "-attack; cl_stopwatchstartpause; wait 1; cl_stopwatchreset; wait 1; cl_stopwatch 0; vstr my_weapon"


//WEAPTOGGLES//
set weapPrimary                   "ut_weaptoggle primary   ; set my_weapon vstr weapPrimary"
set weapSecondary                 "ut_weaptoggle secondary ; set my_weapon vstr weapSecondary"
set weapSidearm                   "ut_weaptoggle sidearm   ; set my_weapon vstr weapSidearm"
set my_weapon                     "vstr weapPrimary"


//Set Your Weapon Binds Here//
bind KEY                          "vstr weapPrimary"
bind KEY                          "vstr weapSecondary"
bind KEY                          "vstr weapSidearm"
bind Mouse3                       "+vstr nade_start nade_end"


This post has been edited by ObScUrE: 31 March 2010 - 05:42 PM

Quote

BenQ-XL2420T|Filco-Ninja-TKL-MXRed|Logitech-G403|AKG-K70201000010 01101100 01110101 01110100 01010010 01100001 01110101 00100100 01100011 01101000~The quieter you become, the more you are able to hear.~

#3 User is offline   Majorheretic Icon

Posted 30 March 2010 - 05:38 AM

Obscure, you never fail to amaze me with your 1337 script skillz
URBAN TERROR IS NOT COD6
AKGRIZZLY: UrT devs slaved over boiling PCs in a crawl space full of rabid monkeys with no food, for no pay all so we could rawk peeps with l337 remington skills
M0usep0d: I got stuck with the slow, heavy, weak, balding model.
ObScUrE: We should start now all to play COD and suggest Sr8, curbstomps, walljumps, jumpmaps...

#4 User is offline   ObScUrE Icon

  •   head moderator   
    Co-Chief Community Moderator
  • Account: obscure
  • Country:
  • Joined: 28-February 10
  • Posts: 2,192

Posted 30 March 2010 - 06:04 AM

*Thanks*

the timer part was from illmatic

Quote

BenQ-XL2420T|Filco-Ninja-TKL-MXRed|Logitech-G403|AKG-K70201000010 01101100 01110101 01110100 01010010 01100001 01110101 00100100 01100011 01101000~The quieter you become, the more you are able to hear.~

#5 User is offline   CRIS Icon

  • Account: cris
  • Main tag: +OC+
  • Country:
  • Joined: 10-March 10
  • Posts: 5

Posted 30 March 2010 - 10:26 PM

Thx for the help obscure =:]
I installed the new modified ioqk3.
Although i do not know how i install the script or apply it in my config.

bullet_loaderAdvertisement

#6 User is offline   ObScUrE Icon

  •   head moderator   
    Co-Chief Community Moderator
  • Account: obscure
  • Country:
  • Joined: 28-February 10
  • Posts: 2,192

Posted 30 March 2010 - 11:47 PM

easy way copy it in your autoexec.cfg [...\Urbanterror\q3ut4\autoexec.cfg]
before make a backup of your q3config.cfg

This post has been edited by ObScUrE: 31 March 2010 - 12:00 AM

Quote

BenQ-XL2420T|Filco-Ninja-TKL-MXRed|Logitech-G403|AKG-K70201000010 01101100 01110101 01110100 01010010 01100001 01110101 00100100 01100011 01101000~The quieter you become, the more you are able to hear.~

#7 User is offline   CRIS Icon

  • Account: cris
  • Main tag: +OC+
  • Country:
  • Joined: 10-March 10
  • Posts: 5

Posted 31 March 2010 - 02:44 PM

I backed up my q3config and pasted the text u posted on autoexec.cfg

This is how my autoexec.cfg looks like now

//In this file you can do settings that will be executed everytime Urban Terror is started. It will not get overwritten.
//Lines starting with // are ignored.
//Example1: exec yourconfig.cfg
//Example2: set cg_fov "110"
//Example3: bind x ut_weaptoggle knife
//GRENADE SCRIPT//
set nade_HE                       "weapon 11; ut_zoomreset; ut_echo ^0[^6HighExplosiv^0]^2-->^8(^2'^8)"
set nade_start                    "vstr nade_HE; cl_stopwatch 1; wait 2; +attack; cl_stopwatchstartpause"
set nade_end                      "-attack; cl_stopwatchstartpause; wait 1; cl_stopwatchreset; wait 1; cl_stopwatch 0; vstr my_weapon"


//WEAPTOGGLES//
set weapPrimary                   "ut_weaptoggle primary   ; set my_weapon vstr weapPrimary"
set weapSecondary                 "ut_weaptoggle secondary ; set my_weapon vstr weapSecondary"
set weapSidearm                   "ut_weaptoggle sidearm   ; set my_weapon vstr weapSidearm"
set my_weapon                     "vstr weapPrimary"


//Set Your Weapon Binds Here//
bind KEY                          "vstr weapPrimary"
bind KEY                          "vstr weapSecondary"
bind KEY                          "vstr Sidearm"
bind Mouse3                       "+vstr nade_start nade_end"



Yet it doesn't work, when i scroll up it acts like before and toggles through my available weapons.
What have i done wrong?

#8 User is offline   ObScUrE Icon

  •   head moderator   
    Co-Chief Community Moderator
  • Account: obscure
  • Country:
  • Joined: 28-February 10
  • Posts: 2,192

Posted 31 March 2010 - 03:27 PM

Quote

//Set Your Weapon Binds Here//
bind KEY "vstr weapPrimary"
bind KEY "vstr weapSecondary"
bind KEY "vstr weapSidearm"
bind Mouse3 "+vstr nade_start nade_end"

you have to define your binds here replace the KEY with the key you want to use.

example:
MWHEELUP = scrolling mousewheel upwards
MWHEELDOWN = scrolling mousewheel downwards
Mouse3 = pressing mousewheel

This post has been edited by ObScUrE: 31 March 2010 - 05:43 PM

Quote

BenQ-XL2420T|Filco-Ninja-TKL-MXRed|Logitech-G403|AKG-K70201000010 01101100 01110101 01110100 01010010 01100001 01110101 00100100 01100011 01101000~The quieter you become, the more you are able to hear.~

#9 User is offline   CRIS Icon

  • Account: cris
  • Main tag: +OC+
  • Country:
  • Joined: 10-March 10
  • Posts: 5

Posted 31 March 2010 - 04:43 PM

ok i altered my autoexec to this:

//In this file you can do settings that will be executed everytime Urban Terror is started. It will not get overwritten.
//Lines starting with // are ignored.
//Example1: exec yourconfig.cfg
//Example2: set cg_fov "110"
//Example3: bind x ut_weaptoggle knife
//GRENADE SCRIPT//
set nade_HE                       "weapon 11; ut_zoomreset; ut_echo ^0[^6HighExplosiv^0]^2-->^8(^2'^8)"
set nade_start                    "vstr nade_HE; cl_stopwatch 1; wait 2; +attack; cl_stopwatchstartpause"
set nade_end                      "-attack; cl_stopwatchstartpause; wait 1; cl_stopwatchreset; wait 1; cl_stopwatch 0; vstr my_weapon"


//WEAPTOGGLES//
set weapPrimary                   "ut_weaptoggle primary   ; set my_weapon vstr weapPrimary"
set weapSecondary                 "ut_weaptoggle secondary ; set my_weapon vstr weapSecondary"
set weapSidearm                   "ut_weaptoggle sidearm   ; set my_weapon vstr weapSidearm"
set my_weapon                     "vstr weapPrimary"


//Set Your Weapon Binds Here//
bind 5                          "vstr weapPrimary"
bind 4                          "vstr weapSecondary"
bind 3                          "vstr Sidearm"
bind mouse3                       "+vstr nade_start nade_end"



then deleted my config since autoexec might have changed it, since u told me to back it up and put my config before this topic started which is like this:


// generated by quake, do not modify
unbindall
bind TAB "+scores"
bind SPACE "+moveup"
bind + "ut_itemdrop"
bind / "ut_weapdrop"
bind 1 "ut_weaptoggle knife"
bind 2 "ut_weaptoggle grenade"
bind 3 "ut_weaptoggle sidearm"
bind 4 "ut_weaptoggle secondary"
bind 5 "ut_weaptoggle primary"
bind 6 "ut_weaptoggle bomb"
bind = "ut_itemdrop"
bind [ "ut_itemprev"
bind ] "ut_itemnext"
bind ` "toggleconsole"
bind a "+moveleft"
bind c "ut_itemdrop kevlar"
bind d "+moveright"
bind e "+button8"
bind f "+button7"
bind m "maptoggle"
bind n "+button3"
bind p "ut_itemuse"
bind q "+button6"
bind r "+button5"
bind s "+back"
bind t "messagemode"
bind u "ui_radio"
bind w "+forward"
bind x "ut_itemdrop flag; say_team DROPPING FLAG"
bind y "messagemode2"
bind z "ut_itemdrop flag; say_team DROPPING FLAG"
bind ~ "toggleconsole"
bind CTRL "+movedown"
bind SHIFT "+speed"
bind F1 "vote yes"
bind F2 "vote no"
bind F3 "ut_radio 1 1"
bind F4 "ut_radio 1 2"
bind F5 "ut_radio 3 3 Requesting medic. Status: $health"
bind F6 "ut_radio 5 1 Enemy spotted at $crosshair // Enemy @ crosshair"
bind F7 "ut_radio 7 2"
bind F8 "ut_radio 5 5"
bind F9 "ut_radio 2 6"
bind F10 "ut_radio 9 9"
bind F11 "play sound/misc/kcaction.wav;screenshotjpeg;ut_echo ^1Screenshot^7 taken."
bind F12 "vstr record_demo"
bind MOUSE1 "+attack"
bind MOUSE2 "ut_zoomin"
bind MOUSE3 "ut_zoomreset"
bind MWHEELDOWN "weapprev"
bind MWHEELUP "weapnext"
seta cm_playerCurveClip "1"
seta gear "GZAOWRA"
seta cg_pausePitch "0"
seta cg_pauseYaw "0"
seta cg_SpectatorShoutcaster "1"
seta cg_zoomWrap "1"
seta cg_viewBlob "1"
seta cg_sfxVisibleItems "1"
seta cg_standardChat "0"
seta cg_sfxTeamBands "1"
seta cg_sfxMuzzleFlash "1"
seta cg_msgHeight "4"
seta cg_maxFragments "32"
seta cg_noTaunt "0"
seta cg_smoothClients "0"
seta cg_cameraOrbitDelay "50"
seta ui_recordSPDemoName ""
seta cg_noVoiceText "0"
seta cg_drawFriend "1"
seta cg_teamChatHeight "0"
seta cg_teamChatTime "3000"
seta cg_bobroll "0.000"
seta cg_bobpitch "0.000"
seta cg_bobup "0.000"
seta cg_runroll "0.000"
seta cg_runpitch "0.000"
seta cg_crosshairY "0"
seta cg_crosshairX "0"
seta cg_drawSnapshot "0"
seta cg_drawStatus "1"
seta cg_draw2D "1"
seta cg_stereoSeparation "0.4"
seta cg_zoomfov "22.5"
seta net_socksPassword ""
seta net_socksUsername ""
seta net_socksPort "1080"
seta net_socksServer ""
seta net_socksEnabled "0"
seta net_noudp "0"
seta ui_ingameMaster "0"
seta ui_currentmodel ""
seta ui_serverStatusTimeOut "7000"
seta ui_teamArenaFirstRun "1"
seta ui_recordSPDemo "0"
seta cg_hudFiles "ui/hud.txt"
seta ui_q3model "0"
seta ui_findPlayer "Sarge"
seta ui_bigFont "0.4"
seta ui_smallFont "0.25"
seta ui_scoreShutoutBonus "0"
seta ui_scoreSkillBonus "0"
seta ui_scoreTimeBonus "0"
seta ui_scoreTime "00:00"
seta ui_scoreBase "0"
seta ui_scoreTeam "0 to 0"
seta ui_scorePerfect "0"
seta ui_scoreScore "0"
seta ui_scoreGauntlets "0"
seta ui_scoreAssists "0"
seta ui_scoreDefends "0"
seta ui_scoreCaptures "0"
seta ui_scoreExcellents "0"
seta ui_scoreImpressives "0"
seta ui_scoreAccuracy "0%"
seta ui_lastServerRefresh_3 ""
seta ui_lastServerRefresh_2 "Nov-11, 2009 at 10:5"
seta ui_lastServerRefresh_1 ""
seta ui_lastServerRefresh_0 ""
seta cg_selectedPlayerName "]:>"
seta cg_selectedPlayer "3"
seta ui_currentOpponent "0"
seta ui_mapIndex "4"
seta ui_currentNetMap "4"
seta ui_currentMap "0"
seta ui_currentTier "0"
seta ui_menuFiles "ui/menus.txt"
seta ui_blueteam5 "0"
seta ui_blueteam4 "0"
seta ui_blueteam3 "0"
seta ui_blueteam2 "0"
seta ui_blueteam1 "0"
seta ui_redteam5 "0"
seta ui_redteam4 "0"
seta ui_redteam3 "0"
seta ui_redteam2 "0"
seta ui_redteam1 "0"
seta ui_actualNetGametype "4"
seta ui_gametype "3"
seta ui_dedicated "0"
seta ui_blueteam "Stroggs"
seta ui_redteam "Pagans"
seta ui_opponentName "Stroggs"
seta ui_teamName "Pagans"
seta server16 ""
seta server15 ""
seta server14 ""
seta server13 ""
seta server12 ""
seta server11 ""
seta server10 ""
seta server9 ""
seta server8 ""
seta server7 ""
seta server6 ""
seta server5 ""
seta server4 ""
seta server3 ""
seta server2 ""
seta server1 ""
seta cg_marks "1"
seta cg_brassTime "2500"
seta ui_browserGameType "4"
seta ui_browserMaster "1"
seta g_spSkill "2"
seta g_spVideos ""
seta g_spAwards ""
seta g_spScores5 ""
seta g_spScores4 ""
seta g_spScores3 ""
seta g_spScores2 ""
seta g_spScores1 ""
seta ui_ctf_friendly "0"
seta ui_ctf_timelimit "30"
seta ui_ctf_capturelimit "8"
seta ui_team_friendly "1"
seta ui_team_timelimit "20"
seta ui_team_fraglimit "0"
seta ui_tourney_timelimit "15"
seta ui_tourney_fraglimit "0"
seta ui_ffa_timelimit "0"
seta ui_ffa_fraglimit "20"
seta com_soundMegs "8"
seta s_mixPreStep "0.05"
seta s_mixahead "0.2"
seta vid_ypos "22"
seta vid_xpos "3"
seta r_lastValidRenderer "ATI Radeon HD 4800 Series"
seta r_GLlibCoolDownMsec "0"
seta r_maxpolyverts "9000"
seta r_maxpolys "1800"
seta r_directedScale "1"
seta r_ambientScale "0.6"
seta r_primitives "0"
seta r_railSegmentLength "32"
seta r_railCoreWidth "6"
seta r_railWidth "16"
seta r_facePlaneCull "1"
seta r_finish "0"
seta r_dlightBacks "1"
seta r_drawSun "0"
seta r_fastsky "0"
seta r_ignoreGLErrors "1"
seta r_flares "0"
seta r_lodbias "0"
seta r_lodCurveError "250"
seta r_intensity "1"
seta r_ignoreFastPath "1"
seta r_smp "0"
seta r_subdivisions "4"
seta r_vertexLight "0"
seta r_simpleMipMaps "1"
seta r_customPixelAspect "1"
seta r_customheight "1024"
seta r_customwidth "1600"
seta r_ignorehwgamma "0"
seta r_depthbits "0"
seta r_stencilbits "8"
seta r_stereo "0"
seta r_detailtextures "1"
seta r_colorMipLevels "0"
seta r_roundImagesDown "1"
seta r_ext_max_anisotropy "2"
seta r_ext_texture_filter_anisotropic "0"
seta r_ext_texture_env_add "1"
seta r_ext_compiled_vertex_array "1"
seta r_ext_multitexture "1"
seta r_ext_gamma_control "1"
seta r_allowExtensions "1"
seta r_glDriver "opengl32"
seta cg_viewsize "100"
seta cl_anonymous "0"
seta sex "male"
seta handicap "100"
seta color2 "5"
seta color1 "4"
seta g_blueTeam "Pagans"
seta g_redTeam "Stroggs"
seta team_headmodel "*james"
seta team_model "james"
seta headmodel "sarge"
seta model "sarge"
seta snaps "20"
seta cl_guidServerUniq "1"
seta cl_lanForcePackets "1"
seta cl_maxPing "800"
seta m_filter "0"
seta m_side "0.25"
seta m_forward "0.25"
seta m_yaw "0.022"
seta m_pitch "0.022"
seta cg_autoswitch "1"
seta r_inGameVideo "1"
seta cl_cURLLib "libcurl-3.dll"
seta cl_freelook "1"
seta cl_mouseAccel "0"
seta sensitivity "3"
seta cl_run "1"
seta cl_pitchspeed "140"
seta cl_yawspeed "140"
seta cl_aviMotionJpeg "1"
seta cl_aviFrameRate "25"
seta cl_autoRecordDemo "0"
seta cl_master "master.urbanterror.net"
seta sv_lanForceRate "1"
seta sv_dlURL ""
seta sv_maxPing "0"
seta sv_minPing "0"
seta sv_maxRate "0"
seta sv_minRate "0"
seta vm_ui "2"
seta vm_game "2"
seta vm_cgame "2"
seta joy_threshold "0.15"
seta in_joyBallScale "0.02"
seta in_joystick "0"
seta in_logitechbug "0"
seta in_mididevice "0"
seta in_midichannel "1"
seta in_midiport "1"
seta in_midi "0"
seta com_blood "1"
seta com_altivec "0"
seta dmflags "0"
seta g_maxGameClients "0"
seta g_teamAutoJoin "0"
seta g_logroll "0"
seta g_loghits "0"
seta g_logSync "0"
seta g_filterBan "1"
seta g_gear "0"
seta g_survivorrule "0"
seta g_allowChat "2"
seta g_refPass ""
seta g_refClient "-1"
seta g_referee "1"
seta g_refNoBan ""
seta g_teamkillsForgetTime "120"
seta g_removeBodyTime "300"
seta g_bulletPredictionThreshold "5"
seta g_maintainTeam "1"
seta g_failedVoteTime "300"
seta g_initialWarmup "0"
seta g_ClientReconnectMin "100"
seta g_healthReport "1"
seta g_teamNameRed ""
seta g_teamNameBlue ""
seta g_timeouts "3"
seta g_timeoutLength "30"
seta g_pauseLength "0"
seta g_deadchat "2"
seta g_NextMap ""
seta g_armbands "1"
seta g_log "games.log"
seta g_mapcycle "mapcycle.txt"
seta g_allowvote "536871040"
seta g_maxteamkills "2"
seta g_teamforcebalance "0"
seta g_friendlyfire "1"
seta g_antiwarptol "50"
seta g_antiwarp "1"
seta g_maxrounds "0"
seta g_suddendeath "1"
seta g_respawnprotection "2"
seta g_respawndelay "8"
seta g_bluewave "2"
seta g_redwave "2"
seta g_waverespawns "1"
seta g_hotpotato "2"
seta g_flagreturntime "30"
seta g_bombdefusetime "10"
seta g_bombexplodetime "40"
seta g_roundtime "3"
seta g_swaproles "0"
seta sv_master5 ""
seta sv_master4 "master.quake3arena.com"
seta sv_master3 "master2.urbanterror.net"
seta sv_master2 "master.urbanterror.net"
seta g_cahtime "60"
seta timelimit "0"
seta fraglimit "0"
seta g_followstrict "0"
seta sv_strictauth "0"
seta sv_hostname "New Unnamed Server"
seta capturelimit "0"
seta sv_joinmessage "Welcome to Urban Terror 4.0"
seta g_motd "Urban Terror, Presented by FrozenSand"
seta g_warmup "15"
seta sv_floodprotect "0"
seta sv_maxclients "12"
seta g_matchmode "0"
seta sv_allowdownload "0"
seta sv_battleye "0"
seta cl_battleye "0"
seta s_useopenal "0"
seta cg_physics "1"
seta cg_optimize "1"
seta r_dynamiclight "1"
seta cg_predictitems "0"
seta cg_sfxbrasstime "5000"
seta cg_hudweaponinfo "2"
seta cg_showbullethits "1"
seta cg_gunsize "0"
seta cg_teamchatsonly "0"
seta cg_novoicechats "0"
seta cg_autoradio "0"
seta cg_drawHands "1"
seta cg_chatHeight "4"
seta cg_msgTime "4000"
seta cg_chatTime "4000"
seta cg_marktotaltime "5000"
seta cg_sfxSurfaceImpacts "1"
seta cg_sfxParticles "1"
seta funblue ""
seta funred ""
seta cg_rgb "255 0 255"
seta cg_hitsound "0"
seta cg_sfxShowDamage "1"
seta cg_visibleBleeding "1"
seta cg_drawteamscores "1"
seta cg_drawcrosshairnames "1"
seta cg_crosshairnamestype "3"
seta cg_crosshairnamessize "0.3"
seta cg_drawteamoverlay "3"
seta cg_drawteamoverlayscores "1"
seta cg_maptoggle "1"
seta cg_mapsize "150"
seta cg_mappos "1"
seta cg_mapalpha "0.7"
seta cg_maparrowscale "3.0"
seta cg_scopesr8 "0"
seta cg_scopeg36 "0"
seta cg_scopePSG "0"
seta cg_scopefriendrgb "1 0 0 1"
seta cg_scopeRGB "0 1 0 1"
seta cg_crosshairfriendrgb "1 0 0 1"
seta cg_crosshairrgb "0 1 0 1"
seta cg_crosshairsize "20"
seta cg_drawcrosshair "8"
seta cg_autoscreenshot "0"
seta cl_autodownload "1"
seta cl_allowdownload "0"
seta cl_drawclock "0"
seta cg_autorecordmatch "1"
seta cg_sfxBreathing "1"
seta cg_nvg "3"
seta cg_speedo "1"
seta cg_lagometer "1"
seta cg_drawtimer "1"
seta cg_drawfps "1"
seta cg_fov "90"
seta cg_scopering "2"
seta ui_browserSortDir "1"
seta ui_browserSortKey "2"
seta ui_browsershowempty "0"
seta ui_browsershowfull "0"
seta ui_netgametype "2"
seta ui_joingametype "0"
seta ui_netsource "2"
seta ui_browserShowBE "2"
seta ui_browserShowPB "2"
seta com_introplayed "1"
seta r_mapoverbrightbits "0"
seta r_overbrightbits "0"
seta r_ext_compressed_textures "0"
seta r_texturemode "GL_LINEAR_MIPMAP_LINEAR"
seta r_texturebits "32"
seta r_colorbits "32"
seta r_swapinterval "0"
seta r_fullscreen "1"
seta r_mode "8"
seta r_displayrefresh "0"
seta r_gamma "2.1"
seta r_picmip "0"
seta ut_timenudge "0"
seta cl_packetdup "1"
seta cl_maxpackets "30"
seta rate "8000"
seta com_maxfps "125"
seta com_hunkmegs "256"
seta weapmodes_save "00000110220000010002"
seta raceblue "3"
seta racered "3"
seta s_doppler "1"
seta s_khz "22"
seta s_musicvolume "0.114583"
seta s_volume "0.145833"
seta name "]:>"
seta in_mouse "-1"
seta cl_alttab "1"
seta win_fastmodechange "1"
seta record_demo "vstr record_demo_start"
seta record_demo_stop "set record_demo vstr record_demo_start; stoprecord"
seta record_demo_start "set record_demo vstr record_demo_stop; recorddemo"
seta com_zoneMegs "24"



there are some problems i noticed
1. when i press mouse3 for a short time it switches back to sniper instead of taking the pin off the nade
2.If i press the mouse3 longer it throws the nade when i release mouse3 instead of releasing it when i press the fire button
3.I cannot select my weapons with the keys 3 and 4
Plz remember i am a total noob at configs :sad: :sad:

#10 User is offline   ObScUrE Icon

  •   head moderator   
    Co-Chief Community Moderator
  • Account: obscure
  • Country:
  • Joined: 28-February 10
  • Posts: 2,192

Posted 31 March 2010 - 05:42 PM

Quote

1. when i press mouse3 for a short time it switches back to sniper instead of taking the pin off the nade

exactly it switches back to the last used weapon [Primary|Secondary|Sidearm]

Quote

set nade_end "-attack; cl_stopwatchstartpause; wait 1; cl_stopwatchreset; wait 1; cl_stopwatch 0; vstr my_weapon"

//WEAPTOGGLES//
set weapPrimary "ut_weaptoggle primary ; set my_weapon vstr weapPrimary"
set weapSecondary "ut_weaptoggle secondary ; set my_weapon vstr weapSecondary"
set weapSidearm "ut_weaptoggle sidearm ; set my_weapon vstr weapSidearm"




Quote

2.If i press the mouse3 longer it throws the nade when i release mouse3 instead of releasing it when i press the fire button

that is the way it actually works. It's possible to change it but it would be to buggy.
I can post your a example later but now I have to go.


Quote

3.I cannot select my weapons with the keys 3 and 4

key 4 should work but for key 3 that was my fault.
(corrected in first post now)

This post has been edited by ObScUrE: 31 March 2010 - 06:13 PM

Quote

BenQ-XL2420T|Filco-Ninja-TKL-MXRed|Logitech-G403|AKG-K70201000010 01101100 01110101 01110100 01010010 01100001 01110101 00100100 01100011 01101000~The quieter you become, the more you are able to hear.~

  • (2 Pages)
  • +
  • 1
  • 2
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users

Advertisement


Copyright © 1999-2024 Frozensand Games Limited  |  All rights reserved  |  Urban Terror™ and FrozenSand™ are trademarks of Frozensand Games Limited

Frozensand Games is a Limited company registered in England and Wales. Company Reg No: 10343942