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.


Messages - ai_enabled

Pages: [1] 2 3 ... 125
1
Modding info / Re: Cryofall Editor for Epic Game Store Version
« on: June 01, 2023, 10:28:09 am »
I downloaded it but there are some problems when logging in
Please send me a private messages with the error that you see.
I can link your account with an AtomicTorch account (which is required to run Editor if you obtained the game in Epic Store).

Regards!

2
Ideas and suggestions / Re: Queen event
« on: May 19, 2023, 12:27:32 am »
Pretty good suggestion. The damage reset every time players moved out of the event area. This would prevent players from accumulating damage by repeatedly entering and exiting the area.
I've replied regarding this above. Currently you cannot accumulate damage by repeatedly entering and exiting the area as during the reward calculation the damage dealt to the boss and its minions is considered only for the last ~2 minutes of the battle (so you simply don't have much time to go out and come back repeatedly while dealing a considerable damage):
"2. Players that participated closer to the boss defeat moment are rewarded more greatly than those that participated earlier (especially 2+ minutes earlier). This is intentional as otherwise there were cases when some party of players almost killed the boss but went away to let the boss heal (sometimes repeating this loop several times!), and the next unaware party killed the boss like it was fresh just to find out that suddenly they don't get full loot as their participation score was considered similar to that of the previous party, or even lower."

Regards!

3
General Discussions / Re: I cannot set my profile picture
« on: May 13, 2023, 01:40:48 am »
Hello!
Thanks for reporting. After relocating to a new hosting we forgot to set the proper paths.
The existing avatars were also not displayed.
All the issues are fixed now.

Regards!

4
Hello!
If the issue is not resolved please clarify what do you mean exactly by "cannot fight enemies" in particular. Do you cause any damage to creatures (such as wolves and snakes)? Is there any error message?

In PvE you have limited permissions when interacting with other players and their property. You need to own the land claim in order to access structures built on the base.
As it's a LAN multiplayer server you can ask your friend to edit the server settings to enable PvP. This way there will be almost no restrictions regarding the interactions with other players and their property on the server.

Regards!

5
Modding info / Re: Cryofall Modding SDK for VS22?
« on: April 13, 2023, 02:02:49 pm »
Here is the mod template if you wish to start from scratch: https://atomictorch.com/Files/CryoFallModTemplate.zip
1. Extract the contents of this archive into your mod.
2. Rename the MyMod.csproj to match your mod's name.
3. Then edit Header.xml as necessary (the entry names are self-explanatory).

I would recommend checking how other mods are made, e.g. the popular Automaton mod by Djekke https://github.com/Djekke/Automaton
You can also find the Djekke's community modding guide here. It's a bit outdated regarding VS but still contains plenty of actual and invaluable information about how the modding system works in CryoFall, how you can override assets and code, how to test your mods, how to organize a modding workspace, etc.

Regards!

6
Modding info / Re: Cryofall Modding SDK for VS22?
« on: April 13, 2023, 01:09:09 pm »
Hello!
There is no need for modding SDK since VS2022 as it already supports all the necessary features (such as file globbing).
Please follow this guide https://forums.atomictorch.com/index.php?topic=1027.0

Regards!

7
Servers / Re: Official America (North) PVE resets
« on: March 22, 2023, 04:23:04 am »
Hello!

Sorry, we forgot to set the date of the next server wipe. This needs to be done manually and we've done it now.

According to the latest announcement on Steam, official PvE servers have a 3-month wipe interval (exactly 12 weeks/84 days), and official PvP servers wipe every 2 weeks.

Regarding the updates. The game is complete, so no new major updates are planned. However, we are definitely going to support the game in the future by releasing patches when necessary.

Regards!

8
For this you will need to install the TechAutoUnlock mod, you can download it here.
Copy the mod file to "Data/Mods" folder in your server.

Then edit ModsConfig.xml file by adding the mod entry, like this:
Code: [Select]
<mod>TechAutoUnlock_1.0.0</mod>

Regards!

9
T2 cannot have a time gate (by design, because T2 has essential technologies to establish a proper base in PvP with shield protection; complete T1 progression is extremely quick).

The setting value to configure the time gates like you've listed above (except T2 which is available immediately) will look like this:
Code: [Select]
48,48,72,72,96,96,96,96
Regards!

10
1. How long your server is running? The time configured in the time gates is counted from the date of the server wipe. If you server is two weeks old, all time gates have been already reached.

2. Perhaps you have not restarted the server or it's configured as a PvE server. The time gates apply only to the PvP servers and you need to reboot the server in order to apply the changes.
The best way to adjust the server settings is via the in-game server rates editor. Connect to your server, press ESC key, then press "Edit" button near the "Browse server rates" button. The "Edit" button is visible only if you're the server operator (if you're not, you can add yourself by editing "Data/SettingsServer.xml" file).

Regards!

11
If you saw it on any other server just connect to it, press ESC and there is a button to browse the server rates of this server. Anyone can do this. Then you can just use the same settings on your own server.
BTW, you can edit the server rates of your server after connecting to it via the same menu (for other servers you can only browse settings; if you're the server owner you will see the "Edit" button).

Regards!

12
Hello!
Please check the PvP.TimeGates server rate. Its description from the ServerRates.config:
Code: [Select]
## Determines the time gate durations for Tier 3-6 technologies on PvP servers.
## Please configure a sequence in hours for Tier 3-6 technologies in the following order:
## T3 basic, T3 specialized,
## T4 basic, T4 specialized,
## T5 basic, T5 specialized,
## T6 basic, T6 specialized (the last two are the "Escape" tier).
## If you want to disable time-gating completely, please use: 0,0,0,0,0,0,0,0
## Default value: 24,72,120,168,216,216,264,264

I'm not sure about limiting the max available technology tier. In theory you can set some very high value for the time gate.

Regards!

13
Bug reports / Re: Game Not Start
« on: February 10, 2023, 03:57:20 am »
I'm glad to hear that.
Enjoy the game!

14
Bug reports / Re: Game Not Start
« on: February 09, 2023, 08:00:45 pm »
Thanks for trying! And, as I understand from your previous message, you don't have any crashdumps in "%LocalAppData%/CrashDumps".

Something is preventing the .NET 6 Runtime from launching/operating properly. This is certainly a very rare issue and at the moment I don't know how we can investigate it further, unfortunately. There were few cases with odd issues similar to this one, and players responded that reinstalling Windows 10 resolved it. However, I will not suggest doing so unless you have major issues with other applications as well.

Regards!

EDIT: typo.

15
Bug reports / Re: Game Not Start
« on: February 09, 2023, 07:31:36 pm »
Thank you for the log file.
Unfortunately, it's the log generated by Editor so it's not helpful to investigate the issue.

Please try installing the prerequisites and see whether the issue persists.
If the issue persists, we need fresh log files. Please delete the "Logs" folder altogether and try to launch the game. Check whether the Logs folder was created again and has any files. If yes, please share all of them (preferably by attaching to an email at support@atomictorch.com ).

Regards!

Pages: [1] 2 3 ... 125