1. Empires
  2. News

Empires News

Empires 2.38.1 Released!

[p]We're happy to announce version 2.38.1 which is live on Steam right now. Changelog below and also on our Website

Come join us on Discord!
Don't forget to check Discord events to see the date and time of when Games are played.

Changelog:
[/p][h3]Bugfixes[/h3]
  • [p]Fixed a bug causing mini-map icons to appear as the wrong building / vehicle type.[/p]
  • [p]Fixed a regression, where the mini-map wouldn't reveal both team's units at the end of the game.[/p]
  • [p]Fixed a bug where revived players would occasionally be teleported to the map origin.[/p]
  • [p]Fixed a bug where recycling a radar caused the emp_info_params entity to miscount the number of radars a team currently has. This was due to the counter decrementing twice, requiring teams to build two radars to compensate. The logic has been rewritten to eliminate reliance on manual increment/decrement operations.[/p]
  • [p]Optimized some of the heavily used functions in the game code. While functionality remains unchanged, these refinements offer small improvements to server performance and enhance overall maintainability.[/p]
[h3]Script/Game Balance[/h3][p]Infantry Weapons[/p]
  • [p]SMG3 (NF Heavy Carbine)[/p]
    • [p]Decreased Damage per bullet from 37 to 32[/p]
[p]Vehicle Weapons[/p]
  • [p]Homing Missile Launcher (2 slot)[/p]
    • [p]Decreased heat from 10 to 8[/p]

Empires 2.38.0 Released!

[p]We're happy to announce version 2.38.0 which is live on Steam right now. Changelog below and also on our Website

Come join us on Discord!
Don't forget to check Discord events to see the date and time of when Games are played.

Changelog:
[/p][h2][/h2][h2]Features[/h2]
  • [p]Replaced vehicle shell particle effects with the new particle systems. Each cannon can (and now does) have a different trail of particles.[/p]
    • [p]This may make it easier to identify the locations of artillery tanks, and notice incoming artillery shells.[/p]
  • [p]Large rework of the vehicle heat mechanics[/p]
    • [p]Added a fourth “Overheat” heat region.[/p]
      • [p]Now there is “Low” (Green), “Medium” (Yellow), “High” (Orange), and “Overheat” (Red)[/p]
    • [p]The portion of the heat bar that is not filled will still be displayed, but in a way more muted color.[/p]
    • [p]The positions of the various heat regions can be defined per-engine.[/p]
    • [p]When a weapon cannot fire due to overheating, the ammo indicator for that weapon will turn red.[/p]
      • [p]This was already in the code, but the definition of overheating used was incorrect so this condition was never actually triggered.[/p]
    • [p]Engines will now begin stalling at the High region, and completely stall at the Overheat region.[/p]
    • [p]Weapons can have a “Critical Heat Zone”. When a weapon is fired while the vehicle is in this zone or above, then it will fire a crit.[/p]
      • [p]Crit shells can have a different firing sound, impact sound, and trail particles.[/p]
      • [p]Crit shells do increased damage[/p]
      • [p]Only the Plasma cannon currently uses this feature, and likely only the plasma weapons will use this mechanic.[/p]
      • [p]Only shells have crits implemented. If this idea is kept, then we’d want to implement the same for MGs, missiles, and grenades.[/p]
    • [p]Due to simplifications of the engine stall code, the “Heat Stall Penalty” value on engines now indicates the maximum amount the throttle can be reduced to via engine overheating, instead of the square root of the maximum amount the throttle can be reduced to via engine overheating.[/p]
  • [p]Added an additional info panel to the vehicle HUD[/p]
    • [p]This panel is displayed to players currently inside a tank[/p]
    • [p]The panel shows the following information, from left to right:[/p]
      • [p]The armor the vehicle has equipped[/p]
      • [p]The engine the vehicle has equipped[/p]
      • [p]The current number of passengers, out of the vehicle’s total capacity[/p]
      • [p]Whether the vehicle will not detonate mines (i.e., the driver or a passenger has the Defuse skill)[/p]
      • [p]Whether the vehicle has a spawn point[/p]
  • [p]Added Pykrete Armor[/p]
    • [p]Pykrete armor is made of ice reinforced with complex hydrocarbon chains.[/p]
    • [p]It uses ambient humidity to slowly regenerate when vehicle heat is in the low region, but melts faster in higher heat regions. This introduces a new melting/regeneration mechanic to the game.[/p]
  • [p]Research now drains resources over time, instead of spending all of the resources up-front.[/p]
    • [p]Commanders can pause and resume research at any time.[/p]
    • [p]If there is insufficient resources for research to continue, then research is paused automatically.[/p]
      • [p]The entire team will hear the “Insufficient Resources” sound clip.[/p]
    • [p]When research is complete, the entire team (and all spectators) will hear the “Research is now complete” sound effect, instead of just the commander.[/p]
    • [p]Added a new mapmaking entity emp_logic_resource_drain to allow mapmakers to specify their own similar resource drains.[/p]
  • [p]Improved the resources HUD display. The resource total and income are now displayed more accurately than before.[/p]
    • [p]Resource total updates more frequently, to better reflect the actual value. Previously it was tied to a timer.[/p]
    • [p]Resource income now displays all manual adjustments to income, not just income from refineries. This should cover all gains/losses but to list some examples it includes resource adjustments from vehicle purchases, vehicle carcass recycling and building purchases/refunds.[/p]
    • [p]Recurring resource income is now displayed alongside the dynamic income, this figure excludes manual adjustments and resource drains. Essentially, this displays income from recurring sources, for example refineries.[/p]
  • [p]Engineer and Commander radars now also spot fully-built enemy buildings, in addition to enemy vehicles.[/p]
  • [p]Added additional HUD icons for certain F-menu requests.[/p]
  • [p]Added additional cancellation and suppression criteria for certain F-menu requests.[/p]
    • [p]Notably, requests for ammo, health, and repairs are automatically cancelled as soon as any health or ammo is recieved, as appropriate.[/p]
  • [p]Added new listener mapmaking entities, emp_logic_resource_listener, emp_logic_ticket_listener, and emp_logic_research_listener.[/p]
  • [p]Added a sound effect that plays when a tank loads ammo.[/p]
  • [p]Pressing the suicide hotkey (delete by default) while already dead force-kills you, preventing engineers from reviving you.[/p]
  • [p]The debug console command emp_debug_spawn_shell now has three parameters:[/p]
    • [p]1: The weapon index of the shell to spawn[/p]
    • [p]2: The number of shells to spawn (between 1 and 128)[/p]
    • [p]3: Whether or not the shell is a crit shell.[/p]
  • [p]Commanders can now see player request icons from further away, especially requests for commander attention.[/p]
    • [p]This distance is 12k units for commander attention requests and 6k units for other requests[/p]
    • [p]For comparison, requests are normally 3k units and revive icons 4k units - Added Aircraft[/p]
[h2]Bugfixes[/h2]
  • [p]The C++ code for the mini-map has been extensively refactored. This update resolves several longstanding issues and improves maintainability, making it easier for developers to add new features and enhancements.[/p]
  • [p]Fixed a bug causing homing missiles to fire without any spread when fired without entering missile lock.[/p]
  • [p]Fixed a crash involving the vehicle info HUD element.[/p]
  • [p]Fixed a bug where reviving in water would cause the player to appear far beneath the surface.[/p]
  • [p]Fixed a bug where players changing teams to spectator while in a vehicle retain collision.[/p]
  • [p]Fixed some issues with the method in which tips were selected to be displayed on the loading screen.[/p]
[h2]Script/Game Balance[/h2][h3]Buildings[/h3]
  • [p]Armory[/p]
    • [p]Reduced Carcass Removal Time from 30 to 10[/p]
  • [p]Barracks[/p]
    • [p]Reduced Carcass Removal Time from 30 to 20[/p]
  • [p]Radar[/p]
    • [p]Reduced Carcass Removal Time from 30 to 15[/p]
  • [p]Repair Pad[/p]
    • [p]Reduced Carcass Removal Time from 30 to 15[/p]
[h3]Research[/h3]
  • [p]All research costs have been divided by 60, to account for the change from up-front costs to res/second costs.[/p]
  • [p]Added a research item for APC spawn points.[/p]
    • [p]Costs 4 resources per second for 120 seconds. (480 resources in total.)[/p]
  • [p]Added a research item for Pykrete Armor in the Chemistry tree within Improved Heat Transfer Fluids, next to Advanced Coolant Engine.[/p]
  • [p]APC Chassis is researched by default[/p]
  • [p]The Homing Missiles research now unlocks the 2-slot homing missile instead of the 3-slot homing missile[/p]
  • [p]Re-enabled research for Salvo Homing Missiles and TOW Guided Missiles[/p]
  • [p]Nuclear Warhead[/p]
    • [p]Increased research cost from 4 to 5 (Total cost 1200)[/p]
    • [p]Increased research time from 180 to 240[/p]
[h3]Infantry Weapons[/h3]
  • [p]NF Heavy Carbine (SMG3)[/p]
    • [p]Improved Overall Weapon Spread[/p]
    • [p]Increased damage per bullet from 27 to 37[/p]
    • [p]Increased Time between shoots from 0.12 to 0.20[/p]
    • [p]Increased minimal damage per bullet from 13 to 18[/p]
    • [p]Decreased clip size from 20 to 12[/p]
      • [p]Also adjusted spawn/max ammo counts - engineer spawns with 4 clips and scout spawns with 5 clips. (Without ammo increase skill.)[/p]
[h3]Vehicle Chassis[/h3]
  • [p]NF & BE APC[/p]
    • [p]Increased available weight from 235 to 265[/p]
[h3]Vehicle Armors[/h3]
  • [p]Capacitive Armor[/p]
    • [p]Buff[/p]
      • [p]Decreased Cost per plate from 20 to 18[/p]
      • [p]Increased Health per plate from 80 to 110[/p]
      • [p]Decreased Damage To Heat Absorbed from 0.1 to 0.05[/p]
    • [p]Nerf[/p]
      • [p]Increased Weight per plate from 15 to 18[/p]
      • [p]Added Speed To Damage Modifier 0.000035[/p]
      • [p]Decreased Infantry Grenade Resist from 0.55 to 0.35[/p]
      • [p]Decreased Infantry Mine Resist from 0.55 to 0.50[/p]
      • [p]Decreased Infantry Missile Resist from 0.40 to 0.20[/p]
      • [p]Decreased Infantry Mortar Resist from 0.40 to 0.20[/p]
      • [p]Decreased Infantry Explosive Sticky Resist from 0.25 to 0.20[/p]
      • [p]Decreased Infantry Sticky Stun Resist from 0.25 to 0.15[/p]
      • [p]Decreased Squad Arty Resist from 0.55 to 0.40[/p]
  • [p]Composite[/p]
    • [p]Increase Sticky Bomb Resistance from -0.716 to -0.6[/p]
[h3]Vehicle Engines[/h3]
  • [p]All Chassis[/p]
    • [p]Increased Heat Dissipation for Advanced Coolant Engine by 1[/p]
[h3]Vehicle Weapons[/h3]
  • [p]Shells and missiles now use uniform circular distribution when applying spread instead of bounded uniform distribution.[/p]
    • [p]All this means is that spread is applied using a radius around the crosshair instead of using random min/max bounds. (Circular distribution instead of square.)[/p]
  • [p]Plasma Cannon[/p]
    • [p]Decreased damage from 84 to 60[/p]
    • [p]Now fires 2x damage crit shells when in the high (orange) heat region or above[/p]
  • [p]Salvo Homing Missiles[/p]
    • [p]Increased cost from 105 to 150[/p]
    • [p]Increased clip size from 4 to 10[/p]
    • [p]Increased reload time from 3.75 to 8[/p]
    • [p]Increased missile lock on range from 5000 to 8000[/p]
    • [p]Decreased lock on time from 0.6 to 0.5[/p]
    • [p]Decreased lock on radius from 0.35 to 0.2[/p]
    • [p]Decreased lock on range modifier from 0.00040 to 0.00025[/p]
    • [p]Decreased damage from 40 to 28[/p]
    • [p]Increased Heat from 3 to 5[/p]
    • [p]Decreased weight from 100 to 80[/p]
    • [p]Increased Explosion range from 80 to 150[/p]
  • [p]Homing Missiles (2-slot)[/p]
    • [p]Increased cost from 80 to 95[/p]
    • [p]Decreased missile Speed from 2500 to 2300[/p]
    • [p]Decreased weight from 70 to 60[/p]
  • [p]TOW Guided Missiles[/p]
    • [p]Increased cost from 135 to 150[/p]
    • [p]Increased Missile speed from 2100 to 2300[/p]
    • [p]Increased Missile Range from 6500 to 8000[/p]
    • [p]Increased clip size from 5 to 6[/p]
    • [p]Increased Explosion Radius from 115 to 150[/p]
    • [p]Decreased Cycle Time from 1.3 to 1.25[/p]
  • [p]Biological Cannon[/p]
    • [p]Increased Damage from 80 to 90[/p]
    • [p]Reduced Biological Damage from 10 to 5[/p]
  • [p]Biological Missile Launcher[/p]
    • [p]Increased Damage from 50 to 60[/p]
    • [p]Reduced Biological Damage from 10 to 5[/p]
  • [p]Homing Missile Launcher[/p]
    • [p]Increased Lock On Radius from 0.1 to 0.2[/p]
    • [p]Reduced Lock On Range Multiplier from 0.00025 to 0.0001875[/p]
      • [p]Lock On time increased from between 0.5 to 2.5 seconds to between 0.5 to 2 (up to 40% faster)[/p]
  • [p]Biological Grenade Launcher[/p]
    • [p]Reduced Cycle Time from 2 to 1.6[/p]
    • [p]Increased Clip Size from 6 to 8[/p]
    • [p]Reduced Total Ammo Clips from 5 to 4[/p]
    • [p]Reduced Vehicle Biological Damage from 10 to 5[/p]
    • [p]Increased Vehicle Bio Time from 4 to 5[/p]
  • [p]Medium Artillery Cannon[/p]
    • [p]Increased Projectile Spread from 0.001 to 0.25[/p]
  • [p]High-Explosive Artillery Cannon[/p]
    • [p]Increased Projectile Spread from 0.001 to 0.30[/p]
  • [p]Ranged Artillery Cannon[/p]
    • [p]Increased Projectile Spread from 0.001 to 0.15[/p]
[h2]Other changes[/h2]
  • [p]Several unused features have been removed:[/p]
    • [p]Research can no longer upgrade ammo damage.[/p]
    • [p]Vehicle weapons can no longer be “disabled”, and research cannot disable vehicle weapons.[/p]
    • [p]Servers can no longer disable vehicle horns with the emp_sv_vehicle_allow_horns cvar[/p]
  • [p]Increased the default value of the emp_sv_vehicle_fadeout_time cvar from 30 seconds to 180 seconds.[/p]
  • [p]Increased the default value of the emp_sv_vehicle_fadeout_time_partial cvar from 30 seconds to 60 seconds.[/p]
  • [p]We did a large refactor to the minimap code. You shouldn’t notice any huge changes, but the scaling might be slightly off from what it was before. This can be adjusted with the emp_map_size cvar.[/p]
  • [p]Removed some less useful statistics from the vehicle preview in the vehicle creation panel.[/p]

Empires Shitmaps 2025

🚨 Get Ready for Shitmaps 8! 🚨


Mark your calendars: Saturday, January 18th, 2025 at 20:00 CET / 19:00 GMT / 2:00 PM EST!
The time has come for another EPIC Shitmaps event—bigger, wilder, and more chaotic than ever before!

[h2]🎭 What to Expect[/h2]
Prepare for fresh creations, absurd ideas, and more laughs than ever as we dive into the most ridiculous, creative maps our community can deliver. It’s the one day a year where the madness takes over, and even the most serious faces crack a smile! Get ready for a day of community chaos and unforgettable fun.

[h2]🔥 Hype Yourself Up[/h2]
Check out the official Shitmaps 8 trailer here: Watch the Trailer

Want even more chaos?
Relive the madness from previous Shitmaps event: Watch Shitmaps 2024 Playlist (Bill Nye)

[h2]🎉 Join the Chaos[/h2]
Whether you’re a longtime fan or a curious newcomer, this is the moment we’ve all been waiting for.
Let’s make Shitmaps 8 the most unforgettable event yet.
We’ll see you there for the wildest maps, the biggest laughs, and the most creative chaos Empires has ever seen!

Happy Shitmaps, everyone!

Empires 2.37.4 Released!

We're happy to announce version 2.37.4 which is live on Steam right now.
Changelog below and also on our Website

Come join us on Discord!
Don't forget to check Discord events to see the date and time of when Games are played.

Did you know we are porting this mod to Unreal Engine 5?
You can follow its development on our Website and/or Discord

Changelog:
[h2]Bugfixes[/h2]
  • Fixed a problem where upgradable buildings were not precaching their models correctly, resulting in invisible models when placing the building for the first time.
[h2]Script/Game Balance[/h2][h3]Research[/h3]
  • Advanced Chassis
    • Increased Cost from 750 to 900
    • Increased Time from 250 to 300
  • Heavy Tank Chassis
    • Increased Cost from 750 to 1000
    • Increased Time from 150 to 200
[h3]Infantry Resistances[/h3]
  • Scout
    • Reduced Explosion Bonus Resistance from 10% to 5%.
    • Reduced Bullet Bonus Resistance from 10% to 5%.
  • Rifleman
    • Reduced Bullet Bonus Resistance from 20% to 10%.
  • Grenadier
    • Reduced Explosion Bonus Resistance from 20% to 10%.
[h3]Infantry Weapons[/h3]
  • NF Shot Pistol
    • Increased Damage from 14 to 16.
    • Increased Minimal Damage from 7 to 8.

Empires 2.37.3 Released!

We're happy to announce version 2.37.3 which is live on Steam right now.
Changelog below and also on our Website

Come join us on Discord!
Don't forget to check Discord events to see the date and time of when Games are played.

Did you know we are porting this mod to Unreal Engine 5?
You can follow its development on our Website and/or Discord

Changelog:
[h2]Bugfixes[/h2]
  • Fixed a bug preventing explosion damage from being blocked correctly.
  • Fixed a bug that would allow one too many players to join a team before being classed as unbalanced when using mp_teams_unbalance_limit.
[h2]Script/Game Balance[/h2][h3]Research[/h3]
  • Capacitive Armor
    • Increased the research cost from 240 to 360
    • Increased the research time from 60 to 90
  • Reduced Cost of APC Chassis research from 360 to 240
  • Reduced Time of APC Chassis research from 90 to 60
[h3]Vehicle Armors[/h3]
  • Capacitive Armor
    • Increased the weight from 13 to 15
  • Reactive
    • Reduced Health from 120 to 110
[h3]Infantry Weapons[/h3]
  • SMG1
    • Increased Clip Size from 30 to 35
    • Increased number of clips from 3 to 4
  • SMG2
    • Increased Clip Size from 35 to 40
    • Increased Engineer’s number of clips from 3 to 4
    • Increased Scout’s number of clips from 4 to 5