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 - Goth77

Pages: 1 2 [3] 4 5 6 7 8 ... 310
31
Suggestions & Requests / Re: I need more litter
« on: May 10, 2026, 01:46:54 AM »
I dont like how that immediately downloaded to my computer without asking

it's faster that way Tony, it's just a direct link to the file instead of being redirected to a page with a download button (similar to an attachment forum feature, but isn't stored on the blf server)

additionally, it's a .zip file not an executable. you can view the .zip files contents, and read the server.cs - it's just food garbage bricks.

these are actually pretty nice, thanks trog



32
Modification Help / Re: iterate over all projectiles
« on: May 09, 2026, 08:40:40 PM »
probably best to record them as they are created and register the player/client to the projectile

Code: [Select]
package recordProjectiles
{
function Projectile::onAdd(%this, %obj)
{
parent::onAdd(%this, %obj);
//Register the player and client objects to the projectile
if(isObject(%obj.client))
{
%this.creatorPlayer = %obj;
%this.creatorClient = %obj.client;
echo(""@%obj.client.name@" created a "@%this.dataBlock@" projectile");
}
}
};
activatePackage(recordProjectiles);

you could take it a step further and put them into a sim group for easy deletion or modification of all projectiles from a specific client/player

33
Help / Re: Got non-CURLE_OK result on a request
« on: May 05, 2026, 12:59:25 PM »
its been a thing for ages at this point i just wondered what specifically causes it. seems to be related to the add-on manifest in some way, warning that some things are missing?

34
Help / Got non-CURLE_OK result on a request
« on: May 04, 2026, 07:30:20 AM »
Code: [Select]
*** Phase 1: Download Datablocks & Targets
Received manifest and requested 4741 blobs. (1985 duplicates removed)
Loaded 1 blobs from cache
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
CDN Download finished

I was recently going through and fixing some missing textures from some add-ons and seen this. what does it mean?

35
Off Topic / Re: Hiding posts by bot accounts
« on: May 02, 2026, 04:21:41 PM »
those damn russian troll farms

36
brickadia was never a blockland "successor" in my mind. it doesn't function the same or play the same. it feels like it's own game, which is fine - but it's just not as good imo

also just putting this out there i dont think zeb needs ai to code, but if he needs it as a result of fewer team members he can only blame himself for that - or maybe he's just fed up with the drama, who knows

If I were zeblote I'd replace them all with AI too.

The AI won't cry about pronouns, gender dysphoria, bigotry, etc.
thats funny af lmao, but also true


37
Off Topic / Re: Hiding posts by bot accounts
« on: May 02, 2026, 03:27:54 PM »
where are these supposed bot topics / posts? i see nothing out of the ordinary

38
Off Topic / Re: what happened to lord tony?
« on: April 11, 2026, 12:39:15 PM »
imagine dying in loving ohio
bury me in the corn

39
General Discussion / Re: How can I explore the old maps again?
« on: April 11, 2026, 12:36:15 PM »
Don't use BLRebuilt, it's only ran by a guy named Kenko who wants power over anyone and he would randomly ban users from the auth system even when you don't break any rules at all. He is responsible for banning people that call out brickadia for harboring child enthusiasts in their server.

Also I'm surprised it hasn't been dmca'd yet for using and decompiling the entire blockland code.
if i remember correctly you still need to own a retail copy of blockland to play BLRebuilt?? i might be wrong though as I haven't played since it's first version release

i wasn't aware of him banning ppl for no reason, but then again as i mentioned i havent played blrebuilt in quite some time - it would be interesting to see some proof of this tho. also i thought clay hanson was part of the team too?

40
i think it was also related to the day-cycle. there was a day cycle mod for v20 but it would make the textures on the terrain & interiors look funky or glow in the dark

41
Two bags fall out by mistake

I insert the extra one
you get original lays chips

i insert a watermelon seed

42
Modification Help / Re: my ion cannon not working
« on: April 02, 2026, 02:10:48 AM »
upload file

43
General Discussion / Re: How can I explore the old maps again?
« on: April 02, 2026, 02:09:56 AM »
use an old version of blockland or BL rebuilt

44
Off Topic / Re: brickadia censorship
« on: March 26, 2026, 02:24:19 AM »
Jimmy: I like ice! *literally ice skating on brickadia*

Johnny: forget ICE

Eddie: ICE is kicking out the murderers and rapists.

Now guess who is going to get banned here you can only pick one.

damn, poor eddie is getting permabanned for having an unpopular opinion

45
Off Topic / Re: brickadia censorship
« on: March 26, 2026, 12:57:59 AM »
There's a point when you can't accept everyones stuff spewing
ya that's why it's up to YOU to ban them from your server or block them, not rely on the devs for petty issues such as political disagreements, slurs, cussing, being toxic, etc.


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