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

Pages: [1] 2 3 4 5 6 ... 8
1
yeah i wasn't real mature back then lol but i don't think i knew what reporting was either

2
Apparently you're banned from reporting.

i don't remember the last time i reported someone. in fact i don't recall reporting anybody ever on the forums.

3
i've seen some people on drama get banned, most likely by getting reported, but i don't know how to report to a moderator because the button isn't there. i went to the help page of the forums and saw a "Report to moderator" button was next to the ip logged message. this is not the case for me:


4
General Discussion / Re: Regarding Slayer
« on: August 19, 2014, 08:32:37 PM »
Malicious as in computer threatening malicious?
blockland threatening. it deletes everything it can find in blockland.

5
Drama / Re: Complainment About Zapks Server
« on: August 02, 2014, 06:05:35 PM »
Why do you say the "r word" but then say loving?

I'm confused...

he probably thinks saying roblox would give him a permaban or something
also what's going on here?

6
Drama / Re: Nickpb - Admin abuse
« on: July 06, 2014, 09:07:58 PM »
United states.
or bring it out of debt

7
General Discussion / Re: "The Blockland song"
« on: June 17, 2014, 01:25:59 AM »

8
General Discussion / Re: m_headup.dsq
« on: January 08, 2014, 10:55:42 PM »
is it supposed to be jittering up and down or does it just hover up when talking and go back down when you're finished?
wow i didn't even look at the damn file name. :v

9
Also, we need something better than the bullstuff excuse for customer support that we have right now.
what is it like right now? i never used customer support before.

10
General Discussion / do you guys have to be this mean to the steam users?
« on: January 08, 2014, 10:13:59 PM »
i decided to take a look at the negative reviews for blockland on steam, and this is one that i think you guys are always creating all the time with new players.

this is ridiculous you guys. i literally see this happen with everybody that bought blockland off steam. the whole reason for blockland on steam was to expand the community massively and you guys are just throwing them out, even though we all begged and supported blockland greenlight, which got it up, ofc. i've seen very few people like me that actually try and help the new players. even my friends say "oh wow a blockhead joined the server" in disappointed voices (when we're in skype calls). can't those people i'm talking about just change and help the new people?

11
Modification Help / Maze Solver
« on: January 06, 2014, 11:42:09 PM »
yesterday i came up with the idea to make a script that would solve the maze save. i pulled it off, but the downside is, it's only a portion of the save.
i was debating if i should post this here, or the gallery, but since it involves coding, i put it here.
here's the video of it.

the script first finds what space is sitting right next to the start space, the one with the bot above it. then it finds the space next to the ending space. next, it focuses on the space adjacent to the start space, and it finds out the directions it can move from there, using raycasts. depending on the solution it is solving (the script picks the quickest out of three calculated), it will move in one of those directions, and this repeats until it hits a dead end, which makes the script go back and mark those spaces as "dead."
if the current space under focus is adjacent to the end space, the solution stops calculating and it records the number of spaces needed to walk. this process is repeated two more times, and then the script picks the solution with the least number of spaces to walk over. it highlights the path, and the bot will begin walking over it, soon reaching the end.
if the maze is accidentally/purposefully made unsolvable, the script will detect it, and the bot will remain stationary.

here's the code for it (just execute it in config/server or something)
save for it is attached

12
Help / Re: blockland crashes on spawn
« on: January 06, 2014, 12:49:48 AM »
goodness. it turns out it got caught in an infinite loop for an scp addon i'm working on. thanks for telling me to trace, i forgot about that feature.

13
Help / Re: blockland crashes on spawn
« on: January 06, 2014, 12:44:34 AM »
every time i start blockland in singleplayer, as soon as i spawn, it says blockland.exe has stopped working. i look at console log and these are the last 46 lines of it:
Code: [Select]
*** CREATING MISSION
*** Stage 1 create
157 environmental resource files found
Regenerating file manifest
Got 1626 items in manifest, 0 files hashed
Can't post to master server in LAN game
Direct load Add-Ons/GameMode_Freebuild/save.bls, 3, , 2,
LOADING BRICKS: Add-Ons/GameMode_Freebuild/save.bls (ColorMethod 3)
Added to cache: 268 music files
Added to cache: 77 long music files
Got connect request from IPX:00000000:000000000000:0
  lan name = mitterdoo
Connection established
Connected successfully, killing other pending connections
AUTHCHECK: mitterdoo = LAN client -> LAN server, loading
CADD: 15448 local
 +- bl_id = 999999
 +- no auto admin
*** Sending mission load to client:
Can't post to master server in LAN game
*** Prep-Phase 1: Download GUI
*** New Mission
*** Phase 1: Download Datablocks & Targets
Received manifest and requested 1121 blobs. (505 duplicates removed)
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
*** Phase 2: Download Ghost Objects
*** Phase 3: Mission Lighting
Mission lighting done
Executing config/client/Favorites.cs.
mitterdoo spawned.
Stored stats for Steam
i even tried starting from freebuild and that still crashes me. gamemode_freebuild.zip is not read-only in my add-ons folder. can somebody please help me?
noedit:
god dammit i'm so stupid i forgot to paste my log

14
Help / blockland crashes on spawn
« on: January 06, 2014, 12:43:57 AM »
every time i start blockland in singleplayer, as soon as i spawn, it says blockland.exe has stopped working. i look at console log and these are the last 46 lines of it:
Code: [Select]
i even tried starting from freebuild and that still crashes me. gamemode_freebuild.zip is not read-only in my add-ons folder. can somebody please help me?

15
General Discussion / Re: SCP Containment Breach [90%]
« on: January 04, 2014, 06:27:29 AM »
A bunny mod that will bring joy and delight to the server.

What do you think?
i'm talking about specifics, like line-of-sight, game logic, etc

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