Best posts made by nomads
-
RE: Black Screen with mod v6 'Advanced Target Priorities EVO'
-
-
-
- ---Is the following content related to the capitalization issue you mentioned?
-
- -- from init_faf.lua
-
-
-
-
-
- --- Lowers the strings of a hash-based table, crashes when other type of keys are used (integers, for example)
-
- local function LowerHashTable(t)
-
-
local o = { }
-
-
-
for k, v in t do
-
-
-
o[StringLower(k)] = v
-
-
-
end
-
-
-
return o
-
-
- end
-
-
-
-
-
- -- mods that have been integrated, based on folder name
-
- local integratedMods = { }
-
- integratedMods = LowerHashTable(integratedMods)
-
-
-
-
-
- -- convert all mod folder name keys to lower case to prevent typos
-
- deprecatedMods = LowerHashTable(deprecatedMods)
-
-
-
-
-
- -- typical FAF packages
-
- local allowedAssetsNxy = { }
-
- allowedAssetsNxy = LowerHashTable(allowedAssetsNxy)
-
-
-
-
-
- -- typical FA packages
-
- local allowedAssetsScd = { }
-
- allowedAssetsScd = LowerHashTable(allowedAssetsScd)
-
-
-
-
-
-
RE: Firey Explosions mod FAF
@zbc Great project, thank you for your contribution.
-
RE: Black Screen with mod v6 'Advanced Target Priorities EVO'
After the instruction is added, it's okay
thank you very much.
-
RE: Crash Report Help Needed: "bad allocation" Error
@magge Thanks.
1.Based on my personal experience with DXVK, I still insist that DXVK can indeed alleviate memory overflow issues. Welcome everyone to try it out.
INFO: Sim crashed hard in DoSimBeat(): bad allocation
DEBUG: Session time: 00:35:31 Game time: 00:17:54 Heap: -1.360G / 1.519G2.LOUD project is very good. It seems to have its own compatible mod ecosystem. I have tried LOUD's latest v7.32, and I still feel more comfortable playing in FAF.
-
RE: Sudden desynchronization during the game
@CpaHb said in Sudden desynchronization during the game:
YEP!!!! I DID IT!!!! without replacing my CPU ))
Congratulations.!
If it's convenient, could you consider sharing your experience? -
RE: Sudden desynchronization during the game
@CpaHb said in Sudden desynchronization during the game:
Thanks for sharing. These tips are really helpful.
The helper programs I rely on the most are Process Lasso and DXVK—they've solved a ton of issues for me.
FAF's made it this far, which isn't easy. So, thanks to you, and even to those here who've caught some flak from you—at least it keeps the place lively.
After all, SCFA is one of the few classic RTS games I've still got on my computer. -
RE: [Patch 3831] Executor: Missile Carrier can't launch tactical nuclear bomb #Endgame Prime v737
@Nomander Thank you for your kind response. I suggest not setting such rigorous program logic for this enjoyable mod. It would be better to set a switch to give players the choice,
or to strictly restrict it only for the ranked match mode. This way, it maintains both rigor and fun.
Latest posts made by nomads
-
RE: Sudden desynchronization during the game
@CpaHb said in Sudden desynchronization during the game:
Thanks for sharing. These tips are really helpful.
The helper programs I rely on the most are Process Lasso and DXVK—they've solved a ton of issues for me.
FAF's made it this far, which isn't easy. So, thanks to you, and even to those here who've caught some flak from you—at least it keeps the place lively.
After all, SCFA is one of the few classic RTS games I've still got on my computer. -
RE: Sudden desynchronization during the game
@CpaHb said in Sudden desynchronization during the game:
YEP!!!! I DID IT!!!! without replacing my CPU ))
Congratulations.!
If it's convenient, could you consider sharing your experience? -
RE: Visual bug Red and black diagonal stripes when zoomed in
@SYSTEM_FAILURE said in Visual bug Red and black diagonal stripes when zoomed in:
I will see if I can share the logs when it next happens.
The statement has been verified.
for example: faf_coop_operation_overlord_surth_velsok.v0000





-
RE: [Patch 3831] Executor: Missile Carrier can't launch tactical nuclear bomb #Endgame Prime v737
@Nomander Thank you for your kind response. I suggest not setting such rigorous program logic for this enjoyable mod. It would be better to set a switch to give players the choice,
or to strictly restrict it only for the ranked match mode. This way, it maintains both rigor and fun. -
[Patch 3831] Executor: Missile Carrier can't launch tactical nuclear bomb #Endgame Prime v737
This unit functions normally in fa patch v3829, but encounters issues in v3831.


-
RE: Crash Report Help Needed: "bad allocation" Error
@magge Thanks.
1.Based on my personal experience with DXVK, I still insist that DXVK can indeed alleviate memory overflow issues. Welcome everyone to try it out.
INFO: Sim crashed hard in DoSimBeat(): bad allocation
DEBUG: Session time: 00:35:31 Game time: 00:17:54 Heap: -1.360G / 1.519G2.LOUD project is very good. It seems to have its own compatible mod ecosystem. I have tried LOUD's latest v7.32, and I still feel more comfortable playing in FAF.
-
RE: Crash Report Help Needed: "bad allocation" Error
When loading more than ten mods,the 40km map can be completed smoothly with DXVK on my pc, but the 80km map usually crash.





-
RE: Crash Report Help Needed: "bad allocation" Error
DXVK (DirectX Vulkan Wrapper) can indeed alleviate memory overflow issues in certain games by optimizing memory management and resource loading strategies, particularly when running 32-bit applications on the Windows platform, where the effect is particularly noticeable.
- Download and unpack the d3d9.dll file from the x32 directory in the DXVK archive.
- Simply place d3d9.dll in the same directory as ForgedAlliance.exe.
doitsujin/dxvk#Public#Version 2.7.1
https://github.com/doitsujin/dxvk/releases




