ET Mod News

ETJump 2.0.4 released!

Published in ET Mods

What is ETJump? ETJump is a trickjump modification for Wolfenstein: Enemy Territory. It is based on etmain and includes bugfixes and lot's of features to give you the perfect trickjumping experience.

ETJump 2.0.4 is ready! Everything that I wanted is not in but as there were quite a few bugs that caused crashes I decided to release it already.

Changelog:
    Fixed a bug that caused vote_limit to be ignored.
    Support for timeruns
    Fixed some database bugs
    Added slick detector
    Added alternative scoreboard
    Added another alternative scoreboard
    Fixed a bug that caused axis engineers to spawn with rifle nades when noexplosives was active.
    cg_viewplayerportals value 2: you only see other players' portals when you're speccing them
    Added target_scale_velocity
        target_activate_if_velocity
        Keys
        lower_limit: if velocity is under lower_limit, nothing will be activated
        upper_limit: if velocity is over upper_limit, nothing will be activated
        if either limit is 0, it will be ignored
        Spawnflags
        1: only horizontal velocity
        2: only vertical velocity
        Example usage of target_activate_if_velocity
    Added target_activate_if_velocity
        target_scale_velocity
        Keys
        scale: multiplier that velocity will be scaled with
        Example usage of target_scale_velocity
    Added random map mode (g_randomMapMode where the server automatically changes map every X minutes (defined in g_randomMapModeInterval).
    Voting for the mode can be toggled with vote_randomMapMode cvar.
    Fixed a rare bug that crashed the server on random map vote.
    Added player_logJumpCoordinates for mapping purposes. As the cvar name says, logs the jump coordinates every time you jump. (or fall)
    Fixed a bug that teleported players to random locations on load after map change.
    Added player_drawMessageTime cvar for logging time when the chat message was sent. Setting the cvar to 1 will print [hour:minute] ETPlayer: hello, world! and setting the cvar to 2 will print [hour:minute:second] ETPlayer: hello, world!
    Slick detector now detects slickly slopes aswell.

Source: etjump.com | Zero

ETJUMP 2.0.4 Version:2.0.4
Author Zero Date 31.03.2015 Filesize 1.01 KB Download 207



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 501



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 471


American Civil War Mod

Published in ET Mods

New Enemy Territory MOD - American Civil War

This is a 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.

The following new maps
are available to play:

# Union Pacific
# Santa Fe
# Killdeer Mountain
# Fort Laramie
# Colorado River
# Dodge City

PAV's website: bobots.e-monsite.com/forum
Source: wolffiles.de

AMERICAN CIVIL WAR MOD Version:1.0
Author BOBOT Date 13.03.2016 Filesize 274 MB Download 245


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

Less Snow & Rain v3

Published in ET Mods
Nach überarbeiteten Maps und Mapscripten kommt von rockstar eine überarbeitete Version von "Less Snow". Zusätzlich gibt es noch einen kleinen Mapmod der auf Radar mehr als nur das Gras und den Regen deaktiviert.

Download:--> ET » Mini-Mods » Less Snow and Rain v3

The file contains:
  • Less snow Fueldump
  • Less snow Railgun
  • Less rain Radar

In the Fueldump and Railgun files:

  • wintertrunk01.tga was removed
  • added roofs without snow
  • edited shader files: the map/pack use jpg instead of tga if it was possible
  • added new converted (tga >> jpg) textures
  • smaller file size (form 6 MB down to 5 MB (2,7 MB + 2,3 MB))
  • if you make one pk3 with these files, the file size will be around 4 MB
  • you can use the files separately

Less rain Radar:

  • rain disabled (no matter you have on or off the atm. effect)
  • rain sound also disabled
  • grass foliage was disabled
  • the main gate was changed with a none-snow-version texture
  • the map use textures via jpg instead of tga if it was possible
  • edited shader file included
Quelle: Wolfmap.de

LESS SNOW & RAIN v3 Version:v3
Author rockstar Date 17.03.2007 Filesize 6,62 MB Download 212


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

Silent Mod 0.7.2

Published in ET Mods

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

What's New in Version 0.7.2 (See full changelog)

    Added: Lua can access sess.rating, sess.rating_variance, sess.overall_killrating and sess.overall_killvariance with gentity_get function. These values are read only.
    Fixed: Tapping new weapon while reloading the old weapon, could result changing to a new weapon after reloading but when switching back, the old weapon was empty (http://mygamingtalk.com/forums/tracker/issue-184-reload-bug)
    Fixed: Class restriction bug introduced in 0.7.0.
    Fixed: Limbo panel displays the latched class. Always. Introduced in 0.7.1.
    Fixed: !givexp performs proper skill upgrade for the player.
    Fixed: panzerwar mode: shooting panzerfaust (in regard to chargebar) and run speed.
    Fixed: Omni-bots stealing restricted weapons from other players.

Special thanks for Krauersaut for building the Mac OS X client.

Source: mygamingtalk
 

SILENT MOD Version:0.7.2
Author TheSilencerPL Date 27.07.2013 Filesize 6.49 MB Download 321


Omni-bot 0.86 RtCW + ET released!

Published in ET Mods

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

This is the latest release of the omnibot mod for "Wolfenstein: Enemy Territory" and "Return to Castle Wolfenstein".

0.86 Wolfenstein: Enemy Territory Change Log:
=== BOT ===
Added function MapGoal.SetEntity
Added Wp.SetWaypointFlag parameter can be a regular expression
Added WatchForEntityCategory can be used to detect landmines
Added gm script can have UTF-8 BOM
Added version number is printed to console when Omni-bot is initialized
Improved bots join game faster after server starts if maxbots>0
Improved players info is in the Server table already in OnMapLoad
Changed draw_goalroutes doesn't draw disabled routes
Changed new waypoint has prone flag if the player is proned
Fixed soldier with mobile mg42 does not shoot heavy vehicles
Fixed goals with same names were swapped in NoQuarter
Fixed waypoint_setname of closed waypoint
Fixed command goal_save prints error if file can't be opened
Fixed SetGoalRole printed error message if role was persistent and goal did not exist
Removed path planners navmesh, floodfill, recast

=== MOD ===
Improved command /entitylist prints type names instead of numbers
Fixed goal entities of multiple MG42s at the same position (on baserace map)
Fixed function GetEntityOwner returned dead player after gold was dropped and taken by another player

=== GOALS ===
Fixed covertops don't steal uniform when carrying objective
Fixed PLANT goal was always delayed 35 seconds even if defused
Fixed medic don't deliver medkits to player who is mounting tank
Fixed rendering of Stance property
Fixed medic sometimes did not give medkits to revived player
Fixed BUILD goal created by user could not be saved
Fixed roaming bots were going to position of MOUNT goal
Changed MinPlayersForMortar is number of players for one mortar (2*MinPlayersForMortar players are needed for 2 mortars)
Changed MinPlayersForMobileMG is number of players required for one mobile mg42
Changed cover spot priority from 2.0 to 0.81
Changed medic don't team-kill player at mg42
Changed medic can revive nearby player when going to cappoint
Changed only one medic or fieldops delivers supplies to a player
Changed soldier with mortar asks for ammo less often
Changed resetxp is enabled in all mods except etmain, but it must be enabled in shrubbot.cfg

=== SCRIPTS ===
Changed all bots disconnect if maxbots is 0
Optimized Util.ProcessMovers

=== WEAPONS ===
Changed bots get more ammo packs from ammo cabinets

=== COMMANDS ===
Improved cleargoalflags removes ammo, health, crouch and prone

Source: omni-bot.invisionzone.com | wolffiles.de | enemyterritory-stuff.net

 

OMNI BOT RTCW - ALL OS Version:0.86
Author omnibot Date 01.05.2018 Filesize 9.32 MB Download 1126


 

OMNI BOT ET - ALL OS Version:0.86
Author omnibot Date 01.05.2018 Filesize 29.99 MB Download 3375


ET:Revaluation Venomtroopers

Published in ET Mods
 
I always liked the look of the Venom Troopers in RtCW, so I decided to create a skinpack as hommage to RtCW and the countless hours of fun I had with this game in singleplayer and multiplayer.
 
Features:

  • Four versions for serveradmins (animated/solid & NQ animated/solid)
  • Compatible with ETpro, ETpub, Jaymod and No Quarter
  • Gasmask with filter and transparent glasses
  • Fitting accoutrement
  • Very good to differ without class symbols
  • No ranks on the helmets (like in RtCW)
  • Replaced the MP40 with the Venom (not in the NQ versions)
  • If a covert takes an enemy uniform, the dead body wears a fitting uniform
           

Download Skinpack

Quelle: wolfmap

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