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

Pages: [1]
1
Development / Re: 2020/05/20 - Blockland r2023-r2024
« on: May 20, 2020, 07:34:24 PM »
"Invalid token" is not a string that appears anywhere in the master server or game code.
Yeah sorry, I couldnt remember the exact error text at the time of writing that but it was telling me that my dtoken didnt match any steamid or something along those lines. I'll grab the exact error when I get a chance.

2
Development / Re: 2020/05/20 - Blockland r2023-r2024
« on: May 20, 2020, 06:51:43 PM »
Read the last paragraph in the OP.


My current issue. The auth thing is seemingly not functioning

3
Development / Re: 2020/05/20 - Blockland r2023-r2024
« on: May 20, 2020, 05:56:34 PM »
How do we host dedicated servers now? Do I need to launch steam on my server for the retail installation to work so I can set it up? Cause right now it says "Steam Unavailable" lol

4
Development / Re: 2020/05/20 - Blockland r2023-r2024
« on: May 20, 2020, 12:30:44 PM »
I'm having a lot of issues setting my dedicated server back up. I don't even remember how I got it set up the way I do now, but it's not going to be working I don't think.


I think this is the portable version of the game, but when I downloaded that from the site it didn't have a dedi.bat file.

Usually to configure the dedi with what add-ons im going to be using and etc I need to launch it and run it first on the normal game, then shut that down and run the dedi launcher. But I can't do that now, because retail cannot host games. I genuinely don't remember how else I am suppose to run a dedicated server/set it up because it's been a year or longer, and I think it's why I'm having issues authing, so if anyone could help me out that'd be great.

5
Development / Re: 2020/05/20 - Blockland r2023-r2024
« on: May 20, 2020, 12:14:37 PM »
You're missing the profile path argument.  -profilePath ends up eating -dtoken

Ah, thanks.

6
Development / Re: 2020/05/20 - Blockland r2023-r2024
« on: May 20, 2020, 12:05:48 PM »
I've attempted to set my dedi up on my account "Elega" using the token system you provided but I keep getting this error:

"Posting to master failed: No steamID found for provided dToken/blid pair"



I hope I'm not just misunderstanding how I'm suppose to be implementing this token. I put it in the dedi.bat file.

7
Add-Ons / [Server_CommandTeleport] - Command-accessible teleporters!
« on: April 24, 2020, 03:42:13 PM »
Command Teleport
Add-On idea originally requested by Ichor.













About

Command_Teleport allows you to set up brick-positions as teleporters that are accessible via the /telelist and /goto commands!
Simply aim at the brick you wish (The teleporter will put you on the TOP of the brick!), and type /telebrick MYCoolName !
You can make a teleporter private (Only you can access it!) by adding a 1 right after the command: /telebrick CoolTeleporter 1
To view all of your own teleporters, you can type /telelist 1, or if you just want to see all public teleporters on the server, type /telelist with no extra arguments following.
For a full list of commands and their features, type /telehelp while in game!

EDIT 4/24/2020:
Oh, hey, I almost forgot!
Teleporters remain existent even if the parent brick is deleted. There is a command to remove them in-game.
They will also automatically load in on server start regardless if the map used to set them is loaded.

Download
Mirror 1 - Google Drive
Mirror 2 - Blockland Glass

server.cs code:
https://pastebin.com/pEg0d0YT

Pages: [1]