A+ A A-

General News

silEnT mod 0.8.1

Published in ET Mods

The Team from mygamingtalk.com releasedET-Mod silEnT 0.8.1.

Added: Flag 32 to g_disableComplaints to disable complaints completely.
Added: ETPro style g_proneDelay.
Added: Custom, admin defined, votes.
Added: 3rd UI theme that resembles the original ET look.
Added: MorphOS support.
Improved: engineer work progress bar (construct/arm/disarm) and covert ops progress bar (mines spotting, uniform stealing) - added background to display the amount of work to do.
Fixed: Some text bugs related to g_recognition cvar.
Fixed: ETTV clients were kicked for not having silEnT GUIDs.
Fixed: Admin log was missing some data with g_logOption 16384. Also, new format with admin log when using this option.
Fixed: Client exploit affecting various mods which caused the server to stall until the engine watchdog triggered.
Fixed: The shrubbot.cfg configuration file is cleaned automatically from expired bans and warnings on each map start. Instead of waiting for it to be written as a result of an admin command.
Fixed: Memory leak with subnet bans.
Fixed: Axis covertop couldn't select pistols through weapon banks.
Fixed: UI; tooltip text color theming.
Fixed: Improvised Demolition not showing up in final map stats.
Fixed: mines spotting progress bar not always displayed.

Source: mygamingtalk

SILENT MOD Version:0.8.1
Author TheSilencerPL Date 21.11.2013 Filesize 6,798 MB Download 233


Omni-Bot 0.84 for ET released

Published in ET Mods

Omni-Bot 0.84 for Enemy Territory has been released.

We are pleased to announce new version of Omni-Bot for ET. The most important change is that goal_save command does not save all goal properties. The benefit is smaller file size and faster initialization. The drawback is that new goals gm files cannot be opened by previous Omni-Bot versions. If you want to use the latest waypoints, you must update to 0.84. If you use NoQuarter 1.2.7, you should update too, because 0.71 interface is included in Omni-Bot 0.84.

There are also new features in the omnibot mod:
Spectator can edit waypoints and can see all players on the map.
Rendering is more reliable and uses less resources because it does not need the boost interprocess library anymore.
New cvar cg_obituary can disable "killing" messages in the console, so that important messages will not scroll out of the window.
Warm-up time can be set to 1 second. You don't have to wait 10 seconds anymore.

Changes in Omni-Bot Enemy Territory 0.84
    infected mod is supported
    === BOT ===
    Added 0.71 interface (NoQuarter 1.2.7)
    Added trigger Flag dropped
    Added new functions IsCarryingFlag, CanGrabItem, GetNearestDestination, GetAllEnemy, GetAllAlly
    Added TraceLine returns contents and surface
    Added DistanceBetween and DistanceTo parameters can be MapGoals
    Added GetGoals and QueryGoals have parameter Sort (values are none,priority,name,random)
    Added GetWaypointByGUID and GetAllWaypoints return waypoint name in result table
    Added Goto parameter can be a table of vectors
    Added HasAmmo can have 2 parameters (ammotype, amount)
    Added GetNearest,GetNearestEnemy,GetNearestAlly can search for multiple classes
    Added constants SURFACE.SLICK and SURFACE.LADDER
    Added file names in gm script error messages
    Added et_autoexec_user.gm is executed after et_autoexec.gm
    Added SetAvailableMapGoals 3rd parameter can be a table of goal expressions
    Changed MaxUsers trackers are separate for each team
    Changed QueryGoals and GetGoals delete all items from table before writing result
    Changed GetGoals does not sort goals by priority
    Changed console commands are sent to goals even if they are handled by global Commands table
    Changed BlackboardDelay,MarkInProgress,MarkInUse do not require mapgoal parameter
    Changed blocked waypoint connections are visible, color is dark grey
    Changed errors from SetAvailableMapGoals are printed by Util.MapDebugPrint
    Fixed crash if dlclose fails (if Jaymod is used without LD_PRELOAD)
    Fixed Finished did not work inside Enter callback
    Fixed condition if(vector) failed if vector.x was zero
    Fixed GetUsePoint
    Fixed ConfigGet with 2 parameters saved null to config file
    Optimized region triggers
    Optimized initialization of file system and weapons
    Removed options [Script]/Debug, [Script]/EnableRemoteDebugger, [Debug Render]/EnableInterProcess, [Downloader]
    Removed empty lines in error messages
    === MOD ===
    Added killing messages can be disabled by cvar cg_obituary
    Added cvar omnibot_render_distance to limit waypoint drawing distance from the player
    Added spectator position on the map
    Changed InitialDelayTime can be less than 10 seconds on dedicated servers
    Changed drawing does not use boost interprocess library
    Changed spectator can see all players on the map
    Changed warmup can be less than 10 seconds
    Changed message "Omni-bot Loaded Successfully" is printed only after successful initialization
    Fixed spectator position was wrong and spectator could not edit waypoints
    Fixed GetEntityOwner sometimes returned invalid entity
    Fixed crash if print parameter was too long
    Fixed UpdateGoalEntity was called even if omnibot_enable was changed from 1 to 0
    Optimized drawing of waypoint radius
    Added version info to DLL files
    === GOALS ===
    Disabled waiting for medic in NoQuarter mod because of weapon spread bug
    Removed many useless properties from goals gm file in nav folder
    Changed high level goals were moved from library to gm scripts
    Changed ROAMING goal chooses any goal available to bot's team, ignoring class and MaxUsers
    Changed DEFUSE goal prefers dynamite which has been planted sooner if there are 2 dynamites at the same objective
    Changed FLAGRETURN goal has limited range
    Changed REVIVE is disabled on ice
    Changed Covertops don't steal uniform when mounting mg42
    Changed resetxp is used only in Jaymod, NoQuarter, Bastardmod, ETBlight
    Improved MOUNTMG42 can be used concurrently by both teams (neutral mg42 in goldrush)
    Improved soldier does not shoot MORTAR if stupid fieldops stands in front of him to deliver ammo
    Added timedout message in CHECKPOINT, REVIVE, MOUNT, MOUNTMG42, REPAIRMG42
    Fixed priority was not reset to zero after map goal became unavailable
    Fixed new ARTILLERY_S or ARTILLERY_D goals were sometimes created in ground
    Fixed disguised covertops was shooting and lost disguise
    Fixed error if test bot was kicked during Goto
    Fixed GRENADE did not work in NoQuarter mod if goal had Count=1
    === SCRIPTS ===
    Improved server manager to balance number of humans and bots
    Added Util.ChangeCrucialClassForRole
    Added Util.QueryGoal, Util.InvalidGoal, Util.RouteTo
    Added region type in debug messages when entering/exiting re-usable region trigger
    Changed debug messages in disablepush,disablecm,breakabledist regions are printed only for bots
    Changed Util.UpdateSwitchData is called automatically by paththrough switch
    === WEAPONS ===
    Added throwable knives in etpub mod
    Added WeaponType "item"
    Added BAZOOKA in Legacy mod
    Changed rifle grenades have limited range
    Changed SetDesirabilityRange can be less than DefaultDesirability
    Changed sniper weapons have smaller AimError
    Fixed flamethrower was used at long distances (bug in 0.83)
    === COMMANDS ===
    Added cleargoalflags command to delete obsolete 0.71 goal flags
    Improved sag command (ShowActiveGoals) prints priorities and roles
    Improved sei command (ShowEntityInfo) prints entity categories
    Improved rollcall command prints roles, goal, weapon, ammo, health, difficulty, view distance, reaction time
    Improved tracearty command renders pink line to point of collision if trace fails
    Fixed difficulty, resetxp and maxxp commands are listed in help and they don't need connected bots
    Fixed kickbot command worked only for ID, but not bot's name (bug in 0.83)
    Removed TestMap conditions and ShowMovers from makemapgm command
    Removed commands showscriptgoals, console, tbr, aim_debug, fixoffsets, fixnext
    === WAYPOINTS ===
    1944_cherbourg2
    1944_nordwind
    1944_nordwind_summer
    airassfp1
    battle_chess_sniper
    black_forty_four_sniper
    capuzzo_b3
    ds_bunkers_b2
    erdenberg_b3
    es_puffo_sniper
    fragmaze_fixed
    north_italy_sniper
    radar_summer
    raid_b4
    santas_grotto_v1_2
    sniper_from_mars
    transylvania
    uje_city_patrol
    uje_gondola_sniper
    uje_parking
    xmas_bol_sniper

Source: omni-bot.com | etpro.de

OMNI BOT - WIN/LINUX + WAYPOINTS Version:0.84
Author omnibot Date 15.12.2014 Filesize 35.12 MB Download 503



HQ WW2 Character Customization Pack

Published in ET Mods

Official ET Headquarters Standard Character Customization Pack. This is the WW2 themed item pack. It contains 10 body- and helmetskins, 5 rankskins and headaccessoirs, and 30 faceskins. Version: alpha 1.0

To get you started quickly read index.html at doc/manual/ inside the ET Headquarters mod version 0.9.127 download.

ET Headquarters adds a flexible character customization system to Wolfenstein Enemy Territory. It also adds gameplay changes and rebalances class mechanics. Its core gameplay remains close to vanilla ET.

The Team
acQu - Code, Game Design
Floreio - Models
Jenkins - Logo, 2D gfx
Thunder - Skins, Models

Webpresence
ModDB: moddb.com/et-headquarters
ModDB: moddb.com/hq-ww2-cc-pack
Bug reports go to: thewolfteam.org

 

HQ WW2 Character Customization Pack Version:Alpha 1.0
Author acQu, Floreio, Jenkins, Thunder Date 31.08.2014 Filesize 8,069 MB Download 282


 

ET HEADQUARTERS Version:0.9.127
Author acQu - Floreio - Jenkins - Thunder Date 30.07.2014 Filesize 7,019 MB Download 297


Omni-bot 0.85 RtCW + ET Released!

Published in ET Mods

Omni-bot 0.85 for Enemy Territory and Return to Castle Wolfenstein have been released.

We are pleased to announce new version of Omni-Bot for ET and RTCW. There are many new features especially in RTCW because previous versions 0.83 and 0.84 were released exclusively for ET.

Many waypoints are not yet finished, but you can download them from the Assembla repository. Omni-bot 0.85 can load them directly from incomplete_navs folder. You don't have to move them to nav folder anymore.

You can download 64-bit binaries for both Linux and Windows. They require latest version of ET:Legacy or iortcw. They should be installed only on dedicated servers. Do not install 64-bit version on your home PC because you would not be able to connect to public multi-player servers.

We have also successfully compiled Omni-bot for ARM processor. It's possible to run RTCW server on Raspberry Pi computer.

> RTCW 0.85 changelog > ET 0.85 changelog

Source: www.omni-bot.invisionzone.com

 

OMNI BOT ET - ALL OS Version:0.85
Author omnibot Date 26.10.2015 Filesize 25,23 MB Download 651


 

OMNI BOT RTCW - ALL OS Version:0.85
Author omnibot Date 26.10.2015 Filesize 13.64 MB Download 1409


ET silEnT mod version 0.9.0 is out!

Published in ET Mods

The Team from mygamingtalk released ET-Mod silEnT 0.9.0.

Change log 0.9.0:
Added: Server customizable menu that is opened in addition to the silEnT mod menu.
Added: Possibility for admins to modify the loading screen of their server. As opposed to modifying the loading screen of every server.
Added: New client command mem_report. This command prints diagnostics of the client memory pooling.
Added: New client cvars: cg_numPopups, cg_popupStayTime and cg_popupFadeTime for controlling popup behaviour.
Added: Server checks the setup and refuses to start if problems are found. This includes checks that official menus are not modified.
Added: New option g_forceLimboHealth 2, which matches the ETPro gib damage (125).The option 1 remains as the original ETPub gib health (150).
Added: Rate setting is incresed automatically step by step if fragmented snapshots are received from the server. This improves the playability and removes the need to force this setting to players.
Added: Server extension modules. With this technology, server functionality can be expanded to various tasks without bloating the qagame library or forcing every admin to use same extension.
Added: Statistics module. This module collects various game play data into a relational database. Current choices are SQLit3 and PostgreSQL.
Added: Censor module. This module can be configured to censor names and chat with real regular expressions.
Added: new fun wars: !knifewar, !stenwar, !riflenadewar, !rifleshootwar, !pistolwar (added g_headshot bitmask value 4 to control instagib of headshot for pistolwar).
Added: New server cvar: g_incognitoCountryFlag to control the country flag displayed for the incognito admin.
Added: If g_dmg is set server side, body hitsounds have different volumes depending of the damage. This can be disabled by the players.
Added: Forcing some cvars is now restricted. These include the client side hitsound selection and theme.
Added: Player screenshots. Now admins can take player screenshots which works same as PB screenshots. 2.6b clients supported. Screenshot will have Server name, IP, Player Name, silEnT GUID, PB GUID and Player IP in it.

>>> full change log

Source: mygamingtalk.com

SILENT MOD Version:0.9.0
Author TheSilencerPL Date 19.11.2015 Filesize 12.91 MB Download 476


Infected Mod (A13)

Published in ET Mods

Micha! released a new version on his ET mod "Infected" - Infected Mod is a survival gameplay mod. It changes Allies to Humans/Swat and Axis to Infected/Zombies.

Micha! veröffentlicht eine neue Version von seinem ET-Mod "Infected" - Infected Mod ist ein Überlebens Gameplaymod, diese Mod verwandelt die Alliierten in Menschen und macht Achsenmächte zu Zombies.

* Humans: You need to survive till the timelimit is over !
-> Get ammo on kills
* Infected: Kill all humans to win the round (starts with 1 player)
-> Kill a human to infect him

Some features:
- Random Map vote
- "Infect a random player" vote
- Removes Mg42 and objectives out of maps
- Heartbeat sound on lower healthpoints
- World sounds for better atmosphere
- Player punishment for "spec -> human team" to avoid dead (empty weapons on respawn).
- Get ammo for kills (infected players get another throwing knife, humans get bullets)
- Thirdperson mode ( /tp 1 or /tp 2)
- More shrubbot commands
- Infected Team has special spawnpoints on some maps
- Edited mapscripts
- Tripmines
- Water breath bar

Compatibility:
Server: 2.55, 2.6b, et300

OS:
server: windows, linux
client: windows, linux

Server:
TeamMuppet INFECTED 109.70.149.30:27934
~~~Q|ZOMBIE MODE *NEW!* 5.135.189.168:27930

INFECTED MOD Version:A13
Author Micha! Date 01.05.2013 Filesize 21,11 MB Download 398


N!tmod 2.3 has been released!

Published in ET Mods

After almost 3 years of development, N!tmod 2.3 is finally ready for public use.
One of the major changes in this version is the built-in anticheat, NxAC 1.0.

A few things have changed since N!tmod 2.2, and some of your old server config files might need some adjustments to run with 2.3.
Don't forget to check the Setup tutorial and the NxAC Setup tutorial if you get any problems during the installation/update.

N!tmod 2.3 FINAL Changelog >> HERE

Source: etmods.net | etpro.de

N!TMOD 2.3 FINAL Version:2.3
Author N!trox Date 29.03.2015 Filesize 5.89 MB Download 188


ET Headquarters 0.9.127

Published in ET Mods

Wolfenstein: Enemy Territory Mod ET Headquarters 0.9.127 released

ET Headquarters adds a flexible character customization system to Wolfenstein Enemy Territory. It also adds gameplay changes and rebalances class mechanics. Its core gameplay remains close to vanilla ET. Features: - Omnibot Support - ETpro Mapscripting Support - Lua 5.1 Support - Sqlite3 Database Backend - Xpsave and Moditemsave Support - Game Coins - Character Customization - Flexible Character Customization Backend - Barracks Menu to Visually Unlock Character Items - New Command Post Gameplay - Blue Adrenaline - Covert Ops Weapon Specialist

Mod Features
Amongst the many which stand out:
- Omnibot Support
- ETpro Mapscripting Support
- Lua 5.1 Support
- Sqlite3 Database Backend
- Xpsave and Moditemsave Support
- Game Coins
- Character Customization
- Flexible Character Customization Backend
- Barracks Menu to Visually Unlock Character Items
- New Command Post Gameplay
- Blue Adrenaline
- Covert Ops Weapon Specialist

The Team
acQu - Code, Game Design
Floreio - Models
Jenkins - Logo, 2D gfx
Thunder - Skins, Models

Webpresence
ModDB: moddb.com/et-headquarters
Bug reports go to: thewolfteam.org

Not all media assets shown in the pictures, videos, etc, were done by us alone. We hereby thank everyone in the community who made these assets available. We do not take credit for those.

Source: etpro.de

ET HEADQUARTERS Version:0.9.127
Author acQu - Floreio - Jenkins - Thunder Date 30.07.2014 Filesize 7,019 MB Download 297


Splatterladder Wolf:ET HD Pack 2.6

Published in ET Mods

Wolfenstein: Enemy Territory - Splatterladder Wolf:ET HD Pack 2.6
This is the updated version of my HD Pack for 'Wolfenstein: Enemy Territory'. There are now two files in the download, however, the larger file is not downloaded by the players joining the server, only the small 14MB file is downloaded directly. - Wolf Enstein

Mod Installation for Server-Admins:
Put the '.pk3' files into the 'etmain' folder only and the small file will be downloaded by players joining your server. They'll have to go to Wolffiles.de in order to download and use the main HD texture pack.

To uninstall this mod just delete the file.

Installation for Players:
Put the '.pk3' files into your 'etmain' folder. If it's also in the 'etmain' folder of a gameserver you join you will see the HD-textures, weapons and uniforms in-game.

Source: forum.splatterladder | wolffiles.de

SPLATTERLADDER ET HD PACK Version:2.6
Author Wolf Enstein Date 21.07.2019 Filesize 667 MB Download 827


WolfAdmin 1.0.1 released

Published in ET Mods

A Wolfenstein: Enemy Territory server enhancement

WolfAdmin is a Lua module for Wolfenstein: Enemy Territory servers created by Timo 'Timothy' Smit. It is an enhancement of the existing game, mod and shrubbot functionalities, providing you with extra tools to administrate your server. Among the features are advanced logging of player data and a new set of commands your administrators may use.

Another thing which WolfAdmin provides is a new set of custom voting options which can be called from a new vote menu. Finally the module also provides some features which were originally implemented by popular mods such as NoQuarter, ETPub and ETPro. These features include player greetings, warn history and spree records.

The development of the module started in 2015, although first tests date from 2014. This module has been created to help servers survive, even when there are not that many administrators or even players online.
This is a growing issue in the Wolfenstein community and thus one of the future plans is to incorporate features that will be particularly useful for servers with low player amounts, such as variable map rotation and server configuration. Of course suggestions are welcome, feel free to contact me by email or post ideas in the bug tracker.

WolfAdmin Features

[Commands] Greetings are cut off
[Database] Awards for each map shouldn't include bots
[General] Implement safety checks
[General] Show revive messages to team and add possibility to disable
[General] Add revive spree on center screen by achievements
[Commands] Rule not displayed when using !rules [shortcut]
[General] Evener doesn't announce and suddenly move a player
[General] Remove greetings prefix when displaying in CP
[Database] Add extra column for clean alias
[General] Do not display greetings for bots

Link: timosmit.com/wolfadmin
Source: etpro.de | dark-alchemy.com

>> Downloads: timosmit.com/wolfadmin/download

General Charts

ALLGEMEIN: TOOLTIME Unabl…

ALLGEMEIN: TOOLTIME Unable/Failed to resolve etguidauth.evenbalance.com

Seit dem neuen Punkbuster Release 1.279 haben viele Problem...

Wolfenstein4ever is back

Wolfenstein4ever is back

Wolfenstein4ever is back, but now on wolfenstein4ever.de (an...

Clanbase - Game Over

Clanbase - Game Over

Clanbase - Game Over For those unfamiliar with the name: Cla...

  

   

 

  

  

uje-clan  dark-alchemy

  

LBM Multiclan 

etw-fz 

rockefellaz 

ronboy 88 

  

  

  

  

  

no quarter 88  etpub 88

Socials - Follow Us on...

et legacy 88 

sandmod 88    

bunker  braveheart

fearless assassins 88  evil-clan

   

yawn 88  wolfenstein wiki 88