Main Menu

Recent posts

#11
Ideas and suggestions / VoidExpanse Language Tools
Last post by csanchez - November 22, 2023, 01:17:30 PM
AtomicTorch_ModsLocalizationUtility is a functional tool, but it has some drawbacks that can make it difficult to translate VoidExpanse language files:

  • The program's resolution is too large and does not scale correctly in full screen.
    This can be a problem for users with low-resolution monitors.
  • Language files are displayed in 4 general categories.
    This can make it difficult to track files and keep files up-to-date.
  • The tool lacks additional information that can be useful when making a translation.

That's why I present VoidTranslator
A tool designed to make the translation of the game language files faster and more comfortable.


VoidTranslator Features:

  • Smooth file navigation: Switch between translation files quickly and easily, even if you have a lot of files open.
  • Small initial window: VoidTranslator starts with a small window, perfect for working on laptops or computers with limited screen space.
  • Full screen window: The full screen window adapts perfectly.
  • Find text in all files: Quickly find the text you need in all translation files.
  • Highlight matches: VoidTranslator highlights the cells that match your search query, so you can see them at a glance.
  • Number of lines: Get information about the number of lines in each translation file.
  • Number of changes: Check the number of lines that have been modified in each file.
  • Separate change saving: VoidTranslator saves changes to each language file separately, making collaborative work easier.
  • Compatible with any system: VoidTranslator works on any system running Python / PyQt5, including Windows, macOS, Linux and Haiku.

Missing features of VoidTranslator:
  • You cannot create language MODs.
    You can add the language directly in the game language folder (VoidExpanse\Core\data\languages).
    In case you want to create the MOD, you can use AtomicTorch_ModsLocalizationUtility anyway.
  • Display multiple language files/columns simultaneously.
    I think it is not really necessary when you only want to translate from English to any language (usually).
  • Import/Export CSV
    You don't need to edit any CSV file having VoidTranslator.

In addition to VoidTranslator, there are two simple tools that I recommend using first, VoidFilter and VoidRenamer.

VoidFilter is used to filter all the language files in a folder, deleting the rest of the files.


VoidRenamer is used to rename all language files, e.g. change all "en_us" files to "es_es".


Downloads:
VoidFilter, VoidRenamer and VoidTranslator Python scripts.
Requires Python and PyQt5 to run, install with "pip install PyQt5".
VoidExpanse Language Tools (https://www.mediafire.com/file/fnpsnzmirsxtjw5/VoidExpanse_Language_Tools.zip/file)

Windows binaries, do not require Python installed.
VoidTranslator (https://www.mediafire.com/file/dfiumwxw5x2t7ab/VoidTranslator.exe/file)
#12
Bug reports / Re: Game Not Start
Last post by ai_enabled - November 18, 2023, 10:49:51 AM
Quote from: Flanagan on November 18, 2023, 06:14:36 AM
Did everything you asked for...did not use OneDrive, but to make sure i uninstalled, reinstalled it and tried in every step to run Cryofall.

In CrashDumps are no files related to Cryofall oder dotnet in there.

Is a fresh log of the start of the beta r32 helpful? This version runs without problems.

Thank you for the log files, I've checked them. There are definitely no issues related to OneDrive (there are no signs of it in the log).

The primary technical difference which may affect the game execution between the version R32 (which you've reported as working properly) and the version R33 (the actual one) of the game is that we've switched to use .NET 6 runtime instead of .NET 5 (which is currently outdated and no longer supported while .NET 6 is LTS (long-time support) version).

.NET is bundled with the game so it doesn't depend on .NET in your Windows installation and every player has the same .NET runtime running the game. However, there are still some system dependencies as .NET itself uses Windows DLLs.

I believe the problem is likely with some of .NET 6 system prerequisites/dependencies. They're unlikely to be missing in your Windows 10 installation (you're using the latest version) so perhaps some of the system files (DLLs) are damaged.
Please try installing this:
    Microsoft Visual C++ 2015-2019 Redistributable 64-bit
    https://aka.ms/vs/16/release/vc_redist.x64.exe
A system reboot may be required.

If it doesn't help, I'm not sure what to suggest...probably your Windows installation is damaged and requires repair (we've always tested the game on a clean Windows 10 installation and ensured that there are no issues; so it all depends on your Windows installation). Reinstalling Windows 10 (or upgrading it to Windows 11 which is free but may be not supported by your PC) will likely resolve the issue but I will not suggest doing this as it may be time consuming and you may lose some of your files of programsΓÇöit's worth it only if you have similar issues with other games and software.

Regards!
#13
Bug reports / Re: Game Not Start
Last post by ai_enabled - November 18, 2023, 06:57:41 AM
Quote from: Flanagan on November 18, 2023, 06:14:36 AM
Did everything you asked for...did not use OneDrive, but to make sure i uninstalled, reinstalled it and tried in every step to run Cryofall.

In CrashDumps are no files related to Cryofall oder dotnet in there.

Is a fresh log of the start of the beta r32 helpful? This version runs without problems.


Anything is better than nothing, please provide these log files.
#14
Bug reports / Re: Game Not Start
Last post by Flanagan - November 18, 2023, 06:14:36 AM
Did everything you asked for...did not use OneDrive, but to make sure i uninstalled, reinstalled it and tried in every step to run Cryofall.

In CrashDumps are no files related to Cryofall oder dotnet in there.

Is a fresh log of the start of the beta r32 helpful? This version runs without problems.

#15
Bug reports / Re: Game Not Start
Last post by ai_enabled - November 17, 2023, 02:51:54 PM
Quote from: Flanagan on November 17, 2023, 12:04:01 PM
Hello

thanks for the quick reply. Unfortunately no new folder was created. Even after reinstalling there is no folder and no file. I can only provide the old ones
Apparently the game either cannot launch or cannot access this folder to store the log files.
Let's start with the latter idea. There were a few reports when an issue with Microsoft OneDrive prevented the game from accessing Documents folder (so it crashed on launch and was unable to write the log files about it; fixing the folder access issue resolved the both problems). Are you using Microsoft OneDrive to sync your Documents folder? In that case we recommend reinstalling OneDrive (https://www.microsoft.com/en/microsoft-365/onedrive/download?ocid=oo_support_mix_marvel_ups_support_smconedrive_inline&rtc=1) or removing it altogether (sometimes removing it still doesn't resolve the issue but reinstalling does).
If you're certain there is no issue with OneDrive, please check whether you have any crash-related files. Please navigate to this folder (copy-paste it to the Explorer's address bar):
%LOCALAPPDATA%\CrashDumps
The folder might be missing though. If it's available and you see any recent files related to CryoFall or dotnet there, please upload them to any cloud hosting and send the link in a private message to me.

Regards!
#16
Bug reports / Re: Game Not Start
Last post by Flanagan - November 17, 2023, 12:04:01 PM
Quote from: ai_enabled on November 17, 2023, 06:50:24 AM

(to ensure the log files are fresh please delete this folder altogether, then launch the game so it will create new log files)
We will have a look ASAP.

Regards!

Hello

thanks for the quick reply. Unfortunately no new folder was created. Even after reinstalling there is no folder and no file. I can only provide the old ones
#17
Bug reports / Re: Game Not Start
Last post by ai_enabled - November 17, 2023, 06:50:24 AM
Quote from: Flanagan on November 17, 2023, 06:47:51 AM
I have a similar problem.

I have bought the game in steam an since a few month the game does not start. If I start the Version legacy-r32 i have no problems, but i can't join the servers. Therefore i have to update the game. After the update the game doesn't start again.

I tried to fix it with steam, deinstalled an installed the game, update all drivers, deinstalled an installed netframework.

Any Ideas?
Hello!
Please reach us over email at support@atomictorch.com
Please attach the latest log files from this folder: Documents\AtomicTorchStudio\CryoFall\Logs
(to ensure the log files are fresh please delete this folder altogether, then launch the game so it will create new log files)
We will have a look ASAP.

Regards!
#18
Bug reports / Re: Game Not Start
Last post by Flanagan - November 17, 2023, 06:47:51 AM
I have a similar problem.

I have bought the game in steam an since a few month the game does not start. If I start the Version legacy-r32 i have no problems, but i can't join the servers. Therefore i have to update the game. After the update the game doesn't start again.

I tried to fix it with steam, deinstalled an installed the game, update all drivers, deinstalled an installed netframework.

Any Ideas?
#19
Help section / Re: Server Query
Last post by ai_enabled - November 15, 2023, 04:32:38 AM
Well done!
It's in our tasks list, but unfortunately we don't have a specific timeline for the next patch for CryoFall. The game has been finalized for over a year, so it's on maintenance and upkeep. I don't know when we will be able to continue development.

Regards!
#20
Help section / Re: Server Query
Last post by BaxAndrei - November 14, 2023, 10:41:32 AM
There it is: https://github.com/tltneon/lgsl/commit/dcc7eb844a6fff3885131c80d301e74c07b78190

But it would be useful in the future to add an official query to make it easier for players to query the server. I think it will give a boost to the game because server lists will appear for it.