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 - Crøwn

Pages: 1 2 3 [4] 5 6 7 8 9 ... 225
46
General Discussion / Re: does converting your key to steam still work
« on: October 30, 2017, 07:41:10 PM »
How do you convert it to "Steam only" (so I can avoid doing so)?
You don’t. Badspot does it.

Just go to the website and do it. It’ll be fine.

47
General Discussion / Re: does converting your key to steam still work
« on: October 30, 2017, 10:37:56 AM »
Really? I know you keep you BLID. But I've heard you can't use the key. Have you done this yourself?
Yes. I linked my key with Steam when it was released but I never use Steam to play. The launcher still works fine.

I know that a few people who have had their key stolen have had theirs turned into "steam only keys" but that is not the case by default.

48
Add-Ons / Re: Blockland Glass 4.1
« on: October 30, 2017, 09:51:34 AM »
[img]https://puu.sh/yahaD/6e8e618e46.png[/img ]
I'm having an issue where all my addon prefs are doubling.
Could you post a console log, and are you positive you're up to date?

Is this happening to every single preference? It looks like on the side only some of them are duplicated.

49
Unless the function returns the object it creates, you can't magically get it.
For example:
function makeObject()
{
    %obj = new Item();
    return %obj;
}
talk(makeObject());

Would print the new object's ID. If you don't return the new object nothing will be echoed.

If you're looking to get an item's ID from serverCmdDropTool you might have to loop through missionCleanup to look for items and find the one that was most recently spawned/belonged to your client.


call .getid(); when so said item spawns
If you're referring to /getID, that doesn't work on item objects.

50
General Discussion / Re: These false reviews need to stop.
« on: October 22, 2017, 12:03:52 AM »
I love Blockland just as much as the next guy but I think we're past trying to fix the reputation the game has on Steam.

51
Off Topic / Re: Highly caffeinated drink?
« on: October 19, 2017, 09:37:33 AM »
If you're drinking a cup of the strongest coffee you can possibly get and you're still falling asleep you don't need more drugs, you need to change your lifestyle. Like RedGajin said, eating better and getting some exercise will really help. You can keep increasing your caffeine intake but your tolerance will keep building and it's really not good for you.

How much water do you drink daily? I bet it's not enough.
Hydrate yourself and get more sleep.

52
Add-Ons / Re: Blockland Glass 4.1
« on: October 18, 2017, 11:05:11 AM »
I don't know why, but Glass adds the accent to all of my appearances as well.
[img]https://cdn.discordapp.com/attachments/238914176066650114/370093317494538240/unknown.png[/img ]
Could you upload your config/client/AvatarFavorites/x.cs whichever one you use? I think a few other people have this problem as well, it never happened to us during testing though.

Fixed for next update.

53
Add-Ons / Re: Blockland Glass 4.1
« on: October 15, 2017, 10:47:01 AM »
Click the manual button in the overlay.

54
Modification Help / Re: Middle-click and other buttons to "use" something
« on: September 22, 2017, 09:36:31 AM »
Since the middle mouse button is not set to anything by default you can’t detect for sure when someone uses it like you are able to with the other buttons.

55
Modification Help / Re: Overriding the default 32x32 cross-hair size
« on: September 20, 2017, 02:40:59 PM »
The crosshair on your screen is a GUI object. Its name is "Crosshair".

To accomplish what you're trying to do you'll need to resize the object. You can do this by calling resize(x, y, w, h) on it.

Example: Crosshair.resize( getWord(Crosshair.position, 0), getWord(Crosshair.position, 1), 128, 128);

The first two arguments are the position of the object, all I did was make it stay where it already was but keep in mind if you're resizing the object it's not going to be centered how you want it anymore. You'll have to offset it. You're also going to have to figure out when to run this code, look into when the crosshair is added (hint: onAdd).

56
Add-Ons / Re: Get Ghost Brick
« on: September 14, 2017, 02:40:37 PM »
I was running around with my camera placing bricks high up in the air using a floating brick add-on and needed to get my ghostbrick to my location. Not a very common issue but figured since I made the command I may as well post it.

57
Add-Ons / Get Ghost Brick
« on: September 14, 2017, 02:35:33 PM »
Get Ghost Brick
Type /GGB with an active ghost brick to have it teleported to your current location. I was doing some building far away from other bricks and needed to quickly get my ghost brick so I made this.

Download

59
Suggestions & Requests / siba's ModTer Pack
« on: September 13, 2017, 03:36:37 PM »
Hi! The link is dead for this brick pack: https://forum.blockland.us/index.php?topic=286400.0

Was wondering if anyone had a link, thanks.

60
Drama / Re: blockland is dying.
« on: September 11, 2017, 09:27:59 PM »
I'll keep hosting it as long as people are playing. 
=)

Pages: 1 2 3 [4] 5 6 7 8 9 ... 225