Blockland Forums > Help
Gamemode won't finish loading
(1/3) > >>
beachbum111111:
Hello recently I have tried making a gamemode, and from what I can tell I did everything right. I have all the addons I wan't, all the environment files work, have my save, there are no issues before I launch the gamemode. However when the object loading bar is at the end I never get put in the game. The console just says

WARNING: could not find item datablock for uiname ""
WARNING: could not find datablock for event ChangeDataBlock -> PlayerSportArmor
WARNING: could not find datablock for event ChangeDataBlock -> PlayerSportArmor
WARNING: could not find item datablock for uiname "

I looked and I cound not find an addon called "PlayerSportArmor" in the gamemode file at all. I've attached my console log in case the problem is something different
Pacnet2012³:
Okay.

1 & 4 There's some item that's enabled on your server that tries to show up in the user interface but doesn't have an actual script foundation for it.

2 & 3. Some event on some brick in your save has ChangeDatablock > Sport Player but the playertype has not been loaded.

I wouldn't think these would actually stall your loading, though. I feel like some script enabled has disturbed the member function "GameConnection::onClientEnterGame", possibly trying to edit it unpackaged. Could you please give us your gamemode.txt file and any other scripts to check?
beachbum111111:
Alright. I'll give you them when I get home.
Greek2me:
The recent Blockland update (r1808) broke Slayer in cases like this. You can download the patch here: http://greekmods.webs.com/mods/Gamemode_Slayer/Downloads/release_Beta/Gamemode_Slayer.zip
beachbum111111:

--- Quote from: Pacnet2012³ on February 13, 2013, 05:51:07 PM ---Okay.

1 & 4 There's some item that's enabled on your server that tries to show up in the user interface but doesn't have an actual script foundation for it.

2 & 3. Some event on some brick in your save has ChangeDatablock > Sport Player but the playertype has not been loaded.

I wouldn't think these would actually stall your loading, though. I feel like some script enabled has disturbed the member function "GameConnection::onClientEnterGame", possibly trying to edit it unpackaged. Could you please give us your gamemode.txt file and any other scripts to check?

--- End quote ---

How would I enable a sport player when it won't show up in my addons?


--- Quote from: Greek2me on February 13, 2013, 07:31:22 PM ---The recent Blockland update (r1808) broke Slayer in cases like this. You can download the patch here: http://greekmods.webs.com/mods/Gamemode_Slayer/Downloads/release_Beta/Gamemode_Slayer.zip

--- End quote ---

Thanks but now it won't use my preset slayer favorite. I get my slayer fav1.cs, rename it to config_slayer.cs, put it in my addons. But it doesn't load it.
Navigation
Message Index
Next page

Go to full version