Scene, Cup and Leagues
Fearless Assassins Summer Gameday
Time: 12:00 (noon) to at least 07:00 (12PM-7AM) London time zone (GMT +0) which means 19 hours of gaming !
Server Name: Jaymod 2 XPSAVE FOREVER
Server IP: jay2.clan-fa.com:27960
Come and enjoy a fun and crazy day with us, playing crazygravity, panzerwar, sniperwar. It will be a memorable day! Do not forget invite your friends.
Teamspeak: Server Name: =F|A= Clan TeamSpeak - Server IP: ts.clan-fa.com:4666
Source: wolffiles.de | fearless-assassins.com
Movie DefragArea (Update)
![]() |
DEFRAGAREA (TRJ) |
|
TrackBase celebrates 4th anniversary
TrackBase 4th Anniversary!
Wew! Times flies by, a feeling all of you can probably relate to! Certainly, we do.. We've been around a staggering four years by now. To celebrate this we want to let you know about some of our future plans
In the last couple of weeks we've introduced some new staff already, and we're making plans to expand our team a lot more in the future. For now, we're rebuilding some backend stuff on Trackbase, to provide for a more solid future. The idea is to rewrite some parts and clean up old code, allowing for new features to be implemented.:D
This also means that we're open for new feedback again, and will seriously consider the new ideas proposed by you guys, our fantastic public! One of our first projects is opening a public game database and implement more social features for our users.
Besides this, Trackbase will also partner up closer to Fragwise! Arriving soon is our first partnership product: any spend euro on Fragwise you'll be able to cash in here as well for trackbase points to get your awesome premium account, or place some ads for your server/clan.
Oh and wait, what would an anniversary be without gifts!? Of all replies on our anniversary post (forum, et, facebook) we'll pick a few random people to receive a Dirty Bomb Closed Beta invite key! Now ain't that a present!
Source: et.trackbase.net
Omni-Bot 0.84 for ET released
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 |
|
Dark Alchemy celebrates 9th year
After 9 years the heart of Dark Alchemy is still beating.
Old-Owl managed to do a great job.
We want to thank him and all others who helped (and is helping) to make Dark Alchemy a succes.
We are sure Old-Owl will continue doing the job as great as he always did.
Thank you for everything
We will celebrate our 9 years on 3rd of august.
The place to be for a suprise: Dark Alchemy A1 - 213.239.207.85:27960
Source: wolffiles.de | dark-alchemy.com
silEnT Mod 0.8.2 released
The Team from mygamingtalk.com releasedET-Mod silEnT 0.8.2.
Version 0.8.2
Added: g_goatSound server cvar to enable/disable goat sounds on knife kills.
Added: enemy team objective carry indicator (http://mygamingtalk.com/forums/topic/3165-objective-captured-visual-screen-indicator/). Use g_misc flag 1024 to enable it on the server and cg_objcarry client cvar to enable it in the HUD.
Fixed: Players carrying objectives are now shown correctly.
Fixed: !useredit was not able to set level higher than 99 when executed as rcon. !setlevel was working correctly.
Fixed: The name of the disguised covert op was not drawn to spectators.
Fixed: The class icon in the crosshair player name to be the current class instead of the latched class.
Fixed: wm_sayPlayerClass now announces the latched class correctly, even when using class swithcer.
Fixed: If map voting was enabled but g_mapVoteFlags 4 was not enabled. It was possible to issue multiple votes by hand using /mapvote command.
Fixed: debriefing screen buttons didn't handle highlight theme parameter properly.
Fixed: The output of finger command didn't show warnings if there were more then 2 in total.
Fixed: UI crash in menu (http://mygamingtalk.com/forums/tracker/issue-242-client-game-crashes-in-menu/)
Fixed: Minor bug with g_maxPanzerSuicides introduced in 0.8.0. If panzer suicides were disallowed completely, the player was not informed about it.
Fixed: g_muteRename allowed to change the name when player used /reconnect (http://mygamingtalk.com/forums/tracker/issue-248-possible-bug-g-muterename/)
Fixed: When unmuting/muting during intermission/warmup, the mute wasn't saved.
Fixed: cg_effectDistance was affecting the played sounds.
Fixed: g_classWeapons not working for class command (http://mygamingtalk.com/forums/tracker/issue-252-g-classweapons-not-fully-working/)
Fixed: class command not handling secondary weapon parameter properly, it didn't influence the limbo menu, e.g. /class s 3 2 wouldn't select akimbo pistols or SMG as secondary in limbo.
Fixed: switching problem with double SMG (http://mygamingtalk.com/forums/tracker/issue-244-cant-switch-to-primary-when-having-two-smgs/)
Improved: If player is completely dead in the game, the scoreboard shows the player's latched class to other team members.
Improved: UI tabbing to edit field makes it focused.
Improved: limbo weapons menu for soldier class.
Improved: sort order of the map vote menu map list.
Special thanks for Krauersaut for building the Mac OS X client.
Source: wolffiles.de | MyGamingTalk

SILENT MOD Version:0.8.2
TheSilencerPL
16.05.2014
966 B
334
Waffenschmiede (b2)
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 |
|
PARAZIT-Clan FUN Evening
Fun Event on PARAZIT-Clan at 19.00 on the 27 September - Server IP: parazit.ro:27960
Link: parazit.ro
Source: wolffiles.de
1944 Huertgen Forest (Final 2.1)
Meteos released a new Version of the map 1944 Huertgen Forest
Story: 1944 Huertgen Forest was thickly wooded, cut by steep defiles and trails.
The Axis built deep, artillery-proof bunkers, surrounded by fighting positions.
AXIS - The Allies are attempting to steal valuable supplies from the Axis Truckyard, stop them at all costs!
ALLIES - The Axis Truckyard contains valuable supplies. We must secure them to claim victory in the Forest!
Changelog > Final 2.1 (since previous public release)
* Time limit management:
- Initial time limit reduced to 20 minutes;
- Extension when the Tank is stolen (not on first repair) (+10);
- Extension when the Truck is stolen (when exiting the Truckyard) (+5)
* Slightly improved VIS blocking.
* Optimized T-Junctions some more.
* Caulked more non-visible surfaces.
* Rewrote shaders and cleaned map script.
* Added a flash animation and a firing sound to the AT-Gun when used.
* Adjusted the Tank turret rotation angle while shooting the Truckyard Gate.
* Fixed the trigger time of the AT-Gun: it will shoot only 5+ seconds after a shot.
* Updated the map coordonates so the original Command Map fits with the objectives locations.
* Terrain lighting is now on a single lightmap, for a smoothed lighting. However, func_group's still affect it.
Also note that the texture blending is affected (only the brushes going through the skybox).
Additionnal thanks to Dragonji, Micha, Sedra12, Smurfer, Teuthis, Thunder, WuTangH and |MTC| clan peeps for their feedback!
Source: This email address is being protected from spambots. You need JavaScript enabled to view it. | wolffiles.de
![]() |
1944 HUERTGEN FOREST Version:final 2 |
|
Motherboard Sniper
Lorenz presents his new sniper map Motherboard Sniper. A great replica of a PC inside.
Have you ever wondered why sometimes your computer does not work well?
This is what happened in a repair center a few years ago. Have fun.
Thanks to [UJE]Niek for his support.
For any comments please write to: et.i.see.dead.people[at]gmail.com
Source: [UJE] Niek via FB | Lorenz
![]() |
MOTHERBOARD SNIPER |
|
Download News
| 09-02-20 | |
| 05-01-20 | |
| 21-07-19 | |
| 21-07-19 | |
| 21-07-19 | |
| 14-04-19 | |
| 14-04-19 | |
| 14-04-19 | |
| 14-04-19 | |
| 27-01-19 |
Download Charts
| 90032 | |
| 35782 | |
| 22334 | |
| 22283 | |
| 21529 | |
| 18920 | |
| 15256 | |
| 14888 | |
| 10262 | |
| 9363 |
- Comments
- Tags
- Calendar



