ET Mod News

American Civil War Mod - Final

Published in ET Mods

Enemy Territory American Civil War Mod (ACW) - Final

This is the final release of PAV's superb "American Civil War" modification. There have been many excellent mods created over the years by our Wolfenstein Community, especially for "Return to Castle Wolfenstein SP". However, this "Wolfenstein EnemyTerritory" mod truly is something very special indeed.
The new weapons, animations, models and environments are exceptional, as is the excellent western music incorporated into the gameplay. This isn't just a new game modification, it's a Wolfenstein work of art. To make things even more incredible, all of this is the work of just one man, not a devteam. Download it and enjoy it, folks, you won't be disappointed.

There are now 30 maps to play, in 3 ten-map campaigns. The maplist is as follows:
North American Campaign: # Killdeer Mountain # Fort Abercrombie # Storm Point # Once Upon a Time in the West # Factory #The Wild Wild West # Farm # Hang'Em High
Central American Campaign: # Fort Laramie # Church # Union pacific # Burlington # Home Sweet Home # Hacienda # Warlock # Durango
South American Campaign: # Dodge City # Colorado River # Santa Fe # El Paso # Tombstone # Tijuana, Yuma # Tucson # Mexican # Oasis # The Alamo.

Please note that some of the maps have "night" versions that can be played too.

Source: wolffiles.de | forum-warchest-American-Civil-War

 

AMERICAN CIVIL WAR (ACW) MOD Version:final
Author BOBOT and PAV Date 10.06.2017 Filesize 739.23 MB Download 401


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

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 500



Enemy Territory timerun mod

Published in ET Mods
Image What is it?
ETrun is a Wolfenstein: Enemy Territory timerun mod. The goal of a timerun is to get from the start of the map to the end as fast as possible.

How does it work?
ETrun has 3 different physics:
    * Vanilla (VET)    * Vanilla Quake 3 (VQ3)    * Advanced Physics (AP)

It's heavily based on competition between players, your goal is to get the best times as possible and to compete with your friends.
 
 
Image Was ist das?
ETrun ist eine Wolfenstein: Enemy Territory Timerun Mod. Das Ziel eines Timeruns ist es, eine Map, vom Start bis zum Ende, so schnell wie möglich zu erreichen.

Wie funktioniert es?
ETrun hat 3 verschiedene Physik:
     * Vanilla (VET)     * Vanilla Quake 3 (VQ3)     * Advanced Physics (AP)

Es basiert überwigend auf den Wettbewerb zwischen den Spielern. Ihr Ziel ist es, die besten Zeiten wie möglich zu erreichen und mit Freunden zu konkurrieren.

Links and Map Downloads
Timeruns community site: timeruns.net

Download

The ETrun wiki
Official game servers: timeruns.net/servers/

Quelle: etpro.de

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 186


Soundpaket |D6F| Janine

Published in ET Mods

|D6F| präsentiert sein neues 50 MB schweres Weapon/War Soundspack 1.0.

Die Waffensounds hören sich realistisch an und wirken nicht blechern, wie sonst so oft. Desweiteren bietet das Soundpack neue Fahrzeug- und Panzer(fahr)geräusche. Auch neue Explosionsgeräsche aller Art, Schritte, Türen, Maschinen, Radios, Vögel, Wind und sämtliche andere Geräusche sind überarbeitet worden.
Kurz gesagt: Dieses Soundpack ändert so ziemlich alles an Geräuschen die es in ET überhaupt gibt!

Zwecks weiterer Informationen besuche einfach die |D6F|Website www.d6f.de.ms

 
+++UPDATE+++
Nach Absprache mit Janine, können wir euch jetzt auch eine kleinere Version (38 MB) des Weapon/War Soundspack anbieten. Danke an |D6F| Janine. 

Quelle: Wolfmap.de

D6F WEAPON/WAR SOUNDS 1.0 Version:1.0
Author |D6F| Janine Date 07.08.2007 Filesize 51,79 MB Download 396


American Civil War Mod v2 (Update)

Published in ET Mods

Enemy Territory American Civil War Mod - Version 2

This is the new and improved total conversion of Wolfenstein Enemy Territory to an American Civil War theme. It has been created by PAV, who is also the creator of BOBOT.
There are now 30 maps to play, in 3 ten-map campaigns. The maplist is as follows:

This brand new version has many improvements on the original release. Check the "changelog", please, for all the latest details.

Changelog :
1  : The ranks are now different, in respects to the Confederate and Union armies. Please refer to the "ACW_Ranks.png"
2  : Added a civilian, a Mexican, an Indian bot (Confederacy and Union).
3  : Fixed some maps.
4  : Code : Fixed more warnings. (Windows & Linux).
5  : Code : Added extra chat messages to the bots in the game, there's 295 messages in total. (You can edit messages or add new messages via editing the "bots-chat.txt" contained in the "acw.pk3").
6  : Code : There's a total of 60 new bot voices added. (43 English, 10 Mexican, 7 voices for French : Fun answers from the movie “the 7th company”).
7  : Modified the main menu of the background picture.
8  : Modified the movie in the "etintro.roq" file.
9  : Modified the in-game menus. Pictures have been added to the hud, for standing, crouching, prone and dead positions.
10 : Changed both the "Hud Bobot" and the "Hud ET". (HUD EDITOR menu in-game).
11 : Modified the  "XPSave" for all players and bots, especially for Windows security.
12 : Automatic settings, full screen display available for portable computers. (seta r_mode “-1” unsafe, default.cfg into acw.pk3.).
13 : Menu, listen to all the music contained in the maps or simply select the individual tracks you'd like to listen to.

North American Campaign: # Killdeer Mountain # Fort Abercrombie # Storm Point # Once Upon a Time in the West # Factory #The Wild Wild West # Farm # Hang'Em High

Central American Campaign: # Fort Laramie # Church # Union pacific # Burlington # Home Sweet Home # Hacienda # Warlock # Durango

South American Campaign: # Dodge City # Colorado River # Santa Fe # El Paso # Tombstone # Tijuana, Yuma # Tucson # Mexican # Oasis # The Alamo.

Please note that some of the maps have "night" versions that can be played too.

Source: wolffiles.de | bobots.e-monsite.com

AMERICAN CIVIL WAR MOD Version:2.0
Website BOBOT and PAV Date 16.07.2017 Filesize 798.11 MB Download 389


Silent Mod 0.7.1

Published in ET Mods

The Team from mygamingtalk.com releasedET-Mod silEnT 0.7.1. - There is again a lot of changes, improvements and repairs (Fixes).

Das Team von mygamingtalk.com veröffentlicht ET-Mod silEnT 0.7.1. - Es gibt wieder eine Menge Änderungen, Verbesserungen und Reparaturen (Fixe).

SILENT MOD 0.7.1 Version:0.7.1
Author TheSilencerPL Date 18.05.2013 Filesize 6,641 MB Download 259


PzKpfw VI Tiger

Published in ET Mods

Tiger tank was a fearsome killing machine during World war 2. It first felt the sands of North Africa in late 1942.
It was at first a successful response to the uprising Allied superiority but due to mechanical problems it was not long until only a few active Tigers were on the African battlefields.
The model does not have any animations but has a 360 degree turnable turret to fit your needs on the battlefield. Whoever wishes to add animations to the model is free to do so. 

Tigertank war eine furchterregende mörderische Maschine während des zweiten Weltkriegs. Er fühlte den Sand von Nordafrika im Spätem 1942. Es war zunächst eine erfolgreiche Antwort zum Aufstand der überlegenen Alliierten, aber durch mechanische Probleme verursacht dauerte es nicht lange, bis nur noch einige wenige aktive Tiger auf den afrikanischen Schlachtfeldern waren.
Das Modell hat keine Animationen, hat aber ein 360 Grad drehbares Türmchen um deine Verwendung für das Schlachtfeld anzupassen. Wer immer wünscht dem Modell Animationen hinzuzufügen, kann dies gerne tun.
 

Image Image

Quelle: SplashDamage 

PzKPFW VI TIGER
Author {SSF}Sage Date 13.03.2011 Filesize 1,476 MB Download 194


Minimod BACK 2 ROOTS

Published in ET Mods

Image New ET Minimod BACK 2 ROOTS by EgaL - HD and restylt Chargeimages and Commandmaps for Enemy Territory. Now you can see the path's a lot better.

Image Neuer ET Minimod BACK 2 ROOTS von EgaL - Auf alt und HD getrimmte Mapimages im Ladebildschirm und Commandmaps für Enemy Territorry. Wege sind trotz der Veränderung heraus gearbeitet und besser sichtbar.

- 25 Chargeimages and 24 Commandmaps

>> put it in your ETMAIN!!

MAPS: Adlernest, Battery, Braundorf B4, Bremen B2, Cean 2, ET Beach invasion, ET Ice, Fueldump, Goldrush, Karsiah TE, Oasis, Radar, Railgun, Reactor Final, sp_devilvery, Supply, Supplydepot 2, SW Battery, SW Goldrush, SW Oasis, TC Base, Transmitter, Venice, Warbelle + Unknown map Image in the Loadingscreen

!!!Back 2 Roots!!! and play Wolfenstein and visist Wolfenstein4ever.de

Download


Quelle: Big thx to EgaL@Wolfenstein4ever

ET Mod Charts

ET: XreaL - ETmod | Comin…

ET: XreaL - ETmod | Coming Nov 2011 !

ETXreaL is a graphics mod for Wolfenstein: Enemy Territory...

Omni-Bot ET 0.83 Released

Omni-Bot ET 0.83 Released

Omni-Bot 0.83 for Enemy Territory has been released.We are p...

Jaymod 2.1.6

Jaymod 2.1.6

Jaymod 2.1.6 ist released. Wie immer handelt es sich eine Ve...

  

   

 

  

  

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