ET Mod News

Risk Sniper

Published in ET Maps

Lorenz presents his new sniper map Risk Sniper.

This time the battle takes place on an Risk board, As usual, the game ended with a discussion.
It 's time to decide who won. Have fun.

Thanks to [UJE]Niek for his support.

Source:  [UJE] Niek via FB | Lorenz

RISK SNIPER
Author This email address is being protected from spambots. You need JavaScript enabled to view it. Date 01.05.2014 Filesize 6,383 MB Download 230


Dark Alchemy Gaming Community closed soon

Published in ET Scene

Dark Alchemy 2005 ~ 2017 - 12 Years of Gaming

Dear Regulars, Members and Followers, unfortunately we have to announce that on 31 March 2017 Dark Alchemy will be closed permanently.

This difficult decision was taken after a long period of observation, which led us to the conclusion that nowadays the Enemy Territory community is increasingly shrinking, and that for a community like ours, this reduction generates an activity equal or less than 20 % compared to a few years ago, when to enter the server you had to wait a few free slot.

Since 2005 we have been pioneers and have set an excellent base that allowed us to have fun and entertain many players for over 10 years.

Today we are able to decide to close with pride, avoiding to let the time and the lack of players to force us to do so.

For all the work done over the years, and all the players, the members, the former members and donors, who have honoured us with their presence, I express best thanks, hoping that all these years alongside Dark Alchemy, have left in you something pleasant and positive.

Quote: Old-Owl

da logo

DA-Facebook: dark-alchemy

DA-Website: dark-alchemy.com

DA-Forum: dark-alchemy.com/forum

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



SINNU FROM EE by Nukits

Published in ET Movies

ET movie SINNU FROM EE - Great frags, matching sounds and good editing. An all around good movie.

Frags/content performed by Estonia Sinnu & Movie made by Nukits. Movie download - HD quality.

cotanct irc@quakenet #crossfire | #et.gather.ee | #juurviljad

Source: crossfire.nu

SINNU FROM EE
Author This email address is being protected from spambots. You need JavaScript enabled to view it. Date 20.04.2014 Filesize 359 MB Download 192


Adlernest Roof B3

Published in ET Maps

Adlernest Roof beta 3 - Modified by KiSsMySeXyAsS a.k.a. MorpHDoc

Alternations:
- Roof access added from CP spawn and axis spawn after the controls are blown
- Added access to the abyss with rope exit leading to under axis spawn
- Bug jump on the roof removed
- Added rocket launcher (can be used once only), which creates a hole in the roof (near the ammo packs)
- Removed walls next to the ammo packs

Changes by KiSsMySeXyAsS aka MorpHDoc

adlernest_roof_b3
- created a radar command room on the roof
- created ammo packs for Axis in the radar command room
- created tunnel from Allies first spawn to back of the ammo packs
- created ladder to access the roof from the outside (only after the missile is launched)
- created axis CP room and tunnel to the transmitter from that room

adlernest_roof_b2
- added details to the room on the roof from the allies CP spawn
- created a missile launcher to create a hole in the roof
- remove access from the abyss, but players can still reach the abyss
- remove the wall next to the ammo packs

adlernest_roof_b1
- added roof access from Allies CP and Axis Spawn
- added abyss access

Source: etpro.de

ADLERNEST ROOF Version:beta 3
Author KiSsMySeXyAsS aka MorpHDoc Date 15.12.2014 Filesize 9.03 MB Download 294


Last Man Standing Event

Published in ET Scene

This saturday we are going to seperate the boys from the men. We challenge all to see if you are up against other players. In a challenge with several maps played you going to get a chance to prove your skills. No panzers allowed, only real weapons.
PS: Girls are invited too :D

Date: 18th October - Time: 20:00 cest
Server: Paintball Mod (NQ 1.2.9) IP: 213.239.207.85:27961

Maplist: Al_Abbasi, The_Station, DM_Metro_TE, Stonehenge, N2D_purefrag21, Pilsner

More info on... dark-alchemy.com/forum
Source: dark-alchemy.com

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 187


Happy 16th birthday, Wolfenstein: Enemy Territory!

Splash Damage's first game - Wolfenstein: Enemy Territory - was released exactly SIXTEEN YEARS ago. Wolfenstein: Enemy Territory was born on 29/05/2003.
The game uses a modified Return to Castle Wolfenstein engine, itself being a heavily modified Quake III: Team Arena engine (id Tech 3, which has been open-source since 2005).

Enjoy remaining ET time.

Source: splashdamage.com

ET FULL VERSION 2.60 Version:2.60
Author SplashDamage Date 31.03.2009 Filesize 263 MB Download 2391


ET-LOGOS HI RES Version:-
Author dexter Date 19.04.2009 Filesize 6,400 MB Download 722



Enemy Territory 2 - A Wolfenstein: Enemy Territory Remake Project

Long-time "Wolfenstein: Enemy Territory" fan and member of the "Crossfire.nu" gaming community, who goes by the name of Chubb, has assembled a Devteam in order to begin a project that we've all hoped we'd see one day, a modern recreation of our beloved "Wolf: ET" on a brand new gaming engine.

The "alpha" stage has now begun and the map that has been the main focus for now is the classic custom "ETPro" map, "Supply Depot". Here's what Chubb had to say about recent project developments and the progress made so far:
"We'd like to thank everyone for the amazing feedback via Youtube, Instagram and on the Crossfire.nu. website. Thank you to all of our donors too, your support definitely gave us a boost. We invite everyone to actively take part in our contest and we’ll consider every suggestion." - Chubb

Enemy Territory 2 on Youtube | Enemy Territory 2 on Instagram

Source: crossfire.nu | splashdamage.com | wolfflies.de

Happy 14th birthday, Wolfenstein: Enemy Territory!

Splash Damage's first game - Wolfenstein: Enemy Territory - was released exactly FOURTEEN YEARS ago. Wolfenstein: Enemy Territory was born on 29/05/2003. Wolfenstein: Enemy Territory was originally planned to be released as a commercial expansion pack to the popular FPS Return to Castle Wolfenstein and later as a standalone game.

However, due to problems with the single-player aspect, the multiplayer portion was released on 29 May 2003 as a freeware standalone game.
In January 2004, the source code for the game logic (not the game engine) was released to the benefit of its modding community.
The game uses a modified Return to Castle Wolfenstein engine, itself being a heavily modified Quake III: Team Arena engine (id Tech 3, which has been open-source since 2005).

As of the first day of the 2010 QuakeCon, 12 August the entire source code was released under the GNU General Public License v3.Multiple source ports have been started.

While the attempts made by OpenWolf and ET:Xreal concentrate on innovating the renderer, the most active community project ET: Legacy focuses on fixing issues by backporting improvements from ioquake3 while staying binary compatible to the original game client, server and its mods.

Source: splashdamage.com | twitter/splashdamage

ET ULTIMATE INSTALLER 1.6 Version:1.6 Final
Author Kashu Date 29.05.2010 Filesize 346 MB Download 6669


ET FULL VERSION 2.60 Version:2.60
Author SplashDamage Date 31.03.2009 Filesize 263 MB Download 2391


ET-LOGOS HI RES Version:-
Author dexter Date 19.04.2009 Filesize 6,400 MB Download 722


DaNe on Extasy beta

Published in ET Movies

DaNe the trickjump legend jumps on [Extasy beta]

Movie made by DaNe, be patient i'm no movie maker, I just gave me a try. Prog´s used :Image-ET / Virtual-dub / Sony-vegas 12 Pro / MeGui
Music used : Machine Gun Kelly - Sail / Machine Gun Kelly - Halo

Special Thanks to gungh0 for help

Also good TJ channel: www.youtube.com/Th0sy

Keep Trickjump Alive!!

Source: crossfire.nu

DANE ON EXTASY BETA
Author DaNe Date 01.09.2014 Filesize 149 MB Download 179


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