189.0

De ARK Wiki
Revisión del 15:05 4 abr 2021 de Mirageionova (discusión | contribs.)
Ir a la navegación Ir a la búsqueda
Crafting Light.png Esta es una traducción en progreso.
El contenido y el formato de esta página pueden variar durante las próximas horas o días.

Fecha de lanzamiento: 25 de julio de 2015

Cambios y correcciones:

  • Se ha añadido una nueva criatura: la Meganeura
  • Se ha añadido una nueva estructura: el comedero
  • More loading speed improvements: 60%+ on the maps and in-game streaming speed (this involved reformatting how much of the game-content data was packed, hence the ~2GB update!)
  • Server Admins now have a command "ServerChatToPlayer" to send direct chat messages to playername, rather than steamid (use "ServerChatTo" to send to steamid)
  • Custom servers INI can now scale globally the spoiling times of perishables, as well as scale the global decomposition time of items and bodies on the ground, respectively. Set these to larger than 0 values, in your server's Game.ini
[/script/shootergame.shootergamemode]
GlobalSpoilingTimeMultiplier=0
GlobalItemDecompositionTimeMultiplier=0
GlobalCorpseDecompositionTimeMultiplier=0
  • Custom servers INI can now scale on a per-resource type basis the amount of resources harvested. In your server's Game.ini, for example:
[/script/shootergame.shootergamemode]
HarvestResourceItemAmountClassMultipliers=(ClassName="PrimalItemResource_Thatch_C",Multiplier=2.0)
HarvestResourceItemAmountClassMultipliers=(ClassName="PrimalItemResource_Stone_C",Multiplier=4.0)
  • Custom servers INI can now override the Max XP cap of players & dino characters, respectively. Set these to larger than 0 values, in your server's Game.ini :
[/script/shootergame.shootergamemode]
OverrideMaxExperiencePointsPlayer=0
OverrideMaxExperiencePointsDino=0
  • Bonus Items are now properly given upon respawn again (a bug was causing them to only be given when you examined an Obelisk Terminal Inventory). Edit: Ah nope, still requires accessing an Obelisk Terminal to get those bonus items. Will fix properly shortly!
  • Se ha corregido un error que hacía que los Titanomyrmas voladores fueran muy difíciles de golpear
  • Linux Dedi Server should now be able to load Mods without crashing :)
  • Dimorphodons don't lay Pteranodon Eggs anymore
  • Non-Dedi Multiplayer Sessions always has player list visible in Pause menu
  • Non-Dedi Multiplayer Sessions always displays Player Join & Leave messages
  • Turret now uses correct weak-metal structure damgetype (was using wood structure type by accident)