Modme Forums
Menu:

I cannot load my map

Game Modding | Call of Duty: Black Ops 3 | General Discussion


Kricket:

I've been working on this map for weeks, and it was working fine until I did a little too much work without checking my map. Now every time I try to load my map it gets stuck on the black loading screen and doesn't load. The reason why I need help is because even after I redid the zones because I found out they overlapped, and I commented out all the new files I made, and it still won't load. I'm assuming there is something else in radiant I'm doing wrong, so if anyone else has had this issue I'd appreciate you telling me how you fixed it. Thanks.


Spiki:

I've been working on this map for weeks, and it was working fine until I did a little too much work without checking my map. Now every time I try to load my map it gets stuck on the black loading screen and doesn't load. The reason why I need help is because even after I redid the zones because I found out they overlapped, and I commented out all the new files I made, and it still won't load. I'm assuming there is something else in radiant I'm doing wrong, so if anyone else has had this issue I'd appreciate you telling me how you fixed it. Thanks.

Infinite loading screen most likely means you have a while(1) loop without any wait() in it. Check newly installed scripts


FreddyMaster:

I've been working on this map for weeks, and it was working fine until I did a little too much work without checking my map. Now every time I try to load my map it gets stuck on the black loading screen and doesn't load. The reason why I need help is because even after I redid the zones because I found out they overlapped, and I commented out all the new files I made, and it still won't load. I'm assuming there is something else in radiant I'm doing wrong, so if anyone else has had this issue I'd appreciate you telling me how you fixed it. Thanks.

This happened to me. I fixed it by going to my root folder\radient and picking a previous autosave for my map. I then saved the autosave as the current file and it worked! I hope this helps you


Kricket:

Infinite loading screen most likely means you have a while(1) loop without any wait() in it. Check newly installed scripts

I added waits to all my while(1) loops and it is still stuck on an infinite loading screen. When I watch the frames it almost jumps straight to 60 which makes me think its not even trying to load my map, is there anything I did in radiant that could cause that, and if not, any other scripting errors?, if you need my scripts let me know.

This happened to me. I fixed it by going to my root folder\radient and picking a previous autosave for my map. I then saved the autosave as the current file and it worked! I hope this helps you

I reset it back a bit and it was still making these errors. I'd like to find the cause and fix it rather than resetting the hours of work I put in, as I spent a lot of time working before my last check. If there's nothing else I'll do it, but right now, I'd like to find a cause. If anyone can help, I'd appreciate it. Thanks


FreddyMaster:

I added waits to all my while(1) loops and it is still stuck on an infinite loading screen. When I watch the frames it almost jumps straight to 60 which makes me think its not even trying to load my map, is there anything I did in radiant that could cause that, and if not, any other scripting errors?, if you need my scripts let me know.


I reset it back a bit and it was still making these errors. I'd like to find the cause and fix it rather than resetting the hours of work I put in, as I spent a lot of time working before my last check. If there's nothing else I'll do it, but right now, I'd like to find a cause. If anyone can help, I'd appreciate it. Thanks

You may have to go in and delete one by one until it loads


Kricket:

You may have to go in and delete one by one until it loads

I finally got it to work, there was one script that didn't work and everything else did. Thank you so much.


FreddyMaster:

I finally got it to work, there was one script that didn't work and everything else did. Thank you so much.

np man