下载客户端

《forts》1.36版本更新内容

2026-02-07 00:28:23
发布在Forts
转载

AI智能总结导读

《Forts》1.36版本完成更新,核心优化排位赛与右键菜单模组功能:排位赛实现赛季自动更替,技术问题导致的对局不会随意调整分数;右键菜单新增弹药和材料转换按钮多行整理功能,同时修复大量游戏内错误与漏洞,提升游戏体验。

《Forts》更新内容 本次更新包含了一些急需的错误修复和改进。**右键菜单、排位赛以及各种游戏内错误和漏洞利用问题均已得到处理**。 排位赛改进: 1. 为使赛季更替更可预测、更公平,并使其成为一项赛事,我们已将该流程自动化。新赛季将于每第二个月的第一天UTC午夜开始。 2. 此外,当出现断开连接或同步错误等技术问题时,除非有玩家存在操纵连接的行为,否则不会对分数进行调整。 3. 同时还修复了一些错误,希望能改善排位体验。右键菜单模组功能 我们新增了一些功能,可将弹药和材料转换按钮整理成多行显示。部分模组的物品数量多得离谱,这项小改进有助于更好地管理它们。 这些行可选择添加本地化标签和左侧图标。只需在武器或弹药装置配置脚本中添加AmmoRows表格,然后为每种弹药分配相应的RowName值。 [c]– 名称用于识别行,标签和图标为可选[/c] [c]AmmoRows =[/c] [c]{[/c] [c] { Name = "HarpoonRow1" },[/c] [c] { Name = "HarpoonRow2", Label = "Weapon.ammo_high_explosive", Sprite = "warmup" },[/c] [c] { Name = "HarpoonRow3", Label = "Weapon.""ammo_acid",精灵 = "device-ammo"},[/c] [c]}[/c]

Rows to make large item selections more manageable. For material conversion buttons, create and add to a MaterialRows table: [c]MaterialRows =[/c] [c]{[/c] [c] { Name = "Row1", Label = "Weapon.ammo_high_explosive", Sprite = "hud-play" },[/c] [c] { Name = "Row2", Sprite = "hud-pin" },[/c] [c] { Name = "Row3", Label = "Weapon.ammo_acid"},[/c] [c]}[/c] Then set the appropriate RowName value in the material. In addition, we've allowed mod scripts to add to and modify a new layer of the context menu. While the built-in controls are off limits for now, they can be hidden with the call HideContextMenu(HIDECONTEXT_BASE) for complete replacement. Cheers, EWG Change List 1.36.0 r20849 Add: FRAME_CONTEXTMENU used with SetControlFrame script function to allow custom controls to be added to context menu Add: HideContextMenu script function taking HIDECONTEXT_BASE or HIDECONTEXT_ALL constants Balance: (Scattershot) Shotgun maximum projectile density is consistent with the base weapon Improve: (Machinegun) Reduce ClearanceAngleStdDevFactor from 1 to 0.4 Improve: Ammo can be organised into rows in the context menu using AmmoRows table and ammo table RowName Improve: Desyncs, timeouts, and hangs cause ranked games to be voided unless network manipulation is detected Improve: Fort Select no longer locks up the UI for a few seconds on large maps Improve: Increase memory limit of scripts to 200MB Improve: Material conversion buttons can be arranged into rows in the context menu using MaterialRows table and material RowName Improve: Ranked season ends automatically at midnight UTC of the first day of every second month Improve: Reduced ClearanceAngleStdDevFactor from 1 std dev to 0.8 Improve: Reduced GravityToClearanceAngleFactor by 50% Improve: Show 'technical issue occurred' message when game ends in a desync, hang or timeout Improve: Surviving reactors are considered to be at full health for the purpose of breaking ties Fix: (Beams) Smoked, reflected or teleported Plasma Lasers destroy Warheads in one hit Fix: (Machinegun) ClearanceAngleStdDevFactor set for campaigns, potentially affecting balance Fix: (Map Editor) Crash cycling to the next block when there are no blocks Fix: (Phantom) Moving a weapon causes it to recloak after reloading Fix: (Phantom) 'Recloaking weapons' is missing from description Fix: (Seep) 'Narrow silos' is missing from description Fix: (Seep) Starting neutral silos have sprite of side 1 Fix: Apparent hang while loading during long file validation Fix: Commander can be self-charged by shooting the platform of a device Fix: Crash when repainting during long file validation Fix: db/rules.lua missing from checksum Fix: Desync at start when a client selects a fort while another client does not have the map Fix: Desync when building devices on neutral structure Fix: Desync when using keys to adjust weapon power mid fire Fix: Devices can be built on recently neutral structure Fix: Game doesn't update when user moves or resizes the window Fix: Missing mod script causes crash during join Fix: Population caps can be exceeded using barrels in team deathmatch Fix: Population limited device construction can be accelerated using a neutral device of the same type Fix: Report button is sometimes missing from the 'player disconnected' notification Fix: Scoring on timeout incorrect when disconnection happens during ranked loading Fix: ScreenMode in Options > Video is not translated Fix: Season is not matched during the ranked lobby alert search Fix: SetControlFrame doesn't validate input Fix: Terrain rendering Fix: Unable to connect to ranked lobbies using alert popup Optimise: Rendering performance Change List 1.36.0 r20914 Fix: Crash calculating teleport when a node is missing Fix: Crash when a fully built weapon is disabled, deleted, and restored Fix: Crash when queueing for ranked play after casual match Fix: File validation sometimes fails Fix: Ranks are missing from the lobby Make Sure To Join Our Discord If you haven't already, join our Forts Official Discord server to connect with other players, share strategies, create maps/mods, and receive advance notice of upcoming events. Cheers, EWG

评论

共0条评论
face
inputImg
相关阅读
最新更新

1.36全新版本上线,奇妙万圣夜捣蛋来袭

亲爱的工程师:

2024-10-25 02:0016赞 · 2评论

万圣节快乐!

万圣节即将来临, 我们要吓住那些黑暗精灵, 让他们信守承诺, 把火鸟上架销售! 胜利在望, 他们沉醉于火鸟的炽热, 但在完成之前, 所有人都要奋战到筋疲力尽! …

2025-10-30 16:030赞 · 0评论

关于要塞的一切(几乎)

关于建筑、武器、指挥官、构筑和DLC的一切 前言 信息在1.34.0 r20032版本(15.10.25补丁)时有效 当前版本为1.36.0,即本指南略有过时 …

2026-02-14 19:000赞 · 0评论

1月8日正式服S42赛季「神佑建木」版本更新公告

亲爱的召唤师:

2026-01-07 05:323赞 · 0评论

金币乐园 《王牌竞速》更新公告

90后 vs 00后版新赛季更新公告!你们不要再打了 我们预计于2024年6月6日9:30进行不停服维护更新,预计维护时间2小时。 维护期间您可以正常进行游戏,…

2025-08-02 15:130赞 · 0评论

生存冲刺

A quick reference guide to help new players defend against a weapons rush and su…

2026-02-14 13:000赞 · 0评论

《forts》1.34版本更新内容

《Forts》更新内容 1. **排名仲裁系统** - 经过大量工作,排名仲裁服务器现已投入运行。它会像以前一样监控游戏客户端,但现在将由系统判定胜负。比赛期间…

2025-10-15 05:510赞 · 0评论

刀锋意志皮肤 英雄联盟11.21版本更新前瞻,全新改动与优化内容全面解析

随着《英雄联盟》11.21版本的临近,玩家社区对即将带来的新改动和优化充满了期待,本次更新不仅带来了多个英雄的平衡调整,还对游戏系统、界面和视觉效果进行了全面优…

2025-12-21 03:120赞 · 0评论

王者荣耀s22更新不了 王者荣耀新赛季s22更新内容

王者荣耀新赛季s22更新内容:一、暴君、主宰新增进化功能:头部、身体、胳膊各自有不同的加持效果;风暴龙王血条下调至9万、加持效果削弱。二、抵抗路上线传输功能:传…

2025-11-20 23:060赞 · 0评论

《Apex英雄》增强补丁说明

AMPED OVERVIEW We’re starting the hype train for Season 27: Amped, right now, an…

2025-11-03 16:550赞 · 0评论
暂无更多

最新更新

  • 小型/微型门:使用与不使用的时机 — 这不是一篇关于如何建造它们的指南,而是关于何时建造以及何时不该建造它们的指南。(其实称不上指南,更像是一些通用建议) 简介 你可能见过有些玩家为通常需要更大舱门…
  • 如何达到T3:T3级完全指南 — 指挥官们的技能有增有减,游戏中还新增了传送门,可用的方法也更多了:是时候推出一份关于三级单位及其变体的深度指南了 简介 各位《forts》的粉丝们,大家好! 如…
  • 如何制作T3火炮 — 在本指南中,我将向你展示如何制作【三级火炮】 1.你必须关闭游戏网格,因为它会造成干扰
  • 《forts》快速提示与技巧 — 给新手、普通玩家和资深《forts》老手的快速技巧合集。 本指南说明: 本技巧指南仍在制作中,我会不断补充内容。 点击图片可查看更大更清晰的视图。 1. 新手入…
  • 关于要塞的一切(几乎) — 关于建筑、武器、指挥官、构筑和DLC的一切 前言 信息在1.34.0 r20032版本(15.10.25补丁)时有效 当前版本为1.36.0,即本指南略有过时 …
  • 茶壶用储物容器 - 来自茶壶 — 或许我什么都不懂,每个《forts》的新手可能都立刻知道储能器这种装置的一切,但至少对我来说,它曾经是个谜。花了一点点时间后,我弄明白了它的工作原理,现在准备告…
  • 地图编辑器风格指南 — 为你的新自定义地图打造独特《forts》风格的指南 地形风格 每个环境组都有特定的外观。以下指南将帮助你创建与各背景独特美学相得益彰的地形形状。 中西部
  • 如何成为《要塞》原版高手 — This is an exhaustive guide to all points of forts gameplay in a vanilla multipl…
  • 地图保存格式(fwe) — 关于堡垒地形数据保存方式的简要说明 标题 所有数据均为小端字节序 16字节常量(?) 0x1400 0000 0000 0000 0040 7544 0000 …
  • 如何建造堡垒并生存下来 — 在本指南中,我将向你展示如何保护和武装你的堡垒,以及如何避免因重力而死亡。 首先要做的事情! 一开始,你需要移除堡垒的前端。这样做不仅能让我们获得资源,以便放置…