Author Topic: Can Only Place 64x64 Baseplates.  (Read 1586 times)

I downloaded mods (like you might've seen my post before) and I thought along with the Server_BaseplateRules you would be able to place all types of baseplates. I can't though, and I've tried using /br and disabling it but that won't work. I've also tried to disable it and delete it, but when I start up my server I still have it. Help?

post your console.log of this happening

post your console.log of this happening
How do I do that?

How do I do that?
Go to the additional options section when posting a reply, hit browse and go to your documents. Find Blockland, and click the console.log file.

Go to the additional options section when posting a reply, hit browse and go to your documents. Find Blockland, and click the console.log file.

were you having issues from that game session?
it doesn't look like anything is enabled that would make you only be able to place 64x baseplates

if it's still an issue, start up the game, run a trace (open the console with the ~ key and type trace(1);), try to place a brick, then stop the trace (open the console again and type trace(0);)
then upload the console.log

Can we get a log with it enabled? Unless it is enabled except not called 'server_baseplaterules.'

Can we get a log with it enabled? Unless it is enabled except not called 'server_baseplaterules.'
Yes and I just figured out that it's called 'script_baseplaterules'.

.

   Entering [TerrainBuildRulesPackage]serverCmdPlantBrick(15348)

do you have Script_TerrainBuildRules enabled?

   Entering [TerrainBuildRulesPackage]serverCmdPlantBrick(15348)

do you have Script_TerrainBuildRules enabled?
That would actually do it as it describes your problem perfectly. Disable TerrainBuildRules and keep Baseplaterules on, problem should no longer occur.


Oh man, looks like that's not in my addons folder nor on oRBs. :c
Is there another way to disable it?

Quote
Checking Add-On Server_BloodAndGore
Checking Add-On Script_Warn
Checking Add-On Script_VehicleStereo
Checking Add-On Script_VehicleLock
Checking Add-On Script_Player_Persistence
Checking Add-On Script_NoAdminFlood
Checking Add-On Script_BaseplateRules
Checking Add-On Script_BananaPlayer
Checking Add-On Projectile_Radio_Wave
I included the first projectile and last server addons to show you it never checks.

yeah, I was looking for it in your first log and couldn't find it
I'm not sure how it's still running, do you have two copies of BL? (ie one normal and one steam?)
or could it be renamed? (seems unlikely)

another way to go about it is to use something like deactivatePackage(TerrainBuildRulesPackage); (in the console) when you start your server