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.


Topics - Kyuande

Pages: 1 2 3 4 [5] 6 7 8 9 10
61
Half the servers I go to the CDN are taking very long to respond.

http://cloud.blockland.us/ - This website doesn't always respond fast as it usually does
I'm not sure if it's me but I did a couple searches on google.
http://www.marketwatch.com/story/amazon-web-services-problems-take-down-websites-apps-2017-02-28
http://www.theverge.com/2017/2/28/14765042/amazon-s3-outage-causing-trouble
http://www.usatoday.com/story/tech/news/2017/02/28/amazons-cloud-service-goes-down-sites-scramble/98530914/

Edit: Blockland isn't the only site/game that has issues with Amazon S3 either, lots of other sites are also experiencing problems
Edit2: https://status.aws.amazon.com/ - View the status of AWS servers

62
As far as some people know for several years I have had a couple gamemodes that I never released. The main reason why I never planned to release them is because there's a lot of things that happen in the gamemode (such as bugs that never got fixed and better ways for the gamemode to work better/faster) and I would have to make things a lot easier for everyone. The question here is, should I actually release my gamemodes?

I have been thinking about this for a very long time and it's a big decision to make because I have to rewrite some code to make things work properly and I also have to make a help section for the gamemode. Another thing is making support for add-ons like Slayer. Most of my gamemodes only run with v3 of Slayer.

I was thinking of releasing Fort Wars, Randomizer DM (along with a client GUI), Tower Defense, and a few other mods that never were seen again (such as GameMode maker).



What do you guys think?



Add-Ons released:
RandomizerDM

63
General Discussion / Slasher GameMode (Map recommendations)
« on: February 18, 2017, 02:06:23 PM »
I was thinking about reviving Slasher

Anyone have any good map ideas?

64
Modification Help / How to create a proper solid sphere? [Solved]
« on: February 17, 2017, 02:21:27 PM »
How would I create a sphere in 4x4 cubes (using 2 positions) properly? Could I get an example of two functions which one is using x y and z and the other one using sine, cosine and two other ones in a loop?

65
Drama / TheWaterBlast (ID 177259) - Flooding chat
« on: February 05, 2017, 10:23:20 AM »
Ban this guy from your server immediately. He's been spamming this for the past 10 minutes.





66
Off Topic / ReturnToBlockland.com now redirects to something else
« on: January 15, 2017, 11:37:52 PM »

67
Once again I brought back GuiPlus. If you do not remember what it is.. (https://forum.blockland.us/index.php?topic=276870.0)

Description
GUI+ (or GuiPlus); this is a new interface for the main menu, loading menu, join server menu, and message boxes (only works when you are not on a server (meaning at the main menu)).

Images

Main menu:


Browser (grid view):

(Update 1)

(Update 2 - Selectable grids)
(Disabled auto-downloading images until I fix it) Fixed using a queue to download a certain amount at a time (and updating Support_TCPClient)

Browser (list view):

(Things look funky here, eventually will be moved around)

When connected to a server:

(Chat looks like garbage, someone please tell me how to make it better looking, eventually adding admin status to player list and other options)


Settings


Support for Blockland Glass

Things have been going out pretty good, haven't seen any issues yet. Feedback is welcome. I will eventually post a beta when it's stable enough (again).
Mainly what's holding me back from releasing this is the in-game server switcher and the grid view screwing up connections, other than that, it's running perfect. (I have not tested out other mods like Client_Themes)

Upcoming features:
+ Background manager (edits and deletes photos and sets ones you want in the background) (Might already be something like this released)
+ Right-clicking on Grid View & Adding sorting for Grid View

Download: http://visolator.block.land/storage/System_GuiPlus.zip
Be sure to report bugs! (Please be specific when reporting a bug so I can find it faster)

68
General Discussion / (Tutorial) Port fowarding [Windows 7/8/8.1/10]
« on: January 06, 2017, 05:17:13 PM »
First of all, what is UPnP?
UPnP (Universal Plug n Play) is a protocol that enables programs running on a host to automatically configure port forwarding on your router. Sadly, this may not work 100% of the time and you sometimes wonder why your friends cannot connect to your server anymore. They report that the server's ping is "---" and you are 100% sure that it had a ping the last time you were hosting. By default, your server tries to connect to your router and attempt to port forward for you.

Manual port forwarding is usually the best way for people to connect to your servers.



Any Windows user from Windows 7 and above is capable of following this tutorial. If you are on a Mac, I am sorry.

Step 1: Find out what your IPv4 and your gateway address is
Find command prompt, ways to find it:
  + Search though the start menu and find "command prompt" under windows accessories/system
  + Combo of Windows key + R, type in cmd, press OK

Once you are on command prompt, type ipconfig, a bunch of stuff should show up (no worries).
On the right side, you'll see 2 things that I am showing to you, and they are the most important to port forward.

(I blocked most of the stuff out for privacy and because it's useless information to know)
  Your IPv4 is your local address to the router which is needed for port forwarding
  Your gateway address is what you need to port forward
  Your subnet mask is used for port forwarding if you want to port forward on your computer

Most routers require a user name and a password. They can be on your router's details. If you cannot find your router user name and password details you can find them on websites using the manufacturer and the model number. I would personally recommend: http://www.routerpasswords.com/[/size]

Be sure to remember (write them down somewhere):
  IPv4
  Gateway address
  User name and password for your router
  Subnet mask

Step 2: Decide what port you want to use
If you have no idea on what port you want to use, you can always check what your server is currently using. To do this:
  1. Open Windows Explorer, go to your Blockland directory (SteamApps/Common/Blockland or Documents/Blockland)
  2. Make sure your Blockland is closed completely so the game does not try to overwrite the prefs
  3. Open config/server/prefs.cs - If you cannot open it, notepad is fine
  4. Find $Pref::Server::Port, you can change the value at the end (only change the numbers, do not remove the quotes if they are there) if you want but remember what the value is

Step 3: Port forward
After finding the port you need to go to your gateway address into your favorite browser. Make sure you enter the same user name and password you got from the router details.
If this worked, find out where your port forwarding page is.


Of course, each manufacturer is different to find the port forwarding page:
  1. Add a 'service' and name it whatever you want
  2. Make sure it's UDP (UDP/TCP selection is OK but make sure UDP is involved)
  3. Use the same port that you gave your server, some routers might have a "range", most likely just put the same port for the min and max range.
      a. If you are confused on this please share what your port forwarding page looks like!
  4. Add the internal IP address (some routers only have the last box editable), use the IPv4.
  5. Make sure the service is added and enabled.
  5. Some routers might have settings to "always port forward", if you have issues with the router not port forwarding this can be your problem. Make sure your ports are forwarding.

If you have tried port forwarding and you believe you did everything you can, try port forwarding your adapter. Although, you need administrator access:
1. First find and open control panel. Then click Network and Internet

2. Go to Network and Sharing Center

3. Go to Change adapter settings

4. Select how you are using the internet (WiFi or Ethernet?), right-click and go to properties (need administrator)

5. Find IPv4, select it and go to properties

6. Check Use the following IP address which will also auto-check Use the following DNS server addresses
  a. Use the following IPv4, subnet mask, and default gateway that you have remembered/written down and put them where they belong
  b. DNS servers, some people recommend just putting 8.8.8.8
  c. Press OK to save changes


Step 4: Host a server
Start your server, and people should be able to connect!
If you have issues with this, find out what you did wrong. If you cannot find out why, it would be helpful if you post what your router manufacturer is, and its model number.



I would like to have some comments on how to make this tutorial better. Please share.

69
Off Topic / Steam is down (Now back up after a few hours)
« on: December 23, 2016, 10:39:56 AM »

70
Add-Ons / My old Add-On dump
« on: December 20, 2016, 02:59:15 PM »
This is your early holiday present from me.

Some add-ons were posted on my old account and I do not want to make a topic for each of them (dropbox links are broken). Instead, they will be here.
There are some add-ons I have never posted here before, but they have been in my dump for years.
Note: These add-ons are old. Please report any bugs.

Client
Customized console - Download
Apply all button - Download
  - Shows "apply all" button on all wrench GUIs above your "events" button

Server
Scripts
Non-Admin Orbing - Download
  - Allows any non-admin to orb around in the server
  - Note: Use $Pref::Server::NoAdminOrb::Enable = true/false; in console to toggle it.

Events
onRelay - Full control - Download

Items/Tool/Weapons
Grapple rope 2.0 - Download
Radi-wand - Download
Fixed Present Gun - Download

Miscellaneous
Middle finger - Download
"Rain money" - Download
Toggle random brick color - Download
  - Use /TogColors



Most likely, there are tons of add-ons I am missing here. If you found an old topic of mine (on my old profile), please post!
Each day will have more add-ons!

71
So apparently I am permanently banned for sharing links, and I don't know why.

It's been a few months now and I am going to assume I am not getting unbanned from this crap. I don't know where to contact support, if someone could please help with that, I could attempt to ask why.
Note: I have never been banned from dropbox




Sorry for anyone who has been finding my links and wonder why they give you a traffic error.



Here is a status of forum links that are found by me or others that I have posted.

Switched to Google Drive
(CityRPG mod - Unfinished) - https://forum.blockland.us/index.php?topic=286023.0
(Fixed minigame tool exploit) - https://forum.blockland.us/index.php?topic=286023.msg8732345#msg8732345
([Event] OnBotSight/OnBotLoseSight/OnBotSightTick) - https://forum.blockland.us/index.php?topic=300095.0
([Event] Full player scale / 0.1 to 5 scale) - https://forum.blockland.us/index.php?topic=291941.0
(Healthbar) - https://forum.blockland.us/index.php?topic=291939.0
-More to come-

Report if links are not shared correctly

72
Suggestions & Requests / 4x Cube Sphere / Ore brick models
« on: December 03, 2016, 07:10:11 PM »
Requesting some models for my mining server. Unfortunately the sphere on the rtb archive is 4x4x9, and I need it to be 4x4x10. I have edited the code but it creates a runtime when I change a word in the blb from 9 to 10.

Anyone got any ore/sphere models to share?

73
Off Topic / RIP Titanpad (1 year shutdown notice)
« on: November 12, 2016, 02:28:43 PM »

74
Drama / Custom's Jail Escape (ID: 51951) [Image heavy]
« on: October 29, 2016, 10:05:27 AM »
First, let's just say this is kind of a rant about the server.



Okay, let's begin the topic with the build and spawning.
None of the buttons in the jail are for guards only, anyone can press them.

This has some familiarity...


Full jail


Here's what the cells look like


Escape route that anyone can open (even guards can get out of this)


Guards have stalled the round so I decided to go to where the island is and we won the round





When I first spawn I start as Warden.. Then I see this:

In this image I also see that there's no way to tell who killed them (they have that SMM bodies mod) unless you see it with your eyes of course, so good luck with anyone proving who died

Again what is this nonsense


And again


I kill 2 people for charging at me with a knife, I'm just going to assume Snack is a troll (ID 28555)


After a few rounds I randomly got switched into prisoners team.
Well they are right.. we do spawn with a knife.


Can we be original?




This server is like a hideous copy of Crown's Jailbreak.

75
General Discussion / RandomizerDM - Thoughts?
« on: October 17, 2016, 10:04:20 PM »
I have been having issues trying to make the game more balanced. Of course the name explains that it will never be balanced, but there are other factors instead of weapons I am worried about.

The server first started with 1 life for 4 minutes, later on I added a reveal system to stop people from wasting time. I have recently removed lives due to many complaints of people wanting infinite lives because of spawning problems.

Spawnkilling has always been a thing (had a 2 life system for a bit, after a certain amount of time, it goes back to 1 life for everyone - didn't seem to work out so well for some people getting spawnkilled twice in a row), spawns are very close to each other so there are chances of people spawning next to each other on a huge map (even with a decent amout of people). People will sometimes complain that they have to wait so long for the next round.

Either direction I have went has caused problems, but I am not sure which way is worse.



What are your thoughts on what I should do? Most kinds of feedback are welcomed.

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