Author Topic: Help with this gamemode?  (Read 684 times)

I'm trying to set up a small server for some friends so we can play Super Murder Mystery, and I'm having an issue with the files apparently. I've tried running it through a dedicated server and just a listen server and have the same results. When selecting the gamemode in-game, restarting and such, it doesn't want to load any of the required files. I have tier tactical, melee extended, critical emote, and all of that, but that isn't the problem.

Code: [Select]
*** CREATING MISSION
*** Stage 1 create
325 environmental resource files found
Regenerating file manifest
Got 1884 items in manifest, 0 files hashed

ERROR: WebCom_PostServer() - mission is not running
BackTrace: ->[TeledoorPackage]createServer->createMission->onMissionLoaded->WebCom_PostServer

Direct load Add-Ons/Gamemode_SMM/save.bls, 3, , 2,
LOADING BRICKS: Add-Ons/Gamemode_SMM/save.bls (ColorMethod 3)
Activating package: AmmoGuns2
Authentication: Connected...
WARNING: could not find item datablock for uiname "Suitcase"
WARNING: could not find item datablock for uiname "Ammo Supply"
WARNING: could not find item datablock for uiname "Suitcase"
WARNING: could not find item datablock for uiname "Suitcase"
Dedicated server is now running.
WARNING: could not find item datablock for uiname "Papers"
Authentication: Sending Response...
Authentication: Connected...
Authentication: SUCCESS
Posting to master server
Posting to rtb server
WARNING: could not find item datablock for uiname "Suitcase Key"
WARNING: could not find item datablock for uiname "Ammo Supply"
WARNING: could not find item datablock for uiname "Umbrella"
WARNING: could not find item datablock for uiname "Locked Suitcase"

It isn't loading the files that are INCLUDED with the gamemode itself, and that boggles me. I don't really know how to fix the problem. I'm thinking maybe some folders might be named improperly or something. If anyone can help I'd appreciate it.