Wolfenstein4ever

Login

ET Legacy 2.75 released

Published in ET Misc

Long overdue, but it is finally here! Nearly one year ago, we released version 2.74, which has since been downloaded more than 50 thousands times. Today, we are pleased to announce the release of ET: Legacy 2.75.
As the game has been in a stable state since quite some time, we had the possibility to specifically focus on polishing the game feature-wise as well as improving the general player experience. Both the game engine and Legacy mod came to the table and received innumerable bug fixes and further code clean-up, making this new version the biggest we have ever released.

The changelog is long and ranges from rather simple UI changes like the 'landmine spotted' spamming to more serious back-end updates. Key updates worth mentioning are the additional OpenAL sound backend that will surely rejoice 7.1 surround system owners, as well as the new openGL 3 renderer. While now available for general public testing, this new renderer remains for now in an ‘experimental’ state and will be improved gradually over the following months. Other notable changes include a working multi view feature and the re-activation of the gamepad device code.

The implementation of a skill rating system definitely reached a milestone, and the addition of a SQL backend will allow flexible and powerful control with a complete Lua administration suite that will be delivered to you soon. Both of these features will be introduced in more details in the coming days. So make sure to keep an eye out for this project!

We are confident to say that ET: Legacy is the most advanced, stable and optimized ET version ever created and we will continue to work to live up to that statement. Future features and updates are already in the pipeline and are being worked on. The work on getting ET: Legacy away from the licensed assets took a big leap forwards as well a few weeks ago. We are definitely on the right track!

Source: etlegacy.com | wolffiles.de

ET LEGACY Version:2.75
Author etlegacy Date 18.09.2016 Filesize 118.06 MB Download 2556


Omni-bot 0.86 RtCW + ET released!

Published in ET Mods

Omni-bot 0.86 for Enemy Territory and Return to Castle Wolfenstein have been released.

This is the latest release of the omnibot mod for "Wolfenstein: Enemy Territory" and "Return to Castle Wolfenstein".

0.86 Wolfenstein: Enemy Territory Change Log:
=== BOT ===
Added function MapGoal.SetEntity
Added Wp.SetWaypointFlag parameter can be a regular expression
Added WatchForEntityCategory can be used to detect landmines
Added gm script can have UTF-8 BOM
Added version number is printed to console when Omni-bot is initialized
Improved bots join game faster after server starts if maxbots>0
Improved players info is in the Server table already in OnMapLoad
Changed draw_goalroutes doesn't draw disabled routes
Changed new waypoint has prone flag if the player is proned
Fixed soldier with mobile mg42 does not shoot heavy vehicles
Fixed goals with same names were swapped in NoQuarter
Fixed waypoint_setname of closed waypoint
Fixed command goal_save prints error if file can't be opened
Fixed SetGoalRole printed error message if role was persistent and goal did not exist
Removed path planners navmesh, floodfill, recast

=== MOD ===
Improved command /entitylist prints type names instead of numbers
Fixed goal entities of multiple MG42s at the same position (on baserace map)
Fixed function GetEntityOwner returned dead player after gold was dropped and taken by another player

=== GOALS ===
Fixed covertops don't steal uniform when carrying objective
Fixed PLANT goal was always delayed 35 seconds even if defused
Fixed medic don't deliver medkits to player who is mounting tank
Fixed rendering of Stance property
Fixed medic sometimes did not give medkits to revived player
Fixed BUILD goal created by user could not be saved
Fixed roaming bots were going to position of MOUNT goal
Changed MinPlayersForMortar is number of players for one mortar (2*MinPlayersForMortar players are needed for 2 mortars)
Changed MinPlayersForMobileMG is number of players required for one mobile mg42
Changed cover spot priority from 2.0 to 0.81
Changed medic don't team-kill player at mg42
Changed medic can revive nearby player when going to cappoint
Changed only one medic or fieldops delivers supplies to a player
Changed soldier with mortar asks for ammo less often
Changed resetxp is enabled in all mods except etmain, but it must be enabled in shrubbot.cfg

=== SCRIPTS ===
Changed all bots disconnect if maxbots is 0
Optimized Util.ProcessMovers

=== WEAPONS ===
Changed bots get more ammo packs from ammo cabinets

=== COMMANDS ===
Improved cleargoalflags removes ammo, health, crouch and prone

Source: omni-bot.invisionzone.com | wolffiles.de | enemyterritory-stuff.net

 

OMNI BOT RTCW - ALL OS Version:0.86
Author omnibot Date 01.05.2018 Filesize 9.32 MB Download 1122


 

OMNI BOT ET - ALL OS Version:0.86
Author omnibot Date 01.05.2018 Filesize 29.99 MB Download 3366


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 500



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 645


 

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


Omni-Bot ET 0.83 Released

Published in ET Mods

Omni-Bot 0.83 for Enemy Territory has been released.

We are pleased to announce the latest version of Omni-bot for ET has been released. Palota has been very busy this past year fixing bugs, adding features, and adding support for newer mods. The waypoint team has also been busy adding support for new maps and improving on existing waypoints.


Das Omnibot Team verkündet die Freigabe von Omnibot 0.83 für Enemy Territory als Linux und Windows Version inkl Waypoints. Diese neue Version umschließt Bugfixes, neue Features und diverse Optimierungen.

Release Highlights

    ETBlight and Bastard mods are supported
    Fixed memory leak caused by GameMonkey threads
    Fixed crash in AddBot if bot is kicked in ClientUserinfoChanged
    Added cvar omnibot_logsize (maximal file size in KB), -1 will disable logs, 0 will overwrite file every match
    
Source: omni-bot.com | wolffiles.de

OMNI BOT - WINDOWS Version:0.83
Author omnibot Date 24.11.2013 Filesize 19.99 MB Download 1543


OMNI BOT - LINUX Version:0.83
Author omnibot Date 24.11.2013 Filesize 20,47 MB Download 392



ET: Legacy stable release 2.74 with Omni-Bot bundle

Published in ET Misc

After nearly 8 months and some additional delay, the ET: Legacy team is happy to present the most advanced, stable and optimized ET version ever produced.

This new ET:Legacy 2.74 release adds optimized LAN player detection, better unicode support to the client, console smooth scrolling support, omni-bot compatibility with Linux 64 bit servers, Lua 5.3 and libraries updates. It fixes a few critical issues and adds a wide range of smaller adjustments and optimizations.

The Legacy mod has also seen countless improvements and bug fixes.
If you are looking for the most authentic Enemy Territory experience available today, you should give it a try!

A comprehensive changelog is available on our wiki.
Ensure to read the installation guides and have a look at our FAQ.
ET:Legacy is available for Windows, Mac OS X, Linux 32 and 64 bit platforms.

We would like to thank all of our regulars contributors, fans and helping hands that participated in our testing sessions. These tests revealed a few issues that we have been able to fix in time to make this release as stable and smooth as it gets. Your help, bug reports, patches and global support made it possible!

ET: Legacy development is a collaborative effort done in an open, transparent and friendly manner. If you want to improve ET: Legacy in any way (coders, 2D/3D artists and modelers, level designers), don't hesitate to contact us on our IRC channel #etlegacy on Freenode.
Anyone is welcome to join and contribute to improving this project!

Source: www.etlegacy.com | www.etpro.de

ET LEGACY WITH OMNIBOT Version:2.74
Author etlegacy Date 13.09.2015 Filesize 120 MB Download 803


© by wolfenstein4ever

Top Desktop version

game_magazine Are you sure that you want to switch to desktop version?