Totally missed this as I never check out this sub-forum anyway good to see you come by here. I've been watching your tutorial videos and I still can't work with Radiant (my fault as I don't put the effort and time into it).
Regardless if you ever got questions don't hesitate to ask, if there's a more intricate question hit me up on Steam Zeroy and ZCT can at least vouch for me
Your hitting the 128 weapon file limit. It happened to me too. In T4M he found a way to make it not show the 128 weapon error, but I'm pretty sure it's still there.
Well if I did circumvent that error then it'd be for all.
Anyway I reallocated the asset pool maybe it's due to the invalid values I found. I'll toss you r45 to see what's with it. Maybe do some extra changes to it.
So i have been absent for a long time from this site and cod, but ive been slowly working on a new map over the past few months. I recently moved w@w to a new ssd but my mods (like downloaded maps) are still in their old place on my main drive. I think ive successfully compiled since I changed it over, but i could be wrong. does anyone have any ideas? Thanks.
Ok well after getting the error a couple more times, I realized they were all PlaySoundAtPosition sounds giving the error, which I now understand is because other forms of playing sounds will start overwriting old entries like u said trem, but PlaySoundAtPosition is just fuckshitup-stupid and decides to crash when the space is full. Anyways I replaced it with _PlaySoundAtPosition and made this in my utility file:
Now it works, for some reson if i add it mod.csv it dont work, so i add it on the mapname_patch.csv and it work... But when i made this map 1 year ago it worked and not now.
Check if your CSV has broken files in it.
linker_pc I just noticed breaks if you have some bad/invalid files/properties.
Your elemental machine doesn't have the target attached to it//elemental machine needs to be fixed for you as it's trying to get the target but since either the original machine is undefined or the target is undefined it throws the error.
that error only comes up if your running in developer
turn developer off
nah you don't turn it off to avoid the issue you find the cause of it and fix it.
The error should show in console if you don't see it set logfile to 2 and then the error w/ proper reporting should show. Follow what it says to do to fix it.