当前位置: 首页> MC资源> 地图存档> 我的世界AI优化改进MOD

我的世界AI优化改进MOD

我的世界AI优化改进MOD
  • 资源版本:
    v1.12
  • 资源大小:
    21.00KB
  • 更新时间:
    2024-05-01 06:29:08
  • 资源标签:
    地图mod

资源简介

我的世界AI优化改进MOD是款旨在提升游戏中人工智能表现的游戏模组。通过安装这个MOD,开发者们对游戏内NPC、怪物和其他实体的行为逻辑进行了重构和增强,使它们的反应更加自然和智能。

u=1727991045,1347727380&fm=253&fmt=auto&app=138&f=PNG.webp.jpg

我的世界AI优化改进MOD内容

1. **路径寻找**:MOD优化了AI的路径寻找算法,使得NPC和怪物在移动时能够更高效地计算出到达目的地的最佳路径,减少了它们在原地打转或卡在障碍物上的情况。

2. **战斗行为**:MOD改进了敌人的战斗AI,让它们在攻击玩家时能够使用更多的战术和组合技,比如保持距离、躲避攻击、团队合作等,从而提高了战斗的挑战性和趣味性。

3. **探索行为**:MOD调整了NPC的探索模式,让它们在执行任务或闲逛时的行为更加多样化和合理,比如会根据天气和时间选择合适的活动,或是在饥饿时寻找食物。

4. **社交互动**:MOD增强了NPC之间以及NPC与玩家的社交互动,NPC会根据彼此的关系和玩家的行为做出不同的反应,如友好、恐惧或敌对等,使得虚拟世界的人际交往更加丰富。

5. **性能优化**:MOD通过优化AI处理的算法,降低了CPU的负担,特别是在服务器上运行时,可以提供更加流畅的游戏体验,尤其是当有大量NPC和怪物出现时。

通过以上的改进,这个MOD不仅提升了游戏的真实感和沉浸感,还让游戏的策略层面得到了加强,玩家需要更加机智和策略性地与NPC互动,解决问题。对于那些追求深度游戏体验的玩家和服务器管理员来说,"我的世界"AI优化改进MOD无疑是一个非常吸引人的更新。

u=1863120847,816969553&fm=253&fmt=auto&app=138&f=JPEG.webp.jpg

我的世界AI优化改进MOD资源说明:

我的世界 v1.12AI优化改进MOD,由“DarkCow、BuiltBrokenModding、dmodoomsirius、Kolatra”制作,主要进行了,怪物刷新限制调整,调整AI感知距离,控制内存使用量,人工智能导航探路等等,需要的朋友千万不要错过,本站提供我的世界AI优化改进MOD,需要的玩家不要错过哦!

我的世界AI优化改进MOD资源详情:

电流特性

Current Features

配置禁用人工智能手表最接近的实体

Config to disable AI Watch Closest Entity

默认情况下,配置将被设置为false,不会执行任何操作。当更改为true时,它将删除一个名为entityaiwatch最近的人工智能段。这个人工智能段处理代码的AIs使用,将它们的头转到附近的实体。视觉上这将引起一些奇怪的问题。但是,对于CPU,这释放了许多由实体引起的使用。

By default the config is set to false and will not do anything. When changed to true it will remove an AI segment called EntityAIWatchClosest. This AI segment handles the coded AIs use to rotate their head towards a nearby entity.Visually this will cause a few odd issues. However, for the CPU this frees up a lot of usage caused by entities.

配置禁用AI看起来是随机的,配置不是默认启用的

Config to disable AI look random, config is not enabled by default

默认情况下,配置将被设置为false,不会执行任何操作。将配置设置为true将导致实体不再使用“看起来空闲”的人工智能代码。这可以提高服务器的性能。当没有做任何重要的事情时,地图上几乎所有的实体都会使用这个。从视觉上看,这可能会导致实体头部不旋转,但大多数情况下都不被注意。

By default the config is set to false and will not do anything. Setting the config to true will cause entities to no longer use the 'look idle' AI code. This can improve performance for servers will large populations. As almost every entity on the map will use this when not doing anything important. Visually this can cause the entities head to not rotate sometimes but mostly goes unnoticed.

配置用更有效的版本替换EntityLookHelper,默认启用配置

Config to replace EntityLookHelper with a more efficient version, config is enabled by default

这是mod的主要特性,可以极大地提高CPU性能,以降低RAM的成本。如何使用MC的look helper代码替换为自定义版本。自定义版本存储了一些数据,使其能够更快地获得位置的角度。用VisualVM的结果进行了一些测试结果显示,AI代码的CPU使用率降低了50%到80%。对于一个有25人的服务器来说,这导致了5到7个tps的增加。

This is the main feature of the mod and can greatly improve CPU performance at a small cost to RAM. How this works is MC's look helper code is replaced with a custom version. The custom version stores some data that makes it faster to get the angle for a location. Threw some testing with VisualVM result have shown a 50% to 80% decrease in CPU usage by the AI code. For a server with 25 people on constantly this resulted in a gain from 5 to 7 tps.

我的世界AI优化改进MOD计划的特点

Planned Features

人工智能导航探路者的多线程

Multithreading for AI nav pathfinder

暴徒产卵的限制

Mob spawning restrictions

当没有接近玩家的时候禁用视觉AI代码

Disable Visual AI code when not near players

减少想知道距离

Reduce wondering distance

当不接近球员的时候,减少对距离的怀疑

Reduce wondering distance when not near players

减少Mobs raytrace目标的频率

Reduce how often Mobs raytrace targets

配置控制RAM atan2缓存的使用量

Config to control the amount of RAM atan2 cache uses

372_170906173157_1.png

我的世界AI优化改进MOD使用说明:

将压缩包内的jar文件复制到游戏目录下的Mods文件夹,然后进入游戏加载MOD。(根据版本选择安装1.7.10/1.8.9/1.12)

你可能会需要ForgeAPI

热门资源

最新资源