PLAYCENTRAL NEWS Just Cause 2

Just Cause 2: Massives Update für Multiplayer-Mod

Von Wladislav Sidorov - News vom 09.11.2015 07:00 Uhr
PlayCentral Default Logo
© PlayCentral.de

Die Entwickler der Multiplayer-Mod für Just Cause 2 planen ein massives Update mit der Versionsnummer 0.2. Der Patch soll zahlreiche neue Funktionen und Inhalte einführen, einen Releasetermin sowie einen vollständigen Changelog gibt es inzwischen auch.

Das absolute Chaos wird in dieser Woche mit neuen Inhalten ausgestattet. Die freiwillig arbeitenden Entwickler hinter der Just Cause 2 Multiplayer-Mod veröffentlichen am Mittwoch um 10 Uhr deutscher Zeit ein neues massives Update, das als die bislang größte Aktualisierung in der Geschichte der Mod gilt.

Version 0.2 wird neben zahlreichen und erforderlichen Bugfixes sowie einer lange überfälligen Optimierung für AMD-Grafikkarten selbstverständlich auch dutzende neue Features sowie Inhalte bieten. Unter anderem könnt ihr ab sofort sämtliche NPCs spawnen, alle Zivilisten-Modelle nutzen, Texte und weitere Dinge in die Spielwelt rendern und neue coole Scripts auf eurem Server erlauben. Ihr findet eine vollständige Übersicht über alle Features sowie die Patchnotes weiter unten.

Ihr kennt die Multiplayer-Mod noch nicht? Schaut euch den alles aussagenden Launch-Trailer zu JC2 MP an! Ihr braucht richtiges Gameplay-Material? In unserem Let's Play von Dennis, Tobi und Sascha entführen wir euch in die herrlich abgefahrene Welt der Multiplayer-Mod!

Neue Funktionen

Shared
• Added support for all of the previously unsupported civilian models
• Added Steam achievements
• Added SharedObject class
• Added NetworkObject class
• Added WorldNetworkObject class
• Added basic UTF-8 support to Lua strings
• Added SetUnicode(boolean) global function
• Added storage to all entities, not just Players
• Deprecated PlayerValueChange and PlayerNetworkValueChange events
• Refactored Chat class functions to support multiple colours in a single message
• Added Vehicle.GetClassByModelId
• Added Vehicle:GetClass
• Added VehicleClass enum
• Improved Lua errors with event argument printout
• Added delta argument to PreTick/PostTick and Render/PostRender
• Added Angle.Delta
• Added Vector2.Reflect and Vector3.Reflect
• Added ComponentMultiply method to Vector2 and Vector3
• Added Weapon equality operator

Server
• Added module metadata
• Added Player:Damage
• Added Vehicle:SetStreamPosition and Vehicle:SetStreamAngle
• Added Vehicle:Get/SetSpawnPosition and Vehicle:Get/SetSpawnAngle
• Can now disable collisions between two different types with Player/Server functions EnableCollision/DisableCollision
• Added ClientModulesLoad event
• Added Player:RequestGroupMembership(groupId, callback)
• Added StreamableObject:GetStreamedPlayers
• Added SLED debugger support
• Added suppressible PlayerAchievementUnlock event
• Added Server:GetFrameTime
• Added SendAutorunWhenEmpty config variable, default as false, to control whether autorun scripts are sent for empty modules
• Added netstat command

Client
• Added ClientActor class which provides a basic client-side NPC interface
• Added GameRender event for depth-tested rendering in the game world
• Main menu overhaul
• Added support for streaming image resources with AssetLocation.Resource
• Added support for Unicode characters in CharPress
• Vastly improved the chat window with word wrap and chat history
• Added LocalPlayer:SetLinearVelocity
• Added Character class, common to Player and ClientActor
• Added Character:Get/SetLeftArmState
• Added Character:GetSeat
• Added Vehicle:Set(Linear/Angular)Velocity
• Added VehicleTransmission, with methods Get/SetGear, Get/SetClutchDelayTime and more
• Added VehicleSuspension, with methods Get/SetChassisDirection, Get/SetStrength and more
• Added VehicleAerodynamics for land vehicles, with methods Get/SetAirDensity, Get/SetDragCoefficient and more
• Added Vehicle:GetTransmission, Vehicle:GetSuspension and Vehicle:GetAerodynamics
• Added Vehicle:GetTorque, Vehicle:GetWheelCount, Vehicle:GetRPM, Vehicle:GetMaxRPM and Vehicle:GetTopSpeed
• Added GetClimateZone method to streamed and client entities
• Added ClimateZone enum
• Added Player:GetAvatar
• Added AvatarSize enum
• Added Featured tab to the server browser
• Added description field to the server browser
• Server browser filters are now consistent between restarts
• Added Camera functions SetFOV and GetFOV
• Added LocalPlayerEjectVehicle event
• Added 'entity' and 'impulse' arguments to VehicleCollide event
• Added LocalPlayer functions SetOxygen and GetOxygen
• Added LocalPlayer:IsFriend(steamid/player)
• Added Client:GetFrameTime
• Added Game:GetWeatherSeverity
• Added ClientStreamableObject as a base class to Vehicle/Player
• Added an optional boolean parameter to Physics:Raycast to disable the raycast filter
• LocalPlayerBulletHit event now contains a bone argument
• Added a setting to toggle vehicle camera snap and adjust timeout
• Added a setting to toggle vehicle stunt camera
• Added chat key and chat toggle key settings
• Removed apostrophe keybind opening console, added a setting to configure console keybind
• Added support for correctly rendering the tab character in text
• Added Render:GetDepthEnabled
• Added CursorType enum
• Added Mouse:SetCursor
• Added FontAwesome and League Gothic fonts to resources
• Added ability to navigate through TextBox history using Up and Down arrow keys
• Added Ctrl-Left/Ctrl-Right hotkeys to TextBox to facilitate moving the cursor word by word
• Added Label:SetLineSpacing
• Added TextBoxNumeric:Get/SetNegativeAllowed
• Added gui_show_netstat console command
• Added window position and size launch parameters

Bug Fixes

Shared
• General sync improvement
• Luabind now checks parent classes when looking up class members (class("MyDerived")(MyBase) in _init.lua works now)
• Scripts are now loaded in alphabetical order on all platforms
• Fixed script profiler not counting network events
• The marshaller now accepts table keys of any type
• Angles sent over the network no longer lose precision from compression
• Vector2/Vector3/Color statics can no longer be edited
• Comparing any API class with '==' should now work
• Fixed random number generator not being seeded at startup
• Improved Timer precision

Server
• Fixed issue with server memory not being freed on entity removal
• Cleaned up streamer code, hopefully reducing amount of server crashes
• Fixed issue with world iterators not working correctly
• Fixed a bug where scripts would still be run even if the server failed to start
• Fixed SteamId outputting the community id when printed on Windows

Client
• Fixed bones returning the wrong position for smaller models (Breaking change)
• Fixed very long-standing issue with on-foot weapons often not firing for other clients
• Vastly improved vehicle sync, also allows players to stand on vehicles as in singleplayer
• Hopefully fixed archive bug that caused models/effects to fail to load
• Fixed static objects not responding to the biome (snow / dust)
• Fixed an extremely prevalent crash during entity collision listener removal
• General renderer improvements
• Refactored Mounted Gun sync, resulting in better aim accuracy
• Reduced memory usage by preventing entire archives from being loaded at once
• Fixed issue where requested models could sometimes be wiped out by the loading screen process
• Fixed a bug where vehicle colors were darker than the requested colors
• Fixed issue with vehicle colors not being applied to some turret parts
• Fixed input sometimes going crazy when in a menu
• Fixed settings window not preserving game resolution upon resize
• Improved precision of Input:GetValue return value
• Fixed being stuck in the air when EnterVehicle is called while grappling
• Things drawn in 3D (and Render:WorldToScreen) no longer appear to be ahead by one frame
• Fixed character model not changing if gui hidden or in a menu
• Removed highlighted servers from the server browser
• Character models are now reset on disconnect
• Hopefully fixed issue with Rico model being invisible
• Fixed the sound pop issue on Windows 10, courtesy of emoose from ElDewrito
• Fixed PlayerEnterVehicle missing old_driver arg
• Fixed issue with default player state being PlayerState.None instead of PlayerState.OnFoot
• Some client entities now inherit from ClientStreamableObject to mirror the server classes
• Added parameters argument to ClientSound.Create
• Removed palaver, as its implementation burden outweighed the value it provided
• ImagePanel:SetImage now takes an Image instead of a path
• ReturnPressed event of a TextBox is now triggered on key down, instead of key up
• Disabled Tab behaviour of the Enter key in TextBox as it moves to next control in the entire scene
• Fixed HSVColorPicker issues
• Fixed SortedList header being offset when it has a scrollbar
• Fixed crash with SortedList:Clear
• Fixed issue with SortedList sizing

* Hinweis: Bei allen Links zu Onlineshops handelt es sich um Affiliate-Links. Wir erhalten für jeden darüber erfolgten Kauf eine kleine Provision – ohne, dass ihr einen Cent mehr bezahlt. Danke für eure Unterstützung!

Fallout-Serie: Beeindruckende Zahlen – So oft wurde die TV-Serie bereits angeschaut Gothic Remake: 200 Euro teure Collector’s Edition vorgestellt, diese Inhalte bekommen Fans Mass Effect 5: Dieser ikonische Charakter kehrt nicht zurück! (Stark sein) Hogwarts Legacy Switch Neues Nintendo Switch-Update macht unser Leben einfacher! Spiele-Release 2024: Diese Games erscheinen für PS4, PS5, Xbox-Konsolen, Switch & PC Fallout 4: Next-Gen-Update steht in den Startlöchern, das sind die Inhalte PS5 Update: Neue Community-Spielhilfe für alle wurde jetzt veröffentlicht 3 Jahre Satter Hugo: Best-of begeistert Social-Media-Stars & Fans The Witcher Staffel 3 Netflix Infos Übersicht Ciri The Witcher: Staffel 5 ist das Ende der TV-Serie Assassin’s Creed Hexe hat angeblich ein „Angst-System“, neue Leaks MEHR NEWS LADEN
Das offizielle Logo von PlayCentral.de mit Schriftzug
Anmelden auf PlayCentral.deDark Mode-Schalter