RtCW Movie News

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 1100


ETJump Mod 2.0.3

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.

I decided today would be a good day to finally release ETJump 2.0.3! It took way longer than I expected and it doesn't have all the features I wanted to implement. I decided it was time to release it anyway as people have been waiting for way too long.

Short changelog:
    New admin system (no more usernames and passwords that are hard to deal with)
    Mapping features
    Minor enhancements to gameplay
    Bug fixes

What's next?
My future plan is to release new versions more frequently. Due to some mistakes I couldn't really do that for version 2.0.2.

Source: etpro.de | Zero

ETJUMP 2.0.3 Version:2.0.3
Author Zero & Feengur Date 08.01.2015 Filesize 6.53 MB Download 226



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



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 490



ET Blight Mod - Version 1.1.9

Published in ET Mods

Enemy Territory Blight Mod - Version 1.1.9
This is the latest and much improved version of "ET:Blight Mod", created by Smurfer. This modification is very much a work in progress, but is still a lot of fun to frag on, with new weapons, weapons sounds and new models.
"ET:Blight" is built on "ETPub Mod", version 0.9.1.

Changes:
# Improved weapons models
# Tripmines added
# Lots of bug-fixes
# In-game stats now more organised and complete
# New coding and code clean-up by TP|kaos

ET Blight Mod Logo

SplashDamage - Smurfer

Source: etfun.info/etblight | wolffiles.de

ETBLIGHT Version:1.1.9
Author Smurfer Date 25.11.2017 Filesize 15,72 MB Download 453


New 1.7 Update is coming Bug Fixes and New Maps one of which is the old QWTF map Blitzkrieg. The game has been in a hiatus for a while and we are looking to add some new maps make some changes, fixes, updates and slowly try and breathe a new life into the last pure fortress game out there.

Sometime soon we will post a change-log on all the fixes and changes that have been made to ETF and with some nice pictures of the new maps which we have 3/4 left atm that are a work in progress on getting finished but I can add a awesome map from the old QWTF days that was always wanted but never ported to ETF will be included in the release hopefully!

etf-banner

We might not release all the maps with 1.7 see what happens and how ETF unfolds and timeframe in which we want to release it hopefully if all is good more of the maps will follow in a 1.8 release (yea yea waited on 1.7 for years talk of a 1.8 :p) but if that happened ETF would have to perk up and a dev team to take ETF forward and one day in the future move it onto a engine that true fortress deserves with some nice shiny graphics, new features and no hats cause with bunny-hopping they’d just fall off!

ETF (Enemy Territory Fortress) is a free modification for the popular free game Wolfenstein Enemy Territory. This mod is actually a direct port of the once very popular Quake 3 Fortress mod in it’s prime version of 2.3 during the gaming days of Quake 3 Arena.

This game is totally free with no obligations or unwanted programs on your computer. Most modern day computers and laptops can run this game without any issues and the gameplay is very fast. The ETF mod was released in January 2005 and it’s final version of 1.6 was released in 2006.

A 1.7 update is currently in the works,release date is Christmas 2014. There are 10 classes to choose from to complete your objective of mostly “Capture the flag” (CTF) with the goal of taking the enemy flag and bringing it to your capture point, although there are reverse and one flag games modes also. There are offensive and defensive characters to choose from and this only makes the game more exciting.

Link: enemyterritoryfortress.com
Source: etpro.de !

Australian Allied Flag Skin (NQ1.2.9)

Published in ET Mods

Australian Allied Flag Skin (Developed for NQ1.2.9) - This skin will change ALL Allied/USA flags in game to the Australian Flag! Made by |*BS*|Jemstar.
Including: Chat, Command Post, Construction Crates, Win Flag and Spawn Flag.

Australischer Alliierten-Flaggen-Skin (Entwickelt für NQ1.2.9) - Diese Modifizierung ändert ALLE Alliierten / USA-Flaggen im Spiel! Erstellt von |*BS*|Jemstar.
Inklusive: Chat, Kommando-Posten, Konstruktionskisten, Sieger- und Spawn-Flagge.

Image Image Image

Download


Quelle: RtCWfiles.com

ETJump 2.0.6 released

Published in ET Mods

ETJump 2.0.6 is ready!

ETJump is a Wolfenstein: Enemy Territory trickjump modification. It is being actively developed by Zero.

Changelog:
    Fixed !listmaps listing all maps whether they're on the server or not.
    Added @name@ tagging in chat. (Replaces the @tag@ with matching names)
    Added a message key for trigger_flagonly_multiple
    The entity prints the message when an objective is capture. Adding [n] in the message prints the name of the player that captured the objective.
    Added etj_drawConnectionIssues. Disables the "Connection interrupted" text and image.
    This is mainly for people with constantly high pings (e.g. from Australia)
    Added spawnflag 512 for trigger_multiple
    Multiple players are able to trigger the same trigger_multiple at the same time
    Multiple bugfixes
    Players can no longer callvote map <current map>
    /callvote map mapname matches partial map names
    token collection mode:
    Admins can define locations for easy, medium and hard tokens that can be collected by players. Once you've collected all of them, the total time it took to collect them is printed.
    Improved /records
    Added highlighting for @tags@
    etj_noclipScale now supports decimal values and is limited to values between 1-20
    Fixed fireteam savelimit
    Removed nonading
    Weapons are now correctly removed on start timer

Source: etjump.com | etpro.de

 

ETJUMP 2.0.6 Version:2.0.6
Author Zero Date 22.02.2016 Filesize 6.6 MB Download 217


silEnT mod 0.8.1

Published in ET Mods

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

Added: Flag 32 to g_disableComplaints to disable complaints completely.
Added: ETPro style g_proneDelay.
Added: Custom, admin defined, votes.
Added: 3rd UI theme that resembles the original ET look.
Added: MorphOS support.
Improved: engineer work progress bar (construct/arm/disarm) and covert ops progress bar (mines spotting, uniform stealing) - added background to display the amount of work to do.
Fixed: Some text bugs related to g_recognition cvar.
Fixed: ETTV clients were kicked for not having silEnT GUIDs.
Fixed: Admin log was missing some data with g_logOption 16384. Also, new format with admin log when using this option.
Fixed: Client exploit affecting various mods which caused the server to stall until the engine watchdog triggered.
Fixed: The shrubbot.cfg configuration file is cleaned automatically from expired bans and warnings on each map start. Instead of waiting for it to be written as a result of an admin command.
Fixed: Memory leak with subnet bans.
Fixed: Axis covertop couldn't select pistols through weapon banks.
Fixed: UI; tooltip text color theming.
Fixed: Improvised Demolition not showing up in final map stats.
Fixed: mines spotting progress bar not always displayed.

Source: mygamingtalk

SILENT MOD Version:0.8.1
Author TheSilencerPL Date 21.11.2013 Filesize 6,798 MB Download 254


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 216


RtCW Movie Charts

Neues Movie Superstar Pan…

Neues Movie Superstar Panzerfaust

Bruder Talon der uns in vergangenen Jahren schon zahlreiche ...

Completing ALL RtCW Trick…

Completing ALL RtCW Trickjump Maps

Homie presents his huge trickjump movie and plays on ALL tri...

Overpressured RTCW

Overpressured RTCW

New RtCW Movie Overpressured - Kris newest rtcw project. Mos...

  

   

 

  

  

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