DarthPorisius
DarthPorisius
SMSatisfactory Modding
Created by DarthPorisius on 10/23/2024 in #help-developing-mods
Missing String - Dedi
Sorry, making a thread so I can keep track. As stated, here: https://discord.com/channels/555424930502541343/862002356626128907/1296532373646606429 "Name": "\u003CMISSING STRING TABLE ENTRY\u003E", "ClassName": "Desc_SteelPlate_C", "Amount": 200, "CurrentConsumed": 21.3529415130615, "MaxConsumed": 45, "ConsPercent": 47.4509811401367 "Name": "\u003CMISSING STRING TABLE ENTRY\u003E", "ClassName": "Desc_Cement_C", "Amount": 2, "CurrentConsumed": 42.7058830261231, "MaxConsumed": 90, "ConsPercent": 47.4509811401367 It appears to not matter if I use getWorldInv (StorageStack.Key.GetDefaultObject()->mDisplayName).ToString() -or- getFactory UFGItemDescriptor::GetItemName(ItemClass).ToString() Some users, not all, get the missing string table. Also, the logs seem to back this up. I am not use if there is something missing in the install or maybe the server restarted wrong, a bad save load? It also is only certain items. Issue 107 and a Forum on FRM Discord are what are tracking Logs: [2024.10.22-02.12.51:445][ 0]LogStringTable: Warning: Failed to find string table entry for 'Items_Data' 'Categories/Compounds'. Did you forget to add a string table redirector? [2024.10.22-02.12.51:445][ 0]LogStringTable: Warning: Failed to find string table entry for 'Items_Data' 'Materials/Concrete'. Did you forget to add a string table redirector? [2024.10.22-02.12.51:445][ 0]LogStringTable: Warning: Failed to find string table entry for 'Items_Data' 'Materials/Concrete/Description'. Did you forget to add a string table redirector? [2024.10.22-02.12.51:445][ 0]LogStringTable: Warning: Failed to find string table entry for 'Items_Data' 'Materials/Concrete/Abbreviation'. Did you forget to add a string table redirector? [2024.10.22-02.12.51:446][ 0]LogStringTable: Warning: Failed to find string table entry for 'Items_Data' 'Materials/Silica'. Did you forget to add a string table redirector?
19 replies
SMSatisfactory Modding
Created by DarthPorisius on 10/16/2024 in #modding-resources
PasteBin for Unreal Engine Blueprints
Great for sharing and helping others see your blueprints https://blueprintue.com/
1 replies
SMSatisfactory Modding
Created by DarthPorisius on 10/11/2024 in #help-developing-mods
Steam cannot load due to missing dlls, EGS fires up just fine.
[2024.10.11-17.30.40:676][ 0]LogWindows: Missing import: uv.dll
[2024.10.11-17.30.40:676][ 0]LogWindows: Missing import: zlib1.dll
[2024.10.11-17.30.40:676][ 0]LogWindows: Missing import: uv.dll
[2024.10.11-17.30.40:676][ 0]LogWindows: Missing import: zlib1.dll
My EGS install does not have those files in the Binaries/Win64 location, but executes and plays just fine. However, Steam requires those files to be in the location. As a bandaid, I am manually adding those to the Binaries/Win64 location, but in the future, how would I ensure those two files are present?
21 replies
SMSatisfactory Modding
Created by DarthPorisius on 9/26/2024 in #modding-resources
Satisfactory Mod Loader (SML) Version Check
No description
1 replies