Nous sommes le 28 Mar 2024, 13:52


Online     TeamSpeak UT99     UnrealTournament-V3     Download     Utfiles medor     Vote Weborama     Vote Unrealtop200     Vote xtremetop100     free TeamSpeak     Unreal Soundtracks     Google    Mini-Chat Mini-Chat

Poster un nouveau sujet Répondre au sujet  [ 2 messages ] 
 Nouveau Mods SmartDM105 
Auteur Message
Administrateur
Avatar de l’utilisateur

Inscription: 01 Oct 2008, 01:14
Messages: 5598
Nouveau message Nouveau Mods SmartDM105
Ca y est c'est totalement fonctionnel pour le TDM DM LMS CTF DOM et même Assault :ok1: Le tout avec les countryflags.
Donc plus besoins de deux ou trois scoreboards différent et cerise sur le gâteau les Stats pour lesquels on peut exclure les bots.
Le joueur peut aussi modifier l'aspect du scoreboard à sa guise.

Il est livré avec un guide pour développeur format PDF.




Spoiler: Afficher
Code:
==================================================================================================
Product - SmartDM
Version - 1.0.5
Author  - The_Cowboy
Mods:   - ProAsm
Tests:  - Wises / Jojoza
Release Date:
==================================================================================================

SmartDM is a mutator which adds a cool scoreboard and many new stats/features
for Deathmatches and Team Deathmatch Games.

==================================================================================================
COMPATIBILITY
==================================================================================================

a) DeathMatch
b) TeamGame
c) LastManStanding
d) Capture the Flag  (Option)
e) Domination        (Option)
f) Assault           (Option)

==================================================================================================
FEATURES
==================================================================================================

Scoreboard(s)
~~~~~~~~~~~~~
SmartDM supports external(custom) Scoreboards.
If you are developer ,you are more than welcome to make new scoreboards.

Stats
~~~~~
SmartDM tracks many interesting stats for DeathMatches.

a) Efficiency (Calculated in scoreboard)
b) Pickups - All pickups like armour ,shieldbelts ,amplifiers ,jumpboots etc
c) Survivability - Defined by (AwakeTime)/(num_of_deaths)
                  AwakeTime is time between Spawn of player and his/her death.
d) Suicides
e) Sprees - Killing Sprees
f) TimePlayed
g) Headshots
h) SpawnKills
i) Frags

Detections
~~~~~~~~~~
SmartDM detects longrange kills ,multilevel kills ,SpawnKills and announces same.Read settings
sections for more info.

Server Info
~~~~~~~~~~~
ServerInfo pops up when F2 is pressed.It contains the records of Players having best stats.

IpToCountry Support
~~~~~~~~~~~~~~~~~~~
SmartDM has IpToCountry support.
SmartDM recommends latest version of IpToCountry.

==================================================================================================
INSTALLATION
==================================================================================================

Turn off the server!
Extract SmartDM(version).u and Scoreboard(version).u
to system folder.
Open server.ini
Scroll to [Engine.GameEngine] section

ServerPackages=SmartDM105
ServerPackages=SmartDMScoreBoard105

Also if you do not start SmartDM as a Mutator then add the following:
ServerActors=SmartDM105.SmartDMServerActor

That is SmartDM serveractor should come after IptoCountry and UTPure (if you have) serveractors.

==================================================================================================
CONFIGURING SmartDM - Server Side
==================================================================================================

bEnabled=True
ScoreBoardType=SmartDMScoreBoard105.SmartDMScoreBoard

RedTeamHeading=SmartDM's Red Team
BlueTeamHeading=SmartDM's Blue Team
Custom headings for Team Games

bTeamHeadingOption=False
A second graphic option for Team Game headings

CountryFlagsPackage=CountryFlags2
SpawnKillPenalty=0

bEnhancedMultiKill=True
If set to False it will disable the SmartDM Multikill Messages.

EnhancedMultiKillBroadcast=2
This will decide from which multi level kill the message should be broadcasted
2 = all multilevel kills will be broadcasted
3 = all multilevel kills after double kill will be broadcasted.
4 = so on......

bSmartDMServerInfo=True

bSpawnkillDetection=True
SpawnKillTimeArena=1.000000
SpawnKillTimeNW=3.500000
The maximal time after a victim respawns, that the kill can be defined as a spawnkill.
For arena (instagib) and NW games

bAfterGodLikeMsg=True
bDrawLogo=True

bSDMSbDef=True
Should SmartDM scoreboard be the default one ?

bShowSpecs=True
Should spectators be shown ?

bDoKeybind=True

SbDelay=4
After how much seconds should the scoreboard load.

bShowLongRangeMsg=False
bShowSpawnKillerGlobalMsg=True

bShowCTFScoreboard=False
If true a compromise CTFScoreboard will be used.

bAllowAssaultTDM=True
This will allow SmartDM to use it's TDM scoreboard in Assault.

bAllowDominationTDM=True
This will allow SmartDM to use it's TDM scoreboard in Domination.

bNewFragSystem=False
If set to true, frags will be shown instead of score
Note:
Score = Frags-Deaths
Frags = Number of kills
If this is set true then match will end only if player gets Frags = FragLimit of game

bPlay30SecSound=True

bExcludeBotsInStats=False
If True then kills against Bots will not count.

GameInfo[0]=(bEnabled=False,GameClass="",GameName="",Color="")
Here is you wish to change the game name and the name color of a game then just add it here.
Example:
GameInfo[0]=(bEnabled=True,GameClass="Botpack.DeathMatchPlus",GameName="Killer Deathmatch",Color="R=255,G=128,B=0")
When playing a deathmatch game instead of the scoreboard reading 'Tournament Deatchmatch'
it will read 'Killer Deathmatch'
The colors in which it is displayed is set always in the order of Red,Green,Blue
If you set the GameClass="" then SmartDM will compare the GamName= to the actual game name and if
found change the colors.

==================================================================================================
CONFIGURING SmartDMScoreboard - Client Side
==================================================================================================
bShowTransparent=False
Whether the scoreboard should be totally tansparent or have a shaded background.

bShowAltScoreboard=False
True will remove Pickups and Multikills thus allowing more players to be displayed.

bShowInlineDMPlayers=False
True will show DeahMatch players inline, for 12 players, 1 to 6 on left and 7 to 12 on the right.

bStatsDrawFaces=True
Shows player faces instead of game or team icons.

bShowAltTeamHeading=False
If True in a TeamGame, the Red Team / Blue Team heading will alter.

bShowTickFrameRate=True
True will show Tick Rate and Frame Rate (FPS) will be displayed at bottom right of scoreboard.

bShowSBCrossHair=True
If True the players crosshair will be displayed while viewing the scoreboard.

==================================================================================================
CHANGELOG
==================================================================================================
Version - 1.0.5
Added back bEnhancedMultiKill=True to disable new kill messages
Added bShowCTFScoreboard=True to show a reasonable CTF Scoreboard.
Added bAllowDominationTDM=True to allow SmartDM's TDM scoreboard to be used for Domination.
Added bAllowAssaultTDM=True to allow SmartDM's TDM scoreboard to be used for Assault.
Moved the bStatsDrawFaces clientside to the menu.
Increased GameInfo's from 10 to 30 to match that of MapVoteX

------------------------------------------------------------------------

Version - 1.0.4
Expanded viewable player displays
Added TDM (TeamGamePlus) to Scoreboard
Added optional TDM headings to scoreboard
Added bStatsDrawDMFaces=True - replaced bStatsDrawFaces
Addec bStatsDrawTDMFaces=True
Added options to change Game Names and color in Scoreboard
Added client menu - Mutate SmartDM Menu to call up and set keybind
Added Bot icons for easier identification.
Added small skull icon signifying when a player is dead.
Highlighted Pickups for easier reading.



Spoiler: Afficher
Citation:
==================================================================================================
Product - SmartDMScoreBoard
Version - 1.0.5
Author - The_Cowboy
Mods: - ProAsm
Tests: - Wises / Jojoza
Release Date:
==================================================================================================
COMPATIBILITY
==================================================================================================

SmartDM105

==================================================================================================
FEATURES
==================================================================================================

-> Player's faces

-> Country flags

-> Frags/Score
If bNewFragSystem is set to true then Frags are shown else Score (Frags-deaths) are shown in
Deathmatch.In LMS Lives left are shown.

-> Pickups
BELT = Shield Belts
HEAL = Super Health
ARMR = Armors
INVS = Invisibility
TPAD = Thigh Pads
AMPL = Amplifiers
BOOT = Jump Boots

-> Other stuff
TIME = Time played on the server
PING = The players ping
LOSS = Packet Loss

-> NETT = Netspeed setting of player

-> Stats
-> EFF = Efficiency is defined by Frags/(Frags+Deaths).It is shown in % and a bar is displayed
-> SURV = Survivability is defined as timeawake( time between spawn and death )/num_of_deaths
-> SUICIDES
-> KILLSPREE
-> HEDSHOT = Head Shots taken
-> PlayerNames are followed by their ranks

-> CTF
-> FlgTaken - The number of time a player grabs the flag.
-> Dropped - The number of time a player drops the flag.
-> Captures - The number of time a player captures the flag.

-> In LMS the players havin 0 lives left are shown in grey

-> Server's name and time elasped are shown in the footer

==================================================================================================
INSTALLATION
==================================================================================================

Turn off the server!
SmartDMScoreBoard105.u to system folder
Open server.ini
Scroll to [Engine.GameEngine] section
ServerPackages=SmartDMScoreBoard105

Open SmartDM.ini and set ( though it has already been done )
ScoreBoardType=SmartDMScoreBoard105.SmartDMScoreBoard

==================================================================================================
CONFIGURING SmartDMScoreboard
==================================================================================================

After first run a file named as SmartDMScoreboard.ini will be created in client's system.

bShowTransparent=False
Whether the scoreboard should be totally tansparent or have a shaded background.

bShowAltScoreboard=False
True will remove Pickups and Multikills thus allowing more players to be displayed.

bShowInlineDMPlayers=False
True will show DeahMatch players inline, for 12 players, 1 to 6 on left and 7 to 12 on the right.

bStatsDrawFaces=True
Shows player faces instead of game or team icons.

bShowAltTeamHeading=False
True in a TeamGame, the Red Team / Blue Team heading will alter.

bShowTickFrameRate=True
True will show Tick Rate and Frame Rate (FPS) will be displayed at bottom right of scoreboard.

bShowSBCrossHair=True
If True the players crosshair will be displayed while viewing the scoreboard.

NOTE:- These are client side settings only.
Clients can and will decide what they want to see.
Open the client menu with: Mutate SmartDM Menu




Téléchargement

http://unrealtournament.99.free.fr/utfi ... tDM105.zip

_________________
UT99 files
Image
Image
Image
Image
Image
Image
Image


12 Sep 2013, 09:37
Profil Envoyer un e-mail
Administrateur
Avatar de l’utilisateur

Inscription: 01 Oct 2008, 01:14
Messages: 5598
Nouveau message Re: Nouveau Mods SmartDM105

_________________
UT99 files
Image
Image
Image
Image
Image
Image
Image


23 Avr 2018, 18:54
Profil Envoyer un e-mail
Afficher les messages postés depuis:  Trier par  
Poster un nouveau sujet Répondre au sujet  [ 2 messages ] 


Qui est en ligne

Utilisateurs enregistrés : Aucun utilisateur enregistré


Vous ne pouvez pas poster de nouveaux sujets
Vous ne pouvez pas répondre aux sujets
Vous ne pouvez pas éditer vos messages
Vous ne pouvez pas supprimer vos messages
Vous ne pouvez pas joindre des fichiers

Rechercher:
Aller à:  
cron
Powered by phpBB © phpBB Group.
Designed by Vjacheslav Trushkin for Free Forums/DivisionCore.
Traduction par: phpBB-fr.com