Torna indietro   Hardware Upgrade Forum > Giochi > Giochi per PC

Recensione Samsung Galaxy Z Fold7: un grande salto generazionale
Recensione Samsung Galaxy Z Fold7: un grande salto generazionale
Abbiamo provato per molti giorni il nuovo Z Fold7 di Samsung, un prodotto davvero interessante e costruito nei minimi dettagli. Rispetto al predecessore, cambiano parecchie cose, facendo un salto generazionale importante. Sarà lui il pieghevole di riferimento? Ecco la nostra recensione completa.
The Edge of Fate è Destiny 2.5. E questo è un problema
The Edge of Fate è Destiny 2.5. E questo è un problema
Bungie riesce a costruire una delle campagne più coinvolgenti della serie e introduce cambiamenti profondi al sistema di gioco, tra nuove stat e tier dell’equipaggiamento. Ma con risorse limitate e scelte discutibili, il vero salto evolutivo resta solo un’occasione mancata
Ryzen Threadripper 9980X e 9970X alla prova: AMD Zen 5 al massimo livello
Ryzen Threadripper 9980X e 9970X alla prova: AMD Zen 5 al massimo livello
AMD ha aggiornato l'offerta di CPU HEDT con i Ryzen Threadripper 9000 basati su architettura Zen 5. In questo articolo vediamo come si comportano i modelli con 64 e 32 core 9980X e 9970X. Venduti allo stesso prezzo dei predecessori e compatibili con il medesimo socket, le nuove proposte si candidano a essere ottimi compagni per chi è in cerca di potenza dei calcolo e tante linee PCI Express per workstation grafiche e destinate all'AI.
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 12-09-2014, 11:46   #21
Brun
Member
 
L'Avatar di Brun
 
Iscritto dal: May 2006
Città: Milano e Brianza
Messaggi: 132
Sembra molto interessante, ma domanda per chi lo sta seguendo/provando: c'è una data prevista o comunque i lavori sono in stato molto avanzato?
__________________
Trattative concluse con: italia2006, deggial, adriandaniel, guant4namo, stefo85, djfolle27, Kinta, itan1, CoMa666, nicacin
Brun è offline   Rispondi citando il messaggio o parte di esso
Old 12-09-2014, 11:54   #22
Axios2006
Senior Member
 
L'Avatar di Axios2006
 
Iscritto dal: Oct 2006
Messaggi: 11108
Quote:
Originariamente inviato da Brun Guarda i messaggi
Sembra molto interessante, ma domanda per chi lo sta seguendo/provando: c'è una data prevista o comunque i lavori sono in stato molto avanzato?
Data prevista no. Nel loro ultimo ama su reddit hanno risposto che hanno ancora decine di idee da aggiungere.

Aggiornano ogni giovedì.

Stadio avanzato? Si. Se vedi la wiki ci sono decine e decine di componenti più telecamere, sensori e controlli remoti che ancora non sono stati aggiunti nella wiki perché introdotti da 2-3 settimane.

Nel canale YouTube ufficiale puoi vedere brevi video da 4 min su ogni singolo update.
Axios2006 è offline   Rispondi citando il messaggio o parte di esso
Old 15-09-2014, 19:00   #23
Axios2006
Senior Member
 
L'Avatar di Axios2006
 
Iscritto dal: Oct 2006
Messaggi: 11108
Programming is coming to Space Engineers

Programming is making its way into Space Engineers. The first version will come this Thursday (September 18th, 2014).

You will have four different ways to "program in Space Engineers":

Modding API – This will be the first one. It’s not for everyone, because it will require modding the game. Some programming experience will be required. It will allow you to alter the game by writing C# scripts that have access to in-game objects (at first, only some type of objects will be accessible, but we will keep opening up the interface). These scripts will be shared through Steam Workshop and the game will insure they will run in a safe sandboxed environment (scripts won’t be able to access your local files, send packets over your network, launch applications, etc.). Example scenarios:
  • Dedicated server log: player will know what happened on his dedicated server while he was offline (ships destroyed, players logged in/out, ore harvested, etc.)
  • Robots! (with AI, sensors, logic, behavior)
  • Mission script, large ship fights, search and rescue, etc.
  • New custom weapons
  • Scripted ship spawning
  • Modifying existing blocks (e.g. refinery priority)
  • And more

Programmable blocks and HUD – I wrote about this in my previous blog post. It will come in a few weeks after the modding API. The main difference between programmable blocks/HUD and the modding API is that the former happens inside the game world. You will have access only to functions that would be available to an astronaut in-game. We will try to make it user-friendly and easy to use. You will be able to program robots and machinery, but you won’t be able to use this to script a mission or alter the game.

Modding API (total access) – this will be an extension of the modding API and all safety restrictions will be lifted (no sandboxed environment). You will be able to write DLL files that can access in-game objects and essentially do whatever you want. These scripts/DLLs won’t be shared on Steam Workshop (it would be too risky).

Interactive blocks – this idea came to us after we’ve noticed how you are using sensors and pistons. Some of you were able to create drones that track objects, logic gates, timed lights and other interactive works. The best part is that there was no text-based programming involved. We want to widen your options and we plan to add some new interactive blocks (“timer” block was the first one).

I believe that adding programming to Space Engineers will trigger a flood of creations, the possibilities are infinite. I am already looking forward to see what you will create (I already have an addiction to watching your Youtube videos, Steam Workshop worlds and mods, Reddit…).
Axios2006 è offline   Rispondi citando il messaggio o parte di esso
Old 18-09-2014, 21:48   #24
Axios2006
Senior Member
 
L'Avatar di Axios2006
 
Iscritto dal: Oct 2006
Messaggi: 11108
Update 01.048 - Modding API, Reloadable missile launcher for small ships

Summary
The Modding API has been implemented into Space Engineers. It brings a lot of new possibilities to our modders and it allows them to alter the game by writing C# scripts which have access to in-game objects! Reloadable missile launcher for small ships is also added - with the option to use the conveyor system.

Additionally in this update, we have included the Fighter Cockpit model that was created by the modder “Darth Biomech”. This is the first modded model that makes it into the official version of the game. By doing this, we want to reward and encourage all modders for their good work and efforts. It’s not possible to add all mods which are created, because we need to keep the game simple and organized, but we can ensure that more mods will be added in the future.

ModAPI Guide: http://steamcommunity.com/sharedfile.../?id=315625486
Tomorrow we'll post video showing how to configure free version of Visual Studio and create simple mod using ModAPI.

http://www.youtube.com/watch?v=jNSvVBc8dDA

Features
- Modding API (WIP - more features will be added in the future)
- Reloadable missile launcher for small ships
- Respawn ship cool down time
- Ship dampeners configurable in terminal
- Moddable door open distance
- Search in inventory by item name
- Fighter cockpit mod – special thanks to modder “Darth Biomech”!

Fixes
- Fixed infinite refinery production issue
- Fixed armor models
- fixed scrolling while copy-pasting was not in F1 help screen
- fixed buttons for New Platform and ships visible when setting actions in sensor
- fixed cannot stack items in production queue
- fixed issue when player was able to remote control anything even outside of the antenna’s range
- fixed incorrect texture of small rotors
- fixed sensor/timer block triggering actions on grids joined by connectors even after disconnection
- fixed loosing ability to remote control ships after previous interaction with remote control block
- fixed assembler inventory output filling up input inventory
- fixed issue when merge blocks on pistons were not disconnected
- fixed ore mining ratio
- fixed issue when refineries were still working even when the power was cut off
- fixed sensor lags on Dedicated Server and normal Multi-player
- fixed crash while being kicked out of faction
- fixed freeze without creating the log after a map was loaded
- fixed changing field and loading the game activates the sensor
- fixed the amount of required blocks for creating sensor blocks
- fixed issue with faction members’ names when they are remote controlling a ship
Axios2006 è offline   Rispondi citando il messaggio o parte di esso
Old 25-09-2014, 16:38   #25
Axios2006
Senior Member
 
L'Avatar di Axios2006
 
Iscritto dal: Oct 2006
Messaggi: 11108
Update 01.049 - Recreated G-screen layout, Antenna range visualization

Summary
The G-screen layout has been completely recreated (custom tabs are still work in progress). A search box for the G-screen has been also added along with the antenna’s range visibility and the item spawning tools for world makers.

Features:
- recreated G-screen layout - it provides easier and faster access to what you need
- moddable categories for G-screen blocks and tools (can be edited in the new BlockCategories.sbc file)
- search textbox in the G-screen to make it easier to find that one block
- added antenna range visualization (under info tab)
- added object creation for player-made scenarios (creative mode only, Shift + F10)
- sensor is now able to detect voxels (asteroids)

Fixes:
- fixed crash in missile launcher shooting
- fixed issue with multiple ships in one spawn group shooting at each other
- fixed crash in modding API caused by ConfigDedicated.Administrators
- fixed sync issues with damage application to blocks
- fixed shifted jetpack animation on characters in multiplayer
- fixed missing welding/grinding/drilling sounds
- fixed player spawning twice in the world after remotely controlling a ship
- fixed custom palette resetting after spawn
- fixed issue when asteroids are not properly update when a lot of explosives go off near them
- fixed ModAPI is no longer working for some namespaces
- fixed cockpit inertia displayed wrong in 1st person
- fixed timers execute one tab only
- fixed collector not collecting 0 speed items
- fixed G-Menu search-box reaction on shortcuts
- fixed ModAPI ConfigDedicated.Administrators causes exception
- fixed crash while starting remote control by sensor


Update 01.050 - Blueprints

Summary
Blueprints have been added in Space Engineers. Players can now save their ship or station on a blueprint and paste it into their game. This was one of the most demanded features by the community, so we feel happy that it is finally in the game. We hope that players will enjoy this as well.
Blueprints can also be uploaded and shared on Steam Workshop. They work only when copy/paste is enabled. At the moment, blueprints can be used only in creative mode, but later in the future they will be added for survival as well. Welders (both ship and character) will be able to 'place' blocks according to blueprints.

Features
- Blueprints (F10, Ctrl+B)

Fixes
- fixed reduced distance for placing objects in survival mode
- fixed issue when a dead player could still remotely control ships
- fixed ore detector showing ore when owned by someone else
- fixed mod api enums not allowed
- fixed crash when changing ownership
- fixed mod api - 147 script error due to 'the process cannot access the file because it is being used by another process'
- fixed cockpit lockout after RCing a ship
- fixed hand tools not working after RCing a ship
- fixed colour palette resetting

EDIT 10/03/2014:
Update 01.050.010
- fixed slender man
- fixed crash in modded character caused by different number of bones
- fixed crash caused by meteors hitting asteroid
- fixed crash when using unsupported characters in blueprint name

Ultima modifica di Axios2006 : 09-10-2014 alle 18:45.
Axios2006 è offline   Rispondi citando il messaggio o parte di esso
Old 09-10-2014, 18:44   #26
Axios2006
Senior Member
 
L'Avatar di Axios2006
 
Iscritto dal: Oct 2006
Messaggi: 11108
Update 01.051 - Adding new asteroids in creative mode, Remote turret control

Summary
Adding new asteroids in creative mode is now possible in Space Engineer. Players can select the asteroid type, materials and then place it into the world. Another new addition is the scrap metal items. When a component, either floating object or in block, is damaged, it is turned into scrap metal (the percentage of scrap metal is random). Scrap metal can be melted in the refineries to create iron ingots. Also, remote turret control has been added; players are now able to control turrets directly

http://www.youtube.com/watch?v=-bgKKgk6Ygg

Features
- adding new asteroids in creative mode (SHIFT+F10)
- scrap metal item (can be processed in refinery into iron)
- remote turret control

Fixes
- fixed hand animation during the block placement
- fixed issue with transparent asteroid
- fixed ore detector info persisting between sessions
- fixed wrongly scaled model of large reactor
- fixed G-screen automatically closing when another player died
- fixed ModAPI IMyInventory.TransferItemTo freezing the game
- fixed ModAPI CustomNameChanged crash
- fixed ModAPI ConfigDedicated.Load exception

Ultima modifica di Axios2006 : 09-10-2014 alle 19:02.
Axios2006 è offline   Rispondi citando il messaggio o parte di esso
Old 09-10-2014, 21:35   #27
IL_mante
Senior Member
 
L'Avatar di IL_mante
 
Iscritto dal: Apr 2008
Città: Tradate (VA)
Messaggi: 3161
sto provando il free weekend su steam, qualcuno ci gioca e mi istruisce magari in coop?
__________________
Pc: Intel i3 10100F - 32GB DDR4-2666 - MSI MAG B460M BAZOOKA - MSI GTX 1660 Ventus XS OC Smartphone: REALME GT MASTER EDITION
Concluso positivamente con: matrix1975 - sergies - glm2006ITALY - g1@nn1 - deccab189
Il corpo faccia quello che vuole. Io non sono il corpo: io sono la mente.
IL_mante è offline   Rispondi citando il messaggio o parte di esso
Old 12-10-2014, 13:40   #28
~Blissard~
Senior Member
 
L'Avatar di ~Blissard~
 
Iscritto dal: Mar 2003
Città: Genova
Messaggi: 4323
Lo sto provando anche io durante il fine settimana gratis, per il momento non ci sono obbiettivi giusto? si costruisce, si sperimenta e stop?
__________________
.::. Steam: ~Blissard~ .::. Origin: Blissard79 .::. BNet: Blissard#2740 .::.
~Blissard~ è offline   Rispondi citando il messaggio o parte di esso
Old 12-10-2014, 14:03   #29
Axios2006
Senior Member
 
L'Avatar di Axios2006
 
Iscritto dal: Oct 2006
Messaggi: 11108
Quote:
Originariamente inviato da ~Blissard~ Guarda i messaggi
Lo sto provando anche io durante il fine settimana gratis, per il momento non ci sono obbiettivi giusto? si costruisce, si sperimenta e stop?
Esatto. Una campagna è (forse) prevista ma al momento non si sa nulla.

Oppure puoi darti al multi e sperimentare battaglie.
Axios2006 è offline   Rispondi citando il messaggio o parte di esso
Old 12-10-2014, 14:10   #30
~Blissard~
Senior Member
 
L'Avatar di ~Blissard~
 
Iscritto dal: Mar 2003
Città: Genova
Messaggi: 4323
Quote:
Originariamente inviato da Axios2006 Guarda i messaggi
Esatto. Una campagna è (forse) prevista ma al momento non si sa nulla.

Oppure puoi darti al multi e sperimentare battaglie.
Ho visto delle robe sul tubo assurde, tipo questa

LINK



ma quanto tempo ci vuole a costruire sta cosa da soli?
__________________
.::. Steam: ~Blissard~ .::. Origin: Blissard79 .::. BNet: Blissard#2740 .::.
~Blissard~ è offline   Rispondi citando il messaggio o parte di esso
Old 12-10-2014, 16:06   #31
Axios2006
Senior Member
 
L'Avatar di Axios2006
 
Iscritto dal: Oct 2006
Messaggi: 11108
Quote:
Originariamente inviato da ~Blissard~ Guarda i messaggi
Ho visto delle robe sul tubo assurde, tipo questa

LINK



ma quanto tempo ci vuole a costruire sta cosa da soli?
In modalità creativa, qualche decina di minuti, in modalità survival, qualche decina di ore....
Axios2006 è offline   Rispondi citando il messaggio o parte di esso
Old 12-10-2014, 18:06   #32
IL_mante
Senior Member
 
L'Avatar di IL_mante
 
Iscritto dal: Apr 2008
Città: Tradate (VA)
Messaggi: 3161
per chi volesse dividere un 4-pack io ci sono
__________________
Pc: Intel i3 10100F - 32GB DDR4-2666 - MSI MAG B460M BAZOOKA - MSI GTX 1660 Ventus XS OC Smartphone: REALME GT MASTER EDITION
Concluso positivamente con: matrix1975 - sergies - glm2006ITALY - g1@nn1 - deccab189
Il corpo faccia quello che vuole. Io non sono il corpo: io sono la mente.
IL_mante è offline   Rispondi citando il messaggio o parte di esso
Old 13-10-2014, 10:11   #33
~Blissard~
Senior Member
 
L'Avatar di ~Blissard~
 
Iscritto dal: Mar 2003
Città: Genova
Messaggi: 4323
Quote:
Originariamente inviato da Axios2006 Guarda i messaggi
In modalità creativa, qualche decina di minuti, in modalità survival, qualche decina di ore....


Quote:
Originariamente inviato da IL_mante Guarda i messaggi
per chi volesse dividere un 4-pack io ci sono
Io ci starei
__________________
.::. Steam: ~Blissard~ .::. Origin: Blissard79 .::. BNet: Blissard#2740 .::.
~Blissard~ è offline   Rispondi citando il messaggio o parte di esso
Old 15-10-2014, 22:57   #34
Axios2006
Senior Member
 
L'Avatar di Axios2006
 
Iscritto dal: Oct 2006
Messaggi: 11108
Level design & Stabilization period

A few months back we realized that Space Engineers had already almost all of the core features we originally planned to implement and that now would be a good time to start adding game scenarios -- something that will give players goals to achieve; something that will make Space Engineers more of a game and not just a creative sandbox.

We think that the best way to accomplish this is to create a set of interactive scenarios (levels, missions, etc.). We knew we couldn't do this alongside our other priorities, so we decided to start looking for people whose only job would be designing, prototyping and testing these scenarios.
We decided to hire level designers.

For these reasons, we launched a creation contest (where you can win NVIDIA graphic cards) and a job ad for level designers. Anyone can apply but relocation to Prague is required. I hope we will find some great new colleagues who will help us add new scenarios to Space Engineers.

The creation contest has another benefit for Space Engineers as well - if enough people apply, we will get a lot of material and ideas to choose from when implementing official scenarios in Space Engineers.

The second thing I wanted to talk about is that we started to reduce the amount of new features and now we are more focused on bug fixing and stabilization of things that are already in the game.

This doesn't mean we have reached BETA or anything like that. It only means that there's plenty of development time in front of us and it’s better for the community that the game be in a more stable state while we keep developing it.

The first stage of this stabilization period starts now and it means that we will split our focus 50/50 between new features and bug fixing. After a few weeks, once all work-in-progress features are implemented, we will focus 100% on bug fixing. This will be a feature freeze phase when we won’t add any new feature. This will allow us to focus only on bug fixing, testing and scooping forums for bug reports. We don’t plan to include any special performance optimizations in this stage (because that could lead to new bugs), except performance issues that happen due to bugs.

Thank you for reading this.

http://blog.marekrosa.org/2014/10/le...period_15.html
Axios2006 è offline   Rispondi citando il messaggio o parte di esso
Old 16-10-2014, 22:56   #35
Axios2006
Senior Member
 
L'Avatar di Axios2006
 
Iscritto dal: Oct 2006
Messaggi: 11108
Update 01.052 – Assembler Cooperation, Volumetric Explosions

Summary
Assemblers can now cooperate with each other (when enabled in terminal) by taking items from other assembler’s queue and help with transferring materials. Volumetric explosions have been also added; things hidden behind armor (or other blocks) will not get destroyed when the armor survives from the explosion. Additionally, players can now help each other with the new “welder option: help others” - welded blocks will not belong automatically to the player who is helping but to the owner of the ship.

http://www.youtube.com/watch?v=8YHYYjutkqc

Features
- assembler cooperation
- volumetric explosions
- welder setting: help others
- antenna broadcasting on/off (including character - "O" key)
- default world size is now 20 km (size can still be changed to “unlimited” in world settings)
- arc furnace can now refine more metals

Fixes
- fixed missile explosions right after missile was launched
- fixed issue with objects not removed when leaving the world
- fixed respawning of character crossing the world limits
- fixed broken animations for custom skins
- fixed cases when components were duplicated by collectors
- fixed issue with more screens popping up at once
- fixed auto-save not saving the world regularly
- fixed view change while pasting modded blueprint
- fixed game is running before loading screen is closed
- fixed crash caused by camera view and exiting Remote control
- fixed custom respawn ship mods not working
- fixed world corrupted, refinery entity ID replaced
- fixed sensor triggering action on owned block
- fixed DS crashed on loading - steamSDK
- fixed client on DS is not able to join the faction
- fixed spawned as spectator when loading world
Axios2006 è offline   Rispondi citando il messaggio o parte di esso
Old 20-10-2014, 15:04   #36
Axios2006
Senior Member
 
L'Avatar di Axios2006
 
Iscritto dal: Oct 2006
Messaggi: 11108
1 Milione di copie vendute!!!

http://www.spaceengineersgame.com/sp...ouncement.html
Axios2006 è offline   Rispondi citando il messaggio o parte di esso
Old 23-10-2014, 22:47   #37
Axios2006
Senior Member
 
L'Avatar di Axios2006
 
Iscritto dal: Oct 2006
Messaggi: 11108
Update 01.053 - Advanced rotor block, Sound modding

Summary
In this update, we added an advanced rotor block that is able to function as a conveyor system and also implemented the option to mod sounds.

The second important implementation is bug fixing. As Marek Rosa has already written in his latest blog-post, the game is entering into a stabilization period where the amount of new features will be reduced and the focus will be mainly on bug fixing and stabilization of the things that are already in the game. This doesn’t mean that weekly updates will stop coming or that we are not going to add new features any more. This is just a temporary transition period that will last for a few weeks. There are still many big and important features to be added, but first we want to make sure that the game is free of bugs and in a much more stable state before we start implementing them.

https://www.youtube.com/watch?v=XSBuCd0_gsM

Features
- advanced rotor block
- sound modding

Fixes
- fixed memory leaks in character, raycasts and asteroids
- fixed small ship piston dummies
- fixed render interpolation issues
- fixed crash to desktop when pasting blueprint
- fixed floating object size (components, ore)
- fixed issue with not functional landing gears
- fixed missing curved conveyor glass
- fixed crash when clicking on faction
- fixed issue when player can't create an asteroid map
- fixed issue with explosions in older worlds caused by changed rotor offset
- fixed game crash when declaring war and proposing peace
- fixed spotlights not illuminating the area correctly
Axios2006 è offline   Rispondi citando il messaggio o parte di esso
Old 30-10-2014, 18:24   #38
Axios2006
Senior Member
 
L'Avatar di Axios2006
 
Iscritto dal: Oct 2006
Messaggi: 11108
Update 01.054 - Bugfixing #1

Summary
This week’s update includes the first batch of bugfixing. As we already informed you last week, Space Engineers is entering into a temporary stabilization period where we will focus only on bug fixing and stabilization of the things that are already in the game. This is just a temporary transition period that will last for a few weeks. There are still many big and important features to be added, but first we want to make sure that the game is free of bugs and in a much more stable state.

Features
There are no new features this week

Fixes
- fixed major lag/freeze after drilling any asteroid
- fixed groups disappearing when player left the server
- fixed gatling gun damage is too soft
- fixed assembler co-operate mod unchecking itself in multiplayer
- fixed sound levels resetting after loading the map
- fixed exploding piston after grinding it on small ship
- fixed crash when exporting a model from the game
- fixed crash when pasting grid with mods that you don't have
- fixed advanced rotor staying in control panel
- fixed various crashes when player was shooting
- fixed mass blocks acting weird on dedicated server
- fixed large reactor model being too small
- fixed music issues when loading a map
- fixed issues where player could not place a block
- fixed performance drop issue with many turrets
- fixed not being able to reload reloadable rocket launcher from the front
- fixed emissivity for spotlight block
- fixed issue with choosing reloadable rocket launcher in toolbar
- fixed bullets have no visible particle effect
- fixed placing light armor block under interior light on platform
- fixed missing particle effect when player is welding
- fixed remote control not working when ship flights over 250m away from the platform (DS)
- fixed unfinished assemblers unmarked in production menu
- fixed pressing "Y" shuts off all reactors regardless of ownership and sharing
- fixed re-spawn ships not being deleted after logout
- fixed connector keeps disconnecting
- fixed missing aiming dot for missile launchers on large grids
- fixed texture issue on small reactors
- fixed question about ownership in re-spawn screen
- fixed missing audio files message in logs
- fixed joining issues when character died
- fixed wrong size of the floating objects
- fixed warheads exploding but doing no damage
- fixed collision with attached parts in 3rd person view
- fixed broken piston while deleting the top part in some situations (creative mode)
- fixed master assembler pulling small amounts of material
Axios2006 è offline   Rispondi citando il messaggio o parte di esso
Old 04-11-2014, 21:53   #39
Axios2006
Senior Member
 
L'Avatar di Axios2006
 
Iscritto dal: Oct 2006
Messaggi: 11108
The game is far from finished; there are still major features in development: in-game programming, projector and 3D printing, scenarios, properly textured models, polishing and optimizations… we will give you more info about other planned features later in the future.

http://blog.marekrosa.org/2014/11/sp...rogress_4.html
Axios2006 è offline   Rispondi citando il messaggio o parte di esso
Old 06-11-2014, 19:17   #40
Axios2006
Senior Member
 
L'Avatar di Axios2006
 
Iscritto dal: Oct 2006
Messaggi: 11108
Update 01.055 - Bugfixing #2

Summary
This is the second batch of bugfixes. The most important fixes are the interior light issue, the dedicated server assembler issues, the reduced rotor and piston network traffic (in multiplayer) and the improved rotor stability. We have also added a new tool for our modders that helps them to see changes to their mods without having to be in the game.

Features
- ModSDK tools on Steam - helps modders to see changes to their mods without having to be in the game - more info here: http://www.spaceengineersgame.com/model-viewer.html

Fixes
- reduced rotor and piston network traffic (in multiplayer)
- improved rotor stability
- fixed issues with interior lights
- fixed dedicated server assembler issues
- fixed character animations (hands in crouch position)
- fixed sound modding issues
- fixed ship grinder/welder inventory size
- fixed can't save the game issues (toolbar crash)
- fixed lag when missile was impacting the asteroids
- fixed glass issues in mwmbuilder
- fixed rotor displacement issues
- fixed crash when renaming blueprints
- fixed rifle animation bug (rifle floating in the air)
- fixed rotor top part renders incorrectly
- fixed issues with some mods cannot be loaded from workshop
- fixed configuration file perma-death cannot be set to false
- fixed assemblers in co-operative mode seem to copy queue items from assemblers in disassembly mode
- fixed DeviateShotAngle does nothing in weapons.sbc
- fixed crash caused by turrets firing
- fixed crash with the same key was already added
- fixed Mod Scripting - ConfigDedicated.Administrators is not populated from config file
- fixed explosion when piston was mounted on rotor on small ship
- fixed desync on DS
- fixed crash when gatling turret destroys rocket
- fixed cannot change assembler ownership on cargo ships
- fixed character death in cockpit without cockpit been damaged
Axios2006 è offline   Rispondi citando il messaggio o parte di esso
 Rispondi


Recensione Samsung Galaxy Z Fold7: un grande salto generazionale Recensione Samsung Galaxy Z Fold7: un grande sal...
The Edge of Fate è Destiny 2.5. E questo è un problema The Edge of Fate è Destiny 2.5. E questo ...
Ryzen Threadripper 9980X e 9970X alla prova: AMD Zen 5 al massimo livello Ryzen Threadripper 9980X e 9970X alla prova: AMD...
Acer TravelMate P4 14: tanta sostanza per l'utente aziendale Acer TravelMate P4 14: tanta sostanza per l'uten...
Hisense M2 Pro: dove lo metti, sta. Mini proiettore laser 4K per il cinema ovunque Hisense M2 Pro: dove lo metti, sta. Mini proiett...
Epic vince (ancora) contro Google: Andro...
Sconti nuovi di zecca su Amazon: 27 arti...
Un'esplorazione del 'lato oscuro' di Fac...
Apple ha venduto 3 miliardi di iPhone da...
Grandi sconti oggi sugli spazzolini elet...
Reddit sfida Google: vuole diventare il ...
Nuovi sconti super mini PC: Ryzen 7, 32G...
Addio NATO, benvenuta PAX ARMATA: tutto ...
Opportunità di guadagno: Microsof...
Proton non si ferma e lancia un nuovo au...
Acer TravelMate P4 14 con AMD Ryzen PRO:...
Dopo Aruba e Infocert, anche Register.it...
Fai da te: trapani avvitatori a doppia b...
Microsoft può stappare lo champag...
Amazon vola a 167,7 miliardi nel Q2: i n...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 13:32.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Served by www3v