| |
|
|
|
![]() |
Contents |
New:
Switches between normal ET popUps and CS’ish popUps.
Shows Informative Overlays such as following Player “xyz”.
“effect:” Shows bubbles instead of normal Nade Trail.
“effect:” Replaces the normal Panzerfaust Particles by your own ones. Advanced users only!
PanzerFaust cam. Very crappy implemented. Use camtrace instead!
Grenade cam. Very crappy implemented. Use camtrace instead!
Draw a crosshair while being in ThirdPersonView.
Prints PlayerNames into the console.
(condump to view colorcodes) this is only intresting for name Replacements.
Name that replaces the old name.
Name that will be replaced.
Activate the Name Replace.
Draws the weapon icon on the screen while being in cg_drawhud 0 Mode.
Draws the Ammo value on the screen while being in cg_drawhud 0 Mode.
*mm_drawHealth [0;1]
Draws the health value on the screen while being in cg_drawhud 0 Mode.
Use coronas in the client? (Recommend in ETPRO demos).
Speed with which the cam moves in freecam mode (Bugged!).
Removes all weapons from all players (Usefull for animations).
Removes the backpacks from the Models. (Usefull for animations)
Removes the Nades from the players hand. (Usefull for animations)
ETMAIN hitsounds. (Bugged b_realhead ?!?)
Etpro hitboxes 1 = normal hitsounds, 2 = only headshots.
Change the centerprint Font size (for small prints only).
Change the centerprint Font size (for normal prints only).
Popup delay time. We suggest not to change it.
Change the Console Popup font size.
Change the time how long the popup will stay. (in msec)
Change the time how long the popup will fade. (in msec)
How many popups?
Use console font for the popup instead of normal font (wolfcam)
Draw popups at all?
Draw the chatbox?
Draw your own frags only?
Use shadowed popups?
mm_drawYouWereKilledMsg [0;1]
Shows you who just killed you.
May i display Votes?
May i display Objective and some other Messages?
May i display Pickup Messages?
Tracers welcome?
Draws the name of the player you are following at the top of the screen (wolfcam).
You want muzzleflash?
Which cfg will be executed?
When will we execute that cfg?
Are we execing smth at a specific time?
Would you like to use standard et Demo binds?
Available colors: green, red, blue, silver.
Boost lights on players.
Shows debug stuff in console.
(wolfcam)
New:
/freecam
Updated Freecam.
/demoFF [seconds]
Forward the demo xx seconds.
/ demoInfo
Only functional with the Media Manager by uv (gets released later) or with the MovieMaker which you can find here myhannes.info
/freecamsetpos
Camtrace is also supported
/exec_at_time
Allows you to exec a specific file at a specific time.
/show_framecount
Displays the current demoFrame. USE cg_drawSnapshot 1 instead!
/players
Shows you the players and its IDS / you can use the new Scoreboard aswell for that
/follow (wolfcam)
follow other players (note not all mmMod features will work in wolfcam mode)
/jumpToFrag
Jumps Right to the Frag. ( If ET has this info available)
/setMark <”short Description”>
You can set a Mark @ the Current Position, the MediaManager will recognize that then.
/scanDemo [playerID] [Number of frags >= 1]
[Time for the spree in seconds] [timescale factor]
Scans for frags from the player’s ID with more or equal to the Number of frags value. /players command. Dont use too high timescales on lower machines
For example: Player id = 10; minfrags = 2; spreetime = 20 sec; timescale = 50 scandemo 10 2 20 50
The output will then be stored in uvMovieMod\demoInfos\*.demoscan
(Those are textfile and you can open them with notepad)
/viewpos
<x y z> : <y p r> : FrameNumber (needed for the exec_at_time feature)
Create a cfg with the following cvars: THIS IS NOT AVI in the pub rls!
mm_fakeNames "1" /toggle this to 1 and exec the cfg and it will be active.
mm_fakeNameToReplace "ETPlayer"
mm_fakeNameReplacedBy "blabla"
For that I made 2 cfgs, one for cleaning up old frags and the waiting loop, and the second for the actual popUp settings.
Clear the console:
seta mm_popUpStayTime "0" // 0 for cleanup seta mm_popUpFadeTime "0" // 0 for cleanup seta mm_maxPopUps "6" // stays the same seta mm_drawPopUps "0" // 0 for cleanup seta mm_drawChatMsgs "0" // chat yes no? seta mm_drawYourOwnFragsOnly "0" // 0 for cleanup seta mm_drawOtherMessages "0" // obj msgs? seta mm_drawPickUpMessages "1" // pickups?
Record settings:
seta mm_popUpStayTime "99999" // will never dissapear seta mm_popUpFadeTime "99999" // will never fade seta mm_maxPopUps "6" // 6 Popups seta mm_drawPopUps "1" // ahm yes please seta mm_drawChatMsgs "0" // chat yes no? No thanks seta mm_drawYourOwnFragsOnly "1" // yep seta mm_drawOtherMessages "0" // nope (not tested with cs console) seta mm_drawPickUpMessages "0" // nope (not tested with cs console)