ET Map News

-=-[DSK]-=- mit neuen ET Servern online

Published in ET Scene

-=-[DSK]-=- mit neuen ET Servern online!

Hallo Gamer,
-=-[DSK]-=- Deustche Serien Killer sind mit folgenden ET Servern online...

> 5.9.97.206:27960 -=-[DSK]-=-Schlachtebude - Version v2.60b - v2.1.7
> 5.9.97.206:27961 -=-[DSK]-=-RECRUITING XP - Version v2.60b - v2.2.0
> 5.9.97.206:27963 -=-[DSK]-=-Protime - Version v2.60b - v3.2.6
> 5.9.97.206:27964 -=-[DSK]-=-GERMAN PUB XP - Version v2.60b - v1.0.0
> 5.9.97.206:27962 -=-[DSK]-=-GERMAN NQ - Version v2.60b - v1.2.9
> Teamspeak 3  IP: 85.25.46.8

viel Spass!

DSK-links: facebook/DSK.Clanseite | et.trackbase.net/dsk-clan

Source: wolffiles.de

PyET rc 0.0.3

Published in ET Misc

Py(thon)EnemyTerritory is a server-side plugin based on the existing mod ETPub 0.9.1. This plugin allows you to use the Python programming language as a scripting language.

PyET resembles the LUA support which is included in some mods like ETPro. The advantages of using Python instead of LUA are that it's much better documented, easy to use and rich in libraries.

Now the plugin is designed to be runnable on every ET mod.


Py(thon) EnemyTerritory ist ein Serverseitiges Plugin auf Basis der vorhandenen Mod ETPub 0.9.1. Dieses Plugin ermöglicht es, die Programmiersprache Python als Skriptsprache zu verwenden.

PyET ähnelt der LUA-Unterstützung, die in einigen Mods wie ETPro enthalten ist. Die Vorteile der Verwendung von Python statt LUA sind, dass es hierfür mehr Bibliotheken gibt und diese besser dokumentiert und einfacher zu bedienen sind.

 

DL Link > PyET-download

Official website > http://www.python.org/
Official documentation > http://docs.python.org/3/

How To > https://github.com
DownLoad link > http://sourceforge.net
Script example > https://github.com

Source: Thx to etpro.de

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



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



Teuthonia

Published in ET Maps

Teuthis release his new ET Map Teuthonia - Quote: I am mapping for ET because I enjoy mapping, irrespective of whether the map is finally released or not. Reason I released this one and not others is because I believe that people will specifically like this one. If you are familiar with ET you will recognize some similarities to goldrush. This is on purpose because I personally think goldrush is by far the best custom map and I wanted to create something that has kinda similar gameplay and texturing so that people who like goldrush will likely also enjoy playing this one. Also the goldrush.map file is open source and its legal to use brush and script work from this map (what a great coincidence YEAH!).

Story, well if you know goldrush you know what's coming now:
- The Allies have to steal a tank and steal some gold bars
- Escord the tank, clear the tank barriers and blow up the bank door
- Steal the gold bars and bring them to a nearby truck
- Escord the truck with the gold to the home base
- The Axis have to prevent the Allies to steal and secure the gold. 

Objectives:
Allies:..
1:..Repair the tank
2:..Escort the Tank and destroy the tank barriers
3:..Escort the Tank into position to blow up the bank door
4:..Steal the gold and bring it to a nearby truck
5:..Escort the truck
6:..Build a Command Post for faster charge times
7:..Stop the Axis from constructing a Command Post

Axis:..
1:..Prevent the Allies from repairing the tank
2:..Build up the tank barriers
3:..Prevent the Allies from blowing up the bank door
4:..Stop the Allies from stealing the gold
5:..Stop the Allies from escaping with the gold
6:..Stop the Allies from constructing a Command Post
7:..Build your Command Post for improved charge times

Source: dark-alchemy.com | forums.warchest.com

TEUTHONIA Version:beta
Author Teuthis Date 06.08.2014 Filesize 5,403 MB Download 222


SAEVUS (Unfinished)

Published in ET Movies

Ein Enemy Territory Fragmovie über den bekannten ET-Clan Saevus mit ihrem ersten Line-up. Regie und Bearbeitung von c-drik.


It's a Enemy Territory frags movie about the well known ET clan Saevus featuring their first line-up. Directed and edited by c-drik.

Everything is synchronized with the music (frags, cams, some moves...) to give a good flow to the movie.
Certains members have less parts than others because they never record demos.

I found this movie saved on a DVD, it's unfinished that's why there's no intro (black screen the first 36 sec.) and you will see some colored screens sometimes. I could not finish it because I lost everythings in a HDD crashed, hopefully I have rendered and saved this version.
PS: If you wanna see my first fragmovie, search for "Lamattitude" (RTCW movie)

Source: crossfire.nu

SAEVUS (UNFINISHED)
Author c-drik/SAEVUS Date 10.11.2013 Filesize 337 MB Download 202


ET: Legacy stable release v2.71a

Published in ET Misc

After nearly three years of development, the ET: Legacy team proudly presents a Christmas present for the ET community in the form of a new game-engine and a mod. ET: Legacy is based on the source code of Wolfenstein: Enemy Territory which was released in 2010 under the GPLv3 license. The main goal of this project is to fix bugs, remove old dependencies and make it playable on all major operating systems while still remaining compatible with the ET 2.60b version and as many of its mods as possible.

During the past three years, the main code repository has seen more than 4,000 commits, fixing a great numbers of bugs and adding various improvements to the code. Today, the first stable release has arrived for your best enjoyment. Here is what you can expect:

ET: Legacy engine

  • an easy to run installer to get you in battle in no time.
  • an updated engine with nearly all known security issues and exploits fixed.
  • a clean, optimized code.
  • a fast, built-in minimizer.
  • better performance
  • an admin toolset in Lua, easily extensible (coming soon)

Download the new version HERE

ET:Legacy website HERE

Source: wolffiles.de | etpro.de

Dark Alchemy goes Chaotic

Published in ET Scene

Panzers, riflenades, shotguns and headshots. Just some ingredients for a nice map-cocktail.

We promise you a "blast" of an evening. And you also need to keep your "head" clear.

Come and show us your skills with all weapons available.

See you the 29th (Sunday) of june at the server to be: Dark Alchemy #2

More info > here <


Source: wolffiles.de | 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 188


Prime Squadron

Published in ET Maps

Axis are preparing to make new modern weapon to takie control of Europe. Some Allied Spy discovered that the draft of that weapon is hiden into Prime Squadron's base. First Allied Branch just land in city. Who knows what will happen!

::Axis Objective::
-Defend the Flag.
-Protect the Gate.
-Defend the side way.
-Defend the main way.
-Do not let enemy steal objective!

::Allies Objective::
-Capture the Flag.
-Destroy the Gate.
-Push enemies into Prime Squadron's building.
-Steal the objective!
-Capture the objective in safe area.

Screenshots here >> imgur.com

If you found any bug or just have suggestions please contact me:
Email adress : This email address is being protected from spambots. You need JavaScript enabled to view it.This email address is being protected from spambots. You need JavaScript enabled to view it.
Xfire : kunaopw91

Enjoy it!

Source: wolffiles.de | prime-squadron.com

PRIME SQUADRON
Author KunA?! Date 01.06.2014 Filesize 5;431 MB Download 207


ET Map Charts

Supply (Winter Edition)

Supply (Winter Edition)

Mateos released his winter version of Supply Changelog: * ...

ET: Map Adlernest Desert …

ET: Map Adlernest Desert Advanced

StoerFaktoR has one couple of small but decisive changes on ...

(UJE) Hospital Sniper B1

(UJE) Hospital Sniper B1

Es ist mal wieder soweit, [UJE]Niek hat mal wieder eine Snip...

  

   

 

  

  

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