Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - ai_enabled

#841
Game discussion / Re: tequila
March 20, 2019, 01:57:09 PM
Hello!

If a recipe requires 25 but the item stack size is limited to 10, you just need to have at least 25 in total (10+10+5). It doesn't matter that the item stack size is limited to 10. The game will automatically take as many items as necessary to start crafting the recipe.

Regards!
#842
Bug reports / Re: Two minor Bugs
March 15, 2019, 12:38:48 PM
Hello!

Thanks for reporting!

1. seems to be an item desync issue. The game should be able to automatically resync items in case of such error. We will investigate.

2. could you provide a screenshot, please? I suggest using https://imgur.com/ to share the screenshot BBCode here.
Quoteyou will not be able to ever open that specific chest( even if you correct your position) ever until you open another chest
are you 100% sure about this? Have you tried to move about 5 tiles away (definitely outside your interaction area), come back to the chest and try to interact with it?

Awesome to hear that you didn't find anything more significant while playing for so long :-). We know about several more significant issues but they're too rare (or too hard to notice) and eventually will be fixed anyway.

Regards!
#843
DarkSpore, благодарим за информацию!
Сообщите, пожалуйста, актуальна ли проблема для только что выпущенной версии (0.19.1.1).
Если да - будем рады если пришлёте (в приватном сообщении) ссылку на отчёт о системе из dxdiag (инструкцию можно подсмотреть у Wargaming (https://ru.wargaming.net/support/ru/products/wows/article/15506/)). Не публикуйте ссылку публично.
#844
New CryoFall update is finally live now!

This time it doesn't include any new content or features, but it introduces incredibly important technical change - and that is full support for localization!
We will provide the localization tool for making unofficial localizations soon (we need to decide which languages will receive official localization).

=== CryoFall v0.19.1 ===

Major new features and changes:
   - Full localization support. Now any part of the game can be translated into other languages. This includes both: game content and any UI elements.

Changes & improvements:
   - You can now change key binding to open developer console.
   - Increased distance for weapon shot and hit sounds as well as destruction sounds.
   - Pain doesn't prevent health regeneration now.
   - Implemented tooltip show delay to make UI less noisy when you move the cursor over multiple item slots, etc.
   - Added additional checks to make sure "respawn near your bed" cannot respawn you in a location that is not suitable (e.g. rad towns, water, etc.).
   - Made sure oil/Li spots wouldn't spawn too close to players' land claims.
   - Accurate running animation speed.
   - General performance and quality improvements.     

Fixes:
   - Fixed performance degradation with item tooltips after several hours related to item tooltips (thanks @PanBanan, @KaypeX).
   - Fixed radiation and heat post-effects screen noise.

Important:
   - The world has been wiped. Enjoy a fresh start!
   - If you host a game server - please update to the latest version (the savegame from <game root>/Data folder should be deleted manually as the game will be unable to load it due to incompatibilities between the versions).
   - If you have any compilation errors on launch - please disable any mods you have installed. You could also contact mod authors to ask them to update their mods to the latest specification defined in A19.
#845
Bug reports / Re: Lower Perfomance while Crafting
March 07, 2019, 12:48:04 PM
@PanBanan, @KaypeX, the issue is reproduced and fixed for the upcoming update.
Thank you very much for reporting the issue!

Regards!
#846
Hi,

you cannot change the distance of view ("scope") for players. It's hardcoded for server and client also has a limited zoom size to ensure that no objects will pop-in while you're flying.

The "scope" distance of a space object such as a space station should be determined but its physics only (the bounding area of the object physics). However, we might have cheated a bit by hardcoding the "station radius" for this check (calculating the physics bounding area specifically to use for the player's scope detection was not really justified as all the stations were supposed to have the same size).
You can try modifying the <physics> definition of the space station to see whether it has any effect. The server restart is required.

Regards!
#847
Hello!

Thank you for your ideas. Notes are taken and we're already working on several of the suggested features.
Some features (such as map marks) are also being implemented by the modding community though there are no public announcements of these mods yet.

Regards!
#848
Bug reports / Re: stacked radiation issue
March 05, 2019, 05:40:23 PM
Hello!

This is expected. For a few minutes after the respawn your character has a "weakened" status effect. This was introduced precisely to discourage players from abusing the ruins looting (by placing a respawn bed close to ruins and performing a "naked-run" dozens of times to get the loot "for free"). The change proved to be effective as players started thinking about proper radiation protection instead of wasting their time.

Regards!
#849
Hello!

Unfortunately, it's not yet possible to completely override a single folder by a mod to ensure it will be not included in the scripts compilation.

Unfortunately, even if it was supported, it's not that simple. UI is tightly coupled with scripts - there are many (many!) parts of UI code (from Core.cpk/UI folder) which requires several C# classes and interfaces which are spread all through the Core.cpk/Scripts subfolders.

Our primary idea is to split Core.cpk on MicroCore.cpk (which includes some really necessary stuff like login menu to AtomicTorch.com account or base classes and UI controls) and CryoFall.mpk (which includes CryoFall related code, assets and UI). This way it will be possible to make total conversions of the game and distribute them as mods.

Alas, it's not going to happen at least in the next 6 months as we have more important tasks to finish (including Steam release and several large content updates which are already being planned).

Regards!
#850
I didn't say that it would be too hard.
I will have a look in my spare time and let you know here.
#851
Hi,

the physical simulation is very expensive and we still kind of worried regarding the performance of the multiplayer server when there are dozens of players visiting simultaneously multiple systems. Honestly, the problem was never solved, we just recommend getting a better server (with a high single-core CPU performance), limiting the server tickrate (but it will make the experience much worse as input lag increases - this game doesn't have any lag prediction so every input has to be sent to server, processed there and received back to client) or simply kindly asking the players to visit less systems simultaneously. :-)

The primary issue is that we cannot simply disable (or reasonably reduce the rate of) the physics simulation as it required to actually move the ships. The secondary issue is that updating AI scripts in the system is also very expensive (even so most of them might be "sleeping"). Considering how the game implemented, it's not possible to fix.

I will check if it's possible to implement a simple API to programmatically enable/disable the star system simulation without players to use for modding so you will be able to turn on/off simulation as you wish for particular star systems - however, no promise here as it's kind of a hack request (which might be simply not possible or create unexpected game-breaking issues) and our current priority is CryoFall Early Access release and I simply don't have much spare time now.

Regards!
#852
Help section / Re: how use area respaw in map editor?
February 25, 2019, 02:54:21 PM
Basically, this is a simple Zip archive - just with a custom file extension.
There is a special CMD script in the same folder. Just double click it and it will do everything for you :-)
#853
Hello!

It seems the API naming scheme is CreateSomething(...) and RemoveSomething(id). So I would suggest trying
RemoveContainer(id) as there is AddContainer(...) function. Also, RemoveSpaceObject(id) might work.

Please let me know if it doesn't work - I will check the source code for API.

Regards!
#854
Hello!

SetGlobal(key_name, value) is a shortcut for Set("default", key_name, value). It just uses string value "default" for the table_name argument. http://wiki.atomictorch.com/VoidExpanse/scope-storage

Regards!
#855
Game discussion / Re: Multi Accounts can we have ?
February 24, 2019, 05:03:29 AM
Hello!

You can have as many accounts as you wish and even play simultaneously.
We're not in a position to enforce any rules limiting it - we're not a AAA company with huge staff of people who have nothing to do but to monitor the players to punish them for this :-)

However, please note that when the game will leave the open alpha, in order to play you will need to own the game.

Regards!