View Full Version : Dod Walk (v0.3)
Wilson [29th ID]
09-15-2006, 12:28 AM
DoD Walk
- Version 0.3
- 03.31.2007
- original: Zor
- bug fixes: Wilson [29th ID] & diamond-optic
Information:
- Allows 'walking' in dod (slower movement but no footsteps) CVARs:
dod_walk "1" //Turn ON(1)/OFF(0)
dod_walk_speed "100" //Speed at which players will walkCommands:
+dod_walk //Bind a key to this, then hold it to walk
say /walk //Brings up a MOTD window with bind informationExtra:
- Place walk_motd.txt in your addons/amxmodx/configs directory Changelog:
- 09.14.2006 Version 0.1 (Wilson [29th ID])
Initial re-release with several bug fixes
Fixed running with deployed bazooka
Fixed running while scoped
Fixed Running while prone
- 01.08.2007 Version 0.2 (diamond-optic)
Added PCVARS
Roundstate fix
Stamina fix
Removed cur_weapon function as the stamina fix covered that as well
Remove engine module (not needed)
Fixed not being able to walk with undeployed rockets (added fakemeta)
Added public cvar (for tracking)
Fixed holding walk and zooming in
Fixed not being able to walk after spawning sometimes
Added some connected/alive/bot checks
Register'd fakemeta PlayerPreThink forward
- 03.31.2007 Version 0.3 (diamond-optic)
Round End fix (yes, TatsuSaisei was right...)
=|[76AD]|= TatsuSaisei
09-15-2006, 12:36 AM
FTWMC:
dod_walk_speed 150
is what I have found to be the same speed as the normal crouching speed
diamond-optic
09-15-2006, 12:45 AM
awesome thanks wilson...
feel free to PM me the remaining bugs you know about.. cause i love this plugin lol
(and i believe as well that Zor was the orig. coder)
Love this plugin. Using it now. I find it is very nice to walk stealthily, however I did notice this makes you completely silent on ladders....
diamond-optic
09-20-2006, 08:04 PM
ya when footsteps are turned off ladders dont make noise..
pretend your going up the ladder carefully.. instead of barrelling up it like normally lol
I havent played w/o footsteps.., but I usually duck while climbing because until now it has been the quietest way to travel up them, but it still made noise.... This just makes me stealthy as hell! I love it.
I just wanted to point out a bug that I found.... Dont know why it happens.
Anyway on snow maps, if you walk through snow and then go into a building and hit your bind for +dod_walk, it doesnt work(footsteps heard and normal speed)... Not sure if its from the noise of the snow prior or what, but you can +dod_walk if you havent walked through snow prior.
Love this plugin anyway though.
diamond-optic
09-28-2006, 08:47 PM
Anyway on snow maps, if you walk through snow and then go into a building and hit your bind for +dod_walk, it doesnt work(footsteps heard and normal speed)... Not sure if its from the noise of the snow prior or what, but you can +dod_walk if you havent walked through snow prior.
i just tried this on dod_kalt and i had no problems with it
Try it some more. I am not the only one trying it and seeing it.....
diamond-optic
09-28-2006, 11:58 PM
well theres no logical reason why walking on snow would cause anything different then walking on any other surface.. as far as the game is concerned.. its still just playing a wav file.. different file names, but other then that no difference.. so theres no real way playing those particular player step wav files would make the plugin not work..
diamond-optic
01-08-2007, 10:44 PM
UPDATE!!
version 0.2
- 01.08.2007 Version 0.2 (diamond-optic)
Added PCVARS
Roundstate fix
Stamina fix
Removed cur_weapon function as the stamina fix covered that as well
Remove engine module (not needed)
Fixed not being able to walk with undeployed rockets (added fakemeta)
Added public cvar (for tracking)
Fixed holding walk and zooming in
Fixed not being able to walk after spawning sometimes
Added some connected/alive/bot checks
Register'd fakemeta PlayerPreThink forward
diamond-optic
05-31-2007, 10:25 PM
well here's a tiny little update i guess i never posted...
Version 0.3
- 03.31.2007 Version 0.3 (diamond-optic)
Round End fix (yes, TatsuSaisei was right...)
Beaudoin [30th ID]
06-01-2007, 06:05 AM
where do you put sma. files by the way? like what folder?
{SR} *Raggy*
06-01-2007, 06:38 AM
Scripting folder
Beaudoin [30th ID]
06-01-2007, 06:52 AM
I put .sma files in scripter, .amxx files in plugins folder, restarted server and they still won't work, what's wrong?
{SR} *Raggy*
06-01-2007, 06:56 AM
If you are trying to install plugins then you need to put the name into the configs/plugin.ini E.g. dod_walk.amxx (If that's the name :P)
Beaudoin [30th ID]
06-01-2007, 07:07 AM
This is my plugins.ini thingy. Look in the bottem left corner. Did I put them in correctly?________________________________________ _________________
; AMX Mod X plugins
; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management
; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
; Chat / Messages
adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
imessage.amxx ; displays information messages
adminvote.amxx ; vote commands
; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map
; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands
; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer
; Custom - Add 3rd party plugins here
dod_walk.sma
parachute.amxx
dodclass.amxx
__________________________________________________ _______________
{SR} *Raggy*
06-01-2007, 11:20 AM
Change dod_walk.sma to dod_walk.amxx
Harrison
12-16-2007, 10:02 PM
I have the .sma file in the scripting folder, the .amxx file in the plugins folder, the .txt file in the configs section, and dod_walk.amxx in the plugins.ini section and dod_walk still does not work. Am I missing something?
diamond-optic
12-16-2007, 10:17 PM
are you binding a key to +dod_walk ?? and not just dod_walk.. you have to have that + there for it to work (and you have to hold the key down while you move to walk)
{DwP} 325th ABN
12-29-2007, 05:02 AM
well i guess ill try this one out, sounds like fun
twizz
01-11-2008, 08:38 AM
The walk_motd.txt doesn't work when you type /walk
Wilson [29th ID]
01-11-2008, 03:21 PM
You must have put it in the wrong directory.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.