Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Zeblote

Pages: 1 ... 240 241 242 243 244 [245] 246 247 248 249 250 ... 727
3661
Help / Re: Duplicator won't download to Ipad
« on: July 23, 2014, 01:53:14 PM »
You can't download stuff on any apple device. It's impossible without jailbreaking it.
use icab web browser.

3662
General Discussion / Re: Zapk's Rising Lava • Map Voting! • p60
« on: July 22, 2014, 07:04:08 PM »
Not necessarily. That's a setting in the datablock.
It is? What happens if you don't set it?

3663
Help / Re: Is there a way to transfer Mac version files to Windows?
« on: July 22, 2014, 05:09:03 PM »
Copy the add-ons, saves, config and screenshots subfolders over to the new computer. You'll probably have to change some key bindings afterwards though.

3664
Add-Ons / Re: Client_Themes - Change the way your Blockland looks!
« on: July 22, 2014, 05:01:10 PM »
Major issue: you forgot the check for themeIgnore in all your packages.

3665
No, it's not really possible. You can't have temporary datablocks - once they are created you can't remove them unless your end the server. You also can't create or change them on the fly without causing de-sync.

3666
Client sided: $firstPerson

3667
General Discussion / Re: Zapk's Rising Lava • Map Voting! • p60
« on: July 22, 2014, 08:59:54 AM »
Well a particle is an image, but it will always face the camera and you can't make a continuous trail with it.

3668
question: how do you edit .cs files
... with a text editor?

would that be easier
Of course using RTB would be easier. I don't understand the people that go around and keep acting like RTB is suddenly broken or something. All it's useful tools still work perfectly fine without the API.

3670
Add-Ons / Re: Brick SpeedKart Spawn
« on: July 21, 2014, 04:43:48 PM »
the one on the blue plate looks best

3671
Modification Help / Re: If !$= not working (solved)
« on: July 21, 2014, 03:18:47 PM »
Yeah this, silly little mistake. Better to set up the strings before throwing it in an if .-.
It's not silly - I'm pretty sure every other language would have joined the strings first.

3672
General Discussion / Re: CBMHosting server contest!
« on: July 21, 2014, 01:48:58 PM »
I could just use an alt if I need to.
I have four, not including this one.
Then he's gonna steal your alt key

3673
General Discussion / Re: Best Modeling Program for Blockland?
« on: July 21, 2014, 01:35:43 PM »
Blender, free.

3674
Modification Help / Re: If !$= not working (solved)
« on: July 21, 2014, 01:26:29 PM »
The problem was the order in which the code is executed.

if( %client.player.oldPosition !$= mFloor(getWord(%pos,0)) SPC mFloor(getWord(%pos,1)) SPC mFloor(getWord(%pos,2)) )

is compiled like

if( ( %client.player.oldPosition !$= mFloor(getWord(%pos,0)) ) SPC mFloor(getWord(%pos,1)) SPC mFloor(getWord(%pos,2)) )

but we want

if( %client.player.oldPosition !$= ( mFloor(getWord(%pos,0)) SPC mFloor(getWord(%pos,1)) SPC mFloor(getWord(%pos,2)) ) )

3675
Modification Help / Re: Lower-than-user rank names?
« on: July 21, 2014, 12:42:15 PM »
then they take up player slots for people that actually want to play
If you get a connect request while the erver is full and there are spectators in the game, kick a random one of them and let the player in.

Pages: 1 ... 240 241 242 243 244 [245] 246 247 248 249 250 ... 727