ET Scene News

Enemy Territory Legacy 2.71 rc3

Published in ET Misc

Open-source team based FPS game compatible with Wolfenstein: Enemy Territory™

Changelogs v2.71rc3:

Engine

  • Crash log file is written again on *nix systems
  • Added MorphOS support

Client

  • Fixed cl_languagedebug cvar
  • Added the option to disable lean on activate button press
  • Fixed "bind <key>" message for unbound keys
  • Fixed Motion JPG avi contains no video
  • Fixed *nix Desktop icon
  • Added background ET:L logo
  • Added linux desktop and mime type files to proper location

Mod

  • Added fixed physics feature
  • Tricheckbox slighlty improved
  • Added the KA-BAR weapon for allies
  • Removed obsolete 'lieutenant’ references - changed cvar g_LTChargeTime to g_fieldopsChargeTime
  • Added shadows to the spawn wait text for similarity on texts
  • Added help messages for empty server list to server browser
  • Added servers filtered counter to server browser
  • Fixed WP_MEDKIT animation
  • Added the Browning MG weapon for allied soldiers
  • Added follow text uses icons for class and rank
  • Added crosshair shows class and rank icons instead of text
  • Fixed axis no longer use allies rank symbols
  • Added borders to construction/dynamite bar to be more informative
  • Added spectators view teamflags
  • Beautified several center prints & other game cosmetic
  • Fixed maxlives not displayed in scoreboard
  • Added cg_weapaltReloads cvar - alternative fire reload
    ... and again more clean up and optimizations in engine and mod.

Source : etlegacy.com | wolffiles.de

ET LEGACY LINUX Version:2.71 rc3
Author etlegacy Date 30.10.2013 Filesize 25,59 MB Download 309


ET LEGACY WINDOWS Version:2.71 rc3
Author etlegacy Date 30.10.2013 Filesize 25,04 MB Download 711


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 539



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 236



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 691


 

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


[UJE] Gondola Sniper (Beta 1)

Published in ET Maps

Snipermap UJE Gondola Sniper (beta 1) made by [UJE] Niek. Had to make a snipermap for xmas for the year 2013 and yes Wolfenstein ET is still alive after so many years, Congratulations with this great game :-) So...there are snow gondolas in this map for all the people who don't like snow. Crossing is possible in 2 ways ,with the gondola and by foot.

Have alot of fun in this map and merry xmas and a good newyear

* at the start of the map there is almost no snow and after
  20 minutes it's loaded with snow
* passing availeble with the gondels and by foot
* 2 points medic each side
* It has a xmas scene

Snipermap UJE Gondola Sniper (Beta 1) erstellt von [UJE] Niek. Wollte noch eine Snipermap für Weihnachten 2013 machen,
Wolfenstein ET lebt auch Heute noch, nach so vielen Jahren! Wir gratulieren diesem großen Spiel :) Also ... es gibt Schnee und Gondeln in dieser Karte für alle Menschen die Schnee nicht kennen. Mapcrossing ist in doppelt - mit der Gondelbahn - und zu Fuß - möglich.

Viel Spaß mit dieser Map und fröhliche Weihnachten und ein gutes Neues Jahr!

Source: ujeclan.com

GONDOLA SNIPER (UJE) Version:beta 1
Author [UJE] Niek Date 10.12.2013 Filesize 9,84 MB Download 311


Ceres Minimovie

Published in ET Movies

Ceres Minimovie - Enemy Territory Fragmovie with good frags and music

After two years of waiting for Tomun (Canada) to make it, I finally decided to throw together a demo+mp3 minimovie for Ceres (United States of America). Frags by Ceres from 2006-2014

Production Time: 3 days (two of which were spent failing to encode -_-)

1920x1080 50FPS, Original Movie Size: 80.4 GB, Compressed Movie Size: 275 MB, Compression Time: 7 hours and 43 minutes

Music Used: Crystallize - Lindsey Stirling

Software Used: Image-ET,  uvMovieMod, VirtualDub, Sony Vegas 13, Handbrake

Source: crossfire.nu

CERES MINIMOVIE
Author Tomun + Ceres Date 16.08.2015 Filesize 156 MB Download 185


Waffenschmiede (b2)

Published in ET Maps

Waffenschmiede (b2) is a good looking new map created by Fendah & BlAcky.

Allies are attacking.

Allied Objectives:
- (Primary) Steal the radar part and bring it to the truck
- Capture the flag to get a additional spawn
- Dynamite door controls to gain access to the outpost
- (Optional) Prevent the axis from building the CP
- (Optional) Open the security door at the lower bunker for additional access

Axis Objectives:
- (Primary) Defend the radar part
- Prevent the allies from capturing the forward spawn flag
- Defend the door controls and prevent Allies from entering the outpost
- (Optional) Construct the CP
- (Optional) Close security door at the lower bunker to restrict allied access

Source: Thx to Fendah via Shoutbox!

WAFFENSCHMIEDE Version:Beta 2
Author Fendah & BlAcky Date 27.11.2013 Filesize 14,246 MB Download 328


No Goldrush Night - part 2

Published in ET Scene

Hello dear players! Prime Squadron No Goldrush night is back!

When? Sunday, 28th of September, starting at 18:00 GMT+1
Where? PS1 - 178.63.72.111:27960

This uncommon nightly event is coming back at our server, after the summer break!
You didn't participate the first time and do you want to know know more about this event?
Here's what the No Goldrush Night is all about.
Just like last time, we are asking your help selecting the maps. You can suggest some fresh new maps or some very old but forgotten maps, which are out of the rotation since long time.
A couple of nice new gameplay modes will be added to the event, aside from the normal gameplay (attack/defence) mode.

New gameplay modes:
    Last Man Standing mode
    Gungame mode
    ET Pro Stopwatch mode
    Panzer only map.

We are planning to set up a 8-map rotation, so you are free to suggest maps for every mode or just for one.
Don't miss the chance to play one of your favourite maps!

Source: prime-squadron.com

Missing in Action (final)

Published in ET Maps

Missing in Action (final) - a new map created for ETNam Mod

The storyline: After the last big attack, Charlie (Vietcong), have managed to capture 3 allied soldiers. These soldiers will be interrogated for any valuable information they may have. The soldiers are being held in a secret P.O.W. camp in the Pleiku jungle, awaiting their fate.

Fortunately, U.S. armed forces pick up a Vietcong radio transmition in which they learn the whereabouts of the allied P.O.W.'s and they send in a rescue squad that are camped nearby.  Equipped with a Huey helicopter they are flown to a drop-off point where they will have to navigate their way through the jungle to the P.O.W. camp.

Once there, they will have to blow the maingate and get the M.I.A.'s out of the Vietcong camp, one by one, then bring them to the safety of the allied camp hospital. The Vietcong forces, however, will do all in their power to prevent this.

Thunder's >website<

Changelog:
# Fixed some of the fps problems
# Changed the texture on the sandbags to be more fitting with the ETNam theme
# The Huey helicopter is now destructible ( Thanks to acQu  )
# A more suitable skybox for the map's fog effect

Source: wolffiles.de | splashdamage.com

MISSING IN ACTION Version:final
Author Thunder Date 09.02.2014 Filesize 18,11 MB Download 225


Norwegian Battery beta 6

Published in ET Maps

Allied-attack map Norwegian Battery beta 6 from TWT, map by ove.

Story: its the late summer of 1943 and the axis are loosing control over the north sea. The allied has noticed that and a new power is growing in the allied forces. The allied high comand has desided to use the new mobility over the north sea to attack german bases in norway.
But before they can start the offensive they need to destroy a battery so they can get close into the rocky beaches with their battleships..
Mission: the allies need to unlock the battery with a keycard and then destroy the guncontrols.

B5 to B6:
*new grass thats split the area outside the east bunker entrence
*fixed commandmap text
*lower ambient, better feeling (ambient 10)
*gravity 790, makes you jump about 2 inches higher in etmain
*tested in n!tmod also (silEnT, no quarter)
*fixed the sky a little bit higher to allow 1 more trickjump

Special thanks to:
Daniel alias styxsyn (software and the entrance to W:ET), Loffy (for sounds and stuff),  Thunder (for models, tips and support) and all the people at the Splashdamage and Warchest forums (for some help).

Soucre: thewolfteam.org

NORWEGIAN BATTERY Version:Beta 6
Author ove Date 24.05.2014 Filesize 6,197 MB Download 254


  

   

 

  

  

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