ET Mod News

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 298


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



Sexy Female Axis Skins by #P!G

Published in ET Mods
imoTeph von #P!G Gaming hat sich die Mühe gemacht und neue FrauenSkins für die Achsenmächte erschaffen. Wer "nackte Tatsachen" life sehen möchte, sollte  deren Server connecten.
 
 
 
 
 
Quelle: imoTeph via ICQ | pig-gaming.de
 

FEMALE AXIS SKINS Version:Final
Author imoTeph Date 02.03.2009 Filesize 4,19 mb Download 1056


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 399


Dark Mule Skins - Weapons & Soundpack

Published in ET Mods

New Enemy Territory - Dark Mule Skins, Weapons & Soundpack

What does the Dark Mule Pack contain?

    Head models have been modified, (smaller than standard and changed the texture of the hair, e.g.,  Axis hairstyles shaved heads up)
    New models Backpack added
    Added complete Backpack equipment
    Added new belt models,  (belts with additional equipment, now longer for each class)
    Fully and partially altered textures, (this includes face, uniform and weapons textures - dominated camouflage pattern)
    Helmet models are now lower
    Sounds of weapons and environments are changed by more than 90%
    Chat sounds have been added and some partially altered
    Package requires the command + set com_hunkmegs 128
    Package contains a "read me" text file with installallation instructions and how to troubleshoot any problems -
    it is preferable to read this guide because only then will the package work properly

Dark Mule website

Source:  wolffiles.de | Rehhhh via Splatterladder

DARK MULE (SKINS) PACK Version:0.2
Author Dark Mule Team Date 01.02.2015 Filesize 26,35 MB Download 456



ETNam at Dark Alchemy

Published in ET Scene

ETNam at Dark Alchemy
This weekend we are meeting at Dark Alchemy A2 server to play ETNam
mod. It moves the gameplay into Vietnam war scenery.

 If you are curious about new weapons, becoming kamikaze or activating
the fury mode - remember the event date and join us!

 We are starting this Sunday 12 July 2015
at 19:30 CEST at 213.239.207.85:27961

Source: dark-alchemy.com

X-Labs - Goldrush

Published in ET Mods

A new mod for ET has found his way to life - X-Labs.

Mod Discription Goldrush:
- All teams use carabine weapon
- Instagib mod - one shot kills you!
- If enemy dies he loses a goldbar
- Collect the gold and redeem this on the (any) flag
- More gold makes you sluggish / slow - but gives more points!
- Team with the most points wins

Tip for more points (requires teamplay)
A team player - called the cow - remains hidden in the background of the map (near a flag). His team collects gold and bring it to him, with selfkill. The cow collects all the gold on (and waiting for more from the team). Near the end of rounds, his team push the cow to the flag (because the cow is very slow with so much gold!).
So points in the six-digit are possible!

Eine neue Mod für ET hat seinen Weg ins Leben gefunden - X-Labs.

Mod Beschreibung Goldrush:
- Alle Teams benutzen die Karabiner Waffe
- Instagib Mod - ein einziger Schusstreffer ist tötlich
- Wenn ein Feind stirbt verliert er einen Goldbarren
- Sammele das Gold auf und löse es an einer (beliebigen) Flagge ein
- Mehr Gold macht dich träger/langsamer - aber es gibt mehr Punkte!
- Das Team mit den meisten Punkten gewinnt

Tip für mehr Punkte (benötigt Teamplay)
Ein Team Spieler - genannt die Kuh - bleibt im Hintergrund auf der Map versteckt (nähe einer Flagge). Sein Team sammelt das Gold und bringt es ihm, mit Selbstkill. Die Kuh sammelt das Gold (und wartet auf mehr Gold vom Team). Kurz vor dem Rundenende, schubst sein Team die Kuh zur Flagge (weil die Kuh zu langsam ist mit so viel Gold!)
Punkte im sechsstelligen Bereich sind so möglich!

Supported Maps / unterstützte Maps
Goldrush, Railgun, Battery, Fueldump, Oasis, Radar, tc_base, et_beach, mp_sub_rc1

Server:
X-Labs GOLDRUSH
46.165.204.169:27960

X-LABS MOD - GOLDRUSH
Author X-Labs Date 22.05.2013 Filesize 10,37 MB Download 340


Jaymod 2.1.6

Published in ET Mods

Jaymod 2.1.6 ist released. Wie immer handelt es sich eine Version in Beta Qualität.

Verbesserte Funktionen:

  • verbesserte Omnibot 0.66 unterstützung
  • Automatische Netztwerk erkennung
  • Klassen beschränkungen
  • fight, goomba und back-stab sounds
  • Luft Anzeige für Spieler unter Wasser
  • Speedometer, neue Geschwindigkeitsanzeige

Wie immer wird nicht garantiert das die version Bug frei ist.

Zum download gehts hier

Für mehr Informationen schaut euch hier die Bugsfixes an.

Navy SEALs: Covert Operations ET mod

Published in ET Mods

Navy SEALs: Covert Operations ET - A Wolfenstein: Enemy Territory mod by mod_porter

This is an Enemy Territory port of Navy Seals: Covert Operations - NSCO ETL mod alpha 6 (see Moddb.com)
Navy SEALs: Covert Operations is a realism total conversion mod for ID Software's Quake3 engine. NS:CO pits players in realistic combat missions such as:
-Retrieve Information in a suitcase and return it to a capture point
-Defend Fortified Area's from Capture
-Assassinate VIP Player (distinct model for VIP)
-Capture Specific Points on the map for your team to win.

Navy Seals has one of the most realistic damage effects you will ever see in a Mod. You won't see anyone taking one-hundred bullets and surviving here. It's all based on reality and how bullets really effect someone when hit by them.

NS:CO Feature Highlights:

Weapons, Weapon Handling & Equipment
* 22 scale real worked weapons
* sophisticated weapon attachment system
* scopes, flashlights, bayonettes, laser sights, silencer etc.
* 5L-SD, sophisticated location specific damage system
* projectile code system - realistic per projectile ballistic physics
* original bomb defusing tool system

Original Top-Code Features & Technology
* TASS, a configurable player skill and attribute system
* original player physics top-code
* easy to use radio command system
* modular HUD with two configurable displays to choose from
* feature complete menu system
* PE Engine proprietary state-of-the-art particle effects
* enhanced lighting with full support for q3map2
* IGLE advanced lighting lens flare, and dazzle effects

Player Models
* 3 original player models featuring rich original animations
* 16 very high detail headskins per team
* Head Stuff System? offing customizable player "looks"
* bindable hand signal animations
* seasonal & terrain specific auto-camouflage skin system

Game Play Features
* NSSL? sophisticated multi-threading scripting language
* plug-n-play-drag-n-drop scripting automation system
* enhanced camera view
* dynamic help system
* GPS & team telemetry system

Levels & Missions
* stunning level design technology
* assault objective missions
* VIP-R and VIP-S objective missions
* CTB objective
* bomb & defuse mission objective

For Level Designers
* CSGR (client side geometry render)
* rich objective system /w prefab mission tools
* PE Engine?, NS-CO's proprietary particle system
* custom, entities and shader attributes
* rich suite of original high-quality textures
* environment effect system for rain and snow
* full support for all q3map2 compiler features
* IGLE advanced lighting effects engine
* NS-CO DL-TK our in house (only) level designers tool kit

Support for all major Operating Systems such as:
Windows95/98/ME/2000/XP, Macintosh/OSX, Linux

Source: www.etpro.de | www.moddb.com/nsco-et

NAVY SEALS - COVERT OPERATIONS ET Version:alpha
Author mod_porter Date 04.10.2015 Filesize 377 MB Download 329


Jaffa Mod 100708

Published in ET Mods
Der Jaffa Mod ist nicht nur ein Skinpack, nein es ist wirklich ein Komplett neuer Mod im Stargate-Design. Dieser Mod basiert auf Wolfenstein:ET 2.60. Die wichtigsten änderungen sind neue Spielerklassen und Waffen. Alles andere rund um den Mod erfahrt ihr hier .
 
 
 

JAFFA MOD 100708 Version:100708
Author Paul_88 Date 13.07.2008 Filesize 8,72 mb Download 234


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