Author Topic: no ground  (Read 3550 times)

Every time I start game on custom there isn't any ground and I keep falling unless I spawn in a build

please help




I'll post console when I get home

console


console




The file you posted is launcher.log, you need to post the file called console. log.

How to post your console.log

First run the game and have the error you are experiencing occur, close out blockland and follow these steps

1. Create a post in your help topic, describe your problem and click Additional Options...


2. Click choose file


3. Navigate to your blockland folder and then double click your "console.log"


sorry for the bump, but I found it

Code: [Select]
base/server/scripts/allGameScripts.cs (32815): Unable to find object: 'groundPlane' attempting to call function 'sendUpdate'
BackTrace: ->serverCmdEnvGui_SetVar->EnvGuiServer::SetAdvancedMode


base/server/scripts/allGameScripts.cs (32740): Unable to find object: 'groundPlane' attempting to call function 'sendUpdate'
BackTrace: ->serverCmdEnvGui_ClickDefaults->EnvGuiServer::SetSimpleMode->setGround


base/server/scripts/allGameScripts.cs (32815): Unable to find object: 'groundPlane' attempting to call function 'sendUpdate'
BackTrace: ->serverCmdEnvGui_ClickDefaults->EnvGuiServer::SetAdvancedMode


base/server/scripts/allGameScripts.cs (33270): Unable to find object: 'groundPlane' attempting to call function 'sendUpdate'
BackTrace: ->serverCmdEnvGui_SetVar


base/server/scripts/allGameScripts.cs (33270): Unable to find object: 'groundPlane' attempting to call function 'sendUpdate'
BackTrace: ->serverCmdEnvGui_SetVar


rename your Add-Ons folder to Add-Ons2 and start up blockland and see if it's still broken. if it is, you have an addon conflicting and I'd highly recommend you to restart on your addons and get the ones you really want or use.

rename your Add-Ons folder to Add-Ons2 and start up blockland and see if it's still broken. if it is, you have an addon conflicting and I'd highly recommend you to restart on your addons and get the ones you really want or use.

Wait, not yet. This is likely caused by a server mod, so he just has to use default add-ons.

OP, please start the Freebuild game mode and tell us if it happens.

Quote from: console.log
Loading Add-On: Gamemode_Crumbling_Arena (CRC:-1123431659)
Quote from: Crumbling Arena Gamemode
function deleteGround()
{
   if(isObject(groundPlane))
      groundPlane.delete();
}