As most of you know I’ve been working on Light, and finally got it uploaded to the workshop. I tried setting up a new dedicated server to use to test the mod and make sure it was running right, but I’m getting these errors.
The error message after it seems to have almost fully booted (gets to 2k+ ram before it crashes)
My .bat setup (just incase I’m doing something wrong)
And my mod folder setup.
And last but not least my Dev Kit setup for the mod in case I missed something
The Generic Mod correctly references the correct PrimalGameData file as well just to be clear cause you can’t see that in the SS.
Hope someone can help. All these issues I keep encountering are getting old fast le sigh. I JUST WANNA MOD BOBBY! /cry
NOTE: It crashes almost immediately in local play.
Update: Cooked out a TINY mod with Hallucination arrows only (NO CUSTOM STUFF ALL IN GAME ASSETS USED), and instant crash on Local Play. It’s clearly not a custom model/texture thing at this point.
Update: I noticed on launching it via local play that it is trying to load PrimalGameData_BP and not the correct one initially (In my case PrimalGameData_BP_Override). Wonder if this has something to do with it? I know for a fact I have that setup correctly and referenced correctly.
Another update: I realized I had one reference that was off and I fixed that. Now it no longer crashes on loading, but I get sent back to the main screen after about 5-7 seconds of loading. (This is in local play)
It may be a bug in the vdf configuration for the mod. Check if when you cook the mod that it is actually creating any files for you (you should see at least a umap get created in something similar to C:\Program Files (x86)\Steam\steamapps\common\ARKDevKit\ModTools\Output\TorchBoost2\CookedMods\TorchBoost2 ). I had an issue where I had to rename the GenericMod map to GenericMod_TorchBoost (in my mod for example) before cooking would actually output any files.
Me and Boris confirmed that the Gamemode class was setup correctly and being cooked. Still getting the crash. Bleh…my head hurts from all the troubleshooting today x.x
And @Drathek Alright, I’ll try renaming the mod map I guess.
If the assets were getting cooked and actually being output to a similar folder to what I mentioned the rename won’t be necessary and I’m not sure at this time what to suggest.
I checked, and assets were NOT being updated (that I could see) even after cooking successfully according to the logs. Deleted the contents of my mod output folder, and now I’m recooking to see if it updates.
UPDATE: Recooked after deleting contents of Output folder, and now its only cooking the LinuxMax folder and mod.info.
UPDATE2: Recooked again and there was the mod. But then I got the error “Failed to Update Workshop Item”. I renamed my modtools folder and am validating the Dev Kit right now to fix that (fixed it last time).
UPDATE: Problem solved and mod is working! If you get failed to update workshop item just delete your modtools folder & validate it. Recook the mod and then you should be good to go with uploading it. Reminder you will need to authenticate steam guard.
Good to hear I got you on the right track, they should get some error catches in place for the steam workshop uploader so we can better know what is going on.
Can you explain how to got the server to load the right globalBP? Everytime i load my mod it loads the default BP even though the map is set to the new one